]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Change to https links to ccache resources
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 19 Oct 2015 20:36:32 +0000 (22:36 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 19 Oct 2015 20:36:32 +0000 (22:36 +0200)
LICENSE.txt
MANUAL.txt
README.txt
ccache.c

index 5d32ea2774469e8724c834278d951996924ab890..aac63af57a2457f2f9abfd3c78a59e0f2e8831db 100644 (file)
@@ -29,7 +29,7 @@ Copyright and authors
 ---------------------
 
 ccache is a collective work with contributions from many people, listed in
-AUTHORS.txt and at http://ccache.samba.org/authors.html. Subsequent additions
+AUTHORS.txt and at https://ccache.samba.org/authors.html. Subsequent additions
 by contributing authors are implicitly licensed to the public under the same
 terms (GNU GPL version 3 or later), but the contributing authors retain
 copyrights on their portions of the work.
index d0ee09b8774378280a17157d41a0bf7fcc551a62..7a38638152e9d8a442fa412c8bf6beca1ee4a128 100644 (file)
@@ -894,7 +894,7 @@ More information
 ----------------
 
 Credits, mailing list information, bug reporting instructions, source code,
-etc, can be found on ccache's web site: <http://ccache.samba.org>.
+etc, can be found on ccache's web site: <https://ccache.samba.org>.
 
 
 Author
@@ -902,4 +902,4 @@ Author
 
 ccache was originally written by Andrew Tridgell and is currently developed and
 maintained by Joel Rosdahl. See AUTHORS.txt or AUTHORS.html and
-<http://ccache.samba.org/credits.html> for a list of contributors.
+<https://ccache.samba.org/credits.html> for a list of contributors.
index e7bcc25c8b455eb181b97ee53b6f0ff80c1bca6a..c3646e4ea5e6642830f6fbfef262555972ead237 100644 (file)
@@ -9,7 +9,7 @@ ccache is a compiler cache. It speeds up recompilation by caching the result of
 previous compilations and detecting when the same compilation is being done
 again. Supported languages are C, C++, Objective-C and Objective-C++.
 
-Please see the manual page and documentation at http://ccache.samba.org for
+Please see the manual page and documentation at https://ccache.samba.org for
 more information.
 
 
@@ -30,7 +30,7 @@ Web site
 
 The main ccache web site is here:
 
-    http://ccache.samba.org
+    https://ccache.samba.org
 
 
 Mailing list
@@ -38,7 +38,7 @@ Mailing list
 
 There is a mailing list for discussing usage and development of ccache:
 
-    http://lists.samba.org/mailman/listinfo/ccache/
+    https://lists.samba.org/mailman/listinfo/ccache/
 
 Anyone is welcome to join.
 
@@ -49,7 +49,7 @@ Bug reports
 To submit a bug report or to search for existing reports, please visit this web
 page:
 
-    http://ccache.samba.org/bugs.html
+    https://ccache.samba.org/bugs.html
 
 
 Source code repository
@@ -62,7 +62,7 @@ repository, use git:
 
 You can also browse the repository:
 
-    http://gitweb.samba.org/?p=ccache.git
+    https://gitweb.samba.org/?p=ccache.git
 
 
 History
index 8fafa89231b9da68f25c56a28a0da42374e4762e..9043804da4349814ca4caf4a2ac6299470d11511 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -69,7 +69,7 @@ static const char USAGE_TEXT[] =
   "    -h, --help            print this help text\n"
   "    -V, --version         print version and copyright information\n"
   "\n"
-  "See also <http://ccache.samba.org>.\n";
+  "See also <https://ccache.samba.org>.\n";
 
 /* Global configuration data. */
 struct conf *conf = NULL;