This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-jaxrs-providers.
commit 7788fc357f180b3dd1a7a844c471ad0a3bc6910d Author: Tatu Saloranta <[email protected]> Date: Tue Jul 16 20:03:38 2013 -0700 Fix #18 --- json/src/main/resources/META-INF/LICENSE | 8 ++++++++ json/src/main/resources/META-INF/NOTICE | 20 ++++++++++++++++++++ release-notes/VERSION | 18 +++++++++++------- smile/src/main/resources/META-INF/LICENSE | 8 ++++++++ smile/src/main/resources/META-INF/NOTICE | 20 ++++++++++++++++++++ xml/src/main/resources/META-INF/LICENSE | 8 ++++++++ xml/src/main/resources/META-INF/NOTICE | 20 ++++++++++++++++++++ 7 files changed, 95 insertions(+), 7 deletions(-) diff --git a/json/src/main/resources/META-INF/LICENSE b/json/src/main/resources/META-INF/LICENSE new file mode 100644 index 0000000..6acf754 --- /dev/null +++ b/json/src/main/resources/META-INF/LICENSE @@ -0,0 +1,8 @@ +This copy of Jackson JSON processor databind module is licensed under the +Apache (Software) License, version 2.0 ("the License"). +See the License for details about distribution rights, and the +specific rights regarding derivate works. + +You may obtain a copy of the License at: + +http://www.apache.org/licenses/LICENSE-2.0 diff --git a/json/src/main/resources/META-INF/NOTICE b/json/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..5ab1e56 --- /dev/null +++ b/json/src/main/resources/META-INF/NOTICE @@ -0,0 +1,20 @@ +# Jackson JSON processor + +Jackson is a high-performance, Free/Open Source JSON processing library. +It was originally written by Tatu Saloranta ([email protected]), and has +been in development since 2007. +It is currently developed by a community of developers, as well as supported +commercially by FasterXML.com. + +## Licensing + +Jackson core and extension components may be licensed under different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. diff --git a/release-notes/VERSION b/release-notes/VERSION index a75b159..5041393 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -3,21 +3,25 @@ Sub-modules: jackson-jaxrs-json-provider jackson-jaxrs-smile-provider jackson-jaxrs-xml-provider -Version: 2.2.2 (31-May-2013) +Version: 2.2.3 (xx-xxx-2013) -Changes: +#12, #16: More OSGi manifest fixes + (reported by 'logoff@github') +#18: Add LICENSE, NOTICE files in artifacts + +------------------------------------------------------------------------ +=== History: === +------------------------------------------------------------------------ + +2.2.2 (31-May-2013) #11: ContextResolvers don't work for ObjectMapper due over-aggressive caching (reported by Bill Burke (from Resteasy)) -#12: OSGi imports missing dependency from json/smile/xml to base package +(PARTIAL) #12: OSGi imports missing dependency from json/smile/xml to base package (reported by Matt Bishop) #14: Allow "application/javascript" type for JSON provider (requested by Stephan202@github) ------------------------------------------------------------------------- -=== History: === ------------------------------------------------------------------------- - 2.2.1 (03-May-2013) #8: ProviderBase does not close `JsonGenerator` diff --git a/smile/src/main/resources/META-INF/LICENSE b/smile/src/main/resources/META-INF/LICENSE new file mode 100644 index 0000000..6acf754 --- /dev/null +++ b/smile/src/main/resources/META-INF/LICENSE @@ -0,0 +1,8 @@ +This copy of Jackson JSON processor databind module is licensed under the +Apache (Software) License, version 2.0 ("the License"). +See the License for details about distribution rights, and the +specific rights regarding derivate works. + +You may obtain a copy of the License at: + +http://www.apache.org/licenses/LICENSE-2.0 diff --git a/smile/src/main/resources/META-INF/NOTICE b/smile/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..5ab1e56 --- /dev/null +++ b/smile/src/main/resources/META-INF/NOTICE @@ -0,0 +1,20 @@ +# Jackson JSON processor + +Jackson is a high-performance, Free/Open Source JSON processing library. +It was originally written by Tatu Saloranta ([email protected]), and has +been in development since 2007. +It is currently developed by a community of developers, as well as supported +commercially by FasterXML.com. + +## Licensing + +Jackson core and extension components may be licensed under different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. diff --git a/xml/src/main/resources/META-INF/LICENSE b/xml/src/main/resources/META-INF/LICENSE new file mode 100644 index 0000000..6acf754 --- /dev/null +++ b/xml/src/main/resources/META-INF/LICENSE @@ -0,0 +1,8 @@ +This copy of Jackson JSON processor databind module is licensed under the +Apache (Software) License, version 2.0 ("the License"). +See the License for details about distribution rights, and the +specific rights regarding derivate works. + +You may obtain a copy of the License at: + +http://www.apache.org/licenses/LICENSE-2.0 diff --git a/xml/src/main/resources/META-INF/NOTICE b/xml/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..5ab1e56 --- /dev/null +++ b/xml/src/main/resources/META-INF/NOTICE @@ -0,0 +1,20 @@ +# Jackson JSON processor + +Jackson is a high-performance, Free/Open Source JSON processing library. +It was originally written by Tatu Saloranta ([email protected]), and has +been in development since 2007. +It is currently developed by a community of developers, as well as supported +commercially by FasterXML.com. + +## Licensing + +Jackson core and extension components may be licensed under different licenses. +To find the details that apply to this artifact see the accompanying LICENSE file. +For more information, including possible other licensing options, contact +FasterXML.com (http://fasterxml.com). + +## Credits + +A list of contributors may be found from CREDITS file, which is included +in some artifacts (usually source distributions); but is always available +from the source code management (SCM) system project uses. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-jaxrs-providers.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

