public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH i2c-tools] treewide: remove FSF address
@ 2024-08-11  9:08 Wolfram Sang
  2024-08-14 18:03 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2024-08-11  9:08 UTC (permalink / raw)
  To: linux-i2c; +Cc: Wolfram Sang

We keep it simply in COPYING. Makes updating much easier.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 eeprog/eeprog.8         | 4 ----
 eeprom/ddcmon           | 5 -----
 eeprom/decode-dimms     | 5 -----
 eeprom/decode-dimms.1   | 4 ----
 eeprom/decode-edid      | 5 -----
 eeprom/decode-vaio      | 5 -----
 eeprom/decode-vaio.1    | 4 ----
 py-smbus/smbusmodule.c  | 5 -----
 stub/i2c-stub-from-dump | 5 -----
 tools/i2cbusses.c       | 5 -----
 tools/i2cbusses.h       | 5 -----
 tools/i2cdetect.c       | 5 -----
 tools/i2cdump.c         | 5 -----
 tools/i2cget.c          | 5 -----
 tools/i2cset.c          | 5 -----
 tools/util.c            | 5 -----
 tools/util.h            | 5 -----
 17 files changed, 82 deletions(-)

diff --git a/eeprog/eeprog.8 b/eeprog/eeprog.8
index 70f78ae..e518ae1 100644
--- a/eeprog/eeprog.8
+++ b/eeprog/eeprog.8
@@ -12,10 +12,6 @@
 .\"  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.
-.\"
 .TH eeprog "8" "Jul 2013" "i2c-tools" "System Administration"
 .SH NAME
 eeprog \- reads and writes 24Cxx EEPROMs connected to I2C serial bus
diff --git a/eeprom/ddcmon b/eeprom/ddcmon
index 2d31e22..93c0113 100755
--- a/eeprom/ddcmon
+++ b/eeprom/ddcmon
@@ -21,11 +21,6 @@
 #    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.
-#
 # This script is a replacement for the now deprecated ddcmon kernel driver.
 # Instead of having a dedicated driver, it is better to reuse the standard
 # eeprom driver and implement the EDID-specific code in user-space.
diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms
index 08621a2..92f41e8 100755
--- a/eeprom/decode-dimms
+++ b/eeprom/decode-dimms
@@ -17,11 +17,6 @@
 #    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.
-#
 # A kernel driver must be loaded (unless option -x is used). Up to DDR3,
 # you need either the at24 driver (in the kernel tree since v2.6.27) or
 # the legacy eeprom driver (in the kernel tree since v2.6.0). For kernels
diff --git a/eeprom/decode-dimms.1 b/eeprom/decode-dimms.1
index c3ce597..91378f6 100644
--- a/eeprom/decode-dimms.1
+++ b/eeprom/decode-dimms.1
@@ -13,10 +13,6 @@
 .\"  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.
-.\"
 .TH decode-dimms 1 "Nov 2017" "i2c-tools" "User Commands"
 .SH NAME
 decode-dimms \- decode the information found in memory module SPD EEPROMs
diff --git a/eeprom/decode-edid b/eeprom/decode-edid
index 60c3712..d2163dc 100755
--- a/eeprom/decode-edid
+++ b/eeprom/decode-edid
@@ -12,11 +12,6 @@
 #    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.
-#
 # EEPROM data decoding for EDID. EDID (Extended Display Identification
 # Data) is a VESA standard which allows storing (on manufacturer's side)
 # and retrieving (on user's side) of configuration information about
diff --git a/eeprom/decode-vaio b/eeprom/decode-vaio
index c2aefb8..74ab633 100755
--- a/eeprom/decode-vaio
+++ b/eeprom/decode-vaio
@@ -12,11 +12,6 @@
 #    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.
-#
 # EEPROM data decoding for Sony Vaio laptops.
 #
 # The at24 or eeprom driver must be loaded. For kernels older than 2.6.0, the
diff --git a/eeprom/decode-vaio.1 b/eeprom/decode-vaio.1
index 5e69ee7..35ffb36 100644
--- a/eeprom/decode-vaio.1
+++ b/eeprom/decode-vaio.1
@@ -12,10 +12,6 @@
 .\"  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.
-.\"
 .TH decode-vaio 1 "Oct 2013" "i2c-tools" "User Commands"
 .SH NAME
 decode-vaio \- decode the information found in the Sony Vaio laptop
diff --git a/py-smbus/smbusmodule.c b/py-smbus/smbusmodule.c
index 34af992..8c1f964 100644
--- a/py-smbus/smbusmodule.c
+++ b/py-smbus/smbusmodule.c
@@ -10,11 +10,6 @@
  * 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.
  */
 
 #include <Python.h>
diff --git a/stub/i2c-stub-from-dump b/stub/i2c-stub-from-dump
index bcfe8de..ded4ed7 100755
--- a/stub/i2c-stub-from-dump
+++ b/stub/i2c-stub-from-dump
@@ -12,11 +12,6 @@
 # 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
-#
 # This script feeds the i2c-stub driver with dump data from a real
 # I2C or SMBus chip. This can be useful when writing a driver for
 # a device you do not have access to, but of which you have a dump.
diff --git a/tools/i2cbusses.c b/tools/i2cbusses.c
index d23ee7a..d687615 100644
--- a/tools/i2cbusses.c
+++ b/tools/i2cbusses.c
@@ -15,11 +15,6 @@
     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.
 */
 
 /* For strdup and snprintf */
diff --git a/tools/i2cbusses.h b/tools/i2cbusses.h
index a192c7f..6f901b6 100644
--- a/tools/i2cbusses.h
+++ b/tools/i2cbusses.h
@@ -12,11 +12,6 @@
     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.
 */
 
 #ifndef _I2CBUSSES_H
diff --git a/tools/i2cdetect.c b/tools/i2cdetect.c
index 2d4d3b4..bb2f146 100644
--- a/tools/i2cdetect.c
+++ b/tools/i2cdetect.c
@@ -13,11 +13,6 @@
     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.
 */
 
 #include <sys/ioctl.h>
diff --git a/tools/i2cdump.c b/tools/i2cdump.c
index d54a7e4..d315e2f 100644
--- a/tools/i2cdump.c
+++ b/tools/i2cdump.c
@@ -13,11 +13,6 @@
     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.
 */
 
 #include <sys/ioctl.h>
diff --git a/tools/i2cget.c b/tools/i2cget.c
index 2ac20f7..b28ab38 100644
--- a/tools/i2cget.c
+++ b/tools/i2cget.c
@@ -16,11 +16,6 @@
     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.
 */
 
 #include <sys/ioctl.h>
diff --git a/tools/i2cset.c b/tools/i2cset.c
index 5bf48a1..dd4fdc2 100644
--- a/tools/i2cset.c
+++ b/tools/i2cset.c
@@ -13,11 +13,6 @@
     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.
 */
 
 #include <sys/ioctl.h>
diff --git a/tools/util.c b/tools/util.c
index 29e4958..4297d30 100644
--- a/tools/util.c
+++ b/tools/util.c
@@ -11,11 +11,6 @@
     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.
 */
 
 #include <stdio.h>
diff --git a/tools/util.h b/tools/util.h
index f4f4817..8fdc46e 100644
--- a/tools/util.h
+++ b/tools/util.h
@@ -11,11 +11,6 @@
     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.
 */
 
 #ifndef _UTIL_H
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH i2c-tools] treewide: remove FSF address
  2024-08-11  9:08 [PATCH i2c-tools] treewide: remove FSF address Wolfram Sang
@ 2024-08-14 18:03 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2024-08-14 18:03 UTC (permalink / raw)
  To: linux-i2c

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

On Sun, Aug 11, 2024 at 11:08:34AM +0200, Wolfram Sang wrote:
> We keep it simply in COPYING. Makes updating much easier.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Pushed to master.


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-14 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-11  9:08 [PATCH i2c-tools] treewide: remove FSF address Wolfram Sang
2024-08-14 18:03 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox