Browse Source

add/specify LICENSE

Helge Jung 9 years ago
parent
commit
dceedff3b6
6 changed files with 43 additions and 2 deletions
  1. 30 0
      LICENSE
  2. 5 0
      ReadMe.md
  3. 2 0
      build-version.sh
  4. 2 2
      build.sh
  5. 1 0
      docker-build.sh
  6. 3 0
      functions.sh

+ 30 - 0
LICENSE

@@ -0,0 +1,30 @@
+The code of Project Gluon may be distributed under the following terms, unless
+noted otherwise in indiviual files or subtrees.
+
+Copyright (c) 2014-2015, Freifunk Paderborn
+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.
+
+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 COPYRIGHT HOLDER 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.
+
+This repository fetches software from other Git repositories and does not make
+a statement about their license. To our knowledge, all of these software is licensed
+under one of the well-known Open Source licenses.
+

+ 5 - 0
ReadMe.md

@@ -1,5 +1,10 @@
 # Firmware von Freifunk Paderborn
 
+Dieses Repository beherbergt die Skripte, um die Firmware von Freifunk Paderborn zu bauen.
+Die Inhalte dieses Repositories werden unter einer "2-clause BSD" Lizenz veröffentlicht, Details sind der Datei [LICENSE](https://git.c3pb.de/freifunk-pb/firmware/blob/master/LICENSE) zu entnehmen.
+
+Beim Bauen der Firmware werden weitere Git-Repositories heruntergeladen und benutzt:
+
 * Basis: [Gluon](https://github.com/freifunk-gluon/gluon)
 * Site-Repository: [FFPB](https://git.c3pb.de/freifunk-pb/site-ffpb)
 

+ 2 - 0
build-version.sh

@@ -1,4 +1,6 @@
 #!/bin/bash
+# (c) 2014-2015 Freifunk Paderborn <maschinenraum@paderborn.freifunk.net>
+#
 # calls build.sh with information found in given version
 
 MY_DIR=$(dirname $0)

+ 2 - 2
build.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
-# (c) 2014-2015 Helge Jung <hej@c3pb.de>
+# (c) 2014-2015 Freifunk Paderborn <maschinenraum@paderborn.freifunk.net>
 #
-# This script is controlled by environment variables, the
+# This script builds the firmware by the environment variables given, the
 # first two being mandatory:
 #
 # BASE      = Gluon Version (tag or commit, i.e. v2014.4)

+ 1 - 0
docker-build.sh

@@ -1,4 +1,5 @@
 #!/bin/bash
+# (c) 2014-2015 Freifunk Paderborn <maschinenraum@paderborn.freifunk.net>
 
 # check if we're in the container
 running_in_docker() {

+ 3 - 0
functions.sh

@@ -1,4 +1,7 @@
 #!/bin/bash
+# (c) 2014-2015 Freifunk Paderborn <maschinenraum@paderborn.freifunk.net>
+#
+# Helper functions for 'fancy' output
 
 function progress {
 	echo -en "\033[1;34m➔  "