diff --git a/LICENSE b/LICENSE index ac1969daac060974caf8def7fe5ee1f74b96e9dc..87eab3a2451847fb52694199938504a641bd1c57 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ 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 +Copyright (c) 2014-2016, Freifunk Hochstift All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/ReadMe.md b/ReadMe.md index e9ea01b6bcb8f57015dd0bc0300d0c353e347ab0..ea34288dad1d0234a3cccdcadcdaf4325562c457 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,4 @@ -# Firmware von Freifunk Paderborn +# Firmware von Freifunk Hochstift 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. @@ -6,7 +6,7 @@ Die Inhalte dieses Repositories werden unter einer "2-clause BSD" Lizenz veröff 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) +* Site-Repository: [FFHO](https://git.c3pb.de/freifunk-pb/site-ffho) ## Vorbereitung / Umgebung @@ -87,4 +87,4 @@ Die Nutzung von Docker zur Überprüfung von Builds wird dringend empfohlen, da ```bash ./build_version.sh 0.6.1_stable # baut Version '0.6.1_stable' erneut NO_DOCKER=1 ./build_version.sh 0.6.1_stable # ohne Docker-Umgebung erneut bauen -``` \ No newline at end of file +``` diff --git a/docker-build.sh b/docker-build.sh index 3c1c4d47e187103a7b78c03eea6f361cedfa6ed6..796c859900f232d3164cf26718bbda4fe4ad3000 100755 --- a/docker-build.sh +++ b/docker-build.sh @@ -1,5 +1,5 @@ #!/bin/bash -# (c) 2014-2015 Freifunk Hochstift <maschinenraum@hochstift.freifunk.net> +# (c) 2014-2016 Freifunk Hochstift <kontakt@hochstift.freifunk.net> # check if we're in the container running_in_docker() { diff --git a/functions.sh b/functions.sh index 8e7762d42d19390a14fab42d5b35db9267eab4fd..a7f09a56c582e6474b68aebdcabb4aca4152365d 100644 --- a/functions.sh +++ b/functions.sh @@ -1,5 +1,5 @@ #!/bin/bash -# (c) 2014-2015 Freifunk Paderborn <maschinenraum@paderborn.freifunk.net> +# (c) 2014-2016 Freifunk Hochstift <kontakt@hochstift.freifunk.net> # # Helper functions for 'fancy' output