]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/initscripts/networking/functions.network
Early spring clean: Remove trailing whitespaces, and correct licence headers
[people/teissler/ipfire-2.x.git] / src / initscripts / networking / functions.network
index 656e6a7abe55a0ef29430d822e4dbf4239a89e55..7ec50f436b4920e232e4ba8ad590ae502f40d50e 100644 (file)
@@ -1,22 +1,27 @@
 #!/bin/sh
-#
-########################################################################
-# Begin
-#
-# Description : A collection of functions for the IPFire network scripts
-#
-# Authors     : IPFire Development Team <developers@ipfire.org>
-#
-# Version     : 01.00
-#
-# Notes       : 
-#
-########################################################################
+###############################################################################
+#                                                                             #
+# IPFire.org - A linux based firewall                                         #
+# Copyright (C) 2007-2022  IPFire Team  <info@ipfire.org>                     #
+#                                                                             #
+# 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 3 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 <http://www.gnu.org/licenses/>.       #
+#                                                                             #
+###############################################################################
 
 . /etc/sysconfig/rc
 . $rc_functions
 
-
 eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
 eval $(/usr/local/bin/readhash /var/ipfire/dns/settings)