diff options
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/Makefile.in | 2 | ||||
-rw-r--r-- | lib-src/ebrowse.c | 2 | ||||
-rw-r--r-- | lib-src/emacsclient.c | 2 | ||||
-rw-r--r-- | lib-src/etags.c | 2 | ||||
-rw-r--r-- | lib-src/hexl.c | 2 | ||||
-rw-r--r-- | lib-src/make-docfile.c | 2 | ||||
-rw-r--r-- | lib-src/movemail.c | 2 | ||||
-rw-r--r-- | lib-src/pop.c | 2 | ||||
-rw-r--r-- | lib-src/pop.h | 2 | ||||
-rw-r--r-- | lib-src/profile.c | 2 | ||||
-rwxr-xr-x | lib-src/rcs2log | 2 | ||||
-rw-r--r-- | lib-src/update-game-score.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index fa8de0bcc94..5947fbde822 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -16,7 +16,7 @@ # 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, see <http://www.gnu.org/licenses/>. +# along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. SHELL = @SHELL@ diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index e77b7c94cca..d444a54b9a8 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -15,7 +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, see <http://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 5e181ccacb1..b3ebb84ca0a 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -15,7 +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, see <http://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/lib-src/etags.c b/lib-src/etags.c index b4ce43de4f6..4000f47a414 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -44,7 +44,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 this program. If not, see <http://www.gnu.org/licenses/>. */ +along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* NB To comply with the above BSD license, copyright information is diff --git a/lib-src/hexl.c b/lib-src/hexl.c index d949af08902..df49a598cac 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c @@ -16,7 +16,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 this program. If not, see <http://www.gnu.org/licenses/>. */ +along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index c48f202a511..69c7f37a17a 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c @@ -16,7 +16,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, see <http://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ /* The arguments given to this program are all the C and Lisp source files diff --git a/lib-src/movemail.c b/lib-src/movemail.c index e5ca0b16611..ce8dfd2ad95 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -17,7 +17,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, see <http://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ /* Important notice: defining MAIL_USE_FLOCK or MAIL_USE_LOCKF *will diff --git a/lib-src/pop.c b/lib-src/pop.c index 1a85bd23e7f..ba5ac6eb825 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -18,7 +18,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, see <http://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/lib-src/pop.h b/lib-src/pop.h index 474cf1a8dbc..81949851208 100644 --- a/lib-src/pop.h +++ b/lib-src/pop.h @@ -16,7 +16,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, see <http://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/lib-src/profile.c b/lib-src/profile.c index f4ab45c1718..6308041fbce 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c @@ -17,7 +17,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, see <http://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 1a1771b2b24..5e5709201e3 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log @@ -17,7 +17,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, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. Copyright='Copyright (C) 2017 Free Software Foundation, Inc. diff --git a/lib-src/update-game-score.c b/lib-src/update-game-score.c index 942aeeb399d..5816edf1d24 100644 --- a/lib-src/update-game-score.c +++ b/lib-src/update-game-score.c @@ -17,7 +17,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, see <http://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ /* This program allows a game to securely and atomically update a |