emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b7c194c1ead: ; Fix FSF address in some files' copyright notices


From: Po Lu
Subject: master b7c194c1ead: ; Fix FSF address in some files' copyright notices
Date: Sat, 12 Aug 2023 23:06:36 -0400 (EDT)

branch: master
commit b7c194c1ead2ed5018b05482ef9e17a6a7b6f417
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; 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 <https://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 
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 <https://www.gnu.org/licenses/>.  */
 
 #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 <https://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 #include <dirent.h>
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 <https://www.gnu.org/licenses/>.  */
 
 #include <config.h>
 
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 <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SFNTFONT_H_
 #define _SFNTFONT_H_



reply via email to

[Prev in Thread] Current Thread [Next in Thread]