summaryrefslogtreecommitdiff
path: root/oldXMenu
diff options
context:
space:
mode:
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c2
-rw-r--r--oldXMenu/Create.c2
-rw-r--r--oldXMenu/FindSel.c2
-rw-r--r--oldXMenu/Internal.c2
-rw-r--r--oldXMenu/Makefile.in2
-rw-r--r--oldXMenu/deps.mk2
-rw-r--r--oldXMenu/insque.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index 876cb3d06ba..c27005fd9e3 100644
--- a/oldXMenu/Activate.c
+++ b/oldXMenu/Activate.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/>. */
/*
* XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index a0913685365..83e6c8e38c7 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.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/>. */
/*
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c
index 7440b3dd9ce..37a87a819af 100644
--- a/oldXMenu/FindSel.c
+++ b/oldXMenu/FindSel.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/>.
*/
/*
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c
index bc4ed223299..913904474c5 100644
--- a/oldXMenu/Internal.c
+++ b/oldXMenu/Internal.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/>. */
/*
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in
index 7a5c9985920..59a6c7465b4 100644
--- a/oldXMenu/Makefile.in
+++ b/oldXMenu/Makefile.in
@@ -28,7 +28,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/>.
### Commentary:
diff --git a/oldXMenu/deps.mk b/oldXMenu/deps.mk
index bbd98ca7c20..acb42e491ad 100644
--- a/oldXMenu/deps.mk
+++ b/oldXMenu/deps.mk
@@ -28,7 +28,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/>.
### Commentary:
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c
index 2906f9c0409..0c6afc6f622 100644
--- a/oldXMenu/insque.c
+++ b/oldXMenu/insque.c
@@ -12,7 +12,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/>. */
/* This file implements the emacs_insque and emacs_remque functions,
clones of the insque and remque functions of BSD. They and all