File tree 13 files changed +137
-1
lines changed
avro/src/main/resources/META-INF
cbor/src/main/resources/META-INF
ion/src/main/resources/META-INF
protobuf/src/main/resources/META-INF
smile/src/main/resources/META-INF
13 files changed +137
-1
lines changed Original file line number Diff line number Diff line change
1
+ This copy of Jackson JSON processor Avro module is licensed under the
2
+ Apache (Software) License, version 2.0 ("the License").
3
+ See the License for details about distribution rights, and the
4
+ specific rights regarding derivate works.
5
+
6
+ You may obtain a copy of the License at:
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change
1
+ # Jackson JSON processor
2
+
3
+ Jackson is a high-performance, Free/Open Source JSON processing library.
4
+ It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
5
+ been in development since 2007.
6
+ It is currently developed by a community of developers.
7
+
8
+ ## Licensing
9
+
10
+ Jackson components are licensed under Apache (Software) License, version 2.0,
11
+ as per accompanying LICENSE file.
12
+
13
+ ## Credits
14
+
15
+ A list of contributors may be found from CREDITS file, which is included
16
+ in some artifacts (usually source distributions); but is always available
17
+ from the source code management (SCM) system project uses.
Original file line number Diff line number Diff line change
1
+ This copy of Jackson JSON processor CBOR module is licensed under the
2
+ Apache (Software) License, version 2.0 ("the License").
3
+ See the License for details about distribution rights, and the
4
+ specific rights regarding derivate works.
5
+
6
+ You may obtain a copy of the License at:
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change
1
+ # Jackson JSON processor
2
+
3
+ Jackson is a high-performance, Free/Open Source JSON processing library.
4
+ It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
5
+ been in development since 2007.
6
+ It is currently developed by a community of developers.
7
+
8
+ ## Licensing
9
+
10
+ Jackson components are licensed under Apache (Software) License, version 2.0,
11
+ as per accompanying LICENSE file.
12
+
13
+ ## Credits
14
+
15
+ A list of contributors may be found from CREDITS file, which is included
16
+ in some artifacts (usually source distributions); but is always available
17
+ from the source code management (SCM) system project uses.
Original file line number Diff line number Diff line change
1
+ This copy of Jackson JSON processor Ion module is licensed under the
2
+ Apache (Software) License, version 2.0 ("the License").
3
+ See the License for details about distribution rights, and the
4
+ specific rights regarding derivate works.
5
+
6
+ You may obtain a copy of the License at:
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change
1
+ # Jackson JSON processor
2
+
3
+ Jackson is a high-performance, Free/Open Source JSON processing library.
4
+ It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
5
+ been in development since 2007.
6
+ It is currently developed by a community of developers.
7
+
8
+ ## Licensing
9
+
10
+ Jackson components are licensed under Apache (Software) License, version 2.0,
11
+ as per accompanying LICENSE file.
12
+
13
+ ## Credits
14
+
15
+ A list of contributors may be found from CREDITS file, which is included
16
+ in some artifacts (usually source distributions); but is always available
17
+ from the source code management (SCM) system project uses.
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.fasterxml.jackson</groupId >
5
5
<artifactId >jackson-base</artifactId >
6
- <version >2.12.7 </version >
6
+ <version >2.12.8-SNAPSHOT </version >
7
7
</parent >
8
8
<groupId >com.fasterxml.jackson.dataformat</groupId >
9
9
<artifactId >jackson-dataformats-binary</artifactId >
Original file line number Diff line number Diff line change
1
+ This copy of Jackson JSON processor Protobuf module is licensed under the
2
+ Apache (Software) License, version 2.0 ("the License").
3
+ See the License for details about distribution rights, and the
4
+ specific rights regarding derivate works.
5
+
6
+ You may obtain a copy of the License at:
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change
1
+ # Jackson JSON processor
2
+
3
+ Jackson is a high-performance, Free/Open Source JSON processing library.
4
+ It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
5
+ been in development since 2007.
6
+ It is currently developed by a community of developers.
7
+
8
+ ## Licensing
9
+
10
+ Jackson components are licensed under Apache (Software) License, version 2.0,
11
+ as per accompanying LICENSE file.
12
+
13
+ ## Credits
14
+
15
+ A list of contributors may be found from CREDITS file, which is included
16
+ in some artifacts (usually source distributions); but is always available
17
+ from the source code management (SCM) system project uses.
Original file line number Diff line number Diff line change @@ -203,3 +203,9 @@ ZanderHuang@github:
203
203
* Reported #302 : `IllegalArgumentException` in `IonParser.getEmbeddedObject()`
204
204
(2.12 .6 )
205
205
206
+ Philipp de Sombre (desombre @github )
207
+
208
+ * Reported #354 : Missing license file in Maven package for newer versions
209
+ (2.12 .8 )
210
+
211
+
Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Modules:
10
10
== = Releases == =
11
11
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
12
12
13
+ Not yet released
14
+
15
+ #354 : Missing license file in Maven package for newer versions
16
+ (reported by Philipp d - S )
17
+
13
18
2.12 .7 (26 - May - 2022 )
14
19
15
20
No changes since 2.12 .6
Original file line number Diff line number Diff line change
1
+ This copy of Jackson JSON processor Smile module is licensed under the
2
+ Apache (Software) License, version 2.0 ("the License").
3
+ See the License for details about distribution rights, and the
4
+ specific rights regarding derivate works.
5
+
6
+ You may obtain a copy of the License at:
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
Original file line number Diff line number Diff line change
1
+ # Jackson JSON processor
2
+
3
+ Jackson is a high-performance, Free/Open Source JSON processing library.
4
+ It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
5
+ been in development since 2007.
6
+ It is currently developed by a community of developers.
7
+
8
+ ## Licensing
9
+
10
+ Jackson components are licensed under Apache (Software) License, version 2.0,
11
+ as per accompanying LICENSE file.
12
+
13
+ ## Credits
14
+
15
+ A list of contributors may be found from CREDITS file, which is included
16
+ in some artifacts (usually source distributions); but is always available
17
+ from the source code management (SCM) system project uses.
You can’t perform that action at this time.
0 commit comments