diff options
| author | Po Lu | 2023-08-13 10:55:48 +0800 |
|---|---|---|
| committer | Po Lu | 2023-08-13 11:04:29 +0800 |
| commit | b7c194c1ead2ed5018b05482ef9e17a6a7b6f417 (patch) | |
| tree | fe3e2532c8d110792de310577b3f60957e225fae /src | |
| parent | 5e736ca6ccfa131736ab0b3a298de2cb319e7dfb (diff) | |
| download | emacs-b7c194c1ead2ed5018b05482ef9e17a6a7b6f417.tar.gz emacs-b7c194c1ead2ed5018b05482ef9e17a6a7b6f417.zip | |
; 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.
Diffstat (limited to 'src')
| -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 | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, write to the Free Software Foundation, | 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | ||
| 20 | 19 | ||
| 21 | #include <config.h> | 20 | #include <config.h> |
| 22 | 21 | ||
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 | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, write to the Free Software Foundation, | 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | ||
| 20 | 19 | ||
| 21 | #ifndef _SFNT_H_ | 20 | #ifndef _SFNT_H_ |
| 22 | #define _SFNT_H_ | 21 | #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 | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, write to the Free Software Foundation, | 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | ||
| 20 | 19 | ||
| 21 | #include <config.h> | 20 | #include <config.h> |
| 22 | #include <dirent.h> | 21 | #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 | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, write to the Free Software Foundation, | 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | ||
| 20 | 19 | ||
| 21 | #include <config.h> | 20 | #include <config.h> |
| 22 | 21 | ||
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 | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, write to the Free Software Foundation, | 18 | along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ |
| 19 | Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | ||
| 20 | 19 | ||
| 21 | #ifndef _SFNTFONT_H_ | 20 | #ifndef _SFNTFONT_H_ |
| 22 | #define _SFNTFONT_H_ | 21 | #define _SFNTFONT_H_ |