emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/psgml d92ab0476c: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/psgml d92ab0476c: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:17:24 -0500 (EST)

branch: externals/psgml
commit d92ab0476c2eacfddaa48bcfa293ae99d5a95756
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 README               |  2 +-
 about_psgml.html     | 10 +++++-----
 auxfiles/reform.el   |  2 +-
 psgml-api.el         |  2 +-
 psgml-debug.el       |  2 +-
 psgml-dtd.el         |  2 +-
 psgml-edit.el        |  2 +-
 psgml-fs.el          |  2 +-
 psgml-info.el        |  2 +-
 psgml-lucid.el       |  2 +-
 psgml-maint.el       |  2 +-
 psgml-nofill.el      |  2 +-
 psgml-other.el       |  2 +-
 psgml-parse.el       |  2 +-
 psgml-vars.el        |  2 +-
 psgml-xpr.el         |  2 +-
 psgml.el             |  2 +-
 sgmldecl/fum.el      |  2 +-
 testcase/tc13.el     |  2 +-
 testcase/tc15.el     |  2 +-
 testcase/tc16.el     |  2 +-
 testcase/tc18.el     |  2 +-
 testcase/tc22.el     |  2 +-
 testcase/testsuit.el |  2 +-
 24 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/README b/README
index f68356a8bc..074e06526c 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ This is an ALPHA release.
 
 ** Catalog files now can contain SYSTEM and OVERRIDE 
 as per OASIS Technical Resolution 9401:1997 
-<http://www.oasis-open.org/specs/a401.htm>
+<https://www.oasis-open.org/specs/a401.htm>
 
   SYSTEM sysid file
 
diff --git a/about_psgml.html b/about_psgml.html
index 755a0a262d..2c96b7f13e 100644
--- a/about_psgml.html
+++ b/about_psgml.html
@@ -129,20 +129,20 @@ HR.divider { width: 50%; align: center; }
      <dd><p>Release 1.2.3 fixes compatibility with Emacs 21.1 and is available
        from <a href="&psgml.dir">lystor ftp</a>, <a
         href="&base.url;/&psgml1.2.3;">http</a> or from <a
-        href="http://www.sourceforge.net/projects/psgml";>source
+        href="https://www.sourceforge.net/projects/psgml";>source
         forge</a></p></dd>
 
      <dt>2001-02-10</dt>
      <dd><p>Bugfix release 1.2.2 available from <a
         href="&psgml.dir">lystor ftp</a>, <a
         href="&base.url;/&psgml1.2.2;">http</a> or from <a
-        href="http://www.sourceforge.net/projects/psgml";>source
+        href="https://www.sourceforge.net/projects/psgml";>source
         forge</a></p></dd>
 
      <dt>2000-10-27</dt> <dd><p>The future of PSGML: It is currently
        not in active development. I plan to put out one or two bug fix
        releases and the move the sources to <a
-        href="http://www.sourceforge.net/projects/psgml";>source
+        href="https://www.sourceforge.net/projects/psgml";>source
         forge</a> (possibly after restructuring the code a bit and
        merging in various patches and additions that has been send to
        me.) I will then invite others to take an active part in the
@@ -151,7 +151,7 @@ HR.divider { width: 50%; align: center; }
        general discussion and questions about PSGML and
        <code>psgml-devel</code> for discussion about the future
        development of PSGML. Visit the <a
-        href="http://sourceforge.net/mail/?group_id=9156";>SourceForge:
+        href="https://sourceforge.net/mail/?group_id=9156";>SourceForge:
         Mailing Lists for PSGML</a> page to for subscription
        info.</p></dd>
 
@@ -196,7 +196,7 @@ HR.divider { width: 50%; align: center; }
      You can fetch PSGML with anonymous ftp from <a
        href="&psgml.dir"><samp>ftp.lysator.liu.se</samp></a> in
        directory <samp>pub/sgml</samp> or from <a
-       href="http://www.sourceforge.net/projects/psgml";>source
+       href="https://www.sourceforge.net/projects/psgml";>source
        forge</a> (only from 1.2.2).
     </p>
 
diff --git a/auxfiles/reform.el b/auxfiles/reform.el
index 1c6e82ebc9..b8026c6e08 100644
--- a/auxfiles/reform.el
+++ b/auxfiles/reform.el
@@ -13,7 +13,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/>.
 
 (require 'psgml-api)
 
diff --git a/psgml-api.el b/psgml-api.el
index 12dff4d136..b45df40c7b 100644
--- a/psgml-api.el
+++ b/psgml-api.el
@@ -15,7 +15,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/psgml-debug.el b/psgml-debug.el
index 12278a9643..f47eb2ca1a 100644
--- a/psgml-debug.el
+++ b/psgml-debug.el
@@ -13,7 +13,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/>.
 
 ;;;;\filename psgml-debug.el
 ;;;\author {Lennart Staflin}
diff --git a/psgml-dtd.el b/psgml-dtd.el
index 1aec853364..ab1f6df0d4 100644
--- a/psgml-dtd.el
+++ b/psgml-dtd.el
@@ -15,7 +15,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/psgml-edit.el b/psgml-edit.el
index 19b0aca85f..71d660fc14 100644
--- a/psgml-edit.el
+++ b/psgml-edit.el
@@ -15,7 +15,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/psgml-fs.el b/psgml-fs.el
index 4a1a5bc1fe..318294e54f 100644
--- a/psgml-fs.el
+++ b/psgml-fs.el
@@ -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 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/psgml-info.el b/psgml-info.el
index 524c7d7a40..7f1268defd 100644
--- a/psgml-info.el
+++ b/psgml-info.el
@@ -15,7 +15,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/>.
 
 
 
diff --git a/psgml-lucid.el b/psgml-lucid.el
index 76b5f4dcf9..392c328da3 100644
--- a/psgml-lucid.el
+++ b/psgml-lucid.el
@@ -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 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/psgml-maint.el b/psgml-maint.el
index 9632075cb3..ae11d01624 100644
--- a/psgml-maint.el
+++ b/psgml-maint.el
@@ -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/>.
 ;;
 
 
diff --git a/psgml-nofill.el b/psgml-nofill.el
index bf9db6302c..0e384ad249 100644
--- a/psgml-nofill.el
+++ b/psgml-nofill.el
@@ -13,7 +13,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/>.
 
 (require 'psgml-parse)
 (require 'psgml-edit)
diff --git a/psgml-other.el b/psgml-other.el
index 4ea9d6525b..ad1302e5ef 100644
--- a/psgml-other.el
+++ b/psgml-other.el
@@ -15,7 +15,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/psgml-parse.el b/psgml-parse.el
index f6981fa762..96dde1d368 100644
--- a/psgml-parse.el
+++ b/psgml-parse.el
@@ -19,7 +19,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/psgml-vars.el b/psgml-vars.el
index 1214a625f5..761e11b6e2 100644
--- a/psgml-vars.el
+++ b/psgml-vars.el
@@ -13,7 +13,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/>.
 
 ;;; Code:
 
diff --git a/psgml-xpr.el b/psgml-xpr.el
index d5e06bd036..6918127034 100644
--- a/psgml-xpr.el
+++ b/psgml-xpr.el
@@ -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/>.
 
 
 ;;; Commentary:
diff --git a/psgml.el b/psgml.el
index ff58b6b910..fcd643ff02 100644
--- a/psgml.el
+++ b/psgml.el
@@ -19,7 +19,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/sgmldecl/fum.el b/sgmldecl/fum.el
index 1da7d3e54a..e21bf1c171 100644
--- a/sgmldecl/fum.el
+++ b/sgmldecl/fum.el
@@ -18,7 +18,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/>.
 
 ;; LCD Archive Entry:
 ;; fum|Lennart Staflin|lenst@lysator.liu.se|
diff --git a/testcase/tc13.el b/testcase/tc13.el
index 632bfff4af..bafc96a2e5 100644
--- a/testcase/tc13.el
+++ b/testcase/tc13.el
@@ -13,7 +13,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/>.
 
 (require 'psgml-parse)
 (require 'cl-lib)
diff --git a/testcase/tc15.el b/testcase/tc15.el
index 89fb462ff2..06037a2741 100644
--- a/testcase/tc15.el
+++ b/testcase/tc15.el
@@ -13,7 +13,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/>.
 
 (require 'psgml-parse)
 (require 'cl-lib)
diff --git a/testcase/tc16.el b/testcase/tc16.el
index eb197373c9..a8977277a7 100644
--- a/testcase/tc16.el
+++ b/testcase/tc16.el
@@ -13,7 +13,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/>.
 
 (require 'psgml-parse)
 (require 'cl-lib)
diff --git a/testcase/tc18.el b/testcase/tc18.el
index ff0806c2ee..1c60bf801f 100644
--- a/testcase/tc18.el
+++ b/testcase/tc18.el
@@ -13,7 +13,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/>.
 
 (require 'psgml-parse)
 (require 'cl-lib)
diff --git a/testcase/tc22.el b/testcase/tc22.el
index d0342c84a7..c470a969a9 100644
--- a/testcase/tc22.el
+++ b/testcase/tc22.el
@@ -13,7 +13,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/>.
 
 
 (require 'psgml-parse)
diff --git a/testcase/testsuit.el b/testcase/testsuit.el
index 8a2904d166..b4a2cf1cad 100644
--- a/testcase/testsuit.el
+++ b/testcase/testsuit.el
@@ -13,7 +13,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/>.
 
 ;;; Code:
 



reply via email to

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