Skip to content

Commit 1d7fc06

Browse files
committed
Add license and notice file for jackson-datatype-jsr310
Signed-off-by: Binlong Gao <[email protected]>
1 parent d8f8249 commit 1d7fc06

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This copy of Jackson JSON processor Java 8 Date/Time 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 derivative works.
5+
6+
You may obtain a copy of the License at:
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 ([email protected]), 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.

0 commit comments

Comments
 (0)