From 7c355117f60e5ac448f5c82117e7a4b68c1f58c2 Mon Sep 17 00:00:00 2001
From: Joscha Schmiedt <joscha@schmiedt.dev>
Date: Sat, 31 Aug 2024 21:19:01 +0200
Subject: [PATCH] Rename GPL headers in cpp/h files

---
 include/clinkahead.h                          |  4 +--
 include/linkahead/acm/user.h                  |  2 +-
 include/linkahead/authentication.h            |  4 +--
 include/linkahead/certificate_provider.h      |  4 +--
 include/linkahead/configuration.h             |  4 +--
 include/linkahead/connection.h                |  4 +--
 include/linkahead/constants.h.in              |  4 +--
 include/linkahead/data_type.h                 |  4 +--
 include/linkahead/entity.h                    |  4 +--
 include/linkahead/exceptions.h                |  4 +--
 include/linkahead/file_descriptor.h           |  2 +-
 .../download_request_handler.h                |  4 +--
 .../linkahead/file_transmission/file_error.h  |  4 +--
 .../linkahead/file_transmission/file_reader.h |  4 +--
 .../linkahead/file_transmission/file_writer.h |  4 +--
 .../register_file_upload_handler.h            |  4 +--
 .../upload_request_handler.h                  |  4 +--
 include/linkahead/handler_interface.h         |  4 +--
 include/linkahead/info.h                      |  6 ++---
 include/linkahead/log_level.h                 |  4 +--
 include/linkahead/logging.h                   |  2 +-
 include/linkahead/message_code.h              |  4 +--
 include/linkahead/protobuf_helper.h           |  4 +--
 include/linkahead/result_set.h                |  2 +-
 include/linkahead/result_table.h              |  2 +-
 include/linkahead/status_code.h               |  4 +--
 include/linkahead/transaction.h               |  4 +--
 include/linkahead/transaction_status.h        |  4 +--
 include/linkahead/unary_rpc_handler.h         |  4 +--
 include/linkahead/utility.h                   |  4 +--
 include/linkahead/value.h                     |  4 +--
 src/clinkahead.cpp                            |  4 +--
 src/clinkaheadcli.c                           |  2 +-
 src/cxxlinkaheadcli.cpp                       |  6 ++---
 src/linkahead/acm/user.cpp                    |  2 +-
 src/linkahead/acm/user_impl.h                 |  2 +-
 src/linkahead/authentication.cpp              |  4 +--
 src/linkahead/configuration.cpp               |  4 +--
 src/linkahead/connection.cpp                  |  2 +-
 src/linkahead/entity.cpp                      |  4 +--
 .../download_request_handler.cpp              |  2 +-
 .../file_transmission/file_reader.cpp         |  4 +--
 .../file_transmission/file_writer.cpp         |  4 +--
 .../register_file_upload_handler.cpp          |  4 +--
 .../upload_request_handler.cpp                |  2 +-
 src/linkahead/logging.cpp                     |  4 +--
 src/linkahead/protobuf_helper.cpp             |  4 +--
 src/linkahead/result_set.cpp                  |  2 +-
 src/linkahead/result_table.cpp                |  2 +-
 src/linkahead/result_table_impl.h             |  2 +-
 src/linkahead/status_code_description.cpp     |  4 +--
 src/linkahead/transaction.cpp                 |  2 +-
 src/linkahead/unary_rpc_handler.cpp           |  2 +-
 src/linkahead/utility.cpp                     |  4 +--
 test/caosdb_test_utility.h.in                 |  4 +--
 test/test_ccaosdb.cpp                         | 14 +++++-----
 test/test_configuration.cpp                   |  6 ++---
 test/test_connection.cpp                      |  6 ++---
 test/test_data_type.cpp                       | 14 +++++-----
 test/test_entity.cpp                          | 26 +++++++++----------
 test/test_file_transmission.cpp               |  4 +--
 test/test_info.cpp                            |  6 ++---
 test/test_issues.cpp                          |  4 +--
 test/test_list_properties.cpp                 | 10 +++----
 test/test_protobuf.cpp                        |  8 +++---
 test/test_transaction.cpp                     | 10 +++----
 test/test_user.cpp                            |  2 +-
 test/test_utility.cpp                         | 12 ++++-----
 test/test_value.cpp                           | 14 +++++-----
 69 files changed, 164 insertions(+), 164 deletions(-)

diff --git a/include/clinkahead.h b/include/clinkahead.h
index 48d0da7..dca76e9 100644
--- a/include/clinkahead.h
+++ b/include/clinkahead.h
@@ -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 Florian Spreckelsen <f.spreckelsen@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
diff --git a/include/linkahead/acm/user.h b/include/linkahead/acm/user.h
index 9c1ae91..b93a2db 100644
--- a/include/linkahead/acm/user.h
+++ b/include/linkahead/acm/user.h
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2022 IndiScale GmbH <info@indiscale.com>
diff --git a/include/linkahead/authentication.h b/include/linkahead/authentication.h
index ecc20c6..24c1be3 100644
--- a/include/linkahead/authentication.h
+++ b/include/linkahead/authentication.h
@@ -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/include/linkahead/certificate_provider.h b/include/linkahead/certificate_provider.h
index a2cb5b5..437c96d 100644
--- a/include/linkahead/certificate_provider.h
+++ b/include/linkahead/certificate_provider.h
@@ -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/include/linkahead/configuration.h b/include/linkahead/configuration.h
index e6c1d48..c96ecbc 100644
--- a/include/linkahead/configuration.h
+++ b/include/linkahead/configuration.h
@@ -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/include/linkahead/connection.h b/include/linkahead/connection.h
index 8ac22da..60f5c43 100644
--- a/include/linkahead/connection.h
+++ b/include/linkahead/connection.h
@@ -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/include/linkahead/constants.h.in b/include/linkahead/constants.h.in
index 2661806..a2d055c 100644
--- a/include/linkahead/constants.h.in
+++ b/include/linkahead/constants.h.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/linkahead/data_type.h b/include/linkahead/data_type.h
index 8accd29..b33d699 100644
--- a/include/linkahead/data_type.h
+++ b/include/linkahead/data_type.h
@@ -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/include/linkahead/entity.h b/include/linkahead/entity.h
index ba5907d..f2b886a 100644
--- a/include/linkahead/entity.h
+++ b/include/linkahead/entity.h
@@ -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 Florian Spreckelsen <f.spreckelsen@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/linkahead/exceptions.h b/include/linkahead/exceptions.h
index f9bcdce..bc18f6f 100644
--- a/include/linkahead/exceptions.h
+++ b/include/linkahead/exceptions.h
@@ -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/include/linkahead/file_descriptor.h b/include/linkahead/file_descriptor.h
index c6d6784..d59adcd 100644
--- a/include/linkahead/file_descriptor.h
+++ b/include/linkahead/file_descriptor.h
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2022 IndiScale GmbH <info@indiscale.com>
diff --git a/include/linkahead/file_transmission/download_request_handler.h b/include/linkahead/file_transmission/download_request_handler.h
index b13844d..52c9b37 100644
--- a/include/linkahead/file_transmission/download_request_handler.h
+++ b/include/linkahead/file_transmission/download_request_handler.h
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/file_transmission/file_error.h b/include/linkahead/file_transmission/file_error.h
index ae057be..6af17f1 100644
--- a/include/linkahead/file_transmission/file_error.h
+++ b/include/linkahead/file_transmission/file_error.h
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/file_transmission/file_reader.h b/include/linkahead/file_transmission/file_reader.h
index 380b6a8..a313f15 100644
--- a/include/linkahead/file_transmission/file_reader.h
+++ b/include/linkahead/file_transmission/file_reader.h
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/file_transmission/file_writer.h b/include/linkahead/file_transmission/file_writer.h
index 165178b..5552ae3 100644
--- a/include/linkahead/file_transmission/file_writer.h
+++ b/include/linkahead/file_transmission/file_writer.h
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/file_transmission/register_file_upload_handler.h b/include/linkahead/file_transmission/register_file_upload_handler.h
index 67e4181..5ccd630 100644
--- a/include/linkahead/file_transmission/register_file_upload_handler.h
+++ b/include/linkahead/file_transmission/register_file_upload_handler.h
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/file_transmission/upload_request_handler.h b/include/linkahead/file_transmission/upload_request_handler.h
index 89dd16c..126c78c 100644
--- a/include/linkahead/file_transmission/upload_request_handler.h
+++ b/include/linkahead/file_transmission/upload_request_handler.h
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/handler_interface.h b/include/linkahead/handler_interface.h
index 2896bfb..9f14d27 100644
--- a/include/linkahead/handler_interface.h
+++ b/include/linkahead/handler_interface.h
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/info.h b/include/linkahead/info.h
index 6bc5637..ccc83ce 100644
--- a/include/linkahead/info.h
+++ b/include/linkahead/info.h
@@ -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
@@ -27,7 +27,7 @@
  * @date 2021-07-02
  * @brief General information about the CaosDBServer.
  */
-#include "linkahead/info/v1/main.pb.h" // for VersionInfo
+#include "caosdb/info/v1/main.pb.h" // for VersionInfo
 #include <cstdint>                  // for uint32_t
 #include <string>                   // for string
 
diff --git a/include/linkahead/log_level.h b/include/linkahead/log_level.h
index c2fcb9b..8bf5af9 100644
--- a/include/linkahead/log_level.h
+++ b/include/linkahead/log_level.h
@@ -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/include/linkahead/logging.h b/include/linkahead/logging.h
index d9f90a4..6670fd7 100644
--- a/include/linkahead/logging.h
+++ b/include/linkahead/logging.h
@@ -1,6 +1,6 @@
 
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2021-2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2021-2022 IndiScale GmbH <info@indiscale.com>
diff --git a/include/linkahead/message_code.h b/include/linkahead/message_code.h
index ce539c1..f459fb9 100644
--- a/include/linkahead/message_code.h
+++ b/include/linkahead/message_code.h
@@ -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/include/linkahead/protobuf_helper.h b/include/linkahead/protobuf_helper.h
index ef4cb83..c2436d5 100644
--- a/include/linkahead/protobuf_helper.h
+++ b/include/linkahead/protobuf_helper.h
@@ -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/include/linkahead/result_set.h b/include/linkahead/result_set.h
index 03d9874..6d3f067 100644
--- a/include/linkahead/result_set.h
+++ b/include/linkahead/result_set.h
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2022 IndiScale GmbH <info@indiscale.com>
diff --git a/include/linkahead/result_table.h b/include/linkahead/result_table.h
index 5479383..6f6c40f 100644
--- a/include/linkahead/result_table.h
+++ b/include/linkahead/result_table.h
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2022 IndiScale GmbH <info@indiscale.com>
diff --git a/include/linkahead/status_code.h b/include/linkahead/status_code.h
index 41dad5b..181c7c5 100644
--- a/include/linkahead/status_code.h
+++ b/include/linkahead/status_code.h
@@ -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/include/linkahead/transaction.h b/include/linkahead/transaction.h
index 9759477..d25a196 100644
--- a/include/linkahead/transaction.h
+++ b/include/linkahead/transaction.h
@@ -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/include/linkahead/transaction_status.h b/include/linkahead/transaction_status.h
index cac4c77..4c0faf3 100644
--- a/include/linkahead/transaction_status.h
+++ b/include/linkahead/transaction_status.h
@@ -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/include/linkahead/unary_rpc_handler.h b/include/linkahead/unary_rpc_handler.h
index b3cb8b0..493a445 100644
--- a/include/linkahead/unary_rpc_handler.h
+++ b/include/linkahead/unary_rpc_handler.h
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/utility.h b/include/linkahead/utility.h
index ab2ff23..9ea4ef7 100644
--- a/include/linkahead/utility.h
+++ b/include/linkahead/utility.h
@@ -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/include/linkahead/value.h b/include/linkahead/value.h
index 0531a21..3208566 100644
--- a/include/linkahead/value.h
+++ b/include/linkahead/value.h
@@ -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/clinkahead.cpp b/src/clinkahead.cpp
index bce000b..e93b681 100644
--- a/src/clinkahead.cpp
+++ b/src/clinkahead.cpp
@@ -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 Florian Spreckelsen <f.spreckelsen@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
diff --git a/src/clinkaheadcli.c b/src/clinkaheadcli.c
index fb2d198..50677dd 100644
--- a/src/clinkaheadcli.c
+++ b/src/clinkaheadcli.c
@@ -1,6 +1,6 @@
 #include "linkahead/constants.h" // for LIBCAOSDB_VERSION_MAJOR, LIBCAOSDB_VER...
 #include "clinkahead.h"          // for caosdb_info_version_info, caosdb_conne...
-#include <stdio.h>            // for printf
+#include <stdio.h>               // for printf
 
 int main(void) {
   int status = 0; // last function return value
diff --git a/src/cxxlinkaheadcli.cpp b/src/cxxlinkaheadcli.cpp
index 6c83d54..34d468c 100644
--- a/src/cxxlinkaheadcli.cpp
+++ b/src/cxxlinkaheadcli.cpp
@@ -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
@@ -29,7 +29,7 @@
 #include "linkahead/logging.h"            // for CAOSDB_LOG_TRACE
 #include "linkahead/transaction.h"        // for Transaction, ResultSet
 #include "linkahead/transaction_status.h" // for TransactionSt...
-#include <boost/log/core/record.hpp>   // for record
+#include <boost/log/core/record.hpp>      // for record
 #include <boost/log/detail/attachable_sstream_buf.hpp> // for basic_ostring...
 #include <boost/log/sources/record_ostream.hpp>        // for operator<<
 #include <boost/preprocessor/seq/limits/enum_256.hpp>  // for BOOST_PP_SEQ_...
diff --git a/src/linkahead/acm/user.cpp b/src/linkahead/acm/user.cpp
index bdf4790..bd5a600 100644
--- a/src/linkahead/acm/user.cpp
+++ b/src/linkahead/acm/user.cpp
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2022 IndiScale GmbH <info@indiscale.com>
diff --git a/src/linkahead/acm/user_impl.h b/src/linkahead/acm/user_impl.h
index 08e6b1e..4fc625d 100644
--- a/src/linkahead/acm/user_impl.h
+++ b/src/linkahead/acm/user_impl.h
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2022 IndiScale GmbH <info@indiscale.com>
diff --git a/src/linkahead/authentication.cpp b/src/linkahead/authentication.cpp
index a0e3d2e..66c9c44 100644
--- a/src/linkahead/authentication.cpp
+++ b/src/linkahead/authentication.cpp
@@ -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/linkahead/configuration.cpp b/src/linkahead/configuration.cpp
index 9844baa..bd528a2 100644
--- a/src/linkahead/configuration.cpp
+++ b/src/linkahead/configuration.cpp
@@ -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/linkahead/connection.cpp b/src/linkahead/connection.cpp
index 510c7ff..42a5d7b 100644
--- a/src/linkahead/connection.cpp
+++ b/src/linkahead/connection.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2021-2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2021-2022 IndiScale GmbH <info@indiscale.com>
diff --git a/src/linkahead/entity.cpp b/src/linkahead/entity.cpp
index 1f2716a..ce58250 100644
--- a/src/linkahead/entity.cpp
+++ b/src/linkahead/entity.cpp
@@ -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 Florian Spreckelsen <f.spreckelsen@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/linkahead/file_transmission/download_request_handler.cpp b/src/linkahead/file_transmission/download_request_handler.cpp
index 8c90dcd..6501cf1 100644
--- a/src/linkahead/file_transmission/download_request_handler.cpp
+++ b/src/linkahead/file_transmission/download_request_handler.cpp
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  * Copyright (C) 2021-2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2021-2022 IndiScale GmbH <info@indiscale.com>
  *
diff --git a/src/linkahead/file_transmission/file_reader.cpp b/src/linkahead/file_transmission/file_reader.cpp
index a75c5d6..9e68f09 100644
--- a/src/linkahead/file_transmission/file_reader.cpp
+++ b/src/linkahead/file_transmission/file_reader.cpp
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/file_transmission/file_writer.cpp b/src/linkahead/file_transmission/file_writer.cpp
index ddb0605..f7c138e 100644
--- a/src/linkahead/file_transmission/file_writer.cpp
+++ b/src/linkahead/file_transmission/file_writer.cpp
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/file_transmission/register_file_upload_handler.cpp b/src/linkahead/file_transmission/register_file_upload_handler.cpp
index 198ee40..95a04dd 100644
--- a/src/linkahead/file_transmission/register_file_upload_handler.cpp
+++ b/src/linkahead/file_transmission/register_file_upload_handler.cpp
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/file_transmission/upload_request_handler.cpp b/src/linkahead/file_transmission/upload_request_handler.cpp
index af96edf..d3a5240 100644
--- a/src/linkahead/file_transmission/upload_request_handler.cpp
+++ b/src/linkahead/file_transmission/upload_request_handler.cpp
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  * Copyright (C) 2021-2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2021-2022 IndiScale GmbH <info@indiscale.com>
  *
diff --git a/src/linkahead/logging.cpp b/src/linkahead/logging.cpp
index e8a3d00..d85677b 100644
--- a/src/linkahead/logging.cpp
+++ b/src/linkahead/logging.cpp
@@ -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/linkahead/protobuf_helper.cpp b/src/linkahead/protobuf_helper.cpp
index 52de545..8eb4828 100644
--- a/src/linkahead/protobuf_helper.cpp
+++ b/src/linkahead/protobuf_helper.cpp
@@ -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/linkahead/result_set.cpp b/src/linkahead/result_set.cpp
index 8f84e85..04f8c5c 100644
--- a/src/linkahead/result_set.cpp
+++ b/src/linkahead/result_set.cpp
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  * Copyright (C) 2021-2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2021-2022 IndiScale GmbH <info@indiscale.com>
  *
diff --git a/src/linkahead/result_table.cpp b/src/linkahead/result_table.cpp
index 6f0fb6f..4704020 100644
--- a/src/linkahead/result_table.cpp
+++ b/src/linkahead/result_table.cpp
@@ -1,6 +1,6 @@
 
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  * Copyright (C) 2021-2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2021-2022 IndiScale GmbH <info@indiscale.com>
  *
diff --git a/src/linkahead/result_table_impl.h b/src/linkahead/result_table_impl.h
index 8cd5117..0551064 100644
--- a/src/linkahead/result_table_impl.h
+++ b/src/linkahead/result_table_impl.h
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  * Copyright (C) 2021-2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2021-2022 IndiScale GmbH <info@indiscale.com>
  *
diff --git a/src/linkahead/status_code_description.cpp b/src/linkahead/status_code_description.cpp
index 4bdf29d..3e422a7 100644
--- a/src/linkahead/status_code_description.cpp
+++ b/src/linkahead/status_code_description.cpp
@@ -1,7 +1,7 @@
 /*
- * 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/linkahead/transaction.cpp b/src/linkahead/transaction.cpp
index 8bedf61..bf1c535 100644
--- a/src/linkahead/transaction.cpp
+++ b/src/linkahead/transaction.cpp
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  * Copyright (C) 2021-2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2021-2022 IndiScale GmbH <info@indiscale.com>
  *
diff --git a/src/linkahead/unary_rpc_handler.cpp b/src/linkahead/unary_rpc_handler.cpp
index d36c369..8ea6a4c 100644
--- a/src/linkahead/unary_rpc_handler.cpp
+++ b/src/linkahead/unary_rpc_handler.cpp
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  * Copyright (C) 2021-2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2021-2022 IndiScale GmbH <info@indiscale.com>
  *
diff --git a/src/linkahead/utility.cpp b/src/linkahead/utility.cpp
index 1d8b32e..d9ea198 100644
--- a/src/linkahead/utility.cpp
+++ b/src/linkahead/utility.cpp
@@ -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 Daniel Hornung <d.hornung@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/caosdb_test_utility.h.in b/test/caosdb_test_utility.h.in
index 8c3761e..3f50ed8 100644
--- a/test/caosdb_test_utility.h.in
+++ b/test/caosdb_test_utility.h.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/test/test_ccaosdb.cpp b/test/test_ccaosdb.cpp
index d5ff80f..f16538c 100644
--- a/test/test_ccaosdb.cpp
+++ b/test/test_ccaosdb.cpp
@@ -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
@@ -21,11 +21,11 @@
  */
 
 #include "linkahead/configuration.h"
-#include "linkahead/status_code.h"  // for StatusCode
-#include "caosdb_test_utility.h" // for EXPECT_THROW_MESSAGE, TEST_DATA_DIR
-#include "clinkahead.h"             // for caosdb_utility_get_env_fallback
-#include <cstdint>               // for int64_t
-#include <cstring>               // for strcmp
+#include "linkahead/status_code.h" // for StatusCode
+#include "caosdb_test_utility.h"   // for EXPECT_THROW_MESSAGE, TEST_DATA_DIR
+#include "clinkahead.h"            // for caosdb_utility_get_env_fallback
+#include <cstdint>                 // for int64_t
+#include <cstring>                 // for strcmp
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
 #include <gtest/gtest-test-part.h> // for SuiteApiResolver, TestFactoryImpl
diff --git a/test/test_configuration.cpp b/test/test_configuration.cpp
index 99f57c0..7e17ba2 100644
--- a/test/test_configuration.cpp
+++ b/test/test_configuration.cpp
@@ -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
@@ -23,7 +23,7 @@
 #include "linkahead/exceptions.h"    // for ConfigurationError
 #include "linkahead/log_level.h"     // for CAOSDB_DEFAULT_LOG_LEVEL, CAOSDB_...
 #include "linkahead/logging.h"       // for ConsoleSinkConfiguration, Logging...
-#include "caosdb_test_utility.h"  // for EXPECT_THROW_MESSAGE, TEST_DATA_DIR
+#include "caosdb_test_utility.h"     // for EXPECT_THROW_MESSAGE, TEST_DATA_DIR
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
 #include <gtest/gtest-test-part.h> // for TestPartResult, SuiteApiResolver
diff --git a/test/test_connection.cpp b/test/test_connection.cpp
index 0ffd619..c8c7f3a 100644
--- a/test/test_connection.cpp
+++ b/test/test_connection.cpp
@@ -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
@@ -26,7 +26,7 @@
 #include "linkahead/configuration.h"        // for InsecureConnectionConfigura...
 #include "linkahead/connection.h"           // for ConnectionManager
 #include "linkahead/exceptions.h"           // for ConnectionConfigurationError
-#include "caosdb_test_utility.h"         // for EXPECT_THROW_MESSAGE, TEST_...
+#include "caosdb_test_utility.h"            // for EXPECT_THROW_MESSAGE, TEST_...
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
 #include <gtest/gtest-test-part.h> // for SuiteApiResolver, TestPartR...
diff --git a/test/test_data_type.cpp b/test/test_data_type.cpp
index a5b0c61..500b7e7 100644
--- a/test/test_data_type.cpp
+++ b/test/test_data_type.cpp
@@ -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
@@ -20,11 +20,11 @@
  *
  */
 
-#include "linkahead/data_type.h"         // for DataType, AtomicDataType
-#include "linkahead/entity.h"            // for Entity
-#include "caosdb/entity/v1/main.pb.h" // for DataType, Ato...
-#include "linkahead/logging.h"           // for CAOSDB_LOG_DEBUG
-#include "linkahead/protobuf_helper.h"   // for CAOSDB_DEBUG_...
+#include "linkahead/data_type.h"       // for DataType, AtomicDataType
+#include "linkahead/entity.h"          // for Entity
+#include "caosdb/entity/v1/main.pb.h"  // for DataType, Ato...
+#include "linkahead/logging.h"         // for CAOSDB_LOG_DEBUG
+#include "linkahead/protobuf_helper.h" // for CAOSDB_DEBUG_...
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
 #include <gtest/gtest-test-part.h> // for TestPartResult, SuiteApi...
diff --git a/test/test_entity.cpp b/test/test_entity.cpp
index 3cafd1c..51ab50f 100644
--- a/test/test_entity.cpp
+++ b/test/test_entity.cpp
@@ -1,10 +1,10 @@
 /*
  *
- * 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 Florian Spreckelsen <f.spreckelsen@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
@@ -20,17 +20,17 @@
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
  *
  */
-#include "linkahead/data_type.h"              // for DataType, AtomicDat...
-#include "linkahead/entity.h"                 // for Entity, Property
-#include "caosdb/entity/v1/main.pb.h" // for EntityTransactionSe...
-#include "caosdb/entity/v1/main.pb.h"      // for IdResponse, Message
-#include "linkahead/message_code.h"           // for MessageCode, ENTITY...
-#include "linkahead/protobuf_helper.h"        // for get_arena
-#include "linkahead/status_code.h"            // for StatusCode, FILE_DO...
-#include "linkahead/transaction.h"            // for Transaction
-#include "linkahead/value.h"                  // for Value
-#include "caosdb_test_utility.h"           // for TEST_DATA_DIR
-#include <google/protobuf/arena.h>         // for Arena
+#include "linkahead/data_type.h"       // for DataType, AtomicDat...
+#include "linkahead/entity.h"          // for Entity, Property
+#include "caosdb/entity/v1/main.pb.h"  // for EntityTransactionSe...
+#include "caosdb/entity/v1/main.pb.h"  // for IdResponse, Message
+#include "linkahead/message_code.h"    // for MessageCode, ENTITY...
+#include "linkahead/protobuf_helper.h" // for get_arena
+#include "linkahead/status_code.h"     // for StatusCode, FILE_DO...
+#include "linkahead/transaction.h"     // for Transaction
+#include "linkahead/value.h"           // for Value
+#include "caosdb_test_utility.h"       // for TEST_DATA_DIR
+#include <google/protobuf/arena.h>     // for Arena
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
 #include <gtest/gtest-test-part.h> // for TestPartResult, Sui...
diff --git a/test/test_file_transmission.cpp b/test/test_file_transmission.cpp
index 97a62a2..c8cf5af 100644
--- a/test/test_file_transmission.cpp
+++ b/test/test_file_transmission.cpp
@@ -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/test_info.cpp b/test/test_info.cpp
index cc7f784..d43a261 100644
--- a/test/test_info.cpp
+++ b/test/test_info.cpp
@@ -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
@@ -20,7 +20,7 @@
  *
  */
 
-#include "linkahead/info.h"            // for VersionInfo
+#include "linkahead/info.h"         // for VersionInfo
 #include "caosdb/info/v1/main.pb.h" // for VersionInfo
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
diff --git a/test/test_issues.cpp b/test/test_issues.cpp
index 3fb4fe8..6ced23d 100644
--- a/test/test_issues.cpp
+++ b/test/test_issues.cpp
@@ -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 Daniel Hornung <d.hornung@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/test_list_properties.cpp b/test/test_list_properties.cpp
index b212e49..5e6284b 100644
--- a/test/test_list_properties.cpp
+++ b/test/test_list_properties.cpp
@@ -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
@@ -20,10 +20,10 @@
  *
  */
 
-#include "linkahead/data_type.h"         // for DataType, AtomicDataType
-#include "linkahead/entity.h"            // for Entity
+#include "linkahead/data_type.h"      // for DataType, AtomicDataType
+#include "linkahead/entity.h"         // for Entity
 #include "caosdb/entity/v1/main.pb.h" // for AtomicDataType, DataType
-#include "linkahead/value.h"             // for Value
+#include "linkahead/value.h"          // for Value
 #include <cstdint>                    // for int64_t
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
diff --git a/test/test_protobuf.cpp b/test/test_protobuf.cpp
index 2e482dd..6a9949f 100644
--- a/test/test_protobuf.cpp
+++ b/test/test_protobuf.cpp
@@ -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
@@ -19,8 +19,8 @@
  * along with this program. If not, see <https://www.gnu.org/licenses/>.
  *
  */
-#include "linkahead/data_type.h"         // for DataType, ReferenceDataType
-#include "linkahead/entity.h"            // for Entity
+#include "linkahead/data_type.h"      // for DataType, ReferenceDataType
+#include "linkahead/entity.h"         // for Entity
 #include "caosdb/entity/v1/main.pb.h" // for RepeatedPtrField, Message
 #include <google/protobuf/arena.h>    // for Arena
 #include <gtest/gtest.h>
diff --git a/test/test_transaction.cpp b/test/test_transaction.cpp
index 2557afc..1949da0 100644
--- a/test/test_transaction.cpp
+++ b/test/test_transaction.cpp
@@ -1,5 +1,5 @@
 /*
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2021-2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2021-2022 IndiScale GmbH <info@indiscale.com>
@@ -20,16 +20,16 @@
 #include "linkahead/configuration.h"       // for InsecureConnectionConfig...
 #include "linkahead/connection.h"          // for Connection
 #include "linkahead/entity.h"              // for Entity
-#include "caosdb/entity/v1/main.pb.h"   // for Entity
+#include "caosdb/entity/v1/main.pb.h"      // for Entity
 #include "linkahead/exceptions.h"          // for ConnectionError
 #include "linkahead/result_set.h"          // for MultiResultSet, Entity, Resu...
 #include "linkahead/status_code.h"         // for StatusCode
 #include "linkahead/transaction.h"         // for Transaction
 #include "linkahead/transaction_handler.h" // for MultiTransactionResponse
 #include "linkahead/transaction_status.h"  // for ConnectionError
-#include "caosdb_test_utility.h"        // for EXPECT_THROW_MESSAGE
-#include <algorithm>                    // for max
-#include <google/protobuf/arena.h>      // for Arena
+#include "caosdb_test_utility.h"           // for EXPECT_THROW_MESSAGE
+#include <algorithm>                       // for max
+#include <google/protobuf/arena.h>         // for Arena
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
 #include <gtest/gtest-test-part.h> // for SuiteApiResolver, TestPa...
diff --git a/test/test_user.cpp b/test/test_user.cpp
index 8db6119..f29e988 100644
--- a/test/test_user.cpp
+++ b/test/test_user.cpp
@@ -1,6 +1,6 @@
 /*
  *
- * This file is a part of the CaosDB Project.
+ * This file is a part of the LinkAhead Project.
  *
  * Copyright (C) 2022 Timm Fitschen <t.fitschen@indiscale.com>
  * Copyright (C) 2022 IndiScale GmbH <info@indiscale.com>
diff --git a/test/test_utility.cpp b/test/test_utility.cpp
index 52bcc1c..f801da7 100644
--- a/test/test_utility.cpp
+++ b/test/test_utility.cpp
@@ -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
@@ -21,10 +21,10 @@
  */
 
 #include "boost/beast/core/detail/base64.hpp" // for encoded_size
-#include "linkahead/data_type.h"                 // for atomicdatatype_names
-#include "linkahead/entity.h"                    // for importance_names, role...
-#include "linkahead/status_code.h"               // for get_status_description
-#include "linkahead/utility.h"                   // for base64_encode, load_js...
+#include "linkahead/data_type.h"              // for atomicdatatype_names
+#include "linkahead/entity.h"                 // for importance_names, role...
+#include "linkahead/status_code.h"            // for get_status_description
+#include "linkahead/utility.h"                // for base64_encode, load_js...
 #include "caosdb_test_utility.h"              // for TEST_DATA_DIR
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
diff --git a/test/test_value.cpp b/test/test_value.cpp
index d1a2a99..0dec246 100644
--- a/test/test_value.cpp
+++ b/test/test_value.cpp
@@ -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
@@ -20,11 +20,11 @@
  *
  */
 
-#include "linkahead/value.h"             // for Value
-#include "caosdb/entity/v1/main.pb.h" // for AtomicDataType, DataType
-#include "linkahead/protobuf_helper.h"   // for ProtoMessageWrapper
-#include <algorithm>                  // for max
-#include <cmath>                      // for isnan
+#include "linkahead/value.h"           // for Value
+#include "caosdb/entity/v1/main.pb.h"  // for AtomicDataType, DataType
+#include "linkahead/protobuf_helper.h" // for ProtoMessageWrapper
+#include <algorithm>                   // for max
+#include <cmath>                       // for isnan
 #include <gtest/gtest.h>
 #include <gtest/gtest-message.h>   // for Message
 #include <gtest/gtest-test-part.h> // for TestPartResult, SuiteApi...
-- 
GitLab