]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
COPYING: drop double-space the Copyright example master
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 18 Jul 2026 17:42:20 +0000 (18:42 +0100)
committerLucas De Marchi <ldemarchi@kernel.org>
Tue, 28 Jul 2026 14:11:03 +0000 (09:11 -0500)
I am assuming that the COPYING boilerplate is the source for all the
varying double-space instances we have (had) in-tree.

Update those, so we can avoid them in the future.

As always, the typical IANAL disclaimer applies. To the best of my
knowledge and understanding the two forms are identical. With the
original being _slightly_ annoying especially if your editor
high-lights the double-space.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/450
Signed-off-by: Lucas De Marchi <ldemarchi@kernel.org>
COPYING
libkmod/COPYING
testsuite/COPYING
tools/COPYING

diff --git a/COPYING b/COPYING
index 8add30ad590a65db7e5914f5417eac39a64402a3..43a409f914ef86cb60a3127b9d79371a30e1c72f 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -471,7 +471,7 @@ convey the exclusion of warranty; and each file should have at least the
 "copyright" line and a pointer to where the full notice is found.
 
     <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
+    Copyright (C) <year> <name of author>
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
index 8add30ad590a65db7e5914f5417eac39a64402a3..43a409f914ef86cb60a3127b9d79371a30e1c72f 100644 (file)
@@ -471,7 +471,7 @@ convey the exclusion of warranty; and each file should have at least the
 "copyright" line and a pointer to where the full notice is found.
 
     <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
+    Copyright (C) <year> <name of author>
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
index 8add30ad590a65db7e5914f5417eac39a64402a3..43a409f914ef86cb60a3127b9d79371a30e1c72f 100644 (file)
@@ -471,7 +471,7 @@ convey the exclusion of warranty; and each file should have at least the
 "copyright" line and a pointer to where the full notice is found.
 
     <one line to give the library's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
+    Copyright (C) <year> <name of author>
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
index d511905c1647a1e311e8b20d5930a37a9c2531cd..e7003bc87888eb7cd60b2d27e562f0dc13f0c677 100644 (file)
@@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
     <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
+    Copyright (C) <year> <name of author>
 
     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