]> wimlib.net Git - wimlib/commitdiff
Update hyperlinks
authorEric Biggers <ebiggers3@gmail.com>
Sun, 2 Apr 2023 06:29:13 +0000 (23:29 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 2 Apr 2023 06:29:13 +0000 (23:29 -0700)
Use https whenever possible, and replace some outdated links.

78 files changed:
COPYING.GPLv3
COPYING.LGPLv3
README
README.WINDOWS
doc/man1/wimapply.1
include/wimlib/inode.h
programs/imagex.c
programs/mkwinpeimg.in
programs/wgetopt.c
src/add_image.c
src/blob_table.c
src/compress.c
src/compress_parallel.c
src/compress_serial.c
src/decompress.c
src/delete_image.c
src/dentry.c
src/encoding.c
src/error.c
src/export_image.c
src/extract.c
src/file_io.c
src/header.c
src/inode.c
src/inode_fixup.c
src/inode_table.c
src/integrity.c
src/iterate_dir.c
src/join.c
src/lzms_common.c
src/lzms_compress.c
src/lzms_decompress.c
src/lzx_common.c
src/lzx_compress.c
src/lzx_decompress.c
src/metadata_resource.c
src/mount_image.c
src/ntfs-3g_apply.c
src/ntfs-3g_capture.c
src/pathlist.c
src/paths.c
src/pattern.c
src/progress.c
src/reference.c
src/registry.c
src/reparse.c
src/resource.c
src/scan.c
src/security.c
src/solid.c
src/split.c
src/tagged_items.c
src/template.c
src/test_support.c
src/textfile.c
src/threads.c
src/timestamp.c
src/unix_apply.c
src/unix_capture.c
src/update_image.c
src/util.c
src/verify.c
src/wim.c
src/wimboot.c
src/win32_apply.c
src/win32_capture.c
src/win32_common.c
src/win32_replacements.c
src/win32_vss.c
src/write.c
src/xml.c
src/xml_windows.c
src/xmlproc.c
src/xpress_compress.c
src/xpress_decompress.c
tests/wlfuzz.c
tools/compress_upcase_table.c
tools/generate_language_id_map.c

index 94a9ed024d3859793618152ea559a168bbcbb5e2..f288702d2fa16d3cdf0035b15a9fcbc552cd88e7 100644 (file)
@@ -1,7 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
     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/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/licenses/why-not-lgpl.html>.
index cca7fc278f5c81ce23a2687208f0d63a6ea44009..0a041280bd00a9d068f503b8ee7ce35214bd24a1 100644 (file)
@@ -1,7 +1,7 @@
-                  GNU LESSER GENERAL PUBLIC LICENSE
+                   GNU LESSER GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
diff --git a/README b/README
index cd91f1626cddf9f7f0fb7c9de2e28846cd0a8b15..75e67206e61033aa9fc4be68eeabfe1dbf4601a2 100644 (file)
--- a/README
+++ b/README
@@ -129,7 +129,7 @@ dependencies were already included and this section is irrelevant.
        your distribution distributes header files separately.  FUSE also
        requires a kernel module.  If the kernel module is available it should
        automatically be loaded if you try to mount a WIM image.  For more
-       information see http://fuse.sourceforge.net/.
+       information, see https://github.com/libfuse/libfuse/.
 
 * libntfs-3g (optional but recommended)
        Unless configured --without-ntfs-3g, wimlib requires the library and
@@ -144,10 +144,10 @@ dependencies were already included and this section is irrelevant.
        depending on what options are given to it.  Depending on your Linux
        distribution, you may already have these programs installed, or they may
        be in the software repository.  Making an ISO filesystem requires
-       `mkisofs' from `cdrkit' (http://www.cdrkit.org).  Making a disk image
-       requires `mtools' (http://www.gnu.org/software/mtools) and `syslinux'
-       (http://www.syslinux.org).  Retrieving files from the Windows Automated
-       Installation Kit requires `cabextract' (http://www.cabextract.org.uk).
+       `mkisofs' from `cdrkit' (https://www.cdrkit.org).  Making a disk image
+       requires `mtools' (https://www.gnu.org/software/mtools) and `syslinux'
+       (https://www.syslinux.org).  Retrieving files from the Windows Automated
+       Installation Kit requires `cabextract' (https://www.cabextract.org.uk).
 
                                  CONFIGURATION
 
@@ -211,8 +211,8 @@ science papers.
 
 The code in ntfs-3g_apply.c and ntfs-3g_capture.c uses the NTFS-3G library,
 which is a library for reading and writing to NTFS filesystems (the filesystem
-used by recent versions of Windows).  See
-http://www.tuxera.com/community/open-source-ntfs-3g/ for more information.
+used by recent versions of Windows).  For more information about NTFS-3G, see
+https://github.com/tuxera/ntfs-3g/.
 
 A limited number of other free programs can handle some parts of the WIM
 file format:
@@ -230,16 +230,16 @@ file format:
 
 If you are looking for an archive format that provides features similar to WIM
 but was designed primarily for UNIX, you may want to consider SquashFS
-(http://squashfs.sourceforge.net/).  However, you may find that wimlib works
-surprisingly well on UNIX.  It will store hard links and symbolic links, and it
-supports storing standard UNIX file permissions (owners, groups, and modes);
-special files such as device nodes and FIFOs; and extended attributes.
-Actually, I use it to back up my own files on Linux!
+(https://docs.kernel.org/filesystems/squashfs.html).  However, you may find that
+wimlib works surprisingly well on UNIX.  It will store hard links and symbolic
+links, and it supports storing standard UNIX file permissions (owners, groups,
+and modes); special files such as device nodes and FIFOs; and extended
+attributes.  Actually, I use it to back up my own files on Linux!
 
                                     HISTORY
 
 wimlib was originally a project started by Carl Thijssen for use on Linux in the
-Ultimate Deployment Appliance (http://www.ultimatedeployment.org/).  Since then
+Ultimate Deployment Appliance (https://www.ultimatedeployment.org/).  Since then
 the code has been entirely rewritten and improved (main author: Eric Biggers).
 Windows support has been available since version 1.3.0 (March 2013).  A list of
 version-to-version changes can be found in the NEWS file.
index 88d68ffbd49d9e148c422f38e3dc46f3ae4d0a44..dbbf3a07f99f272d71fef98565e828279327d8c6 100644 (file)
@@ -85,7 +85,7 @@ other front-ends or applications.  Currently there is no official graphical user
 interface available for wimlib or wimlib-imagex.  However, an unofficial
 Windows-only graphical user interface that provides a thin wrapper around
 wimlib-imagex can be downloaded at
-http://reboot.pro/files/file/485-wimlib-imagex-command-line-compiler/.
+https://reboot.pro/files/file/588-wimlib-clc/.
 
                               BUILDING FROM SOURCE
 
index 42dac959793c17e5b380556823c7440a59093d74..23f40fb629ccae44217d928b3c7df1cf423369ab 100644 (file)
@@ -217,7 +217,7 @@ image from a WIM file available on a HTTP server to an NTFS volume on /dev/sda1,
 run something like:
 .PP
 .RS
-wget -O - http://myserver/mywim.wim | wimapply - 1 /dev/sda1
+wget -O - https://myserver/mywim.wim | wimapply - 1 /dev/sda1
 .RE
 .PP
 Pipable WIMs may also be split into multiple parts, just like normal WIMs.  To
index 23b304ee2deb6dce488677fd814cf0d3893fd113..bdf2ad188dcf62ea89b7d9d701525240723788d9 100644 (file)
@@ -234,7 +234,7 @@ struct wim_inode_extra {
 
 /*
  * The available reparse tags are documented at
- * http://msdn.microsoft.com/en-us/library/dd541667(v=prot.10).aspx.
+ * https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/c8e77b37-3909-4fe6-a4ea-2b9d423b1ee4
  * Here we only define the ones of interest to us.
  */
 #define WIM_IO_REPARSE_TAG_MOUNT_POINT         0xA0000003
index 25cc2477d2ad422b68751f185c0125ed8dc97154..078cff19c9cb0af15b19ba58a26d047367fa0f2a 100644 (file)
@@ -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/>.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -4613,7 +4613,7 @@ version(void)
        T(
 "wimlib-imagex " PACKAGE_VERSION " (using wimlib %"TS")\n"
 "Copyright (C) 2012-2023 Eric Biggers\n"
-"License GPLv3+; GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
+"License GPLv3+; GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n"
 "This is free software: you are free to change and redistribute it.\n"
 "There is NO WARRANTY, to the extent permitted by law.\n"
 "\n"
index 85dadc77b5f1c3f2ddaabcf9b09048947d9cbef8..8e9cfeb0b141069b16918ef18823fa3a7dc2a0f5 100755 (executable)
@@ -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/>.
 
 script_name="$(basename "$0")"
 PREFIX_REG="::"
index c4aeb9f4b4db92755497d1565d5437631d4ec262..47f34a5b1b85b056731828a70955cda2ba6bd036 100644 (file)
@@ -17,7 +17,7 @@
  * 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 file; if not, see http://www.gnu.org/licenses/.
+ * this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #include "wgetopt.h"
index 740f11d6aea27f29738651e1da2e2fb7dadf8c3c..abe96a7fff1f41593277698bbe018bd395f01c9a 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 294f95030d31b94b75d6cd82b4745a8f484c5617..386155031c264ab87f799228966002db836d85cd 100644 (file)
@@ -22,7 +22,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index bced555e7f8a3863666311329d0d6c791f3a18b0..8396316dca06493a35560977c6259501dc0fbfa5 100644 (file)
@@ -19,7 +19,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index c6400b5cf1ebf180b4adb4ae8a0af618d2e63de4..e8fb7bf137ef627adce26596778b8860008e9696 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 6bac63ec8f9b2037bf720c82d69649264eddc006..24a6795c0ad115da82643fc982d322be6044270c 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 974483c3ef016f600c724e171fe8f60452b6e972..c2ab5b8732386e282e2cf3bf4931a12f63412e5d 100644 (file)
@@ -19,7 +19,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 9cbec0a2ef90ba8c6ce288bbdd0b70c085dfd967..192dfbae9db0d08d6972bfa917b4519fe3bcf2b6 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index bf81d9a8880180a12aa2c1fe5b2249a2989a1216..6022bedc4f1e482982536e8d3798f27cd3464c69 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 /*
index a1407b322843c04c4ed249f1c033f9f29f04432c..fde3adb2f88e30554c8da70123106f223b6c25f6 100644 (file)
@@ -14,7 +14,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index a29d9414efc65775a314cd8b057af52e065e37eb..ff3d00bbbbf4a8f73c86506406c66122d285fcec 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 561b14644f5101e0af5e4f1c99e109fc4a7da262..1dff266d4228df6107803203f6664cdcb86fe01e 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 7db0d2889d162aea8867da877efafbda2097afd4..24b53cbea10a2e9253acac22fe8867cd5929501f 100644 (file)
@@ -19,7 +19,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 /*
index c1665c6dccb41c7d53d4806fad58629cd9824a92..4cd71ec43f387864182a5e83339d66586afd067e 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index b5cd441a890c787786444b7f2be1d6dd75f49dbc..1a47690028959c7f32c78986ca58b03085be57b8 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 7699e9bf9d56dc94a82c4de6265b0a036101f2d4..40fe5679a6a3eeac8f6799ee091ca74dea8b37a5 100644 (file)
@@ -21,7 +21,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 8e1579db014617ac94bad6778d83ce3409453d9b..f507c9872ffe843c5375830dedacd4bb60592357 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 5955580f1cbda2526423cac140a23223944024f1..f6842f8ad81a5c1bbb5fe642ddc2312695a2ec10 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index ce07acc6b7e6673f2a87ea2c5e2cf271d22d1ff9..47d3244b53d7c11deff2f88cffc5fa2c4925dcc2 100644 (file)
@@ -20,7 +20,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index b6fdb0320419d4d3de6d5fb7d3823109ce98f661..85857043150153513b1f2ccb5aec1ab1a7df304e 100644 (file)
@@ -19,7 +19,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 27e7a02c473d877aa51999e20004b4b83183cfd7..00fd292b7117f4dafe974fe7aacf09e328fbc12b 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 03d31c95f59d45ac08d67165687f0d24523d6597..50176847f8b042cd20b1600342c5ee0fad0805da 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 428c289ead4aff1e9ab1ba0908f3c38a665bc08f..e55a32b890f3ada6354092944fef9b57cb22e6e5 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index c81a29641cc45d2365d9ced25943bcf3f912f7fd..c9b5c983a874737395691336f83a44e5f20640b2 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 /*
index fe201a42e5ab4ab67ca6f6f6367aa4cbdafb491b..48a34614362d505c5b555b479b585d334546ed6c 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 430e0dd414c0fc5aacb2f760ce03157e0bcb17ab..02498bf5f6b7b6cc51b6563a7b1fdf2892ffcaa0 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 
index bd63da78e6ad527b858d7ef9df9cd13a6e1bd75d..ba923fdd3aeb7e51b0238104f494ed07d7c1e64a 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 /*
index e114ed28ce8f4c43ba002fc25c759e0b8c3dfefa..71d3d6d03802f49262865b2ad0916538426e079f 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index c7898d3df0358fd53158554d584a452b1808ccd3..dc981988b36b1550e9657fa097fbc6acf48e2ace 100644 (file)
@@ -2,7 +2,7 @@
  * mount_image.c
  *
  * This file implements mounting of WIM images using FUSE
- * (Filesystem in Userspace).  See http://fuse.sourceforge.net/.
+ * (Filesystem in Userspace).  See https://github.com/libfuse/libfuse
  *
  * Currently it is only expected to work on Linux.
  */
@@ -21,7 +21,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index c012c8e5b600188d76115949098763eb5b22d6b0..b0b376fac22ff743b6dc5479a0cf515b7a50f333 100644 (file)
@@ -23,7 +23,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 1745cbd1f6dff8308bb5759d77d2a70234b6931d..7aa24c160cab8f9fdfb962fe450dad87bb2b19be 100644 (file)
@@ -19,7 +19,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 11bd8461e8a6b0053af878af5a57b9cda7c0cd42..0b623f81e32f37376c6e53a6b8e45a2f07c8e283 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 4b9db67f87ebed18b7404c5864cf676f4fb6c5a4..34d08a5c8bd61a3928fbf63df56e6235dfe8b4a2 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index a9e3fbcd737b541418a3c221a95efe7d4ea03262..caad2f5ec708962582156ae4e9f6fc78bc444592 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 5696fbae87435284725c154c55dd2f32eb881b88..59c70662e45f3e4aeb3a0dfca948b636e804c308 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index a380d4eeff1dd89715a4993e04aa6c5d21477e34..b7248f6d3a40142262f0af193fafe75ee762bb9f 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index bdf4dc8ff3e338501f21f28822a6c3e8046e122e..5672e707eeb5c84129fc6016888f062ad24a9400 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 74bb56fd22e258a71d9e4105430d4b2206405794..2838f01bd9789b388f814a20fc26db0920ec1dc0 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 2fe57affde04d9e4b61eafabd1b8c53df7681b9b..a2aee42dd0bf0103cc95c4c09a5b9913124e2fd9 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index da6fc09e6f369050ba1dc5c879ef007ad81fb547..483428fc1db8d546df052f082b66f3a3005cf93a 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index c447e501da73aa3e4580d37fbd6941a4f9fe680c..617abfbdd3e4dbaf2e3fd841476231c4707eb57e 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index ecb7d0e81fef59d2013a282a7c5d8be436803d15..a6aef41835ce93153a7f7fbbf7da31da5461ec78 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 137585588a98ab5638063233d14eef8cc94c421a..8205c71c577cc4d5fea0e2c1d4e74633f6fbb6a1 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 9343e02032444b3ebc1f8d43f4756a4afdcae4a2..dee065174c882c38880e577c5912bdcb6ef1851f 100644 (file)
@@ -19,7 +19,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 1c018df7db28f4ac678582e718c729480732d4d3..2cface66bbef1240a3c3f12ff40127f0ebb416d3 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index a3434d5dea384266ece6ca503ec6dca31db844f2..96305f0682e7f8cc97067e88889d8294548ec5a0 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 /*
index 2e57e2f669d067985aaf749a55f920769ac5dbf1..42c995396381fd20a40623a31d434582ce4782df 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 8de7dcba0048f6c876f742ab6bd5d66b9bb612f7..523d8a8472194655b03731dac5ed938634b518a1 100644 (file)
@@ -17,7 +17,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 2d00cc6a4e33440ea24196d675845d6e04ff3673..ffd67ec57d8cfb9c7767e05d970453f70ab93cf9 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 43215e03d094ad945507847ecc1b25719002b38b..89b6f5f6a8465ca51ab1c76963edee457e351592 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index a6c569323757ee14e68ef1e0012570ddb936e996..70a81c43e08880137cab699381b6bad5dfe8b623 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifndef _WIN32
index 2964b71778f49099da55ceaa991be2fdf6161d5f..f767f079845a9baf7c045eb25acab4add67f82cb 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 /*
index 1f9f779282c9834a017e47abefb1ca958520b7c4..52af147d3f122fe5240cced3ea3484885017234b 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 41fcff789919f1b60a0e888ad3598a8a21fb4e37..00da39709733fdc7ce6214262b5b19ea18807102 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index b143b0eab523964fb85cfaf2c319eedd7f187451..3a2a216a4c0db0c682be476484deacca754f438e 100644 (file)
--- a/src/wim.c
+++ b/src/wim.c
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 3219758fa6507ea0ae1d077a442ab85ccf495387..115a56996e39759832ae62b3265f9a2bacfee725 100644 (file)
@@ -3,8 +3,8 @@
  *
  * Support for creating WIMBoot pointer files.
  *
- * See http://technet.microsoft.com/en-us/library/dn594399.aspx for general
- * information about WIMBoot.
+ * For general information about WIMBoot, see
+ * https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-8.1-and-8/dn594399(v=win.10)
  *
  * Note that WIMBoot pointer files are actually implemented on top of the
  * Windows Overlay Filesystem filter (WOF).  See wof.h for more info.
@@ -24,7 +24,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef _WIN32
index fd34fcbea0b2863210092011783af15708d642d0..7a6ac8456260f8110f9f5ae4b36284762e6a9fc7 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef _WIN32
index 331a0dce32e505c0d91932718ef98f54aebb271a..958147e65cab03c201a556f98a440dee67260c4b 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef _WIN32
index cb3468ac550fd6fa49fbea3fdcec7d440c2a4801..408650b0d4a942df93f6e463cc2e2374007a8a62 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef _WIN32
index f6a5a6e1dda10c2c29ceccc37acb870fbbf1858b..5df6c78eefaabf5fe763dd0d6e319d464e685411 100644 (file)
@@ -17,7 +17,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef _WIN32
index 6e9f1a59c005783fec70cc66f15f43cdbad2e14c..6f5a28eaf128728f7675d22186cd9b69ba7296bb 100644 (file)
@@ -17,7 +17,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef _WIN32
index fa0b691327eee4e0151d5d3a3d2d55eae3ad2629..4bf1b2bedf5e181fa9f975fec74f66ba7fdc47b9 100644 (file)
@@ -19,7 +19,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 691a2373fe5b7824b5fb625f9eac39a23a83d30a..d4400ee6e80a0c27d40e6e09c087939e223aa017 100644 (file)
--- a/src/xml.c
+++ b/src/xml.c
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index d01b7b79d0347a01923fe9867ae9e2f5913f1282..305d2efa5a77ae39947df91d99768dee6bb09822 100644 (file)
@@ -19,7 +19,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index fdd5ce96514100fb7061506d9bfc40f65cd13d07..d5de89453e4b7fb9c424f97ed83fd1b355ebf46c 100644 (file)
@@ -20,7 +20,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 5d6260ea61652fc47d7bf0a2145bc64b8105690e..e192c870a0bdd3cb82d22d85db3f999d7b8824d6 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
index 5d7d5086527f2f42ebbefdafada9ae5c5d28728c..035bcfd03470c85ee511be2d1eecd4833fd04905 100644 (file)
@@ -19,7 +19,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 
index a32218f29a7dfdabc4b1c27a41784f15d9074210..eccedbaa02ac47116431b99db342813e59f81673 100644 (file)
@@ -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/>.
  */
 
 /*
index f911a4327b2a5e4579a0ff699fa3c44f82f3a00b..5b016099acc51ad4ab2130ce3bcae1e0a8b449cf 100644 (file)
@@ -18,7 +18,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #include <fcntl.h>
index 91ae6f77a88915a0e56a0797a07e975bfb58528c..2c656f45c9bcb51afcc54f5b41bd18f6547c79a9 100644 (file)
@@ -20,7 +20,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #define WINVER 0x6000  /* Needed for LCIDToLocaleName() declaration  */