---------------------
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.
----------------
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
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.
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.
The main ccache web site is here:
- http://ccache.samba.org
+ https://ccache.samba.org
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.
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
You can also browse the repository:
- http://gitweb.samba.org/?p=ccache.git
+ https://gitweb.samba.org/?p=ccache.git
History
" -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;