From: Joel Rosdahl Date: Mon, 19 Oct 2015 20:36:32 +0000 (+0200) Subject: Change to https links to ccache resources X-Git-Tag: v3.3~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e4954a7ae8f5be75f0c925d6f1fe7543581d0f;p=thirdparty%2Fccache.git Change to https links to ccache resources --- diff --git a/LICENSE.txt b/LICENSE.txt index 5d32ea277..aac63af57 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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. diff --git a/MANUAL.txt b/MANUAL.txt index d0ee09b87..7a3863815 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -894,7 +894,7 @@ More information ---------------- Credits, mailing list information, bug reporting instructions, source code, -etc, can be found on ccache's web site: . +etc, can be found on ccache's web site: . 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 - for a list of contributors. + for a list of contributors. diff --git a/README.txt b/README.txt index e7bcc25c8..c3646e4ea 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/ccache.c b/ccache.c index 8fafa8923..9043804da 100644 --- 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 .\n"; + "See also .\n"; /* Global configuration data. */ struct conf *conf = NULL;