Browse Source

Licensing clarification.

git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5594 7894878c-1315-0410-8ee3-d5d059ff63e0
tags/v3.0.3
Jean Delvare 17 years ago
parent
commit
24f819ed0c
  1. 5
      Makefile
  2. 5
      eeprom/Module.mk
  3. 5
      include/Module.mk
  4. 5
      stub/Module.mk
  5. 5
      tools/Module.mk

5
Makefile

@ -2,7 +2,10 @@
# #
# Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> # 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 = DESTDIR =
prefix = /usr/local prefix = /usr/local

5
eeprom/Module.mk

@ -2,7 +2,10 @@
# #
# Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org> # 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 EEPROM_DIR := eeprom

5
include/Module.mk

@ -2,7 +2,10 @@
# #
# Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> # 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 INCLUDE_DIR := include

5
stub/Module.mk

@ -2,7 +2,10 @@
# #
# Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org> # 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 STUB_DIR := stub

5
tools/Module.mk

@ -2,7 +2,10 @@
# #
# Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> # 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 TOOLS_DIR := tools

Loading…
Cancel
Save