summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2009-01-13 17:07:57 +0000
committerJean Delvare <jdelvare@suse.de>2009-01-13 17:07:57 +0000
commit24f819ed0c74d8a197bb8dd0139684d88065e2c9 (patch)
treefc700ff1a08b04a65926794ddda098e7fda1d1cd
parent929a2e1846d093d42eb10519251900c695dc22e9 (diff)
downloadi2c-tools-git-24f819ed0c74d8a197bb8dd0139684d88065e2c9.tar.gz
Licensing clarification.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5594 7894878c-1315-0410-8ee3-d5d059ff63e0
-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