From 59a8760c319908f2eb42dd1535aa44b2bed6870f Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Mon, 16 Feb 2026 02:28:00 +0100 Subject: [PATCH] Update the text of the GPL --- COPYING | 9 ++++----- mkpasswd.c | 3 +-- simple_recode.c | 3 +-- utils.c | 3 +-- 4 files changed, 7 insertions(+), 11 deletions(-) diff --git a/COPYING b/COPYING index d159169..9efa6fb 100644 --- a/COPYING +++ b/COPYING @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -304,8 +304,7 @@ the "copyright" line and a pointer to where the full notice is found. 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. + with this program; if not, see . Also add information on how to contact you by electronic and paper mail. @@ -329,8 +328,8 @@ necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. - , 1 April 1989 - Ty Coon, President of Vice + , 1 April 1989 + Moe Ghoul, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may diff --git a/mkpasswd.c b/mkpasswd.c index 27a804e..730acdb 100644 --- a/mkpasswd.c +++ b/mkpasswd.c @@ -12,8 +12,7 @@ * 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. + * with this program; if not, see . * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/simple_recode.c b/simple_recode.c index e7c2eeb..0ddbbaa 100644 --- a/simple_recode.c +++ b/simple_recode.c @@ -15,8 +15,7 @@ * 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. + * with this program; if not, see . * * SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/utils.c b/utils.c index e2cb83f..a018694 100644 --- a/utils.c +++ b/utils.c @@ -16,8 +16,7 @@ * 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. + * with this program; if not, see . * * SPDX-License-Identifier: GPL-2.0-or-later */