From f3a98a140717bdc0530f0be602dedbbfdf0e0304 Mon Sep 17 00:00:00 2001 From: Jybz Date: Fri, 6 Dec 2019 14:07:56 +0100 Subject: =?UTF-8?q?add=20=C2=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platforms/rpi3+/specialFunctions.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'platforms/rpi3+/specialFunctions.sh') diff --git a/platforms/rpi3+/specialFunctions.sh b/platforms/rpi3+/specialFunctions.sh index 34805d5..ad00c50 100755 --- a/platforms/rpi3+/specialFunctions.sh +++ b/platforms/rpi3+/specialFunctions.sh @@ -1,5 +1,22 @@ #!/bin/bash +# Copyright (C) 2017-2018 Daniel Tartavel-jeannot +# Copyright (C) 2019-2020 Jean-Baptiste Biernacki +# + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + #RPI partitionning : DEFAULT="" NEW_PART=n -- cgit v1.2.1