From 05a80058500f7eb2edf1bab3bc7ed1fcca538c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20B=C3=B6ddeker?= <freifunk@kb-light.de> Date: Sun, 24 Jan 2016 18:53:04 +0100 Subject: [PATCH] We are FFHO now --- LICENSE | 2 +- ReadMe.md | 6 +++--- docker-build.sh | 2 +- functions.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index ac1969d..87eab3a 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 e9ea01b..ea34288 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 3c1c4d4..796c859 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 8e7762d..a7f09a5 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 -- GitLab