From dea2dfee9b301da84dbb09cf510b8ebf2ef28fff Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 25 Dec 2014 23:32:03 -0200 Subject: [PATCH] Remove FSF mailing address It has changed in the past, and these days, anyone can get a copy of the LGPL via the web rather than by post. Like 657a122 (Remove FSF mailing address) in libabc by Josh Tripplet, but let the FSF website in which the license can be found. --- libkmod/libkmod-config.c | 3 +-- libkmod/libkmod-elf.c | 3 +-- libkmod/libkmod-file.c | 3 +-- libkmod/libkmod-index.c | 3 +-- libkmod/libkmod-index.h | 3 +-- libkmod/libkmod-list.c | 3 +-- libkmod/libkmod-module.c | 3 +-- libkmod/libkmod-signature.c | 3 +-- libkmod/libkmod.c | 3 +-- libkmod/libkmod.h | 3 +-- shared/array.c | 3 +-- shared/hash.c | 3 +-- shared/macro.h | 3 +-- shared/strbuf.c | 3 +-- shared/util.c | 3 +-- testsuite/delete_module.c | 3 +-- testsuite/init_module.c | 3 +-- testsuite/path.c | 3 +-- testsuite/test-array.c | 3 +-- testsuite/test-blacklist.c | 3 +-- testsuite/test-dependencies.c | 3 +-- testsuite/test-depmod.c | 3 +-- testsuite/test-hash.c | 3 +-- testsuite/test-init.c | 3 +-- testsuite/test-loaded.c | 3 +-- testsuite/test-modinfo.c | 3 +-- testsuite/test-modprobe.c | 3 +-- testsuite/test-new-module.c | 3 +-- testsuite/test-strbuf.c | 3 +-- testsuite/test-testsuite.c | 3 +-- testsuite/test-util.c | 3 +-- testsuite/testsuite.c | 3 +-- testsuite/testsuite.h | 3 +-- testsuite/uname.c | 3 +-- 34 files changed, 34 insertions(+), 68 deletions(-) diff --git a/libkmod/libkmod-config.c b/libkmod/libkmod-config.c index 9cdc411..57fbe37 100644 --- a/libkmod/libkmod-config.c +++ b/libkmod/libkmod-config.c @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/libkmod/libkmod-elf.c b/libkmod/libkmod-elf.c index 9a7b12c..9ad8576 100644 --- a/libkmod/libkmod-elf.c +++ b/libkmod/libkmod-elf.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/libkmod/libkmod-file.c b/libkmod/libkmod-file.c index 45ae4a3..5eeba6a 100644 --- a/libkmod/libkmod-file.c +++ b/libkmod/libkmod-file.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/libkmod/libkmod-index.c b/libkmod/libkmod-index.c index 54643c0..aa17c2f 100644 --- a/libkmod/libkmod-index.c +++ b/libkmod/libkmod-index.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/libkmod/libkmod-index.h b/libkmod/libkmod-index.h index 9b55028..52aebac 100644 --- a/libkmod/libkmod-index.h +++ b/libkmod/libkmod-index.h @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #pragma once diff --git a/libkmod/libkmod-list.c b/libkmod/libkmod-list.c index de9797e..7623693 100644 --- a/libkmod/libkmod-list.c +++ b/libkmod/libkmod-list.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c index ac6b71a..54bde73 100644 --- a/libkmod/libkmod-module.c +++ b/libkmod/libkmod-module.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/libkmod/libkmod-signature.c b/libkmod/libkmod-signature.c index 2b976a5..5ed5973 100644 --- a/libkmod/libkmod-signature.c +++ b/libkmod/libkmod-signature.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/libkmod/libkmod.c b/libkmod/libkmod.c index 040a810..1a5a66b 100644 --- a/libkmod/libkmod.c +++ b/libkmod/libkmod.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/libkmod/libkmod.h b/libkmod/libkmod.h index a7ea221..fe53a59 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #pragma once diff --git a/shared/array.c b/shared/array.c index 865b3e8..f1f42c7 100644 --- a/shared/array.c +++ b/shared/array.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/shared/hash.c b/shared/hash.c index 99057ef..7fe3f80 100644 --- a/shared/hash.c +++ b/shared/hash.c @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/shared/macro.h b/shared/macro.h index 0f035b1..16b0881 100644 --- a/shared/macro.h +++ b/shared/macro.h @@ -14,8 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #pragma once diff --git a/shared/strbuf.c b/shared/strbuf.c index e5df35d..a69d914 100644 --- a/shared/strbuf.c +++ b/shared/strbuf.c @@ -15,8 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/shared/util.c b/shared/util.c index 23bbb26..479f0fe 100644 --- a/shared/util.c +++ b/shared/util.c @@ -16,8 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/delete_module.c b/testsuite/delete_module.c index 8cb9d73..39618fd 100644 --- a/testsuite/delete_module.c +++ b/testsuite/delete_module.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/init_module.c b/testsuite/init_module.c index a188560..1e7573b 100644 --- a/testsuite/init_module.c +++ b/testsuite/init_module.c @@ -13,8 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #ifndef HAVE_FINIT_MODULE diff --git a/testsuite/path.c b/testsuite/path.c index c27fabe..ba9a511 100644 --- a/testsuite/path.c +++ b/testsuite/path.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-array.c b/testsuite/test-array.c index 35b49b5..62982ad 100644 --- a/testsuite/test-array.c +++ b/testsuite/test-array.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-blacklist.c b/testsuite/test-blacklist.c index ce17399..1ec853f 100644 --- a/testsuite/test-blacklist.c +++ b/testsuite/test-blacklist.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-dependencies.c b/testsuite/test-dependencies.c index 6860a98..36cebc5 100644 --- a/testsuite/test-dependencies.c +++ b/testsuite/test-dependencies.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-depmod.c b/testsuite/test-depmod.c index 05284b4..3b48cc6 100644 --- a/testsuite/test-depmod.c +++ b/testsuite/test-depmod.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-hash.c b/testsuite/test-hash.c index b3fb9a0..b81df5e 100644 --- a/testsuite/test-hash.c +++ b/testsuite/test-hash.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-init.c b/testsuite/test-init.c index 7c47d3a..0c9094c 100644 --- a/testsuite/test-init.c +++ b/testsuite/test-init.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-loaded.c b/testsuite/test-loaded.c index 355171f..da164fd 100644 --- a/testsuite/test-loaded.c +++ b/testsuite/test-loaded.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-modinfo.c b/testsuite/test-modinfo.c index 76506be..317629c 100644 --- a/testsuite/test-modinfo.c +++ b/testsuite/test-modinfo.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-modprobe.c b/testsuite/test-modprobe.c index 7923257..8cd1ab9 100644 --- a/testsuite/test-modprobe.c +++ b/testsuite/test-modprobe.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-new-module.c b/testsuite/test-new-module.c index 2f49a11..ae9716f 100644 --- a/testsuite/test-new-module.c +++ b/testsuite/test-new-module.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-strbuf.c b/testsuite/test-strbuf.c index 53d39e0..972e6a4 100644 --- a/testsuite/test-strbuf.c +++ b/testsuite/test-strbuf.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-testsuite.c b/testsuite/test-testsuite.c index f324cc9..2d2c963 100644 --- a/testsuite/test-testsuite.c +++ b/testsuite/test-testsuite.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/test-util.c b/testsuite/test-util.c index 9ffcf56..5fa8c44 100644 --- a/testsuite/test-util.c +++ b/testsuite/test-util.c @@ -13,8 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/testsuite.c b/testsuite/testsuite.c index 397e28b..058d1dd 100644 --- a/testsuite/testsuite.c +++ b/testsuite/testsuite.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include diff --git a/testsuite/testsuite.h b/testsuite/testsuite.h index 8688ed0..e12170e 100644 --- a/testsuite/testsuite.h +++ b/testsuite/testsuite.h @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #pragma once diff --git a/testsuite/uname.c b/testsuite/uname.c index 750abf5..27f92d5 100644 --- a/testsuite/uname.c +++ b/testsuite/uname.c @@ -12,8 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * License along with this library; if not, see . */ #include