From: Joel Rosdahl Date: Wed, 3 Apr 2019 17:12:48 +0000 (+0200) Subject: Update ccache.samba.org URLs to refer to ccache.dev X-Git-Tag: v3.7~33 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0eac13a343d7a45e7efc860d60db0ffa638eb54d;p=thirdparty%2Fccache.git Update ccache.samba.org URLs to refer to ccache.dev --- diff --git a/LICENSE.adoc b/LICENSE.adoc index 4888b83b0..34a8fb5a1 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -29,10 +29,10 @@ Copyright and authors --------------------- 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: diff --git a/README.md b/README.md index 63bed113c..58f8a4dab 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ again. Supported languages are C, C++, Objective-C and Objective-C++. 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 @@ -29,7 +29,7 @@ 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) diff --git a/doc/INSTALL-from-release-archive.md b/doc/INSTALL-from-release-archive.md index e5e335d4d..a72599e9f 100644 --- a/doc/INSTALL-from-release-archive.md +++ b/doc/INSTALL-from-release-archive.md @@ -5,7 +5,7 @@ Prerequisites ------------- 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) diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 5c6cc4452..bfafd3025 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -1272,7 +1272,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 @@ -1280,4 +1280,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/src/ccache.c b/src/ccache.c index e0a3c5de5..44055232a 100644 --- a/src/ccache.c +++ b/src/ccache.c @@ -87,7 +87,7 @@ static const char USAGE_TEXT[] = " values in machine-parsable format\n" " -o, --set-config=K=V set configuration item K to value V\n" "\n" - "See also .\n"; + "See also .\n"; // Global configuration data. struct conf *conf = NULL;