From 7160ce6754b5c9c0dbc37752d6696f4f61458a6d Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 31 Oct 2010 17:00:20 +0100 Subject: [PATCH] added license informations --- docs/licenses/mvn-license.txt | 27 +++++++++++++++++++++++++++ docs/licenses/nb-license.txt | 34 ++++++++++++++++++++++++++++++++++ pom.xml | 18 ++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 docs/licenses/mvn-license.txt create mode 100644 docs/licenses/nb-license.txt diff --git a/docs/licenses/mvn-license.txt b/docs/licenses/mvn-license.txt new file mode 100644 index 0000000000..bdd00a0a72 --- /dev/null +++ b/docs/licenses/mvn-license.txt @@ -0,0 +1,27 @@ +Copyright (c) 2009, Sebastian Sdorra +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +3. Neither the name of SCM-Manager; nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +http://bitbucket.org/sdorra/scm-manager \ No newline at end of file diff --git a/docs/licenses/nb-license.txt b/docs/licenses/nb-license.txt new file mode 100644 index 0000000000..fd91bdcc66 --- /dev/null +++ b/docs/licenses/nb-license.txt @@ -0,0 +1,34 @@ +<#if licenseFirst??> +${licenseFirst}* + +${licensePrefix}Copyright (c) 2009, Sebastian Sdorra +${licensePrefix}All rights reserved. +${licensePrefix} +${licensePrefix}Redistribution and use in source and binary forms, with or without +${licensePrefix}modification, are permitted provided that the following conditions are met: +${licensePrefix} +${licensePrefix}1. Redistributions of source code must retain the above copyright notice, +${licensePrefix} this list of conditions and the following disclaimer. +${licensePrefix}2. Redistributions in binary form must reproduce the above copyright notice, +${licensePrefix} this list of conditions and the following disclaimer in the documentation +${licensePrefix} and/or other materials provided with the distribution. +${licensePrefix}3. Neither the name of SCM-Manager; nor the names of its +${licensePrefix} contributors may be used to endorse or promote products derived from this +${licensePrefix} software without specific prior written permission. +${licensePrefix} +${licensePrefix}THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +${licensePrefix}AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +${licensePrefix}IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +${licensePrefix}DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY +${licensePrefix}DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +${licensePrefix}(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +${licensePrefix}LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +${licensePrefix}ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +${licensePrefix}(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +${licensePrefix}SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +${licensePrefix} +${licensePrefix}http://bitbucket.org/sdorra/scm-manager +${licensePrefix} +<#if licenseLast??> +${licenseLast} + diff --git a/pom.xml b/pom.xml index 5819647084..92f62ef04f 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,23 @@ maven-site-plugin 2.1.1 + + + com.google.code.maven-license-plugin + maven-license-plugin + 1.4.0 + +
docs/licenses/mvn-license.txt
+ + src/** + **/test/** + + + target/** + .hg/** + +
+
@@ -224,6 +241,7 @@ 2.2.0 1.6 UTF-8 + SCM-BSD \ No newline at end of file