[jenkinscat-docs] master: Added license text into two other scripts. (1b0657b)

immanetize at fedoraproject.org immanetize at fedoraproject.org
Fri Feb 6 07:40:36 UTC 2015


Repository : http://git.fedorahosted.org/cgit/jenkinscat-docs.git

On branch  : master

>---------------------------------------------------------------

commit 1b0657b1a491b7d86b22b60f38348abfb74dd09e
Author: Pavel Tisnovsky <ptisnovs at redhat.com>
Date:   Tue Dec 16 11:28:22 2014 +0100

    Added license text into two other scripts.


>---------------------------------------------------------------

 ChangeLog       |    6 ++++++
 make-jar.sh     |   30 ++++++++++++++++++++++++++++++
 make-tarball.sh |   30 ++++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8c2f8a4..9ed24eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2014-12-16  Pavel Tisnovsky  <ptisnovs at redhat.com>
 
+	* make-jar.sh:
+	* make-tarball.sh:
+	Added license text into two other scripts.
+
+2014-12-16  Pavel Tisnovsky  <ptisnovs at redhat.com>
+
 	* devel-start-headless.sh:
 	* devel-start.sh:
 	Added license text into those two scripts.
diff --git a/make-jar.sh b/make-jar.sh
index 5697f95..c3b5e03 100755
--- a/make-jar.sh
+++ b/make-jar.sh
@@ -1,2 +1,32 @@
+#!/usr/bin/env bash
+
+#
+#   Generator of a page containing all books built by Jenkins.
+#
+# Copyright (c) 2014  Pavel Tisnovsky <ptisnovs at redhat.com>, Red Hat
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#     * Redistributions of source code must retain the above copyright
+#       notice, this list of conditions and the following disclaimer.
+#     * 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.
+#     * Neither the name of the Red Hat 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 Pavel Tisnovsky 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.
+
 lein uberjar
 
diff --git a/make-tarball.sh b/make-tarball.sh
index 5583fd0..3e7cef1 100755
--- a/make-tarball.sh
+++ b/make-tarball.sh
@@ -1,3 +1,33 @@
+#!/usr/bin/env bash
+
+#
+#   Generator of a page containing all books built by Jenkins.
+#
+# Copyright (c) 2014  Pavel Tisnovsky <ptisnovs at redhat.com>, Red Hat
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#     * Redistributions of source code must retain the above copyright
+#       notice, this list of conditions and the following disclaimer.
+#     * 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.
+#     * Neither the name of the Red Hat 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 Pavel Tisnovsky 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.
+
 ./make-jar.sh
 
 version=`grep "SNAPSHOT" project.clj | sed 's/.*\"\(.*\)\-SNAPSHOT"/\1/'`



More information about the docs-commits mailing list