summaryrefslogtreecommitdiff
path: root/omapip
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2009-07-23 19:02:11 +0000
committerShawn Routhier <sar@isc.org>2009-07-23 19:02:11 +0000
commitbb8248defaf195cc209904e147d34e637b5eaf4d (patch)
treef4be993d92c4a6c16ecd54d040b331fb63f64371 /omapip
parentb79685f82ddc222dc254687fbeb276e1d38a70cb (diff)
downloadisc-dhcp-bb8248defaf195cc209904e147d34e637b5eaf4d.tar.gz
Switch isc urls from http to https and correct sw to services or software
for new web site as appropirate.
Diffstat (limited to 'omapip')
-rw-r--r--omapip/alloc.c4
-rw-r--r--omapip/array.c4
-rw-r--r--omapip/auth.c4
-rw-r--r--omapip/buffer.c4
-rw-r--r--omapip/connection.c4
-rw-r--r--omapip/convert.c4
-rw-r--r--omapip/dispatch.c4
-rw-r--r--omapip/errwarn.c2
-rw-r--r--omapip/generic.c4
-rw-r--r--omapip/handle.c4
-rw-r--r--omapip/hash.c4
-rw-r--r--omapip/listener.c4
-rw-r--r--omapip/message.c4
-rw-r--r--omapip/mrtrace.c4
-rw-r--r--omapip/omapi.34
-rw-r--r--omapip/protocol.c4
-rw-r--r--omapip/result.c4
-rw-r--r--omapip/support.c4
-rw-r--r--omapip/test.c4
-rw-r--r--omapip/toisc.c4
-rw-r--r--omapip/trace.c4
21 files changed, 41 insertions, 41 deletions
diff --git a/omapip/alloc.c b/omapip/alloc.c
index 6e7a4def..95eef596 100644
--- a/omapip/alloc.c
+++ b/omapip/alloc.c
@@ -23,12 +23,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/array.c b/omapip/array.c
index 657e99a2..f361b110 100644
--- a/omapip/array.c
+++ b/omapip/array.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/auth.c b/omapip/auth.c
index b3e0b9ac..021b5a62 100644
--- a/omapip/auth.c
+++ b/omapip/auth.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/buffer.c b/omapip/buffer.c
index 4204574c..1a47a181 100644
--- a/omapip/buffer.c
+++ b/omapip/buffer.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/connection.c b/omapip/connection.c
index e0cb9177..e95fd3f7 100644
--- a/omapip/connection.c
+++ b/omapip/connection.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/convert.c b/omapip/convert.c
index c7af59bd..1516f7a9 100644
--- a/omapip/convert.c
+++ b/omapip/convert.c
@@ -23,12 +23,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/dispatch.c b/omapip/dispatch.c
index 73a1fa77..d2ead4c9 100644
--- a/omapip/dispatch.c
+++ b/omapip/dispatch.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/errwarn.c b/omapip/errwarn.c
index 31d00c44..722c3fc7 100644
--- a/omapip/errwarn.c
+++ b/omapip/errwarn.c
@@ -23,7 +23,7 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software was written for RadioMail Corporation by Ted Lemon
* under a contract with Vixie Enterprises. Further modifications have
diff --git a/omapip/generic.c b/omapip/generic.c
index 24003d58..da3c9d7c 100644
--- a/omapip/generic.c
+++ b/omapip/generic.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/handle.c b/omapip/handle.c
index 56ada1da..a65c3e4b 100644
--- a/omapip/handle.c
+++ b/omapip/handle.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/hash.c b/omapip/hash.c
index ab3f8edd..666ce598 100644
--- a/omapip/hash.c
+++ b/omapip/hash.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/listener.c b/omapip/listener.c
index 12ef2e9c..2d5c4fa2 100644
--- a/omapip/listener.c
+++ b/omapip/listener.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/message.c b/omapip/message.c
index b7211239..db505f2d 100644
--- a/omapip/message.c
+++ b/omapip/message.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/mrtrace.c b/omapip/mrtrace.c
index c3fe8606..23697440 100644
--- a/omapip/mrtrace.c
+++ b/omapip/mrtrace.c
@@ -22,11 +22,11 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon, as part of a project for Nominum, Inc. To learn more
- * about Internet Systems Consortium, see http://www.isc.org/. To
+ * about Internet Systems Consortium, see https://www.isc.org/. To
* learn more about Nominum, Inc., see ``http://www.nominum.com''.
*/
diff --git a/omapip/omapi.3 b/omapip/omapi.3
index 1b68d96c..967d1692 100644
--- a/omapip/omapi.3
+++ b/omapip/omapi.3
@@ -19,12 +19,12 @@
.\" 950 Charter Street
.\" Redwood City, CA 94063
.\" <info@isc.org>
-.\" http://www.isc.org/
+.\" https://www.isc.org/
.\"
.\" This software has been written for Internet Systems Consortium
.\" by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
.\" To learn more about Internet Systems Consortium, see
-.\" ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+.\" ``https://www.isc.org/''. To learn more about Vixie Enterprises,
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
.\" ``http://www.nominum.com''.
.TH omapi 3
diff --git a/omapip/protocol.c b/omapip/protocol.c
index a29bea99..c3a66367 100644
--- a/omapip/protocol.c
+++ b/omapip/protocol.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/result.c b/omapip/result.c
index 2a5e79cf..6b682362 100644
--- a/omapip/result.c
+++ b/omapip/result.c
@@ -23,12 +23,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/support.c b/omapip/support.c
index e08304d6..2a4e8c75 100644
--- a/omapip/support.c
+++ b/omapip/support.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/test.c b/omapip/test.c
index fbcaf7b7..4bdefdec 100644
--- a/omapip/test.c
+++ b/omapip/test.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/toisc.c b/omapip/toisc.c
index 9551eb10..437816fa 100644
--- a/omapip/toisc.c
+++ b/omapip/toisc.c
@@ -22,12 +22,12 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon in cooperation with Vixie Enterprises and Nominum, Inc.
* To learn more about Internet Systems Consortium, see
- * ``http://www.isc.org/''. To learn more about Vixie Enterprises,
+ * ``https://www.isc.org/''. To learn more about Vixie Enterprises,
* see ``http://www.vix.com''. To learn more about Nominum, Inc., see
* ``http://www.nominum.com''.
*/
diff --git a/omapip/trace.c b/omapip/trace.c
index 97e1bcf3..26ec08d1 100644
--- a/omapip/trace.c
+++ b/omapip/trace.c
@@ -24,11 +24,11 @@
* 950 Charter Street
* Redwood City, CA 94063
* <info@isc.org>
- * http://www.isc.org/
+ * https://www.isc.org/
*
* This software has been written for Internet Systems Consortium
* by Ted Lemon, as part of a project for Nominum, Inc. To learn more
- * about Internet Systems Consortium, see http://www.isc.org/. To
+ * about Internet Systems Consortium, see https://www.isc.org/. To
* learn more about Nominum, Inc., see ``http://www.nominum.com''.
*/