aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-04-15 02:13:40 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-04-15 02:13:40 +0000
commit28400776770cf5453f196690fcd24e353c5826e0 (patch)
tree085a29ce0d158c4e2611b5b0053215b1dd3d7cc6 /src
parent7901cc4a6d580fddd88afccd8096cf292048db0b (diff)
downloadsg3_utils-28400776770cf5453f196690fcd24e353c5826e0.tar.gz
change links to http://sg.danny/cz/sg/* to https
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@895 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src')
-rw-r--r--src/sg_compare_and_write.c2
-rw-r--r--src/sg_format.c2
-rw-r--r--src/sg_inq.c2
-rw-r--r--src/sg_inq_data.c4
-rw-r--r--src/sg_raw.c2
-rw-r--r--src/sg_sat_identify.c2
-rw-r--r--src/sg_sat_phy_event.c2
-rw-r--r--src/sg_sat_read_gplog.c2
-rw-r--r--src/sg_sat_set_features.c2
-rw-r--r--src/sg_vpd.c2
-rw-r--r--src/sg_vpd_vendor.c2
11 files changed, 12 insertions, 12 deletions
diff --git a/src/sg_compare_and_write.c b/src/sg_compare_and_write.c
index 23d69b3a..adf27779 100644
--- a/src/sg_compare_and_write.c
+++ b/src/sg_compare_and_write.c
@@ -26,7 +26,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*
* This command performs a SCSI COMPARE AND WRITE. See SBC-3 at
- * http://www.t10.org
+ * https://www.t10.org
*
*/
diff --git a/src/sg_format.c b/src/sg_format.c
index 4c7e154d..e629104e 100644
--- a/src/sg_format.c
+++ b/src/sg_format.c
@@ -15,7 +15,7 @@
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
- * See http://www.t10.org for relevant standards and drafts. The most recent
+ * See https://www.t10.org for relevant standards and drafts. The most recent
* draft is SBC-4 revision 2.
*/
diff --git a/src/sg_inq.c b/src/sg_inq.c
index 35635a35..002f1536 100644
--- a/src/sg_inq.c
+++ b/src/sg_inq.c
@@ -8,7 +8,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*
* This program outputs information provided by a SCSI INQUIRY command.
- * It is mainly based on the SCSI SPC-5 document at http://www.t10.org .
+ * It is mainly based on the SCSI SPC-5 document at https://www.t10.org .
*
* Acknowledgment:
* - Martin Schwenke <martin at meltin dot net> added the raw switch and
diff --git a/src/sg_inq_data.c b/src/sg_inq_data.c
index e67ac576..1602def5 100644
--- a/src/sg_inq_data.c
+++ b/src/sg_inq_data.c
@@ -9,7 +9,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*
* This is an auxiliary file holding data tables for the sg_inq utility.
- * It is mainly based on the SCSI SPC-5 document at http://www.t10.org .
+ * It is mainly based on the SCSI SPC-5 document at https://www.t10.org .
*/
#include <unistd.h>
@@ -46,7 +46,7 @@ const char * sg_ansi_version_arr[16] =
};
/* table from SPC-5 revision 16 [sorted numerically (from Annex E.9)] */
-/* Can also be obtained from : http://www.t10.org/lists/stds.txt 20170114 */
+/* Can also be obtained from : https://www.t10.org/lists/stds.txt 20170114 */
/* Corrected against spc5r21 on 20190312 */
#ifdef SG_SCSI_STRINGS
diff --git a/src/sg_raw.c b/src/sg_raw.c
index ddf216d1..4e94a4b1 100644
--- a/src/sg_raw.c
+++ b/src/sg_raw.c
@@ -111,7 +111,7 @@ pr_version()
"This is free software. You may redistribute copies of it "
"under the terms of\n"
"the GNU General Public License "
- "<http://www.gnu.org/licenses/gpl.html>.\n"
+ "<https://www.gnu.org/licenses/gpl.html>.\n"
"There is NO WARRANTY, to the extent permitted by law.\n");
}
diff --git a/src/sg_sat_identify.c b/src/sg_sat_identify.c
index 334ac832..00676b4d 100644
--- a/src/sg_sat_identify.c
+++ b/src/sg_sat_identify.c
@@ -30,7 +30,7 @@
/* This program uses a ATA PASS-THROUGH SCSI command to package an
* ATA IDENTIFY (PACKAGE) DEVICE command. It is based on the SCSI to
- * ATA Translation (SAT) drafts and standards. See http://www.t10.org
+ * ATA Translation (SAT) drafts and standards. See https://www.t10.org
* for drafts. SAT is a standard: SAT ANSI INCITS 431-2007 (draft prior
* to that is sat-r09.pdf). SAT-2 is also a standard: SAT-2 ANSI INCITS
* 465-2010 and the draft prior to that is sat2r09.pdf . The SAT-3 is
diff --git a/src/sg_sat_phy_event.c b/src/sg_sat_phy_event.c
index a6e89610..9b1f588f 100644
--- a/src/sg_sat_phy_event.c
+++ b/src/sg_sat_phy_event.c
@@ -32,7 +32,7 @@ static const char * version_str = "1.13 20180628";
/* This program uses a ATA PASS-THROUGH SCSI command. This usage is
* defined in the SCSI to ATA Translation (SAT) drafts and standards.
- * See http://www.t10.org for drafts. SAT is a standard: SAT ANSI INCITS
+ * See https://www.t10.org for drafts. SAT is a standard: SAT ANSI INCITS
* 431-2007 (draft prior to that is sat-r09.pdf). SAT-2 is also a
* standard: SAT-2 ANSI INCITS 465-2010 and the draft prior to that is
* sat2r09.pdf . The SAT-3 project has started and the most recent draft
diff --git a/src/sg_sat_read_gplog.c b/src/sg_sat_read_gplog.c
index 233ceae2..d5ec3f5a 100644
--- a/src/sg_sat_read_gplog.c
+++ b/src/sg_sat_read_gplog.c
@@ -29,7 +29,7 @@
/* This program uses a ATA PASS-THROUGH SCSI command. This usage is
* defined in the SCSI to ATA Translation (SAT) drafts and standards.
- * See http://www.t10.org for drafts. SAT is a standard: SAT ANSI INCITS
+ * See https://www.t10.org for drafts. SAT is a standard: SAT ANSI INCITS
* 431-2007 (draft prior to that is sat-r09.pdf). SAT-2 is also a
* standard: SAT-2 ANSI INCITS 465-2010 and the draft prior to that is
* sat2r09.pdf . The SAT-3 project has started and the most recent draft
diff --git a/src/sg_sat_set_features.c b/src/sg_sat_set_features.c
index 81313f96..e873fe60 100644
--- a/src/sg_sat_set_features.c
+++ b/src/sg_sat_set_features.c
@@ -28,7 +28,7 @@
/* This program uses a ATA PASS-THROUGH SCSI command. This usage is
* defined in the SCSI to ATA Translation (SAT) drafts and standards.
- * See http://www.t10.org for drafts. SAT is a standard: SAT ANSI INCITS
+ * See https://www.t10.org for drafts. SAT is a standard: SAT ANSI INCITS
* 431-2007 (draft prior to that is sat-r09.pdf). SAT-2 is also a
* standard: SAT-2 ANSI INCITS 465-2010 and the draft prior to that is
* sat2r09.pdf . The SAT-3 project has started and the most recent draft
diff --git a/src/sg_vpd.c b/src/sg_vpd.c
index 2dd82a08..7d2099b9 100644
--- a/src/sg_vpd.c
+++ b/src/sg_vpd.c
@@ -36,7 +36,7 @@
This program fetches Vital Product Data (VPD) pages from the given
device and outputs it as directed. VPD pages are obtained via a
SCSI INQUIRY command. Most of the data in this program is obtained
- from the SCSI SPC-4 document at http://www.t10.org .
+ from the SCSI SPC-4 document at https://www.t10.org .
*/
diff --git a/src/sg_vpd_vendor.c b/src/sg_vpd_vendor.c
index 554a1f88..4f3b25e5 100644
--- a/src/sg_vpd_vendor.c
+++ b/src/sg_vpd_vendor.c
@@ -33,7 +33,7 @@
This program fetches Vital Product Data (VPD) pages from the given
device and outputs it as directed. VPD pages are obtained via a
SCSI INQUIRY command. Most of the data in this program is obtained
- from the SCSI SPC-4 document at http://www.t10.org .
+ from the SCSI SPC-4 document at https://www.t10.org .
Acknowledgments:
- Lars Marowsky-Bree <lmb at suse dot de> contributed Unit Path Report