]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix source file headers
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 25 May 2025 17:52:44 +0000 (19:52 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 29 May 2025 09:44:59 +0000 (11:44 +0200)
src/ccache/util/clang.cpp
src/ccache/util/clang.hpp
unittest/test_util_clang.cpp

index 9a2e6656f80fc086b7f0a9a7275841667b9af462..4e3a2869598273305a6733207b7d02910ab4a1af 100644 (file)
@@ -1,3 +1,21 @@
+// Copyright (C) 2025 Joel Rosdahl and other contributors
+//
+// See doc/AUTHORS.adoc for a complete list of contributors.
+//
+// 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
+// Software Foundation; either version 3 of the License, or (at your option)
+// any later version.
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+// more details.
+//
+// You should have received a copy of the GNU General Public License along with
+// this program; if not, write to the Free Software Foundation, Inc., 51
+// Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
 #include "clang.hpp"
 
 #include <ccache/util/logging.hpp>
@@ -44,4 +62,4 @@ split_preprocess_file_in_clang_cuda(const std::string& mixed_preprocessed_path)
   return split_preprocess_file_list;
 }
 
-} // namespace util
\ No newline at end of file
+} // namespace util
index 211d625c969de0a25a359e814bb30f1df39a5b49..4c7a262d464d958784fafa3b9993dc9aa89c9ad6 100644 (file)
@@ -1,3 +1,21 @@
+// Copyright (C) 2025 Joel Rosdahl and other contributors
+//
+// See doc/AUTHORS.adoc for a complete list of contributors.
+//
+// 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
+// Software Foundation; either version 3 of the License, or (at your option)
+// any later version.
+//
+// This program is distributed in the hope that it will be useful, but WITHOUT
+// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+// more details.
+//
+// You should have received a copy of the GNU General Public License along with
+// this program; if not, write to the Free Software Foundation, Inc., 51
+// Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+
 #pragma once
 
 #include <string>
index 783f84e97f1d204bb37cf7c5eae789178acd7cb7..522630df1744aac18af98106e24d924ffa7b0122 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2024 Joel Rosdahl and other contributors
+// Copyright (C) 2025 Joel Rosdahl and other contributors
 //
 // See doc/AUTHORS.adoc for a complete list of contributors.
 //