From ff885aebdd9569e8c4f0747c7329dec75ed1383f Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Sat, 31 Aug 2024 21:09:08 +0200
Subject: [PATCH] Rename all GPL headers

---
 doc/CMakeLists.txt      | 4 ++--
 doc/capi/index.rst.in   | 4 ++--
 doc/cppapi/index.rst.in | 4 ++--
 doc/header_file.rst.in  | 4 ++--
 doc/index.rst.in        | 4 ++--
 include/CMakeLists.txt  | 4 ++--
 src/CMakeLists.txt      | 4 ++--
 test/CMakeLists.txt     | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index e2bebee..aa37ca1 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,8 +1,8 @@
 #
-# This file is a part of the CaosDB Project.
+# This file is a part of the LinkAhead Project.
 #
 # Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com>
-# Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
+# Copyright (C) 2021-2024 IndiScale GmbH <info@indiscale.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as
diff --git a/doc/capi/index.rst.in b/doc/capi/index.rst.in
index 71c7837..67697d6 100644
--- a/doc/capi/index.rst.in
+++ b/doc/capi/index.rst.in
@@ -1,9 +1,9 @@
 ..
     #
-    # This file is a part of the CaosDB Project.
+    # This file is a part of the LinkAhead Project.
     #
     # Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com>
-    # Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
+    # Copyright (C) 2021-2024 IndiScale GmbH <info@indiscale.com>
     #
     # This program is free software: you can redistribute it and/or modify
     # it under the terms of the GNU Affero General Public License as
diff --git a/doc/cppapi/index.rst.in b/doc/cppapi/index.rst.in
index 67e96fa..57c9eb5 100644
--- a/doc/cppapi/index.rst.in
+++ b/doc/cppapi/index.rst.in
@@ -1,9 +1,9 @@
 ..
     #
-    # This file is a part of the CaosDB Project.
+    # This file is a part of the LinkAhead Project.
     #
     # Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com>
-    # Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
+    # Copyright (C) 2021-2024 IndiScale GmbH <info@indiscale.com>
     #
     # This program is free software: you can redistribute it and/or modify
     # it under the terms of the GNU Affero General Public License as
diff --git a/doc/header_file.rst.in b/doc/header_file.rst.in
index 03b7674..a00bc20 100644
--- a/doc/header_file.rst.in
+++ b/doc/header_file.rst.in
@@ -1,9 +1,9 @@
 ..
     #
-    # This file is a part of the CaosDB Project.
+    # This file is a part of the LinkAhead Project.
     #
     # Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com>
-    # Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
+    # Copyright (C) 2021-2024 IndiScale GmbH <info@indiscale.com>
     #
     # This program is free software: you can redistribute it and/or modify
     # it under the terms of the GNU Affero General Public License as
diff --git a/doc/index.rst.in b/doc/index.rst.in
index b6fdaaf..cae1480 100644
--- a/doc/index.rst.in
+++ b/doc/index.rst.in
@@ -1,9 +1,9 @@
 ..
     #
-    # This file is a part of the CaosDB Project.
+    # This file is a part of the LinkAhead Project.
     #
     # Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com>
-    # Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
+    # Copyright (C) 2021-2024 IndiScale GmbH <info@indiscale.com>
     #
     # This program is free software: you can redistribute it and/or modify
     # it under the terms of the GNU Affero General Public License as
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 31f0e81..8d64869 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -1,8 +1,8 @@
 #
-# This file is a part of the CaosDB Project.
+# This file is a part of the LinkAhead Project.
 #
 # Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com>
-# Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
+# Copyright (C) 2021-2024 IndiScale GmbH <info@indiscale.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 939a85b..707e7a7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,8 +1,8 @@
 #
-# This file is a part of the CaosDB Project.
+# This file is a part of the LinkAhead Project.
 #
 # Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com>
-# Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
+# Copyright (C) 2021-2024 IndiScale GmbH <info@indiscale.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index dc15a2a..60550e4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -1,8 +1,8 @@
 #
-# This file is a part of the CaosDB Project.
+# This file is a part of the LinkAhead Project.
 #
 # Copyright (C) 2021 Timm Fitschen <t.fitschen@indiscale.com>
-# Copyright (C) 2021 IndiScale GmbH <info@indiscale.com>
+# Copyright (C) 2021-2024 IndiScale GmbH <info@indiscale.com>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as
-- 
GitLab