Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 535c06a

Browse files
committed
Fix #71
1 parent f1090e9 commit 535c06a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

release-notes/VERSION

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Project: jackson-datatype-jsr310
88

99
#68: Handle JSON serialized Dates from JavaScript in LocalDateTimeDeserializer
1010
(contributed by Arzie@github)
11+
#71: Add LICENSE file in jar that is built
12+
(reported by puntogil@github)
1113

1214
2.7.3 (16-Mar-2016)
1315

src/main/resources/META-INF/LICENSE

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 streaming parser/generator 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

0 commit comments

Comments
 (0)