---------------------
ccache is a collective work with contributions from many people, listed in
-AUTHORS.adoc and at https://ccache.samba.org/credits.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.
+AUTHORS.adoc and at https://ccache.dev/credits.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.
The copyright for ccache as a whole is as follows:
General information
-------------------
-* [Main web site](https://ccache.samba.org)
-* [Documentation](https://ccache.samba.org/documentation.html)
- * [Latest manual](https://ccache.samba.org/manual/latest.html)
+* [Main web site](https://ccache.dev)
+* [Documentation](https://ccache.dev/documentation.html)
+ * [Latest manual](https://ccache.dev/manual/latest.html)
* [Installation from Git source repository](https://github.com/ccache/ccache/blob/master/doc/INSTALL.md)
* [Installation from release archive](https://github.com/ccache/ccache/blob/master/doc/INSTALL-from-release-archive.md)
-* [Release notes](https://ccache.samba.org/releasenotes.html)
-* [Credits and history](https://ccache.samba.org/credits.html)
-* [License and copyright](https://ccache.samba.org/license.html)
+* [Release notes](https://ccache.dev/releasenotes.html)
+* [Credits and history](https://ccache.dev/credits.html)
+* [License and copyright](https://ccache.dev/license.html)
Contributing to ccache
* [Source repository](https://github.com/ccache/ccache)
* [Notes on how to contribute](https://github.com/ccache/ccache/blob/master/CONTRIBUTING.md)
* [Mailing list](https://lists.samba.org/mailman/listinfo/ccache/)
-* [Bug report info](https://ccache.samba.org/bugs.html)
+* [Bug report info](https://ccache.dev/bugs.html)
* [Issue tracker](https://github.com/ccache/ccache/issues)
* [Help wanted!](https://github.com/ccache/ccache/issues/help%20wanted)
* [Good first issues!](https://github.com/ccache/ccache/issues/good%20first%20issue)
-------------
To build ccache from a
-[release archive](https://ccache.samba.org/download.html), you need:
+[release archive](https://ccache.dev/download.html), you need:
- A C compiler (for instance GCC)
----------------
Credits, mailing list information, bug reporting instructions, source code,
-etc, can be found on ccache's web site: <https://ccache.samba.org>.
+etc, can be found on ccache's web site: <https://ccache.dev>.
Author
ccache was originally written by Andrew Tridgell and is currently developed and
maintained by Joel Rosdahl. See AUTHORS.txt or AUTHORS.html and
-<https://ccache.samba.org/credits.html> for a list of contributors.
+<https://ccache.dev/credits.html> for a list of contributors.
" values in machine-parsable format\n"
" -o, --set-config=K=V set configuration item K to value V\n"
"\n"
- "See also <https://ccache.samba.org>.\n";
+ "See also <https://ccache.dev>.\n";
// Global configuration data.
struct conf *conf = NULL;