From 6d376a2a5e87b88d868e84bcdabdad778d18d996 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Sat, 30 Aug 2014 14:29:32 -0700 Subject: [PATCH] Fix #7 --- release-notes/VERSION | 5 +++-- src/main/resources/META-INF/LICENSE | 7 +++++++ src/main/resources/META-INF/NOTICE | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/META-INF/LICENSE create mode 100644 src/main/resources/META-INF/NOTICE diff --git a/release-notes/VERSION b/release-notes/VERSION index af499f5..26c74c3 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -1,10 +1,11 @@ Project: StaxMate -Version: 2.2.1 (xx-xxx-2013) +Version: 2.2.1 (30-Aug-2013) Changes: #6: Change stax-api dependency to use standard Maven artifact, scope "provided" (since JDK 1.6 has it already; and Stax impl must import too) +#7: Add License (BSD 2) file under 'src/main/resource/META-INF', also included in jar. ------------------------------------------------------------------------ == History: == @@ -16,7 +17,7 @@ Changes: getElemBinaryValue() #3: Allow writing binary data using SMOutputContainer.addValue(byte[]), SMOutputElement.addAttribute(String, byte[]) - +- Move project to Github, as https://github.com/FasterXML/StaxMate/ 2.1.0 (06-Oct-2012) diff --git a/src/main/resources/META-INF/LICENSE b/src/main/resources/META-INF/LICENSE new file mode 100644 index 0000000..eb4d93e --- /dev/null +++ b/src/main/resources/META-INF/LICENSE @@ -0,0 +1,7 @@ +This copy of Java ClassMate library is licensed under BSD 2 License ("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.opensource.org/licenses/bsd-license.php + diff --git a/src/main/resources/META-INF/NOTICE b/src/main/resources/META-INF/NOTICE new file mode 100644 index 0000000..5679512 --- /dev/null +++ b/src/main/resources/META-INF/NOTICE @@ -0,0 +1,2 @@ +StaxMate library was originally written by Tatu Saloranta (tatu.saloranta@iki.fi) +