]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Update copyright years
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 2 Jan 2019 15:18:50 +0000 (16:18 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 2 Jan 2019 15:19:04 +0000 (16:19 +0100)
LICENSE.adoc
src/ccache.c

index c2c1604ba4e0c7df52a46e19d54ce49c86b4181b..007617ec7d79d7b7d9e29f795c90bef27eb5b15a 100644 (file)
@@ -38,7 +38,7 @@ The copyright for ccache as a whole is as follows:
 
 -------------------------------------------------------------------------------
   Copyright (C) 2002-2007 Andrew Tridgell
-  Copyright (C) 2009-2018 Joel Rosdahl
+  Copyright (C) 2009-2019 Joel Rosdahl
 -------------------------------------------------------------------------------
 
 
index bade8470f693791959792623480d40ecebe5930d..2b88b2864ad1430b768d36dceff08d37e7c207ac 100644 (file)
@@ -1,7 +1,7 @@
 // ccache -- a fast C/C++ compiler cache
 //
 // Copyright (C) 2002-2007 Andrew Tridgell
-// Copyright (C) 2009-2018 Joel Rosdahl
+// Copyright (C) 2009-2019 Joel Rosdahl
 //
 // This program is free software; you can redistribute it and/or modify it
 // under the terms of the GNU General Public License as published by the Free
@@ -47,7 +47,7 @@ static const char VERSION_TEXT[] =
        MYNAME " version %s\n"
        "\n"
        "Copyright (C) 2002-2007 Andrew Tridgell\n"
-       "Copyright (C) 2009-2018 Joel Rosdahl\n"
+       "Copyright (C) 2009-2019 Joel Rosdahl\n"
        "\n"
        "This program is free software; you can redistribute it and/or modify it under\n"
        "the terms of the GNU General Public License as published by the Free Software\n"