From 24f819ed0c74d8a197bb8dd0139684d88065e2c9 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Tue, 13 Jan 2009 17:07:57 +0000 Subject: [PATCH] Licensing clarification. git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5594 7894878c-1315-0410-8ee3-d5d059ff63e0 --- Makefile | 5 ++++- eeprom/Module.mk | 5 ++++- include/Module.mk | 5 ++++- stub/Module.mk | 5 ++++- tools/Module.mk | 5 ++++- 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 # -# 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 # -# 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 # -# 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 # -# 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 # -# 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