From b143910f8f18f0725adaf4af7e0bbe7ac5ab5382 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 1 Apr 2023 23:29:13 -0700 Subject: [PATCH] Update hyperlinks Use https whenever possible, and replace some outdated links. --- COPYING.GPLv3 | 8 ++++---- COPYING.LGPLv3 | 4 ++-- README | 26 +++++++++++++------------- README.WINDOWS | 2 +- doc/man1/wimapply.1 | 2 +- include/wimlib/inode.h | 2 +- programs/imagex.c | 4 ++-- programs/mkwinpeimg.in | 2 +- programs/wgetopt.c | 2 +- src/add_image.c | 2 +- src/blob_table.c | 2 +- src/compress.c | 2 +- src/compress_parallel.c | 2 +- src/compress_serial.c | 2 +- src/decompress.c | 2 +- src/delete_image.c | 2 +- src/dentry.c | 2 +- src/encoding.c | 2 +- src/error.c | 2 +- src/export_image.c | 2 +- src/extract.c | 2 +- src/file_io.c | 2 +- src/header.c | 2 +- src/inode.c | 2 +- src/inode_fixup.c | 2 +- src/inode_table.c | 2 +- src/integrity.c | 2 +- src/iterate_dir.c | 2 +- src/join.c | 2 +- src/lzms_common.c | 2 +- src/lzms_compress.c | 2 +- src/lzms_decompress.c | 2 +- src/lzx_common.c | 2 +- src/lzx_compress.c | 2 +- src/lzx_decompress.c | 2 +- src/metadata_resource.c | 2 +- src/mount_image.c | 4 ++-- src/ntfs-3g_apply.c | 2 +- src/ntfs-3g_capture.c | 2 +- src/pathlist.c | 2 +- src/paths.c | 2 +- src/pattern.c | 2 +- src/progress.c | 2 +- src/reference.c | 2 +- src/registry.c | 2 +- src/reparse.c | 2 +- src/resource.c | 2 +- src/scan.c | 2 +- src/security.c | 2 +- src/solid.c | 2 +- src/split.c | 2 +- src/tagged_items.c | 2 +- src/template.c | 2 +- src/test_support.c | 2 +- src/textfile.c | 2 +- src/threads.c | 2 +- src/timestamp.c | 2 +- src/unix_apply.c | 2 +- src/unix_capture.c | 2 +- src/update_image.c | 2 +- src/util.c | 2 +- src/verify.c | 2 +- src/wim.c | 2 +- src/wimboot.c | 6 +++--- src/win32_apply.c | 2 +- src/win32_capture.c | 2 +- src/win32_common.c | 2 +- src/win32_replacements.c | 2 +- src/win32_vss.c | 2 +- src/write.c | 2 +- src/xml.c | 2 +- src/xml_windows.c | 2 +- src/xmlproc.c | 2 +- src/xpress_compress.c | 2 +- src/xpress_decompress.c | 2 +- tests/wlfuzz.c | 2 +- tools/compress_upcase_table.c | 2 +- tools/generate_language_id_map.c | 2 +- 78 files changed, 98 insertions(+), 98 deletions(-) diff --git a/COPYING.GPLv3 b/COPYING.GPLv3 index 94a9ed02..f288702d 100644 --- a/COPYING.GPLv3 +++ b/COPYING.GPLv3 @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. 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 . + along with this program. If not, see . 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 -. +. 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 -. +. diff --git a/COPYING.LGPLv3 b/COPYING.LGPLv3 index cca7fc27..0a041280 100644 --- a/COPYING.LGPLv3 +++ b/COPYING.LGPLv3 @@ -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. + Copyright (C) 2007 Free Software Foundation, Inc. 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 cd91f162..75e67206 100644 --- 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. diff --git a/README.WINDOWS b/README.WINDOWS index 88d68ffb..dbbf3a07 100644 --- a/README.WINDOWS +++ b/README.WINDOWS @@ -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 diff --git a/doc/man1/wimapply.1 b/doc/man1/wimapply.1 index 42dac959..23f40fb6 100644 --- a/doc/man1/wimapply.1 +++ b/doc/man1/wimapply.1 @@ -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 diff --git a/include/wimlib/inode.h b/include/wimlib/inode.h index 23b304ee..bdf2ad18 100644 --- a/include/wimlib/inode.h +++ b/include/wimlib/inode.h @@ -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 diff --git a/programs/imagex.c b/programs/imagex.c index 25cc2477..078cff19 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -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 . + * along with this program. If not, see . */ #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 .\n" +"License GPLv3+; GNU GPL version 3 or later .\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" diff --git a/programs/mkwinpeimg.in b/programs/mkwinpeimg.in index 85dadc77..8e9cfeb0 100755 --- a/programs/mkwinpeimg.in +++ b/programs/mkwinpeimg.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 this program. If not, see . +# along with this program. If not, see . script_name="$(basename "$0")" PREFIX_REG="::" diff --git a/programs/wgetopt.c b/programs/wgetopt.c index c4aeb9f4..47f34a5b 100644 --- a/programs/wgetopt.c +++ b/programs/wgetopt.c @@ -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" diff --git a/src/add_image.c b/src/add_image.c index 740f11d6..abe96a7f 100644 --- a/src/add_image.c +++ b/src/add_image.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 diff --git a/src/blob_table.c b/src/blob_table.c index 294f9503..38615503 100644 --- a/src/blob_table.c +++ b/src/blob_table.c @@ -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 diff --git a/src/compress.c b/src/compress.c index bced555e..8396316d 100644 --- a/src/compress.c +++ b/src/compress.c @@ -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 diff --git a/src/compress_parallel.c b/src/compress_parallel.c index c6400b5c..e8fb7bf1 100644 --- a/src/compress_parallel.c +++ b/src/compress_parallel.c @@ -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 diff --git a/src/compress_serial.c b/src/compress_serial.c index 6bac63ec..24a6795c 100644 --- a/src/compress_serial.c +++ b/src/compress_serial.c @@ -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 diff --git a/src/decompress.c b/src/decompress.c index 974483c3..c2ab5b87 100644 --- a/src/decompress.c +++ b/src/decompress.c @@ -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 diff --git a/src/delete_image.c b/src/delete_image.c index 9cbec0a2..192dfbae 100644 --- a/src/delete_image.c +++ b/src/delete_image.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 diff --git a/src/dentry.c b/src/dentry.c index bf81d9a8..6022bedc 100644 --- a/src/dentry.c +++ b/src/dentry.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/. */ /* diff --git a/src/encoding.c b/src/encoding.c index a1407b32..fde3adb2 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -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 diff --git a/src/error.c b/src/error.c index a29d9414..ff3d00bb 100644 --- a/src/error.c +++ b/src/error.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 diff --git a/src/export_image.c b/src/export_image.c index 561b1464..1dff266d 100644 --- a/src/export_image.c +++ b/src/export_image.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 diff --git a/src/extract.c b/src/extract.c index 7db0d288..24b53cbe 100644 --- a/src/extract.c +++ b/src/extract.c @@ -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/. */ /* diff --git a/src/file_io.c b/src/file_io.c index c1665c6d..4cd71ec4 100644 --- a/src/file_io.c +++ b/src/file_io.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 diff --git a/src/header.c b/src/header.c index b5cd441a..1a476900 100644 --- a/src/header.c +++ b/src/header.c @@ -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 diff --git a/src/inode.c b/src/inode.c index 7699e9bf..40fe5679 100644 --- a/src/inode.c +++ b/src/inode.c @@ -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 diff --git a/src/inode_fixup.c b/src/inode_fixup.c index 8e1579db..f507c987 100644 --- a/src/inode_fixup.c +++ b/src/inode_fixup.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 diff --git a/src/inode_table.c b/src/inode_table.c index 5955580f..f6842f8a 100644 --- a/src/inode_table.c +++ b/src/inode_table.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 diff --git a/src/integrity.c b/src/integrity.c index ce07acc6..47d3244b 100644 --- a/src/integrity.c +++ b/src/integrity.c @@ -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 diff --git a/src/iterate_dir.c b/src/iterate_dir.c index b6fdb032..85857043 100644 --- a/src/iterate_dir.c +++ b/src/iterate_dir.c @@ -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 diff --git a/src/join.c b/src/join.c index 27e7a02c..00fd292b 100644 --- a/src/join.c +++ b/src/join.c @@ -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 diff --git a/src/lzms_common.c b/src/lzms_common.c index 03d31c95..50176847 100644 --- a/src/lzms_common.c +++ b/src/lzms_common.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 diff --git a/src/lzms_compress.c b/src/lzms_compress.c index 428c289e..e55a32b8 100644 --- a/src/lzms_compress.c +++ b/src/lzms_compress.c @@ -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 diff --git a/src/lzms_decompress.c b/src/lzms_decompress.c index c81a2964..c9b5c983 100644 --- a/src/lzms_decompress.c +++ b/src/lzms_decompress.c @@ -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/. */ /* diff --git a/src/lzx_common.c b/src/lzx_common.c index fe201a42..48a34614 100644 --- a/src/lzx_common.c +++ b/src/lzx_common.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 diff --git a/src/lzx_compress.c b/src/lzx_compress.c index 430e0dd4..02498bf5 100644 --- a/src/lzx_compress.c +++ b/src/lzx_compress.c @@ -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/. */ diff --git a/src/lzx_decompress.c b/src/lzx_decompress.c index bd63da78..ba923fdd 100644 --- a/src/lzx_decompress.c +++ b/src/lzx_decompress.c @@ -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/. */ /* diff --git a/src/metadata_resource.c b/src/metadata_resource.c index e114ed28..71d3d6d0 100644 --- a/src/metadata_resource.c +++ b/src/metadata_resource.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 diff --git a/src/mount_image.c b/src/mount_image.c index c7898d3d..dc981988 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -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 diff --git a/src/ntfs-3g_apply.c b/src/ntfs-3g_apply.c index c012c8e5..b0b376fa 100644 --- a/src/ntfs-3g_apply.c +++ b/src/ntfs-3g_apply.c @@ -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 diff --git a/src/ntfs-3g_capture.c b/src/ntfs-3g_capture.c index 1745cbd1..7aa24c16 100644 --- a/src/ntfs-3g_capture.c +++ b/src/ntfs-3g_capture.c @@ -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 diff --git a/src/pathlist.c b/src/pathlist.c index 11bd8461..0b623f81 100644 --- a/src/pathlist.c +++ b/src/pathlist.c @@ -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 diff --git a/src/paths.c b/src/paths.c index 4b9db67f..34d08a5c 100644 --- a/src/paths.c +++ b/src/paths.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 diff --git a/src/pattern.c b/src/pattern.c index a9e3fbcd..caad2f5e 100644 --- a/src/pattern.c +++ b/src/pattern.c @@ -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 diff --git a/src/progress.c b/src/progress.c index 5696fbae..59c70662 100644 --- a/src/progress.c +++ b/src/progress.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 diff --git a/src/reference.c b/src/reference.c index a380d4ee..b7248f6d 100644 --- a/src/reference.c +++ b/src/reference.c @@ -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 diff --git a/src/registry.c b/src/registry.c index bdf4dc8f..5672e707 100644 --- a/src/registry.c +++ b/src/registry.c @@ -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 diff --git a/src/reparse.c b/src/reparse.c index 74bb56fd..2838f01b 100644 --- a/src/reparse.c +++ b/src/reparse.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 diff --git a/src/resource.c b/src/resource.c index 2fe57aff..a2aee42d 100644 --- a/src/resource.c +++ b/src/resource.c @@ -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 diff --git a/src/scan.c b/src/scan.c index da6fc09e..483428fc 100644 --- a/src/scan.c +++ b/src/scan.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 diff --git a/src/security.c b/src/security.c index c447e501..617abfbd 100644 --- a/src/security.c +++ b/src/security.c @@ -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 diff --git a/src/solid.c b/src/solid.c index ecb7d0e8..a6aef418 100644 --- a/src/solid.c +++ b/src/solid.c @@ -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 diff --git a/src/split.c b/src/split.c index 13758558..8205c71c 100644 --- a/src/split.c +++ b/src/split.c @@ -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 diff --git a/src/tagged_items.c b/src/tagged_items.c index 9343e020..dee06517 100644 --- a/src/tagged_items.c +++ b/src/tagged_items.c @@ -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 diff --git a/src/template.c b/src/template.c index 1c018df7..2cface66 100644 --- a/src/template.c +++ b/src/template.c @@ -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 diff --git a/src/test_support.c b/src/test_support.c index a3434d5d..96305f06 100644 --- a/src/test_support.c +++ b/src/test_support.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/. */ /* diff --git a/src/textfile.c b/src/textfile.c index 2e57e2f6..42c99539 100644 --- a/src/textfile.c +++ b/src/textfile.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 diff --git a/src/threads.c b/src/threads.c index 8de7dcba..523d8a84 100644 --- a/src/threads.c +++ b/src/threads.c @@ -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 diff --git a/src/timestamp.c b/src/timestamp.c index 2d00cc6a..ffd67ec5 100644 --- a/src/timestamp.c +++ b/src/timestamp.c @@ -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 diff --git a/src/unix_apply.c b/src/unix_apply.c index 43215e03..89b6f5f6 100644 --- a/src/unix_apply.c +++ b/src/unix_apply.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 diff --git a/src/unix_capture.c b/src/unix_capture.c index a6c56932..70a81c43 100644 --- a/src/unix_capture.c +++ b/src/unix_capture.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/. */ #ifndef _WIN32 diff --git a/src/update_image.c b/src/update_image.c index 2964b717..f767f079 100644 --- a/src/update_image.c +++ b/src/update_image.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/. */ /* diff --git a/src/util.c b/src/util.c index 1f9f7792..52af147d 100644 --- a/src/util.c +++ b/src/util.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 diff --git a/src/verify.c b/src/verify.c index 41fcff78..00da3970 100644 --- a/src/verify.c +++ b/src/verify.c @@ -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 diff --git a/src/wim.c b/src/wim.c index b143b0ea..3a2a216a 100644 --- 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 diff --git a/src/wimboot.c b/src/wimboot.c index 3219758f..115a5699 100644 --- a/src/wimboot.c +++ b/src/wimboot.c @@ -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 diff --git a/src/win32_apply.c b/src/win32_apply.c index fd34fcbe..7a6ac845 100644 --- a/src/win32_apply.c +++ b/src/win32_apply.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 _WIN32 diff --git a/src/win32_capture.c b/src/win32_capture.c index 331a0dce..958147e6 100644 --- a/src/win32_capture.c +++ b/src/win32_capture.c @@ -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 diff --git a/src/win32_common.c b/src/win32_common.c index cb3468ac..408650b0 100644 --- a/src/win32_common.c +++ b/src/win32_common.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 _WIN32 diff --git a/src/win32_replacements.c b/src/win32_replacements.c index f6a5a6e1..5df6c78e 100644 --- a/src/win32_replacements.c +++ b/src/win32_replacements.c @@ -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 diff --git a/src/win32_vss.c b/src/win32_vss.c index 6e9f1a59..6f5a28ea 100644 --- a/src/win32_vss.c +++ b/src/win32_vss.c @@ -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 diff --git a/src/write.c b/src/write.c index fa0b6913..4bf1b2be 100644 --- a/src/write.c +++ b/src/write.c @@ -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 diff --git a/src/xml.c b/src/xml.c index 691a2373..d4400ee6 100644 --- 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 diff --git a/src/xml_windows.c b/src/xml_windows.c index d01b7b79..305d2efa 100644 --- a/src/xml_windows.c +++ b/src/xml_windows.c @@ -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 diff --git a/src/xmlproc.c b/src/xmlproc.c index fdd5ce96..d5de8945 100644 --- a/src/xmlproc.c +++ b/src/xmlproc.c @@ -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 diff --git a/src/xpress_compress.c b/src/xpress_compress.c index 5d6260ea..e192c870 100644 --- a/src/xpress_compress.c +++ b/src/xpress_compress.c @@ -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 diff --git a/src/xpress_decompress.c b/src/xpress_decompress.c index 5d7d5086..035bcfd0 100644 --- a/src/xpress_decompress.c +++ b/src/xpress_decompress.c @@ -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/. */ diff --git a/tests/wlfuzz.c b/tests/wlfuzz.c index a32218f2..eccedbaa 100644 --- a/tests/wlfuzz.c +++ b/tests/wlfuzz.c @@ -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 . + * along with this program. If not, see . */ /* diff --git a/tools/compress_upcase_table.c b/tools/compress_upcase_table.c index f911a432..5b016099 100644 --- a/tools/compress_upcase_table.c +++ b/tools/compress_upcase_table.c @@ -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 diff --git a/tools/generate_language_id_map.c b/tools/generate_language_id_map.c index 91ae6f77..2c656f45 100644 --- a/tools/generate_language_id_map.c +++ b/tools/generate_language_id_map.c @@ -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 */ -- 2.43.0