diff --git a/release-notes/VERSION-2.x b/release-notes/VERSION-2.x index 0a5f7ad064..892f7ff798 100644 --- a/release-notes/VERSION-2.x +++ b/release-notes/VERSION-2.x @@ -119,7 +119,7 @@ No changes since 2.14.0 #814: Use `BigDecimalParser` for BigInteger parsing very long numbers (contributed by @pjfanning) #818: Calling `JsonPointer.compile(...)` on very deeply nested expression - throws `StackOverflowErrror` + throws `StackOverflowError` #828: Make `BigInteger` parsing lazy (contributed by @pjfanning) #830: Make `BigDecimal` parsing lazy diff --git a/src/main/resources/META-INF/NOTICE b/src/main/resources/META-INF/NOTICE index d226e890da..738b11fda4 100644 --- a/src/main/resources/META-INF/NOTICE +++ b/src/main/resources/META-INF/NOTICE @@ -5,6 +5,10 @@ It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has been in development since 2007. It is currently developed by a community of developers. +## Copyright + +Copyright 2007-, Tatu Saloranta (tatu.saloranta@iki.fi) + ## Licensing Jackson 2.x core and extension components are licensed under Apache License 2.0