summaryrefslogtreecommitdiffstats
path: root/src/config/config_ethernet.c
diff options
context:
space:
mode:
authorMichael Brown2015-02-26 18:49:38 +0100
committerMichael Brown2015-02-26 18:59:53 +0100
commit5e95a79241463af3b1ea5d3015e8dada7c1c33db (patch)
tree5b2d84010f805f94694851faa532da2f339d6962 /src/config/config_ethernet.c
parent[legal] Update GPLv2 licence text (diff)
downloadipxe-5e95a79241463af3b1ea5d3015e8dada7c1c33db.tar.gz
ipxe-5e95a79241463af3b1ea5d3015e8dada7c1c33db.tar.xz
ipxe-5e95a79241463af3b1ea5d3015e8dada7c1c33db.zip
[legal] Include full licence text for all GPL2_OR_LATER files
Add the standard warranty disclaimer and Free Software Foundation address paragraphs to the licence text where these are not currently present. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config_ethernet.c')
-rw-r--r--src/config/config_ethernet.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/config/config_ethernet.c b/src/config/config_ethernet.c
index d13bd614..efb91202 100644
--- a/src/config/config_ethernet.c
+++ b/src/config/config_ethernet.c
@@ -1,8 +1,18 @@
/*
* 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, or (at
- * your option) any later version.
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA.
*/
FILE_LICENCE ( GPL2_OR_LATER );