diff options
-rw-r--r-- | src/sfnt.c | 3 | ||||
-rw-r--r-- | src/sfnt.h | 3 | ||||
-rw-r--r-- | src/sfntfont-android.c | 3 | ||||
-rw-r--r-- | src/sfntfont.c | 3 | ||||
-rw-r--r-- | 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_ |