Updated Branches: refs/heads/trunk 50d27d9e6 -> 523dea51e
NOTICE files Project: http://git-wip-us.apache.org/repos/asf/mina/repo Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/523dea51 Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/523dea51 Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/523dea51 Branch: refs/heads/trunk Commit: 523dea51ea8ad01e716bbfabea6c61fc8d19cdef Parents: 50d27d9 Author: jvermillard <[email protected]> Authored: Tue Jun 18 22:12:28 2013 +0200 Committer: jvermillard <[email protected]> Committed: Tue Jun 18 22:17:41 2013 +0200 ---------------------------------------------------------------------- NOTICE-bin.txt | 17 +++++++++++++++++ NOTICE.slf4j.txt | 28 ++++++++++++++++++++++++++++ NOTICE.txt | 9 +++++++++ pom.xml | 2 +- 4 files changed, 55 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina/blob/523dea51/NOTICE-bin.txt ---------------------------------------------------------------------- diff --git a/NOTICE-bin.txt b/NOTICE-bin.txt new file mode 100644 index 0000000..4a15b77 --- /dev/null +++ b/NOTICE-bin.txt @@ -0,0 +1,17 @@ +Apache MINA +Copyright 2007-2013 The Apache Software Foundation. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +Please refer to each LICENSE.<component>.txt file for the +license terms of the components that Apache MINA depends on. + +Message logging is provided by the SLF4J library package, +which is open source software, written by Ceki Gülcü, and +copyright by SLF4J.ORG and QOS.ch. The original software is +available from + + http://www.slf4j.org/ + + http://git-wip-us.apache.org/repos/asf/mina/blob/523dea51/NOTICE.slf4j.txt ---------------------------------------------------------------------- diff --git a/NOTICE.slf4j.txt b/NOTICE.slf4j.txt new file mode 100644 index 0000000..7b00deb --- /dev/null +++ b/NOTICE.slf4j.txt @@ -0,0 +1,28 @@ +Copyright (c) 2004-2013 QOS.ch +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, provided that the above +copyright notice(s) and this permission notice appear in all copies of +the Software and that both the above copyright notice(s) and this +permission notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY +SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +of the copyright holder. + http://git-wip-us.apache.org/repos/asf/mina/blob/523dea51/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 0000000..c95cd52 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,9 @@ +Apache MINA +Copyright 2007-2013 The Apache Software Foundation. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +Please refer to each LICENSE.<component>.txt file for the +license terms of the components that Apache MINA depends on. + http://git-wip-us.apache.org/repos/asf/mina/blob/523dea51/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5bd8159..e6540fa 100644 --- a/pom.xml +++ b/pom.xml @@ -439,7 +439,7 @@ <exclude>**/.settings/**</exclude> <exclude>**/target/**</exclude> <exclude>**/LICENSE.*</exclude> - <exclude>**/NOTICE-bin.txt</exclude> + <exclude>**/NOTICE*.txt</exclude> </excludes> </configuration> </plugin>
