From b7c194c1ead2ed5018b05482ef9e17a6a7b6f417 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 13 Aug 2023 10:55:48 +0800 Subject: [PATCH] ; Fix FSF address in some files' copyright notices * src/sfnt.c: * src/sfnt.h: * src/sfntfont-android.c: * src/sfntfont.c: * src/sfntfont.h: Replace the old FSF address with a link to gnu.org/licenses. These addresses were inadvertently imported when sfnt.c was copied to src. --- src/sfnt.c | 3 +-- src/sfnt.h | 3 +-- src/sfntfont-android.c | 3 +-- src/sfntfont.c | 3 +-- src/sfntfont.h | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/sfnt.c b/src/sfnt.c index 8ccb672c5d5..57aa4e3c28e 100644 --- a/src/sfnt.c +++ b/src/sfnt.c @@ -15,8 +15,7 @@ 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 GNU Emacs. If not, write to the Free Software Foundation, -Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +along with GNU Emacs. If not, see . */ #include diff --git a/src/sfnt.h b/src/sfnt.h index 365595fa37d..48d22aa8d29 100644 --- a/src/sfnt.h +++ b/src/sfnt.h @@ -15,8 +15,7 @@ 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 GNU Emacs. If not, write to the Free Software Foundation, -Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +along with GNU Emacs. If not, see . */ #ifndef _SFNT_H_ #define _SFNT_H_ diff --git a/src/sfntfont-android.c b/src/sfntfont-android.c index de2a9253b57..53589078cda 100644 --- a/src/sfntfont-android.c +++ b/src/sfntfont-android.c @@ -15,8 +15,7 @@ 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 GNU Emacs. If not, write to the Free Software Foundation, -Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +along with GNU Emacs. If not, see . */ #include #include diff --git a/src/sfntfont.c b/src/sfntfont.c index dbd244e772c..531622f84df 100644 --- a/src/sfntfont.c +++ b/src/sfntfont.c @@ -15,8 +15,7 @@ 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 GNU Emacs. If not, write to the Free Software Foundation, -Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +along with GNU Emacs. If not, see . */ #include diff --git a/src/sfntfont.h b/src/sfntfont.h index df387512d0d..28267cdb1d6 100644 --- a/src/sfntfont.h +++ b/src/sfntfont.h @@ -15,8 +15,7 @@ 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 GNU Emacs. If not, write to the Free Software Foundation, -Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +along with GNU Emacs. If not, see . */ #ifndef _SFNTFONT_H_ #define _SFNTFONT_H_ -- 2.39.5