summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--eeprom/Module.mk5
-rw-r--r--include/Module.mk5
-rw-r--r--stub/Module.mk5
-rw-r--r--tools/Module.mk5
5 files changed, 20 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a2bf718..edb4e80 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,10 @@
#
# Copyright (C) 2007 Jean Delvare <khali@linux-fr.org>
#
-# Licensed under the GNU General Public License.
+# 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.
DESTDIR =
prefix = /usr/local
diff --git a/eeprom/Module.mk b/eeprom/Module.mk
index 950bee5..856ffa2 100644
--- a/eeprom/Module.mk
+++ b/eeprom/Module.mk
@@ -2,7 +2,10 @@
#
# Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org>
#
-# Licensed under the GNU General Public License.
+# 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.
EEPROM_DIR := eeprom
diff --git a/include/Module.mk b/include/Module.mk
index 7312a98..47ef8f1 100644
--- a/include/Module.mk
+++ b/include/Module.mk
@@ -2,7 +2,10 @@
#
# Copyright (C) 2007 Jean Delvare <khali@linux-fr.org>
#
-# Licensed under the GNU General Public License.
+# 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.
INCLUDE_DIR := include
diff --git a/stub/Module.mk b/stub/Module.mk
index 8ebcfcb..78eb941 100644
--- a/stub/Module.mk
+++ b/stub/Module.mk
@@ -2,7 +2,10 @@
#
# Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org>
#
-# Licensed under the GNU General Public License.
+# 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.
STUB_DIR := stub
diff --git a/tools/Module.mk b/tools/Module.mk
index 699a3b9..f72c17d 100644
--- a/tools/Module.mk
+++ b/tools/Module.mk
@@ -2,7 +2,10 @@
#
# Copyright (C) 2007 Jean Delvare <khali@linux-fr.org>
#
-# Licensed under the GNU General Public License.
+# 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.
TOOLS_DIR := tools