From 5086df53090b2fe9fa1c31351c05a78a12a4ba71 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 18 Jul 2026 18:42:20 +0100 Subject: [PATCH] COPYING: drop double-space the Copyright example 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 Link: https://github.com/kmod-project/kmod/pull/450 Signed-off-by: Lucas De Marchi --- COPYING | 2 +- libkmod/COPYING | 2 +- testsuite/COPYING | 2 +- tools/COPYING | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/COPYING b/COPYING index 8add30ad..43a409f9 100644 --- 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. - Copyright (C) + Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/libkmod/COPYING b/libkmod/COPYING index 8add30ad..43a409f9 100644 --- a/libkmod/COPYING +++ b/libkmod/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. - Copyright (C) + Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/testsuite/COPYING b/testsuite/COPYING index 8add30ad..43a409f9 100644 --- a/testsuite/COPYING +++ b/testsuite/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. - Copyright (C) + Copyright (C) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tools/COPYING b/tools/COPYING index d511905c..e7003bc8 100644 --- a/tools/COPYING +++ b/tools/COPYING @@ -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. - Copyright (C) + Copyright (C) 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 -- 2.47.3