diff --git a/README.md b/README.md index d4ab78728a..c9501c46a6 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The Following License Header should be used for all header and source files. ## License Header (for source and header files)
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothDevice/BluetoothDevice.swift b/src/Catty/BluetoothDevice/BluetoothDevice.swift
index 43df130047..e388f09cf5 100644
--- a/src/Catty/BluetoothDevice/BluetoothDevice.swift
+++ b/src/Catty/BluetoothDevice/BluetoothDevice.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoDevice.swift b/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoDevice.swift
index 932c5a5490..3e510b388b 100644
--- a/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoDevice.swift
+++ b/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoDevice.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoHelper.swift b/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoHelper.swift
index 9b33eabcbb..48816a6380 100644
--- a/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoHelper.swift
+++ b/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoHelper.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoProtocol.swift b/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoProtocol.swift
index a07346e53b..d63a66cdfa 100644
--- a/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoProtocol.swift
+++ b/src/Catty/BluetoothDevice/FirmataDevices/Arduino/ArduinoProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothDevice/FirmataDevices/FirmataDevice.swift b/src/Catty/BluetoothDevice/FirmataDevices/FirmataDevice.swift
index bd7434d922..7dac702ba0 100644
--- a/src/Catty/BluetoothDevice/FirmataDevices/FirmataDevice.swift
+++ b/src/Catty/BluetoothDevice/FirmataDevices/FirmataDevice.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroDevice.swift b/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroDevice.swift
index 8ac80b4a29..3ed7ffb37c 100644
--- a/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroDevice.swift
+++ b/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroDevice.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroHelper.swift b/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroHelper.swift
index 25e13c16db..f16d509081 100644
--- a/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroHelper.swift
+++ b/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroHelper.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroProtocol.swift b/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroProtocol.swift
index cc16bd4cfa..aed2577c05 100644
--- a/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroProtocol.swift
+++ b/src/Catty/BluetoothDevice/FirmataDevices/Phiro/PhiroProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/BluetoothHelper.h b/src/Catty/BluetoothHelper/BluetoothHelper/BluetoothHelper.h
index f0d6947ab8..03e91cfa08 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelper/BluetoothHelper.h
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/BluetoothHelper.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Components/CentralManager.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Components/CentralManager.swift
index 3e11e40399..7ebc964a35 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Components/CentralManager.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Components/CentralManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Components/Characteristic.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Components/Characteristic.swift
index b94aabb1a6..232b38737f 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Components/Characteristic.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Components/Characteristic.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Components/Peripheral.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Components/Peripheral.swift
index a61bc12752..769d4e0560 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Components/Peripheral.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Components/Peripheral.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Components/Service.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Components/Service.swift
index 338505def4..8b8bbfbc2b 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Components/Service.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Components/Service.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Helper/BluetoothHelper.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Helper/BluetoothHelper.swift
index 722f741580..35f9c05275 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Helper/BluetoothHelper.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Helper/BluetoothHelper.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Helper/SimpleFutures.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Helper/SimpleFutures.swift
index 7af7f1e225..d4c79f4ac4 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Helper/SimpleFutures.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Helper/SimpleFutures.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Helper/String+Extensions.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Helper/String+Extensions.swift
index 9653bd5705..ef23e4b9e6 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Helper/String+Extensions.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Helper/String+Extensions.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/CharacteristicProfile.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/CharacteristicProfile.swift
index e497fdc0f9..526bc8fe37 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/CharacteristicProfile.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/CharacteristicProfile.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/ProfileManager.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/ProfileManager.swift
index 91e89c957b..6608fd8e5a 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/ProfileManager.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/ProfileManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/ServiceProfile.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/ServiceProfile.swift
index f4b6edc3f9..734b22b3ec 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/ServiceProfile.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Profiles/ServiceProfile.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/Data+Extensions.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/Data+Extensions.swift
index e3d910aa92..5a5df61580 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/Data+Extensions.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/Data+Extensions.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/DeserializeExtensions.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/DeserializeExtensions.swift
index 8b28f55670..e873ffbdf3 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/DeserializeExtensions.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/DeserializeExtensions.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/SerializerDeserializer.swift b/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/SerializerDeserializer.swift
index 33e78a07b4..be6d6b0cae 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/SerializerDeserializer.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelper/Serialize:Deserialize/SerializerDeserializer.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelperTests/BluetoothTestHelper.swift b/src/Catty/BluetoothHelper/BluetoothHelperTests/BluetoothTestHelper.swift
index 5824833f8a..cb087c3b20 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelperTests/BluetoothTestHelper.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelperTests/BluetoothTestHelper.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelperTests/CentralManagerTests.swift b/src/Catty/BluetoothHelper/BluetoothHelperTests/CentralManagerTests.swift
index adbfd6c0a3..92a07421f4 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelperTests/CentralManagerTests.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelperTests/CentralManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelperTests/CharacteristicTests.swift b/src/Catty/BluetoothHelper/BluetoothHelperTests/CharacteristicTests.swift
index 3a21910dac..dc1aa42c7f 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelperTests/CharacteristicTests.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelperTests/CharacteristicTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelperTests/PeripheralTests.swift b/src/Catty/BluetoothHelper/BluetoothHelperTests/PeripheralTests.swift
index 3f01cb962b..e2e4f99595 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelperTests/PeripheralTests.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelperTests/PeripheralTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelperTests/RawSerializerDeserializerTests.swift b/src/Catty/BluetoothHelper/BluetoothHelperTests/RawSerializerDeserializerTests.swift
index fa8385131c..dd1fbe05fa 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelperTests/RawSerializerDeserializerTests.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelperTests/RawSerializerDeserializerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelperTests/RawTestHelper.swift b/src/Catty/BluetoothHelper/BluetoothHelperTests/RawTestHelper.swift
index 9ca036354f..30dd14a693 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelperTests/RawTestHelper.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelperTests/RawTestHelper.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelperTests/SerializerDeserializerTests.swift b/src/Catty/BluetoothHelper/BluetoothHelperTests/SerializerDeserializerTests.swift
index 76316c7519..90979913b0 100644
--- a/src/Catty/BluetoothHelper/BluetoothHelperTests/SerializerDeserializerTests.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelperTests/SerializerDeserializerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/BluetoothHelper/BluetoothHelperTests/ServiceTests.swift b/src/Catty/BluetoothHelper/BluetoothHelperTests/ServiceTests.swift
index 990e3c2d5b..a9149f7604 100755
--- a/src/Catty/BluetoothHelper/BluetoothHelperTests/ServiceTests.swift
+++ b/src/Catty/BluetoothHelper/BluetoothHelperTests/ServiceTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Condition/ForeverBrick+Condition.swift b/src/Catty/Condition/ForeverBrick+Condition.swift
index de2c646416..e3df6d2308 100644
--- a/src/Catty/Condition/ForeverBrick+Condition.swift
+++ b/src/Catty/Condition/ForeverBrick+Condition.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Condition/IfLogicBeginBrick+Condition.swift b/src/Catty/Condition/IfLogicBeginBrick+Condition.swift
index d71b172e1b..a8cc97a46a 100644
--- a/src/Catty/Condition/IfLogicBeginBrick+Condition.swift
+++ b/src/Catty/Condition/IfLogicBeginBrick+Condition.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Condition/IfThenLogicBeginBrick+Condition.swift b/src/Catty/Condition/IfThenLogicBeginBrick+Condition.swift
index eb1e249fd6..1dbb4bfd26 100644
--- a/src/Catty/Condition/IfThenLogicBeginBrick+Condition.swift
+++ b/src/Catty/Condition/IfThenLogicBeginBrick+Condition.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Condition/PhiroIfLogicBeginBrick+Condition.swift b/src/Catty/Condition/PhiroIfLogicBeginBrick+Condition.swift
index 660ba811b9..9a33c9fd97 100644
--- a/src/Catty/Condition/PhiroIfLogicBeginBrick+Condition.swift
+++ b/src/Catty/Condition/PhiroIfLogicBeginBrick+Condition.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Condition/RepeatBrick+Condition.swift b/src/Catty/Condition/RepeatBrick+Condition.swift
index c65a9cc358..e7f235021c 100644
--- a/src/Catty/Condition/RepeatBrick+Condition.swift
+++ b/src/Catty/Condition/RepeatBrick+Condition.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Condition/RepeatUntilBrick+Condition.swift b/src/Catty/Condition/RepeatUntilBrick+Condition.swift
index 62493ba9c6..6cc5f0db42 100644
--- a/src/Catty/Condition/RepeatUntilBrick+Condition.swift
+++ b/src/Catty/Condition/RepeatUntilBrick+Condition.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Condition/WaitUntilBrick+Condition.swift b/src/Catty/Condition/WaitUntilBrick+Condition.swift
index e234688a4a..9bf286c780 100644
--- a/src/Catty/Condition/WaitUntilBrick+Condition.swift
+++ b/src/Catty/Condition/WaitUntilBrick+Condition.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Condition/WhenBackgroundChangesScript+Condition.swift b/src/Catty/Condition/WhenBackgroundChangesScript+Condition.swift
index 5e4047f530..974eb7e1eb 100644
--- a/src/Catty/Condition/WhenBackgroundChangesScript+Condition.swift
+++ b/src/Catty/Condition/WhenBackgroundChangesScript+Condition.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Condition/WhenConditionScript+Condition.swift b/src/Catty/Condition/WhenConditionScript+Condition.swift
index 115ab5c87b..9e28816a8c 100644
--- a/src/Catty/Condition/WhenConditionScript+Condition.swift
+++ b/src/Catty/Condition/WhenConditionScript+Condition.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Array/SynchronizedArray.swift b/src/Catty/DataModel/Array/SynchronizedArray.swift
index 154a33163b..e729a4e52c 100644
--- a/src/Catty/DataModel/Array/SynchronizedArray.swift
+++ b/src/Catty/DataModel/Array/SynchronizedArray.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Arduino/ArduinoBrick.h b/src/Catty/DataModel/Bricks/Arduino/ArduinoBrick.h
index 4a3b19b94f..4d434feeef 100644
--- a/src/Catty/DataModel/Bricks/Arduino/ArduinoBrick.h
+++ b/src/Catty/DataModel/Bricks/Arduino/ArduinoBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Arduino/ArduinoBrick.m b/src/Catty/DataModel/Bricks/Arduino/ArduinoBrick.m
index 360f41464a..53b2e5f618 100644
--- a/src/Catty/DataModel/Bricks/Arduino/ArduinoBrick.m
+++ b/src/Catty/DataModel/Bricks/Arduino/ArduinoBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Arduino/ArduinoSendDigitalValueBrick.h b/src/Catty/DataModel/Bricks/Arduino/ArduinoSendDigitalValueBrick.h
index 38d77ecfa5..7c9e8fa6b8 100644
--- a/src/Catty/DataModel/Bricks/Arduino/ArduinoSendDigitalValueBrick.h
+++ b/src/Catty/DataModel/Bricks/Arduino/ArduinoSendDigitalValueBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Arduino/ArduinoSendDigitalValueBrick.m b/src/Catty/DataModel/Bricks/Arduino/ArduinoSendDigitalValueBrick.m
index a197fcf7f3..813b2ef105 100644
--- a/src/Catty/DataModel/Bricks/Arduino/ArduinoSendDigitalValueBrick.m
+++ b/src/Catty/DataModel/Bricks/Arduino/ArduinoSendDigitalValueBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Arduino/ArduinoSendPWMValueBrick.h b/src/Catty/DataModel/Bricks/Arduino/ArduinoSendPWMValueBrick.h
index f9539fd6db..c1c092ea19 100644
--- a/src/Catty/DataModel/Bricks/Arduino/ArduinoSendPWMValueBrick.h
+++ b/src/Catty/DataModel/Bricks/Arduino/ArduinoSendPWMValueBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Arduino/ArduinoSendPWMValueBrick.m b/src/Catty/DataModel/Bricks/Arduino/ArduinoSendPWMValueBrick.m
index 8215f6f158..fc0a33f9b2 100644
--- a/src/Catty/DataModel/Bricks/Arduino/ArduinoSendPWMValueBrick.m
+++ b/src/Catty/DataModel/Bricks/Arduino/ArduinoSendPWMValueBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/BluetoothBrick.h b/src/Catty/DataModel/Bricks/BluetoothBrick.h
index 2829d7fa9d..f5730c6f6e 100644
--- a/src/Catty/DataModel/Bricks/BluetoothBrick.h
+++ b/src/Catty/DataModel/Bricks/BluetoothBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/BluetoothBrick.m b/src/Catty/DataModel/Bricks/BluetoothBrick.m
index 4676282298..58575ccd93 100644
--- a/src/Catty/DataModel/Bricks/BluetoothBrick.m
+++ b/src/Catty/DataModel/Bricks/BluetoothBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Brick.h b/src/Catty/DataModel/Bricks/Brick.h
index 087844af6b..bf09d8c972 100644
--- a/src/Catty/DataModel/Bricks/Brick.h
+++ b/src/Catty/DataModel/Bricks/Brick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Brick.m b/src/Catty/DataModel/Bricks/Brick.m
index 5834165541..528ca49426 100644
--- a/src/Catty/DataModel/Bricks/Brick.m
+++ b/src/Catty/DataModel/Bricks/Brick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Category/BrickCategory.swift b/src/Catty/DataModel/Bricks/Category/BrickCategory.swift
index 01cff33fee..f28eebebb1 100644
--- a/src/Catty/DataModel/Bricks/Category/BrickCategory.swift
+++ b/src/Catty/DataModel/Bricks/Category/BrickCategory.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/BroadcastBrick.h b/src/Catty/DataModel/Bricks/Control/BroadcastBrick.h
index d7ffcc4fab..da45fbc4d4 100644
--- a/src/Catty/DataModel/Bricks/Control/BroadcastBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/BroadcastBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/BroadcastBrick.m b/src/Catty/DataModel/Bricks/Control/BroadcastBrick.m
index 33bd4678cc..571f4d8256 100644
--- a/src/Catty/DataModel/Bricks/Control/BroadcastBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/BroadcastBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/BroadcastWaitBrick.h b/src/Catty/DataModel/Bricks/Control/BroadcastWaitBrick.h
index bdda2169bb..f79c245d41 100644
--- a/src/Catty/DataModel/Bricks/Control/BroadcastWaitBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/BroadcastWaitBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/BroadcastWaitBrick.m b/src/Catty/DataModel/Bricks/Control/BroadcastWaitBrick.m
index a3613b33cf..6a9212648f 100644
--- a/src/Catty/DataModel/Bricks/Control/BroadcastWaitBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/BroadcastWaitBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/ForeverBrick.h b/src/Catty/DataModel/Bricks/Control/ForeverBrick.h
index 8b1baf747c..f81d126212 100644
--- a/src/Catty/DataModel/Bricks/Control/ForeverBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/ForeverBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/ForeverBrick.m b/src/Catty/DataModel/Bricks/Control/ForeverBrick.m
index d6cc0b3952..abc5ba6c26 100644
--- a/src/Catty/DataModel/Bricks/Control/ForeverBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/ForeverBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfLogicBeginBrick.h b/src/Catty/DataModel/Bricks/Control/IfLogicBeginBrick.h
index fe9cefbab9..71095bed7f 100644
--- a/src/Catty/DataModel/Bricks/Control/IfLogicBeginBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/IfLogicBeginBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfLogicBeginBrick.m b/src/Catty/DataModel/Bricks/Control/IfLogicBeginBrick.m
index 762ab0a63a..fb752dce52 100644
--- a/src/Catty/DataModel/Bricks/Control/IfLogicBeginBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/IfLogicBeginBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfLogicElseBrick.h b/src/Catty/DataModel/Bricks/Control/IfLogicElseBrick.h
index cdddb364c1..fad02073fa 100644
--- a/src/Catty/DataModel/Bricks/Control/IfLogicElseBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/IfLogicElseBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfLogicElseBrick.m b/src/Catty/DataModel/Bricks/Control/IfLogicElseBrick.m
index 67615546ef..b59198c126 100644
--- a/src/Catty/DataModel/Bricks/Control/IfLogicElseBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/IfLogicElseBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfLogicEndBrick.h b/src/Catty/DataModel/Bricks/Control/IfLogicEndBrick.h
index b469bb7fcf..b8f0069520 100644
--- a/src/Catty/DataModel/Bricks/Control/IfLogicEndBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/IfLogicEndBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfLogicEndBrick.m b/src/Catty/DataModel/Bricks/Control/IfLogicEndBrick.m
index b594506012..ac8ab27dc1 100644
--- a/src/Catty/DataModel/Bricks/Control/IfLogicEndBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/IfLogicEndBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfThenLogicBeginBrick.h b/src/Catty/DataModel/Bricks/Control/IfThenLogicBeginBrick.h
index 066270797d..30e7b165b7 100644
--- a/src/Catty/DataModel/Bricks/Control/IfThenLogicBeginBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/IfThenLogicBeginBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfThenLogicBeginBrick.m b/src/Catty/DataModel/Bricks/Control/IfThenLogicBeginBrick.m
index ad86c4a7a8..0848795f87 100644
--- a/src/Catty/DataModel/Bricks/Control/IfThenLogicBeginBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/IfThenLogicBeginBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick+CBXMLHandler.h b/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick+CBXMLHandler.h
index 5f3132ea47..18de1ce43f 100644
--- a/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick+CBXMLHandler.h
+++ b/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick+CBXMLHandler.m b/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick+CBXMLHandler.m
index 3417087e1f..927ee6afef 100644
--- a/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick+CBXMLHandler.m
+++ b/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick.h b/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick.h
index 6ecf178612..44c9dad326 100644
--- a/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick.m b/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick.m
index e4bb082b43..d4db84f711 100644
--- a/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/IfThenLogicEndBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/LoopBeginBrick.h b/src/Catty/DataModel/Bricks/Control/LoopBeginBrick.h
index 6b73c15712..6067bb5cc9 100644
--- a/src/Catty/DataModel/Bricks/Control/LoopBeginBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/LoopBeginBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/LoopBeginBrick.m b/src/Catty/DataModel/Bricks/Control/LoopBeginBrick.m
index 43fe38bbc1..4b94edba0f 100644
--- a/src/Catty/DataModel/Bricks/Control/LoopBeginBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/LoopBeginBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/LoopEndBrick.h b/src/Catty/DataModel/Bricks/Control/LoopEndBrick.h
index 061d5baedf..060600a830 100644
--- a/src/Catty/DataModel/Bricks/Control/LoopEndBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/LoopEndBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/LoopEndBrick.m b/src/Catty/DataModel/Bricks/Control/LoopEndBrick.m
index 9402590b9f..a4a8a49db7 100644
--- a/src/Catty/DataModel/Bricks/Control/LoopEndBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/LoopEndBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/NoteBrick.h b/src/Catty/DataModel/Bricks/Control/NoteBrick.h
index 90d226fb23..b3bab47567 100644
--- a/src/Catty/DataModel/Bricks/Control/NoteBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/NoteBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/NoteBrick.m b/src/Catty/DataModel/Bricks/Control/NoteBrick.m
index e72deadef8..e77d44ca7e 100644
--- a/src/Catty/DataModel/Bricks/Control/NoteBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/NoteBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/RepeatBrick.h b/src/Catty/DataModel/Bricks/Control/RepeatBrick.h
index 4ce5e7d5b8..8d9bf76ace 100644
--- a/src/Catty/DataModel/Bricks/Control/RepeatBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/RepeatBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/RepeatBrick.m b/src/Catty/DataModel/Bricks/Control/RepeatBrick.m
index 061b242574..789d6155fe 100644
--- a/src/Catty/DataModel/Bricks/Control/RepeatBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/RepeatBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/RepeatUntilBrick.h b/src/Catty/DataModel/Bricks/Control/RepeatUntilBrick.h
index 206dad5d17..5673b545c5 100644
--- a/src/Catty/DataModel/Bricks/Control/RepeatUntilBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/RepeatUntilBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/RepeatUntilBrick.m b/src/Catty/DataModel/Bricks/Control/RepeatUntilBrick.m
index 7498c30d7c..420498d825 100644
--- a/src/Catty/DataModel/Bricks/Control/RepeatUntilBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/RepeatUntilBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/WaitBrick.h b/src/Catty/DataModel/Bricks/Control/WaitBrick.h
index 14e9b3c30a..5fe62b6037 100644
--- a/src/Catty/DataModel/Bricks/Control/WaitBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/WaitBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/WaitBrick.m b/src/Catty/DataModel/Bricks/Control/WaitBrick.m
index c5cf2893c5..6501135aeb 100644
--- a/src/Catty/DataModel/Bricks/Control/WaitBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/WaitBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/WaitUntilBrick.h b/src/Catty/DataModel/Bricks/Control/WaitUntilBrick.h
index ea57f1699d..bcbf6e219c 100644
--- a/src/Catty/DataModel/Bricks/Control/WaitUntilBrick.h
+++ b/src/Catty/DataModel/Bricks/Control/WaitUntilBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Control/WaitUntilBrick.m b/src/Catty/DataModel/Bricks/Control/WaitUntilBrick.m
index 451e9019f3..fa8dad0a1b 100644
--- a/src/Catty/DataModel/Bricks/Control/WaitUntilBrick.m
+++ b/src/Catty/DataModel/Bricks/Control/WaitUntilBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/AddItemToUserListBrick.h b/src/Catty/DataModel/Bricks/Data/AddItemToUserListBrick.h
index 0e3f4a4151..6d86cf87ac 100644
--- a/src/Catty/DataModel/Bricks/Data/AddItemToUserListBrick.h
+++ b/src/Catty/DataModel/Bricks/Data/AddItemToUserListBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/AddItemToUserListBrick.m b/src/Catty/DataModel/Bricks/Data/AddItemToUserListBrick.m
index 2d32a6cbc1..75055c753f 100644
--- a/src/Catty/DataModel/Bricks/Data/AddItemToUserListBrick.m
+++ b/src/Catty/DataModel/Bricks/Data/AddItemToUserListBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/ChangeVariableBrick.h b/src/Catty/DataModel/Bricks/Data/ChangeVariableBrick.h
index 05a1153608..f4c9ead9ec 100644
--- a/src/Catty/DataModel/Bricks/Data/ChangeVariableBrick.h
+++ b/src/Catty/DataModel/Bricks/Data/ChangeVariableBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/ChangeVariableBrick.m b/src/Catty/DataModel/Bricks/Data/ChangeVariableBrick.m
index ec9bb2e763..50874a91b3 100644
--- a/src/Catty/DataModel/Bricks/Data/ChangeVariableBrick.m
+++ b/src/Catty/DataModel/Bricks/Data/ChangeVariableBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/DeleteItemOfUserListBrick.h b/src/Catty/DataModel/Bricks/Data/DeleteItemOfUserListBrick.h
index 0864f312cf..8f256b8022 100644
--- a/src/Catty/DataModel/Bricks/Data/DeleteItemOfUserListBrick.h
+++ b/src/Catty/DataModel/Bricks/Data/DeleteItemOfUserListBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/DeleteItemOfUserListBrick.m b/src/Catty/DataModel/Bricks/Data/DeleteItemOfUserListBrick.m
index 910a8e9cdf..3813bb5da5 100644
--- a/src/Catty/DataModel/Bricks/Data/DeleteItemOfUserListBrick.m
+++ b/src/Catty/DataModel/Bricks/Data/DeleteItemOfUserListBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/HideTextBrick.h b/src/Catty/DataModel/Bricks/Data/HideTextBrick.h
index e28ebf47df..d441244fde 100644
--- a/src/Catty/DataModel/Bricks/Data/HideTextBrick.h
+++ b/src/Catty/DataModel/Bricks/Data/HideTextBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/HideTextBrick.m b/src/Catty/DataModel/Bricks/Data/HideTextBrick.m
index bf10469ffd..a778556ac5 100644
--- a/src/Catty/DataModel/Bricks/Data/HideTextBrick.m
+++ b/src/Catty/DataModel/Bricks/Data/HideTextBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/InsertItemIntoUserListBrick.h b/src/Catty/DataModel/Bricks/Data/InsertItemIntoUserListBrick.h
index bbd17250dc..d915eed2db 100644
--- a/src/Catty/DataModel/Bricks/Data/InsertItemIntoUserListBrick.h
+++ b/src/Catty/DataModel/Bricks/Data/InsertItemIntoUserListBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/InsertItemIntoUserListBrick.m b/src/Catty/DataModel/Bricks/Data/InsertItemIntoUserListBrick.m
index 545f71a941..8cd13a4842 100644
--- a/src/Catty/DataModel/Bricks/Data/InsertItemIntoUserListBrick.m
+++ b/src/Catty/DataModel/Bricks/Data/InsertItemIntoUserListBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/ReplaceItemInUserListBrick.h b/src/Catty/DataModel/Bricks/Data/ReplaceItemInUserListBrick.h
index 14a9efe0fd..58f648bf7e 100644
--- a/src/Catty/DataModel/Bricks/Data/ReplaceItemInUserListBrick.h
+++ b/src/Catty/DataModel/Bricks/Data/ReplaceItemInUserListBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/ReplaceItemInUserListBrick.m b/src/Catty/DataModel/Bricks/Data/ReplaceItemInUserListBrick.m
index d0dd923359..1163f92327 100644
--- a/src/Catty/DataModel/Bricks/Data/ReplaceItemInUserListBrick.m
+++ b/src/Catty/DataModel/Bricks/Data/ReplaceItemInUserListBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/SetVariableBrick.h b/src/Catty/DataModel/Bricks/Data/SetVariableBrick.h
index 6926bb8d33..0ad6b62fc4 100644
--- a/src/Catty/DataModel/Bricks/Data/SetVariableBrick.h
+++ b/src/Catty/DataModel/Bricks/Data/SetVariableBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/SetVariableBrick.m b/src/Catty/DataModel/Bricks/Data/SetVariableBrick.m
index 93200d4724..1f499f574e 100644
--- a/src/Catty/DataModel/Bricks/Data/SetVariableBrick.m
+++ b/src/Catty/DataModel/Bricks/Data/SetVariableBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/ShowTextBrick.h b/src/Catty/DataModel/Bricks/Data/ShowTextBrick.h
index 6c3af3e536..3355bca41f 100644
--- a/src/Catty/DataModel/Bricks/Data/ShowTextBrick.h
+++ b/src/Catty/DataModel/Bricks/Data/ShowTextBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/ShowTextBrick.m b/src/Catty/DataModel/Bricks/Data/ShowTextBrick.m
index 97163905e7..9f20873498 100644
--- a/src/Catty/DataModel/Bricks/Data/ShowTextBrick.m
+++ b/src/Catty/DataModel/Bricks/Data/ShowTextBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Data/WebRequestBrick.swift b/src/Catty/DataModel/Bricks/Data/WebRequestBrick.swift
index a469b650e5..e260a630e1 100644
--- a/src/Catty/DataModel/Bricks/Data/WebRequestBrick.swift
+++ b/src/Catty/DataModel/Bricks/Data/WebRequestBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Embroidery/SewUpBrick.swift b/src/Catty/DataModel/Bricks/Embroidery/SewUpBrick.swift
index 41f1962cd1..52fe49a2b0 100644
--- a/src/Catty/DataModel/Bricks/Embroidery/SewUpBrick.swift
+++ b/src/Catty/DataModel/Bricks/Embroidery/SewUpBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Embroidery/StartRunningStitchBrick.swift b/src/Catty/DataModel/Bricks/Embroidery/StartRunningStitchBrick.swift
index 6757a5dcac..4318044604 100644
--- a/src/Catty/DataModel/Bricks/Embroidery/StartRunningStitchBrick.swift
+++ b/src/Catty/DataModel/Bricks/Embroidery/StartRunningStitchBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Embroidery/StartTripleStitchBrick.swift b/src/Catty/DataModel/Bricks/Embroidery/StartTripleStitchBrick.swift
index d53e9df3d1..c9099a063a 100644
--- a/src/Catty/DataModel/Bricks/Embroidery/StartTripleStitchBrick.swift
+++ b/src/Catty/DataModel/Bricks/Embroidery/StartTripleStitchBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Embroidery/StartZigzagStitchBrick.swift b/src/Catty/DataModel/Bricks/Embroidery/StartZigzagStitchBrick.swift
index a53a3a8b34..db04bb72fd 100644
--- a/src/Catty/DataModel/Bricks/Embroidery/StartZigzagStitchBrick.swift
+++ b/src/Catty/DataModel/Bricks/Embroidery/StartZigzagStitchBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Embroidery/StitchBrick.swift b/src/Catty/DataModel/Bricks/Embroidery/StitchBrick.swift
index ba0c39b8e0..1867dce4e1 100644
--- a/src/Catty/DataModel/Bricks/Embroidery/StitchBrick.swift
+++ b/src/Catty/DataModel/Bricks/Embroidery/StitchBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Embroidery/StitchThreadColorBrick.swift b/src/Catty/DataModel/Bricks/Embroidery/StitchThreadColorBrick.swift
index da2466c169..d6d8661a94 100644
--- a/src/Catty/DataModel/Bricks/Embroidery/StitchThreadColorBrick.swift
+++ b/src/Catty/DataModel/Bricks/Embroidery/StitchThreadColorBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Embroidery/StopCurrentStitchBrick.swift b/src/Catty/DataModel/Bricks/Embroidery/StopCurrentStitchBrick.swift
index 3a22f732b9..f197644387 100644
--- a/src/Catty/DataModel/Bricks/Embroidery/StopCurrentStitchBrick.swift
+++ b/src/Catty/DataModel/Bricks/Embroidery/StopCurrentStitchBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/IO/FlashBrick.h b/src/Catty/DataModel/Bricks/IO/FlashBrick.h
index a10460b135..1e1a0b4b81 100644
--- a/src/Catty/DataModel/Bricks/IO/FlashBrick.h
+++ b/src/Catty/DataModel/Bricks/IO/FlashBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/IO/FlashBrick.m b/src/Catty/DataModel/Bricks/IO/FlashBrick.m
index 3dfc40049d..a9fbe81e3f 100644
--- a/src/Catty/DataModel/Bricks/IO/FlashBrick.m
+++ b/src/Catty/DataModel/Bricks/IO/FlashBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/IO/VibrationBrick.h b/src/Catty/DataModel/Bricks/IO/VibrationBrick.h
index ed33ba39d9..6ce252bb6e 100644
--- a/src/Catty/DataModel/Bricks/IO/VibrationBrick.h
+++ b/src/Catty/DataModel/Bricks/IO/VibrationBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/IO/VibrationBrick.m b/src/Catty/DataModel/Bricks/IO/VibrationBrick.m
index 1f4cb4f553..1fe158ec5d 100644
--- a/src/Catty/DataModel/Bricks/IO/VibrationBrick.m
+++ b/src/Catty/DataModel/Bricks/IO/VibrationBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/AskBrick.swift b/src/Catty/DataModel/Bricks/Look/AskBrick.swift
index a3e1d47c5c..c4aaf2238a 100644
--- a/src/Catty/DataModel/Bricks/Look/AskBrick.swift
+++ b/src/Catty/DataModel/Bricks/Look/AskBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/CameraBrick.h b/src/Catty/DataModel/Bricks/Look/CameraBrick.h
index ab427d7b70..238caf3746 100644
--- a/src/Catty/DataModel/Bricks/Look/CameraBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/CameraBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/CameraBrick.m b/src/Catty/DataModel/Bricks/Look/CameraBrick.m
index 13fd40421f..3a13ea93a8 100644
--- a/src/Catty/DataModel/Bricks/Look/CameraBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/CameraBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ChangeBrightnessByNBrick.swift b/src/Catty/DataModel/Bricks/Look/ChangeBrightnessByNBrick.swift
index 7437009df5..25c14cc3a1 100644
--- a/src/Catty/DataModel/Bricks/Look/ChangeBrightnessByNBrick.swift
+++ b/src/Catty/DataModel/Bricks/Look/ChangeBrightnessByNBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ChangeColorByNBrick.h b/src/Catty/DataModel/Bricks/Look/ChangeColorByNBrick.h
index eb9c500fcf..4c5c597679 100644
--- a/src/Catty/DataModel/Bricks/Look/ChangeColorByNBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/ChangeColorByNBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ChangeColorByNBrick.m b/src/Catty/DataModel/Bricks/Look/ChangeColorByNBrick.m
index 9e7bfe9f83..e859941cd9 100644
--- a/src/Catty/DataModel/Bricks/Look/ChangeColorByNBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/ChangeColorByNBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ChangeTransparencyByNBrick.h b/src/Catty/DataModel/Bricks/Look/ChangeTransparencyByNBrick.h
index 5abf1fa704..a29ba4bb96 100644
--- a/src/Catty/DataModel/Bricks/Look/ChangeTransparencyByNBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/ChangeTransparencyByNBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ChangeTransparencyByNBrick.m b/src/Catty/DataModel/Bricks/Look/ChangeTransparencyByNBrick.m
index c881a7e1d0..7de55c2cfe 100644
--- a/src/Catty/DataModel/Bricks/Look/ChangeTransparencyByNBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/ChangeTransparencyByNBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ChooseCameraBrick.h b/src/Catty/DataModel/Bricks/Look/ChooseCameraBrick.h
index bc53fee323..4221e61c6b 100644
--- a/src/Catty/DataModel/Bricks/Look/ChooseCameraBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/ChooseCameraBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ChooseCameraBrick.m b/src/Catty/DataModel/Bricks/Look/ChooseCameraBrick.m
index f15d8ba8dd..e449c5e6b1 100644
--- a/src/Catty/DataModel/Bricks/Look/ChooseCameraBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/ChooseCameraBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ClearGraphicEffectBrick.h b/src/Catty/DataModel/Bricks/Look/ClearGraphicEffectBrick.h
index 94140ec993..e0e980eda1 100644
--- a/src/Catty/DataModel/Bricks/Look/ClearGraphicEffectBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/ClearGraphicEffectBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ClearGraphicEffectBrick.m b/src/Catty/DataModel/Bricks/Look/ClearGraphicEffectBrick.m
index 83b7cbdb5d..8305fbe896 100644
--- a/src/Catty/DataModel/Bricks/Look/ClearGraphicEffectBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/ClearGraphicEffectBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/HideBrick.h b/src/Catty/DataModel/Bricks/Look/HideBrick.h
index 12cbad4054..b3950f9de9 100644
--- a/src/Catty/DataModel/Bricks/Look/HideBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/HideBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/HideBrick.m b/src/Catty/DataModel/Bricks/Look/HideBrick.m
index 6ce49c261b..8d9b936cfa 100644
--- a/src/Catty/DataModel/Bricks/Look/HideBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/HideBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/NextLookBrick.swift b/src/Catty/DataModel/Bricks/Look/NextLookBrick.swift
index b46eb2d06f..5e07406db9 100644
--- a/src/Catty/DataModel/Bricks/Look/NextLookBrick.swift
+++ b/src/Catty/DataModel/Bricks/Look/NextLookBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/PreviousLookBrick.swift b/src/Catty/DataModel/Bricks/Look/PreviousLookBrick.swift
index a9509f5ef0..1504d52429 100644
--- a/src/Catty/DataModel/Bricks/Look/PreviousLookBrick.swift
+++ b/src/Catty/DataModel/Bricks/Look/PreviousLookBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SayBubbleBrick.h b/src/Catty/DataModel/Bricks/Look/SayBubbleBrick.h
index 23476d773c..721766b4f0 100644
--- a/src/Catty/DataModel/Bricks/Look/SayBubbleBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/SayBubbleBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SayBubbleBrick.m b/src/Catty/DataModel/Bricks/Look/SayBubbleBrick.m
index 29092facb1..d5be9cec92 100644
--- a/src/Catty/DataModel/Bricks/Look/SayBubbleBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/SayBubbleBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SayForBubbleBrick.h b/src/Catty/DataModel/Bricks/Look/SayForBubbleBrick.h
index 92328659d9..408243b797 100644
--- a/src/Catty/DataModel/Bricks/Look/SayForBubbleBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/SayForBubbleBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SayForBubbleBrick.m b/src/Catty/DataModel/Bricks/Look/SayForBubbleBrick.m
index ba060837a8..78c90e1853 100644
--- a/src/Catty/DataModel/Bricks/Look/SayForBubbleBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/SayForBubbleBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetBackgroundAndWaitBrick.swift b/src/Catty/DataModel/Bricks/Look/SetBackgroundAndWaitBrick.swift
index c37ad67469..c4e9d21e40 100644
--- a/src/Catty/DataModel/Bricks/Look/SetBackgroundAndWaitBrick.swift
+++ b/src/Catty/DataModel/Bricks/Look/SetBackgroundAndWaitBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetBackgroundBrick.swift b/src/Catty/DataModel/Bricks/Look/SetBackgroundBrick.swift
index ab1235b08e..014ea02873 100644
--- a/src/Catty/DataModel/Bricks/Look/SetBackgroundBrick.swift
+++ b/src/Catty/DataModel/Bricks/Look/SetBackgroundBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetBackgroundByIndexBrick.swift b/src/Catty/DataModel/Bricks/Look/SetBackgroundByIndexBrick.swift
index 0f7f4770a9..e1fab9b328 100644
--- a/src/Catty/DataModel/Bricks/Look/SetBackgroundByIndexBrick.swift
+++ b/src/Catty/DataModel/Bricks/Look/SetBackgroundByIndexBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetBrightnessBrick.swift b/src/Catty/DataModel/Bricks/Look/SetBrightnessBrick.swift
index 0fbb9d69c7..6315aad0e1 100644
--- a/src/Catty/DataModel/Bricks/Look/SetBrightnessBrick.swift
+++ b/src/Catty/DataModel/Bricks/Look/SetBrightnessBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetColorBrick.h b/src/Catty/DataModel/Bricks/Look/SetColorBrick.h
index f666ea6de5..2be3064262 100644
--- a/src/Catty/DataModel/Bricks/Look/SetColorBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/SetColorBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetColorBrick.m b/src/Catty/DataModel/Bricks/Look/SetColorBrick.m
index 5111d508a1..b87076fbf6 100644
--- a/src/Catty/DataModel/Bricks/Look/SetColorBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/SetColorBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetLookBrick.swift b/src/Catty/DataModel/Bricks/Look/SetLookBrick.swift
index 83f3362670..7009e7d91e 100644
--- a/src/Catty/DataModel/Bricks/Look/SetLookBrick.swift
+++ b/src/Catty/DataModel/Bricks/Look/SetLookBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetLookByIndexBrick.swift b/src/Catty/DataModel/Bricks/Look/SetLookByIndexBrick.swift
index 578cdab7c5..45cbf2344a 100644
--- a/src/Catty/DataModel/Bricks/Look/SetLookByIndexBrick.swift
+++ b/src/Catty/DataModel/Bricks/Look/SetLookByIndexBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetSizeToBrick.h b/src/Catty/DataModel/Bricks/Look/SetSizeToBrick.h
index 8261cae4d5..5a01d0a397 100644
--- a/src/Catty/DataModel/Bricks/Look/SetSizeToBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/SetSizeToBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetSizeToBrick.m b/src/Catty/DataModel/Bricks/Look/SetSizeToBrick.m
index 85545040df..0343842be2 100644
--- a/src/Catty/DataModel/Bricks/Look/SetSizeToBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/SetSizeToBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetTransparencyBrick.h b/src/Catty/DataModel/Bricks/Look/SetTransparencyBrick.h
index 87806fa45b..37aea6d1eb 100644
--- a/src/Catty/DataModel/Bricks/Look/SetTransparencyBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/SetTransparencyBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/SetTransparencyBrick.m b/src/Catty/DataModel/Bricks/Look/SetTransparencyBrick.m
index 966aaae167..a431172100 100644
--- a/src/Catty/DataModel/Bricks/Look/SetTransparencyBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/SetTransparencyBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ShowBrick.h b/src/Catty/DataModel/Bricks/Look/ShowBrick.h
index 032a216df1..12a3d71b08 100644
--- a/src/Catty/DataModel/Bricks/Look/ShowBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/ShowBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ShowBrick.m b/src/Catty/DataModel/Bricks/Look/ShowBrick.m
index c24337e4cb..479ea8c71e 100644
--- a/src/Catty/DataModel/Bricks/Look/ShowBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/ShowBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ThinkBubbleBrick.h b/src/Catty/DataModel/Bricks/Look/ThinkBubbleBrick.h
index dcf9233b37..9fe74aa619 100644
--- a/src/Catty/DataModel/Bricks/Look/ThinkBubbleBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/ThinkBubbleBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ThinkBubbleBrick.m b/src/Catty/DataModel/Bricks/Look/ThinkBubbleBrick.m
index f7fc504d0e..08911682fc 100644
--- a/src/Catty/DataModel/Bricks/Look/ThinkBubbleBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/ThinkBubbleBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ThinkForBubbleBrick.h b/src/Catty/DataModel/Bricks/Look/ThinkForBubbleBrick.h
index b007ee95cc..4f5ee6d0cb 100644
--- a/src/Catty/DataModel/Bricks/Look/ThinkForBubbleBrick.h
+++ b/src/Catty/DataModel/Bricks/Look/ThinkForBubbleBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Look/ThinkForBubbleBrick.m b/src/Catty/DataModel/Bricks/Look/ThinkForBubbleBrick.m
index d967e0209e..03374a1998 100644
--- a/src/Catty/DataModel/Bricks/Look/ThinkForBubbleBrick.m
+++ b/src/Catty/DataModel/Bricks/Look/ThinkForBubbleBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/ChangeSizeByNBrick.h b/src/Catty/DataModel/Bricks/Motion/ChangeSizeByNBrick.h
index 2e66409c2f..20bc73f625 100644
--- a/src/Catty/DataModel/Bricks/Motion/ChangeSizeByNBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/ChangeSizeByNBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/ChangeSizeByNBrick.m b/src/Catty/DataModel/Bricks/Motion/ChangeSizeByNBrick.m
index a8836100db..b61227ea83 100644
--- a/src/Catty/DataModel/Bricks/Motion/ChangeSizeByNBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/ChangeSizeByNBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/ChangeXByNBrick.h b/src/Catty/DataModel/Bricks/Motion/ChangeXByNBrick.h
index 499091e1e2..ef5a7e92c0 100644
--- a/src/Catty/DataModel/Bricks/Motion/ChangeXByNBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/ChangeXByNBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/ChangeXByNBrick.m b/src/Catty/DataModel/Bricks/Motion/ChangeXByNBrick.m
index 81109ebe6f..39ec3380ab 100644
--- a/src/Catty/DataModel/Bricks/Motion/ChangeXByNBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/ChangeXByNBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/ChangeYByNBrick.h b/src/Catty/DataModel/Bricks/Motion/ChangeYByNBrick.h
index 00e0006c27..4c9fc247fa 100644
--- a/src/Catty/DataModel/Bricks/Motion/ChangeYByNBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/ChangeYByNBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/ChangeYByNBrick.m b/src/Catty/DataModel/Bricks/Motion/ChangeYByNBrick.m
index 82a1eb56a7..b3b07638e2 100644
--- a/src/Catty/DataModel/Bricks/Motion/ChangeYByNBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/ChangeYByNBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/ComeToFrontBrick.h b/src/Catty/DataModel/Bricks/Motion/ComeToFrontBrick.h
index d663b1ec18..1d63f126e5 100644
--- a/src/Catty/DataModel/Bricks/Motion/ComeToFrontBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/ComeToFrontBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/ComeToFrontBrick.m b/src/Catty/DataModel/Bricks/Motion/ComeToFrontBrick.m
index f14fa427e3..e17d5d9957 100644
--- a/src/Catty/DataModel/Bricks/Motion/ComeToFrontBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/ComeToFrontBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/GlideToBrick.h b/src/Catty/DataModel/Bricks/Motion/GlideToBrick.h
index 99875301e4..fdeb5cf977 100644
--- a/src/Catty/DataModel/Bricks/Motion/GlideToBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/GlideToBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/GlideToBrick.m b/src/Catty/DataModel/Bricks/Motion/GlideToBrick.m
index c1dc0816dd..37aaa56a8e 100644
--- a/src/Catty/DataModel/Bricks/Motion/GlideToBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/GlideToBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/GoNStepsBackBrick.h b/src/Catty/DataModel/Bricks/Motion/GoNStepsBackBrick.h
index a3c822b95a..30dc9b4016 100644
--- a/src/Catty/DataModel/Bricks/Motion/GoNStepsBackBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/GoNStepsBackBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/GoNStepsBackBrick.m b/src/Catty/DataModel/Bricks/Motion/GoNStepsBackBrick.m
index f120f48877..4aa725ec0f 100644
--- a/src/Catty/DataModel/Bricks/Motion/GoNStepsBackBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/GoNStepsBackBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/GoToBrick.h b/src/Catty/DataModel/Bricks/Motion/GoToBrick.h
index ed2e4975a9..fd11916073 100644
--- a/src/Catty/DataModel/Bricks/Motion/GoToBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/GoToBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/GoToBrick.m b/src/Catty/DataModel/Bricks/Motion/GoToBrick.m
index 1edbefcde1..01e791d0d4 100644
--- a/src/Catty/DataModel/Bricks/Motion/GoToBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/GoToBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/IfOnEdgeBounceBrick.h b/src/Catty/DataModel/Bricks/Motion/IfOnEdgeBounceBrick.h
index 1d786b2405..0c7f35ffe0 100644
--- a/src/Catty/DataModel/Bricks/Motion/IfOnEdgeBounceBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/IfOnEdgeBounceBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/IfOnEdgeBounceBrick.m b/src/Catty/DataModel/Bricks/Motion/IfOnEdgeBounceBrick.m
index 94e3ac771a..c49fd39fbd 100644
--- a/src/Catty/DataModel/Bricks/Motion/IfOnEdgeBounceBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/IfOnEdgeBounceBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/MoveNStepsBrick.h b/src/Catty/DataModel/Bricks/Motion/MoveNStepsBrick.h
index e2a2c93125..83aff017db 100644
--- a/src/Catty/DataModel/Bricks/Motion/MoveNStepsBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/MoveNStepsBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/MoveNStepsBrick.m b/src/Catty/DataModel/Bricks/Motion/MoveNStepsBrick.m
index 9757ea4d69..ecc817b171 100644
--- a/src/Catty/DataModel/Bricks/Motion/MoveNStepsBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/MoveNStepsBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/PlaceAtBrick.h b/src/Catty/DataModel/Bricks/Motion/PlaceAtBrick.h
index 9d7dd00523..26b719fd0d 100644
--- a/src/Catty/DataModel/Bricks/Motion/PlaceAtBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/PlaceAtBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/PlaceAtBrick.m b/src/Catty/DataModel/Bricks/Motion/PlaceAtBrick.m
index 1a70d1e360..a87b3763fc 100644
--- a/src/Catty/DataModel/Bricks/Motion/PlaceAtBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/PlaceAtBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/PointInDirectionBrick.h b/src/Catty/DataModel/Bricks/Motion/PointInDirectionBrick.h
index fc45f20e2a..0f45e29613 100644
--- a/src/Catty/DataModel/Bricks/Motion/PointInDirectionBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/PointInDirectionBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/PointInDirectionBrick.m b/src/Catty/DataModel/Bricks/Motion/PointInDirectionBrick.m
index 71a3297618..2c9a5c6b5b 100644
--- a/src/Catty/DataModel/Bricks/Motion/PointInDirectionBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/PointInDirectionBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/PointToBrick.h b/src/Catty/DataModel/Bricks/Motion/PointToBrick.h
index 1eccfb95e8..df3577e0da 100644
--- a/src/Catty/DataModel/Bricks/Motion/PointToBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/PointToBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/PointToBrick.m b/src/Catty/DataModel/Bricks/Motion/PointToBrick.m
index a609fa7140..2e2a9882ac 100644
--- a/src/Catty/DataModel/Bricks/Motion/PointToBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/PointToBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/SetRotationStyleBrick.swift b/src/Catty/DataModel/Bricks/Motion/SetRotationStyleBrick.swift
index 1c9519cb8c..696788159d 100644
--- a/src/Catty/DataModel/Bricks/Motion/SetRotationStyleBrick.swift
+++ b/src/Catty/DataModel/Bricks/Motion/SetRotationStyleBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/SetXBrick.h b/src/Catty/DataModel/Bricks/Motion/SetXBrick.h
index a5afdc2d96..652bbc5289 100644
--- a/src/Catty/DataModel/Bricks/Motion/SetXBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/SetXBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/SetXBrick.m b/src/Catty/DataModel/Bricks/Motion/SetXBrick.m
index 22604ca96a..889089ee79 100644
--- a/src/Catty/DataModel/Bricks/Motion/SetXBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/SetXBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/SetYBrick.h b/src/Catty/DataModel/Bricks/Motion/SetYBrick.h
index f365d9419f..ebf6842240 100644
--- a/src/Catty/DataModel/Bricks/Motion/SetYBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/SetYBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/SetYBrick.m b/src/Catty/DataModel/Bricks/Motion/SetYBrick.m
index 59c7ac92a6..3fc0698dbe 100644
--- a/src/Catty/DataModel/Bricks/Motion/SetYBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/SetYBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/TurnLeftBrick.h b/src/Catty/DataModel/Bricks/Motion/TurnLeftBrick.h
index 4eca7e89b2..0c12984d0d 100644
--- a/src/Catty/DataModel/Bricks/Motion/TurnLeftBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/TurnLeftBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/TurnLeftBrick.m b/src/Catty/DataModel/Bricks/Motion/TurnLeftBrick.m
index 28df3370e2..bb6216ed70 100644
--- a/src/Catty/DataModel/Bricks/Motion/TurnLeftBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/TurnLeftBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/TurnRightBrick.h b/src/Catty/DataModel/Bricks/Motion/TurnRightBrick.h
index 14c85acc00..ccba7273de 100644
--- a/src/Catty/DataModel/Bricks/Motion/TurnRightBrick.h
+++ b/src/Catty/DataModel/Bricks/Motion/TurnRightBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Motion/TurnRightBrick.m b/src/Catty/DataModel/Bricks/Motion/TurnRightBrick.m
index a4596a10ee..0918845490 100644
--- a/src/Catty/DataModel/Bricks/Motion/TurnRightBrick.m
+++ b/src/Catty/DataModel/Bricks/Motion/TurnRightBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Pen/PenClearBrick.swift b/src/Catty/DataModel/Bricks/Pen/PenClearBrick.swift
index afde427fcd..e449edcd19 100644
--- a/src/Catty/DataModel/Bricks/Pen/PenClearBrick.swift
+++ b/src/Catty/DataModel/Bricks/Pen/PenClearBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Pen/PenDownBrick.swift b/src/Catty/DataModel/Bricks/Pen/PenDownBrick.swift
index fdf9a35792..1cd960dd75 100644
--- a/src/Catty/DataModel/Bricks/Pen/PenDownBrick.swift
+++ b/src/Catty/DataModel/Bricks/Pen/PenDownBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Pen/PenUpBrick.swift b/src/Catty/DataModel/Bricks/Pen/PenUpBrick.swift
index bd0600cbf2..e252cd4606 100644
--- a/src/Catty/DataModel/Bricks/Pen/PenUpBrick.swift
+++ b/src/Catty/DataModel/Bricks/Pen/PenUpBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Pen/SetPenColorBrick.swift b/src/Catty/DataModel/Bricks/Pen/SetPenColorBrick.swift
index 9b61f0ce5e..6fb6587731 100644
--- a/src/Catty/DataModel/Bricks/Pen/SetPenColorBrick.swift
+++ b/src/Catty/DataModel/Bricks/Pen/SetPenColorBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Pen/SetPenSizeBrick.swift b/src/Catty/DataModel/Bricks/Pen/SetPenSizeBrick.swift
index 9c61879fde..df64044f60 100644
--- a/src/Catty/DataModel/Bricks/Pen/SetPenSizeBrick.swift
+++ b/src/Catty/DataModel/Bricks/Pen/SetPenSizeBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Pen/StampBrick.swift b/src/Catty/DataModel/Bricks/Pen/StampBrick.swift
index e34b301f73..a14586f47e 100644
--- a/src/Catty/DataModel/Bricks/Pen/StampBrick.swift
+++ b/src/Catty/DataModel/Bricks/Pen/StampBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroBrick.h b/src/Catty/DataModel/Bricks/Phiro/PhiroBrick.h
index 123bafedb7..270c640f48 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroBrick.h
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroBrick.m b/src/Catty/DataModel/Bricks/Phiro/PhiroBrick.m
index 7237c4c08e..d2e77c24ff 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroBrick.m
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroIfLogicBeginBrick.h b/src/Catty/DataModel/Bricks/Phiro/PhiroIfLogicBeginBrick.h
index 4265d19e68..a294b63e8c 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroIfLogicBeginBrick.h
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroIfLogicBeginBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroIfLogicBeginBrick.m b/src/Catty/DataModel/Bricks/Phiro/PhiroIfLogicBeginBrick.m
index 5e6e5009db..d3caa056ef 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroIfLogicBeginBrick.m
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroIfLogicBeginBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveBackwardBrick.h b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveBackwardBrick.h
index 9285519844..75c4a19f69 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveBackwardBrick.h
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveBackwardBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveBackwardBrick.m b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveBackwardBrick.m
index 380f81e08b..71e3e1fa7f 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveBackwardBrick.m
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveBackwardBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveForwardBrick.h b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveForwardBrick.h
index 039e1be4f2..0e561ab6e6 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveForwardBrick.h
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveForwardBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveForwardBrick.m b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveForwardBrick.m
index aa343546d3..44deb84f0c 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveForwardBrick.m
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorMoveForwardBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorStopBrick.h b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorStopBrick.h
index b3399de862..633880b892 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorStopBrick.h
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorStopBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorStopBrick.m b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorStopBrick.m
index 09c455fb1f..c4e895b9a9 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroMotorStopBrick.m
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroMotorStopBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroPlayToneBrick.h b/src/Catty/DataModel/Bricks/Phiro/PhiroPlayToneBrick.h
index e3d16d1600..f002176383 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroPlayToneBrick.h
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroPlayToneBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroPlayToneBrick.m b/src/Catty/DataModel/Bricks/Phiro/PhiroPlayToneBrick.m
index b23fa0e11b..c24f6ae0d5 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroPlayToneBrick.m
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroPlayToneBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroRGBLightBrick.h b/src/Catty/DataModel/Bricks/Phiro/PhiroRGBLightBrick.h
index 2b25408910..1627040a2d 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroRGBLightBrick.h
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroRGBLightBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Phiro/PhiroRGBLightBrick.m b/src/Catty/DataModel/Bricks/Phiro/PhiroRGBLightBrick.m
index e4eb1ac498..932a3be795 100644
--- a/src/Catty/DataModel/Bricks/Phiro/PhiroRGBLightBrick.m
+++ b/src/Catty/DataModel/Bricks/Phiro/PhiroRGBLightBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/ChangeVolumeByNBrick.h b/src/Catty/DataModel/Bricks/Sound/ChangeVolumeByNBrick.h
index 4ea3d58a93..e6a13d3cbb 100644
--- a/src/Catty/DataModel/Bricks/Sound/ChangeVolumeByNBrick.h
+++ b/src/Catty/DataModel/Bricks/Sound/ChangeVolumeByNBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/ChangeVolumeByNBrick.m b/src/Catty/DataModel/Bricks/Sound/ChangeVolumeByNBrick.m
index a8b44374be..fede352df5 100644
--- a/src/Catty/DataModel/Bricks/Sound/ChangeVolumeByNBrick.m
+++ b/src/Catty/DataModel/Bricks/Sound/ChangeVolumeByNBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/PlaySoundAndWaitBrick.h b/src/Catty/DataModel/Bricks/Sound/PlaySoundAndWaitBrick.h
index cfbb740339..74a8d59fd9 100644
--- a/src/Catty/DataModel/Bricks/Sound/PlaySoundAndWaitBrick.h
+++ b/src/Catty/DataModel/Bricks/Sound/PlaySoundAndWaitBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/PlaySoundAndWaitBrick.m b/src/Catty/DataModel/Bricks/Sound/PlaySoundAndWaitBrick.m
index 97441f2f3c..c8bd358bb6 100644
--- a/src/Catty/DataModel/Bricks/Sound/PlaySoundAndWaitBrick.m
+++ b/src/Catty/DataModel/Bricks/Sound/PlaySoundAndWaitBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/PlaySoundBrick.h b/src/Catty/DataModel/Bricks/Sound/PlaySoundBrick.h
index c2a132745d..d49ee8cdcf 100644
--- a/src/Catty/DataModel/Bricks/Sound/PlaySoundBrick.h
+++ b/src/Catty/DataModel/Bricks/Sound/PlaySoundBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/PlaySoundBrick.m b/src/Catty/DataModel/Bricks/Sound/PlaySoundBrick.m
index d41ae2c099..081d315885 100644
--- a/src/Catty/DataModel/Bricks/Sound/PlaySoundBrick.m
+++ b/src/Catty/DataModel/Bricks/Sound/PlaySoundBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/SetInstrumentBrick.swift b/src/Catty/DataModel/Bricks/Sound/SetInstrumentBrick.swift
index 72f81a0fc4..8e1c3e1b70 100644
--- a/src/Catty/DataModel/Bricks/Sound/SetInstrumentBrick.swift
+++ b/src/Catty/DataModel/Bricks/Sound/SetInstrumentBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/SetTempoToBrick.swift b/src/Catty/DataModel/Bricks/Sound/SetTempoToBrick.swift
index 41d2f68366..4813f45892 100644
--- a/src/Catty/DataModel/Bricks/Sound/SetTempoToBrick.swift
+++ b/src/Catty/DataModel/Bricks/Sound/SetTempoToBrick.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/SetVolumeToBrick.h b/src/Catty/DataModel/Bricks/Sound/SetVolumeToBrick.h
index da40703f9d..ef920435f0 100644
--- a/src/Catty/DataModel/Bricks/Sound/SetVolumeToBrick.h
+++ b/src/Catty/DataModel/Bricks/Sound/SetVolumeToBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/SetVolumeToBrick.m b/src/Catty/DataModel/Bricks/Sound/SetVolumeToBrick.m
index 95d9c45242..009061c707 100644
--- a/src/Catty/DataModel/Bricks/Sound/SetVolumeToBrick.m
+++ b/src/Catty/DataModel/Bricks/Sound/SetVolumeToBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/SpeakAndWaitBrick.h b/src/Catty/DataModel/Bricks/Sound/SpeakAndWaitBrick.h
index aae36c1ab9..a386273dfe 100644
--- a/src/Catty/DataModel/Bricks/Sound/SpeakAndWaitBrick.h
+++ b/src/Catty/DataModel/Bricks/Sound/SpeakAndWaitBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/SpeakAndWaitBrick.m b/src/Catty/DataModel/Bricks/Sound/SpeakAndWaitBrick.m
index da4630e3ad..ba1af9e75a 100644
--- a/src/Catty/DataModel/Bricks/Sound/SpeakAndWaitBrick.m
+++ b/src/Catty/DataModel/Bricks/Sound/SpeakAndWaitBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/SpeakBrick.h b/src/Catty/DataModel/Bricks/Sound/SpeakBrick.h
index 62dc6ff5db..269dd6446b 100644
--- a/src/Catty/DataModel/Bricks/Sound/SpeakBrick.h
+++ b/src/Catty/DataModel/Bricks/Sound/SpeakBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/SpeakBrick.m b/src/Catty/DataModel/Bricks/Sound/SpeakBrick.m
index c1095968b1..4ba6c33195 100644
--- a/src/Catty/DataModel/Bricks/Sound/SpeakBrick.m
+++ b/src/Catty/DataModel/Bricks/Sound/SpeakBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/StopAllSoundsBrick.h b/src/Catty/DataModel/Bricks/Sound/StopAllSoundsBrick.h
index ad86e63744..90c2812654 100644
--- a/src/Catty/DataModel/Bricks/Sound/StopAllSoundsBrick.h
+++ b/src/Catty/DataModel/Bricks/Sound/StopAllSoundsBrick.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Bricks/Sound/StopAllSoundsBrick.m b/src/Catty/DataModel/Bricks/Sound/StopAllSoundsBrick.m
index 4c017b1957..b2a000bced 100644
--- a/src/Catty/DataModel/Bricks/Sound/StopAllSoundsBrick.m
+++ b/src/Catty/DataModel/Bricks/Sound/StopAllSoundsBrick.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Configuration/PenConfiguration.swift b/src/Catty/DataModel/Configuration/PenConfiguration.swift
index fb5aa6e67f..38a290c138 100644
--- a/src/Catty/DataModel/Configuration/PenConfiguration.swift
+++ b/src/Catty/DataModel/Configuration/PenConfiguration.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Formula/Formula.h b/src/Catty/DataModel/Formula/Formula.h
index 553a489818..7e35cc6e10 100644
--- a/src/Catty/DataModel/Formula/Formula.h
+++ b/src/Catty/DataModel/Formula/Formula.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Formula/Formula.m b/src/Catty/DataModel/Formula/Formula.m
index b81cd17b4d..8ec3b866b1 100644
--- a/src/Catty/DataModel/Formula/Formula.m
+++ b/src/Catty/DataModel/Formula/Formula.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Formula/FormulaElement.h b/src/Catty/DataModel/Formula/FormulaElement.h
index d859402896..cc9f87ca2d 100644
--- a/src/Catty/DataModel/Formula/FormulaElement.h
+++ b/src/Catty/DataModel/Formula/FormulaElement.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Formula/FormulaElement.m b/src/Catty/DataModel/Formula/FormulaElement.m
index f0be916a39..edc1fe86f3 100644
--- a/src/Catty/DataModel/Formula/FormulaElement.m
+++ b/src/Catty/DataModel/Formula/FormulaElement.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/FormulaEditor/InternFormulaParserException.h b/src/Catty/DataModel/FormulaEditor/InternFormulaParserException.h
index 13492213f7..203fc1a550 100644
--- a/src/Catty/DataModel/FormulaEditor/InternFormulaParserException.h
+++ b/src/Catty/DataModel/FormulaEditor/InternFormulaParserException.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/FormulaEditor/InternFormulaParserException.m b/src/Catty/DataModel/FormulaEditor/InternFormulaParserException.m
index 9430bd76a2..6c4921d9af 100644
--- a/src/Catty/DataModel/FormulaEditor/InternFormulaParserException.m
+++ b/src/Catty/DataModel/FormulaEditor/InternFormulaParserException.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Header/Header.h b/src/Catty/DataModel/Header/Header.h
index 96ca30eff3..9f6b3391e9 100644
--- a/src/Catty/DataModel/Header/Header.h
+++ b/src/Catty/DataModel/Header/Header.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Header/Header.m b/src/Catty/DataModel/Header/Header.m
index c91538169a..86b7ffa5ff 100644
--- a/src/Catty/DataModel/Header/Header.m
+++ b/src/Catty/DataModel/Header/Header.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Look/Look.swift b/src/Catty/DataModel/Look/Look.swift
index 5e9c80ba86..c120517eda 100644
--- a/src/Catty/DataModel/Look/Look.swift
+++ b/src/Catty/DataModel/Look/Look.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Project/Project.h b/src/Catty/DataModel/Project/Project.h
index 3e053001aa..2e372b32d8 100644
--- a/src/Catty/DataModel/Project/Project.h
+++ b/src/Catty/DataModel/Project/Project.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Project/Project.m b/src/Catty/DataModel/Project/Project.m
index a8acb15a9f..5b964b7427 100644
--- a/src/Catty/DataModel/Project/Project.m
+++ b/src/Catty/DataModel/Project/Project.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scene/Scene.swift b/src/Catty/DataModel/Scene/Scene.swift
index c46cf9c012..136a666bb3 100644
--- a/src/Catty/DataModel/Scene/Scene.swift
+++ b/src/Catty/DataModel/Scene/Scene.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/BroadcastScript.h b/src/Catty/DataModel/Scripts/BroadcastScript.h
index 75a387e850..a852dd2c13 100644
--- a/src/Catty/DataModel/Scripts/BroadcastScript.h
+++ b/src/Catty/DataModel/Scripts/BroadcastScript.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/BroadcastScript.m b/src/Catty/DataModel/Scripts/BroadcastScript.m
index 54565faf73..fe672cc0b4 100644
--- a/src/Catty/DataModel/Scripts/BroadcastScript.m
+++ b/src/Catty/DataModel/Scripts/BroadcastScript.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/Script.h b/src/Catty/DataModel/Scripts/Script.h
index 45827ec74f..27cd83bb7c 100644
--- a/src/Catty/DataModel/Scripts/Script.h
+++ b/src/Catty/DataModel/Scripts/Script.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/Script.m b/src/Catty/DataModel/Scripts/Script.m
index 6913ddb407..14e2ff96ac 100644
--- a/src/Catty/DataModel/Scripts/Script.m
+++ b/src/Catty/DataModel/Scripts/Script.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/StartScript.h b/src/Catty/DataModel/Scripts/StartScript.h
index 84fb444e77..e3ee44ac55 100644
--- a/src/Catty/DataModel/Scripts/StartScript.h
+++ b/src/Catty/DataModel/Scripts/StartScript.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/StartScript.m b/src/Catty/DataModel/Scripts/StartScript.m
index cfff1fa4c0..cdd91aa75d 100644
--- a/src/Catty/DataModel/Scripts/StartScript.m
+++ b/src/Catty/DataModel/Scripts/StartScript.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/WhenBackgroundChangesScript.swift b/src/Catty/DataModel/Scripts/WhenBackgroundChangesScript.swift
index 8ebdb68440..69c43e64d9 100644
--- a/src/Catty/DataModel/Scripts/WhenBackgroundChangesScript.swift
+++ b/src/Catty/DataModel/Scripts/WhenBackgroundChangesScript.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/WhenConditionScript.swift b/src/Catty/DataModel/Scripts/WhenConditionScript.swift
index 310640f4a8..57fd26c059 100644
--- a/src/Catty/DataModel/Scripts/WhenConditionScript.swift
+++ b/src/Catty/DataModel/Scripts/WhenConditionScript.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/WhenScript.h b/src/Catty/DataModel/Scripts/WhenScript.h
index 955352b7b8..016c89dc7c 100644
--- a/src/Catty/DataModel/Scripts/WhenScript.h
+++ b/src/Catty/DataModel/Scripts/WhenScript.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/WhenScript.m b/src/Catty/DataModel/Scripts/WhenScript.m
index 781b1bf1b7..984e926161 100644
--- a/src/Catty/DataModel/Scripts/WhenScript.m
+++ b/src/Catty/DataModel/Scripts/WhenScript.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/WhenTouchDownScript.h b/src/Catty/DataModel/Scripts/WhenTouchDownScript.h
index 8618c1070e..ed675754b2 100644
--- a/src/Catty/DataModel/Scripts/WhenTouchDownScript.h
+++ b/src/Catty/DataModel/Scripts/WhenTouchDownScript.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Scripts/WhenTouchDownScript.m b/src/Catty/DataModel/Scripts/WhenTouchDownScript.m
index b84b5e2d94..d0da22e6ee 100644
--- a/src/Catty/DataModel/Scripts/WhenTouchDownScript.m
+++ b/src/Catty/DataModel/Scripts/WhenTouchDownScript.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/Sound/Sound.swift b/src/Catty/DataModel/Sound/Sound.swift
index 0deaceef87..da1d3293d1 100644
--- a/src/Catty/DataModel/Sound/Sound.swift
+++ b/src/Catty/DataModel/Sound/Sound.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/SpriteObject/CBPosition.swift b/src/Catty/DataModel/SpriteObject/CBPosition.swift
index 8a31bf9b62..d22aafe997 100644
--- a/src/Catty/DataModel/SpriteObject/CBPosition.swift
+++ b/src/Catty/DataModel/SpriteObject/CBPosition.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/SpriteObject/RotationStyle.swift b/src/Catty/DataModel/SpriteObject/RotationStyle.swift
index 01f13bc48a..0b0482f4e9 100644
--- a/src/Catty/DataModel/SpriteObject/RotationStyle.swift
+++ b/src/Catty/DataModel/SpriteObject/RotationStyle.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/SpriteObject/SpriteObject.h b/src/Catty/DataModel/SpriteObject/SpriteObject.h
index d61fc8c62b..ae3ae1425b 100644
--- a/src/Catty/DataModel/SpriteObject/SpriteObject.h
+++ b/src/Catty/DataModel/SpriteObject/SpriteObject.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/SpriteObject/SpriteObject.m b/src/Catty/DataModel/SpriteObject/SpriteObject.m
index ecf2bc9bb8..8c6def700c 100644
--- a/src/Catty/DataModel/SpriteObject/SpriteObject.m
+++ b/src/Catty/DataModel/SpriteObject/SpriteObject.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/UserData/UserDataProtocol.swift b/src/Catty/DataModel/UserData/UserDataProtocol.swift
index fcb8c827c7..cdd64f393b 100644
--- a/src/Catty/DataModel/UserData/UserDataProtocol.swift
+++ b/src/Catty/DataModel/UserData/UserDataProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/UserData/UserList.swift b/src/Catty/DataModel/UserData/UserList.swift
index 29b81dacf2..4d4e81df57 100644
--- a/src/Catty/DataModel/UserData/UserList.swift
+++ b/src/Catty/DataModel/UserData/UserList.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/UserData/UserVariable.swift b/src/Catty/DataModel/UserData/UserVariable.swift
index 15c820fa98..503bab7f8a 100644
--- a/src/Catty/DataModel/UserData/UserVariable.swift
+++ b/src/Catty/DataModel/UserData/UserVariable.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataModel/UserDataContainer/UserDataContainer.swift b/src/Catty/DataModel/UserDataContainer/UserDataContainer.swift
index 603759cd7c..352109e02c 100644
--- a/src/Catty/DataModel/UserDataContainer/UserDataContainer.swift
+++ b/src/Catty/DataModel/UserDataContainer/UserDataContainer.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/CBCopyContext/CBMutableCopyContext.h b/src/Catty/DataStructures/CBCopyContext/CBMutableCopyContext.h
index 37156ad763..5983ad759e 100644
--- a/src/Catty/DataStructures/CBCopyContext/CBMutableCopyContext.h
+++ b/src/Catty/DataStructures/CBCopyContext/CBMutableCopyContext.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/CBCopyContext/CBMutableCopyContext.m b/src/Catty/DataStructures/CBCopyContext/CBMutableCopyContext.m
index 90e149e958..34b143998b 100644
--- a/src/Catty/DataStructures/CBCopyContext/CBMutableCopyContext.m
+++ b/src/Catty/DataStructures/CBCopyContext/CBMutableCopyContext.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/CBStack/CBStack.h b/src/Catty/DataStructures/CBStack/CBStack.h
index e779b4207c..e0f68c53fe 100644
--- a/src/Catty/DataStructures/CBStack/CBStack.h
+++ b/src/Catty/DataStructures/CBStack/CBStack.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/CBStack/CBStack.m b/src/Catty/DataStructures/CBStack/CBStack.m
index 3210925f0e..974bda4778 100644
--- a/src/Catty/DataStructures/CBStack/CBStack.m
+++ b/src/Catty/DataStructures/CBStack/CBStack.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/OrderedMapTable/OrderedMapTable.h b/src/Catty/DataStructures/OrderedMapTable/OrderedMapTable.h
index 4c5bd20913..46df8520bc 100644
--- a/src/Catty/DataStructures/OrderedMapTable/OrderedMapTable.h
+++ b/src/Catty/DataStructures/OrderedMapTable/OrderedMapTable.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/OrderedMapTable/OrderedMapTable.m b/src/Catty/DataStructures/OrderedMapTable/OrderedMapTable.m
index f1b49b8be7..c79bc4fef7 100644
--- a/src/Catty/DataStructures/OrderedMapTable/OrderedMapTable.m
+++ b/src/Catty/DataStructures/OrderedMapTable/OrderedMapTable.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/Parser & Serializer/CBXMLOpenedNestingBricksStack/CBXMLOpenedNestingBricksStack.h b/src/Catty/DataStructures/Parser & Serializer/CBXMLOpenedNestingBricksStack/CBXMLOpenedNestingBricksStack.h
index f624321d98..0fbc4cb099 100644
--- a/src/Catty/DataStructures/Parser & Serializer/CBXMLOpenedNestingBricksStack/CBXMLOpenedNestingBricksStack.h
+++ b/src/Catty/DataStructures/Parser & Serializer/CBXMLOpenedNestingBricksStack/CBXMLOpenedNestingBricksStack.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/Parser & Serializer/CBXMLOpenedNestingBricksStack/CBXMLOpenedNestingBricksStack.m b/src/Catty/DataStructures/Parser & Serializer/CBXMLOpenedNestingBricksStack/CBXMLOpenedNestingBricksStack.m
index 6990db5328..e39c08d5a5 100644
--- a/src/Catty/DataStructures/Parser & Serializer/CBXMLOpenedNestingBricksStack/CBXMLOpenedNestingBricksStack.m
+++ b/src/Catty/DataStructures/Parser & Serializer/CBXMLOpenedNestingBricksStack/CBXMLOpenedNestingBricksStack.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/Parser & Serializer/CBXMLPositionStack/CBXMLPositionStack.h b/src/Catty/DataStructures/Parser & Serializer/CBXMLPositionStack/CBXMLPositionStack.h
index 1d5a4c8347..1fb60b3c9c 100644
--- a/src/Catty/DataStructures/Parser & Serializer/CBXMLPositionStack/CBXMLPositionStack.h
+++ b/src/Catty/DataStructures/Parser & Serializer/CBXMLPositionStack/CBXMLPositionStack.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/Parser & Serializer/CBXMLPositionStack/CBXMLPositionStack.m b/src/Catty/DataStructures/Parser & Serializer/CBXMLPositionStack/CBXMLPositionStack.m
index 48267f4b0a..38a9044613 100644
--- a/src/Catty/DataStructures/Parser & Serializer/CBXMLPositionStack/CBXMLPositionStack.m
+++ b/src/Catty/DataStructures/Parser & Serializer/CBXMLPositionStack/CBXMLPositionStack.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/Parser & Serializer/CBXMLPropertyMapping/CBXMLPropertyMapping.h b/src/Catty/DataStructures/Parser & Serializer/CBXMLPropertyMapping/CBXMLPropertyMapping.h
index 073eaab8d0..8bd6c6090e 100644
--- a/src/Catty/DataStructures/Parser & Serializer/CBXMLPropertyMapping/CBXMLPropertyMapping.h
+++ b/src/Catty/DataStructures/Parser & Serializer/CBXMLPropertyMapping/CBXMLPropertyMapping.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/Parser & Serializer/CBXMLPropertyMapping/CBXMLPropertyMapping.m b/src/Catty/DataStructures/Parser & Serializer/CBXMLPropertyMapping/CBXMLPropertyMapping.m
index 62ec9fc87b..d78c8fae09 100644
--- a/src/Catty/DataStructures/Parser & Serializer/CBXMLPropertyMapping/CBXMLPropertyMapping.m
+++ b/src/Catty/DataStructures/Parser & Serializer/CBXMLPropertyMapping/CBXMLPropertyMapping.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/ProjectLoadingInfo/ProjectLoadingInfo.h b/src/Catty/DataStructures/ProjectLoadingInfo/ProjectLoadingInfo.h
index 77ff849938..4da675194c 100644
--- a/src/Catty/DataStructures/ProjectLoadingInfo/ProjectLoadingInfo.h
+++ b/src/Catty/DataStructures/ProjectLoadingInfo/ProjectLoadingInfo.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/DataStructures/ProjectLoadingInfo/ProjectLoadingInfo.m b/src/Catty/DataStructures/ProjectLoadingInfo/ProjectLoadingInfo.m
index 4a419c82e9..dac44a2755 100644
--- a/src/Catty/DataStructures/ProjectLoadingInfo/ProjectLoadingInfo.m
+++ b/src/Catty/DataStructures/ProjectLoadingInfo/ProjectLoadingInfo.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/AudioEngineDefines.swift b/src/Catty/Defines/AudioEngineDefines.swift
index 99667a9ee0..28e5ab8b64 100644
--- a/src/Catty/Defines/AudioEngineDefines.swift
+++ b/src/Catty/Defines/AudioEngineDefines.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/ButtonTags.h b/src/Catty/Defines/ButtonTags.h
index 1c0eed3b04..991a404db4 100644
--- a/src/Catty/Defines/ButtonTags.h
+++ b/src/Catty/Defines/ButtonTags.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/CatrobatLanguageDefines.h b/src/Catty/Defines/CatrobatLanguageDefines.h
index b54f4098f3..09f4fabb16 100644
--- a/src/Catty/Defines/CatrobatLanguageDefines.h
+++ b/src/Catty/Defines/CatrobatLanguageDefines.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/CellTagDefines.h b/src/Catty/Defines/CellTagDefines.h
index b2a5077b2d..0298a50167 100644
--- a/src/Catty/Defines/CellTagDefines.h
+++ b/src/Catty/Defines/CellTagDefines.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/KeychainUserDefaultsDefines.h b/src/Catty/Defines/KeychainUserDefaultsDefines.h
index 87729a27a7..a9583246c0 100644
--- a/src/Catty/Defines/KeychainUserDefaultsDefines.h
+++ b/src/Catty/Defines/KeychainUserDefaultsDefines.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/LanguageTranslationDefines.h b/src/Catty/Defines/LanguageTranslationDefines.h
index f3b8b3921a..e38e61f3cd 100644
--- a/src/Catty/Defines/LanguageTranslationDefines.h
+++ b/src/Catty/Defines/LanguageTranslationDefines.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/LanguageTranslationDefinesSwift.swift b/src/Catty/Defines/LanguageTranslationDefinesSwift.swift
index da3b56fd3f..15872b9f10 100644
--- a/src/Catty/Defines/LanguageTranslationDefinesSwift.swift
+++ b/src/Catty/Defines/LanguageTranslationDefinesSwift.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/LaunchArguments.swift b/src/Catty/Defines/LaunchArguments.swift
index 3950e8b4e6..fc62a88cb0 100644
--- a/src/Catty/Defines/LaunchArguments.swift
+++ b/src/Catty/Defines/LaunchArguments.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/NetworkDefines.swift b/src/Catty/Defines/NetworkDefines.swift
index 25a32a726e..7e3ecf81d0 100644
--- a/src/Catty/Defines/NetworkDefines.swift
+++ b/src/Catty/Defines/NetworkDefines.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/PhiroDefines.h b/src/Catty/Defines/PhiroDefines.h
index 95d71aae81..4c36ccf814 100644
--- a/src/Catty/Defines/PhiroDefines.h
+++ b/src/Catty/Defines/PhiroDefines.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/ProjectDefines.h b/src/Catty/Defines/ProjectDefines.h
index c3ddd323f2..ad3652d7bf 100644
--- a/src/Catty/Defines/ProjectDefines.h
+++ b/src/Catty/Defines/ProjectDefines.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/SegueDefines.h b/src/Catty/Defines/SegueDefines.h
index fe906aefcd..4990efc30e 100644
--- a/src/Catty/Defines/SegueDefines.h
+++ b/src/Catty/Defines/SegueDefines.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/SpriteKitDefines.swift b/src/Catty/Defines/SpriteKitDefines.swift
index 4e1d68f47f..8ed6683946 100644
--- a/src/Catty/Defines/SpriteKitDefines.swift
+++ b/src/Catty/Defines/SpriteKitDefines.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/UIDefines.h b/src/Catty/Defines/UIDefines.h
index 80190516df..ef11ff7e88 100644
--- a/src/Catty/Defines/UIDefines.h
+++ b/src/Catty/Defines/UIDefines.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/UIDefines.swift b/src/Catty/Defines/UIDefines.swift
index 90f0ccad06..4bc671fae0 100644
--- a/src/Catty/Defines/UIDefines.swift
+++ b/src/Catty/Defines/UIDefines.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Defines/ViewControllerDefines.h b/src/Catty/Defines/ViewControllerDefines.h
index 91cb788baa..d9f149847f 100644
--- a/src/Catty/Defines/ViewControllerDefines.h
+++ b/src/Catty/Defines/ViewControllerDefines.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Embroidery/EmbroideryDSTHeader.swift b/src/Catty/Embroidery/EmbroideryDSTHeader.swift
index 0dbfdb5b7c..d070c6d0a9 100644
--- a/src/Catty/Embroidery/EmbroideryDSTHeader.swift
+++ b/src/Catty/Embroidery/EmbroideryDSTHeader.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Embroidery/EmbroideryDSTService.swift b/src/Catty/Embroidery/EmbroideryDSTService.swift
index b5cf95905d..3e291dfaac 100644
--- a/src/Catty/Embroidery/EmbroideryDSTService.swift
+++ b/src/Catty/Embroidery/EmbroideryDSTService.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Embroidery/EmbroideryDefines.swift b/src/Catty/Embroidery/EmbroideryDefines.swift
index 3d39f1d6cd..e4fcab2f2b 100644
--- a/src/Catty/Embroidery/EmbroideryDefines.swift
+++ b/src/Catty/Embroidery/EmbroideryDefines.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Embroidery/EmbroideryProtocol.swift b/src/Catty/Embroidery/EmbroideryProtocol.swift
index f458a1d9e8..7e02f096ec 100644
--- a/src/Catty/Embroidery/EmbroideryProtocol.swift
+++ b/src/Catty/Embroidery/EmbroideryProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Embroidery/EmbroideryStream.swift b/src/Catty/Embroidery/EmbroideryStream.swift
index af2b4d26f2..0a1e6cd64a 100644
--- a/src/Catty/Embroidery/EmbroideryStream.swift
+++ b/src/Catty/Embroidery/EmbroideryStream.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Embroidery/Pattern/RunningStitchPattern.swift b/src/Catty/Embroidery/Pattern/RunningStitchPattern.swift
index 01926799a8..5b3785a9ab 100644
--- a/src/Catty/Embroidery/Pattern/RunningStitchPattern.swift
+++ b/src/Catty/Embroidery/Pattern/RunningStitchPattern.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Embroidery/Pattern/StitchPatternProtocol.swift b/src/Catty/Embroidery/Pattern/StitchPatternProtocol.swift
index cf461f1d86..c51b4c0c82 100644
--- a/src/Catty/Embroidery/Pattern/StitchPatternProtocol.swift
+++ b/src/Catty/Embroidery/Pattern/StitchPatternProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Embroidery/Pattern/TripleStitchPattern.swift b/src/Catty/Embroidery/Pattern/TripleStitchPattern.swift
index 0bc054246a..12aee644b0 100644
--- a/src/Catty/Embroidery/Pattern/TripleStitchPattern.swift
+++ b/src/Catty/Embroidery/Pattern/TripleStitchPattern.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Embroidery/Pattern/ZigzagStitchPattern.swift b/src/Catty/Embroidery/Pattern/ZigzagStitchPattern.swift
index 8babc25067..d5fbc76583 100644
--- a/src/Catty/Embroidery/Pattern/ZigzagStitchPattern.swift
+++ b/src/Catty/Embroidery/Pattern/ZigzagStitchPattern.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Embroidery/Stitch.swift b/src/Catty/Embroidery/Stitch.swift
index 4ff573e1f5..d830ab5462 100644
--- a/src/Catty/Embroidery/Stitch.swift
+++ b/src/Catty/Embroidery/Stitch.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Delegates/ProjectStoreDelegate.h b/src/Catty/Extension&Delegate&Protocol/Delegates/ProjectStoreDelegate.h
index e1a5fe5e38..595dccc970 100644
--- a/src/Catty/Extension&Delegate&Protocol/Delegates/ProjectStoreDelegate.h
+++ b/src/Catty/Extension&Delegate&Protocol/Delegates/ProjectStoreDelegate.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Delegates/SpriteManagerDelegate.h b/src/Catty/Extension&Delegate&Protocol/Delegates/SpriteManagerDelegate.h
index 3324b403ac..458184cec9 100644
--- a/src/Catty/Extension&Delegate&Protocol/Delegates/SpriteManagerDelegate.h
+++ b/src/Catty/Extension&Delegate&Protocol/Delegates/SpriteManagerDelegate.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/BrickExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/BrickExtension.swift
index aca8ab0221..9cb3b075aa 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/BrickExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/BrickExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/CAGradient/CAGradientLayer+CatrobatCAGradientExtensions.h b/src/Catty/Extension&Delegate&Protocol/Extensions/CAGradient/CAGradientLayer+CatrobatCAGradientExtensions.h
index ccc0ff1450..d7a33df950 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/CAGradient/CAGradientLayer+CatrobatCAGradientExtensions.h
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/CAGradient/CAGradientLayer+CatrobatCAGradientExtensions.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/CAGradient/CAGradientLayer+CatrobatCAGradientExtensions.m b/src/Catty/Extension&Delegate&Protocol/Extensions/CAGradient/CAGradientLayer+CatrobatCAGradientExtensions.m
index 792600e234..b650bdb0cb 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/CAGradient/CAGradientLayer+CatrobatCAGradientExtensions.m
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/CAGradient/CAGradientLayer+CatrobatCAGradientExtensions.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/CALayer/CALayer+XibConfiguration.h b/src/Catty/Extension&Delegate&Protocol/Extensions/CALayer/CALayer+XibConfiguration.h
index 46dc0281e2..fc1f1fbc31 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/CALayer/CALayer+XibConfiguration.h
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/CALayer/CALayer+XibConfiguration.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/CALayer/CALayer+XibConfiguration.m b/src/Catty/Extension&Delegate&Protocol/Extensions/CALayer/CALayer+XibConfiguration.m
index 9c23073101..da760a3826 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/CALayer/CALayer+XibConfiguration.m
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/CALayer/CALayer+XibConfiguration.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/CBFileManagerExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/CBFileManagerExtension.swift
index 3b5af8eb03..6e34ba1e6a 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/CBFileManagerExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/CBFileManagerExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/CGPointExtentions.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/CGPointExtentions.swift
index 8562f8b22a..80f6ce1b54 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/CGPointExtentions.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/CGPointExtentions.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/CGVectorExtentions.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/CGVectorExtentions.swift
index df6b1be61f..926c3d86c8 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/CGVectorExtentions.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/CGVectorExtentions.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/Data/DataExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/Data/DataExtension.swift
index b5d742560e..b9c3de9e17 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/Data/DataExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/Data/DataExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/Data/NSDataExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/Data/NSDataExtension.swift
index 604981d7a7..93e018e8c5 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/Data/NSDataExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/Data/NSDataExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/DoubleExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/DoubleExtension.swift
index eb21a9b5d2..eaf669059f 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/DoubleExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/DoubleExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/FormulaElementExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/FormulaElementExtension.swift
index a320db3476..d1573dcc38 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/FormulaElementExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/FormulaElementExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLElement/GDataXMLElement+CustomExtensions.h b/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLElement/GDataXMLElement+CustomExtensions.h
index f500af778f..594941d88c 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLElement/GDataXMLElement+CustomExtensions.h
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLElement/GDataXMLElement+CustomExtensions.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLElement/GDataXMLElement+CustomExtensions.m b/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLElement/GDataXMLElement+CustomExtensions.m
index 72df4048fc..601ab3d205 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLElement/GDataXMLElement+CustomExtensions.m
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLElement/GDataXMLElement+CustomExtensions.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLNode/GDataXMLNode+CustomExtensions.h b/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLNode/GDataXMLNode+CustomExtensions.h
index b1879befad..f5e23d9456 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLNode/GDataXMLNode+CustomExtensions.h
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLNode/GDataXMLNode+CustomExtensions.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLNode/GDataXMLNode+CustomExtensions.m b/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLNode/GDataXMLNode+CustomExtensions.m
index f5634ebb89..8a538c4de1 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLNode/GDataXMLNode+CustomExtensions.m
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/GDataXMLNode/GDataXMLNode+CustomExtensions.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/NSDateExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/NSDateExtension.swift
index 14f78be4ce..37c9467560 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/NSDateExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/NSDateExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/NSMutableArrayExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/NSMutableArrayExtension.swift
index 3b8518de7d..d803db6f9a 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/NSMutableArrayExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/NSMutableArrayExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/NSString/NSStringExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/NSString/NSStringExtension.swift
index 9cdcf79fdd..bec25f75b5 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/NSString/NSStringExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/NSString/NSStringExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/NotificationExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/NotificationExtension.swift
index 588465f301..f78bbf80ef 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/NotificationExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/NotificationExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodeEmbroideryExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodeEmbroideryExtension.swift
index 8062c473c3..0854fc198f 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodeEmbroideryExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodeEmbroideryExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodePenExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodePenExtension.swift
index 561b81577e..4b4c95b6c3 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodePenExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodePenExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodeSensorExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodeSensorExtension.swift
index 4deaa5cf77..f402009c27 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodeSensorExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/SpriteNode/CBSpriteNodeSensorExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/UIColorExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/UIColorExtension.swift
index 92c93bd464..5410f19500 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/UIColorExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/UIColorExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImage+CatrobatUIImageExtensions.h b/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImage+CatrobatUIImageExtensions.h
index 2f475a200f..bc3b2ae498 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImage+CatrobatUIImageExtensions.h
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImage+CatrobatUIImageExtensions.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImage+CatrobatUIImageExtensions.m b/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImage+CatrobatUIImageExtensions.m
index 3fa6538bee..38d2192ba9 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImage+CatrobatUIImageExtensions.m
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImage+CatrobatUIImageExtensions.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImageExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImageExtension.swift
index 0ed5a5a499..8e142c9cbb 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImageExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/UIImage/UIImageExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/UIView/UITextFieldExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/UIView/UITextFieldExtension.swift
index 281b0aae8d..8465349e33 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/UIView/UITextFieldExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/UIView/UITextFieldExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/UIView/UIViewExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/UIView/UIViewExtension.swift
index b542e30b25..0a03d50b81 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/UIView/UIViewExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/UIView/UIViewExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/CatrobatTableViewControllerExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/CatrobatTableViewControllerExtension.swift
index e9a627541e..79189c8791 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/CatrobatTableViewControllerExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/CatrobatTableViewControllerExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/ProjectDetailStoreViewControllerDownloadExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/ProjectDetailStoreViewControllerDownloadExtension.swift
index 7232956853..38e124da4b 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/ProjectDetailStoreViewControllerDownloadExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/ProjectDetailStoreViewControllerDownloadExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/SceneTableViewControllerExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/SceneTableViewControllerExtension.swift
index 1b00bdef08..d52c845b9f 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/SceneTableViewControllerExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/SceneTableViewControllerExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/UIViewControllerExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/UIViewControllerExtension.swift
index 78dd64a855..f4b2266aa1 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/UIViewControllerExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/UIViewController/UIViewControllerExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/URLExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/URLExtension.swift
index dc11591a02..2ba96fa877 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/URLExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/URLExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/URLSession/URLSessionJsonExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/URLSession/URLSessionJsonExtension.swift
index a7b35203a2..c294007792 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/URLSession/URLSessionJsonExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/URLSession/URLSessionJsonExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Extensions/URLSession/URLSessionMultipartExtension.swift b/src/Catty/Extension&Delegate&Protocol/Extensions/URLSession/URLSessionMultipartExtension.swift
index 977c92703a..469eaaaa23 100644
--- a/src/Catty/Extension&Delegate&Protocol/Extensions/URLSession/URLSessionMultipartExtension.swift
+++ b/src/Catty/Extension&Delegate&Protocol/Extensions/URLSession/URLSessionMultipartExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickCellDataProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickCellDataProtocol.h
index 34eb28b3dc..50fa96f52c 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickCellDataProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickCellDataProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickCellProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickCellProtocol.h
index f3b4223c04..c205eca0d9 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickCellProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickCellProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickFormulaProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickFormulaProtocol.h
index c29ebe8219..9d1dc7d85a 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickFormulaProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickFormulaProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickListProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickListProtocol.h
index b5b9bd459c..f3961bc847 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickListProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickListProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickLookProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickLookProtocol.h
index 88128b4c0e..2ae22c62fc 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickLookProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickLookProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickMessageProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickMessageProtocol.h
index 3c4e6392c9..9fa583bf22 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickMessageProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickMessageProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickObjectProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickObjectProtocol.h
index 47b4d41660..f2dfd4b2e7 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickObjectProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickObjectProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroIfSensorProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroIfSensorProtocol.h
index 10eff6fb9e..acf41d508b 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroIfSensorProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroIfSensorProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroLightProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroLightProtocol.h
index de53225492..862a83f2c2 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroLightProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroLightProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroMotorProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroMotorProtocol.h
index 0d1b7d8852..98ef78f42b 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroMotorProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroMotorProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroToneProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroToneProtocol.h
index fb26432119..4eda01ca72 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroToneProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickPhiroToneProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickSoundProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickSoundProtocol.h
index e8a57baa8c..b3ef9273e2 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickSoundProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickSoundProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickStaticChoiceProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickStaticChoiceProtocol.h
index 3d9161a181..c3c2911257 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickStaticChoiceProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickStaticChoiceProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickTextProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickTextProtocol.h
index 6c88270ae3..ce2659d43a 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickTextProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickTextProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickVariableProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickVariableProtocol.h
index 134ee9278a..b19d179de0 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickVariableProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickData/BrickVariableProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickProtocol.h
index 41978a89a3..5f6d177059 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Bricks/BrickProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Copying/CBMutableCopying.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Copying/CBMutableCopying.h
index 4fe309e53b..a7624b42fd 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Copying/CBMutableCopying.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Copying/CBMutableCopying.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBParserProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBParserProtocol.h
index f33ba0dba7..c8549200bc 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBParserProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBParserProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBSerializerProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBSerializerProtocol.h
index 6331a79e68..b54fe4f594 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBSerializerProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBSerializerProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBXMLNodeProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBXMLNodeProtocol.h
index e125a3e306..933bbe72ef 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBXMLNodeProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Parser&Serializer/CBXMLNodeProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Extension&Delegate&Protocol/Protocols/Scripts/ScriptProtocol.h b/src/Catty/Extension&Delegate&Protocol/Protocols/Scripts/ScriptProtocol.h
index 802bd54dd4..487e70e1a9 100644
--- a/src/Catty/Extension&Delegate&Protocol/Protocols/Scripts/ScriptProtocol.h
+++ b/src/Catty/Extension&Delegate&Protocol/Protocols/Scripts/ScriptProtocol.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Firebase/FirebaseAnalyticsReporter.swift b/src/Catty/Firebase/FirebaseAnalyticsReporter.swift
index c5180fd33f..a8aef1c17d 100644
--- a/src/Catty/Firebase/FirebaseAnalyticsReporter.swift
+++ b/src/Catty/Firebase/FirebaseAnalyticsReporter.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Firebase/FirebaseCrashlyticsReporter.swift b/src/Catty/Firebase/FirebaseCrashlyticsReporter.swift
index 67f0f92c97..2c83bb4cf1 100644
--- a/src/Catty/Firebase/FirebaseCrashlyticsReporter.swift
+++ b/src/Catty/Firebase/FirebaseCrashlyticsReporter.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/Dto/FormulaEditorItem.swift b/src/Catty/FormulaEditor/Dto/FormulaEditorItem.swift
index 3caa59d5bf..517be6fba2 100644
--- a/src/Catty/FormulaEditor/Dto/FormulaEditorItem.swift
+++ b/src/Catty/FormulaEditor/Dto/FormulaEditorItem.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ExternInternRepresentationMapping.h b/src/Catty/FormulaEditor/ExternInternRepresentationMapping.h
index 12d6639922..033e98f8c4 100644
--- a/src/Catty/FormulaEditor/ExternInternRepresentationMapping.h
+++ b/src/Catty/FormulaEditor/ExternInternRepresentationMapping.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ExternInternRepresentationMapping.m b/src/Catty/FormulaEditor/ExternInternRepresentationMapping.m
index ae0fd03a41..b3d48bd33b 100644
--- a/src/Catty/FormulaEditor/ExternInternRepresentationMapping.m
+++ b/src/Catty/FormulaEditor/ExternInternRepresentationMapping.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ExternToken.h b/src/Catty/FormulaEditor/ExternToken.h
index c958b40a3e..8ce26511eb 100644
--- a/src/Catty/FormulaEditor/ExternToken.h
+++ b/src/Catty/FormulaEditor/ExternToken.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ExternToken.m b/src/Catty/FormulaEditor/ExternToken.m
index 2f49747af5..29c05e96f2 100644
--- a/src/Catty/FormulaEditor/ExternToken.m
+++ b/src/Catty/FormulaEditor/ExternToken.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/FormulaEditorHistory.h b/src/Catty/FormulaEditor/FormulaEditorHistory.h
index b09dcf1591..33ed2ba494 100644
--- a/src/Catty/FormulaEditor/FormulaEditorHistory.h
+++ b/src/Catty/FormulaEditor/FormulaEditorHistory.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/FormulaEditorHistory.m b/src/Catty/FormulaEditor/FormulaEditorHistory.m
index 2051b038e0..1ff6565a23 100644
--- a/src/Catty/FormulaEditor/FormulaEditorHistory.m
+++ b/src/Catty/FormulaEditor/FormulaEditorHistory.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/Helper/NSMutableArray+Reverse.h b/src/Catty/FormulaEditor/Helper/NSMutableArray+Reverse.h
index 83752e57aa..18869bcefb 100644
--- a/src/Catty/FormulaEditor/Helper/NSMutableArray+Reverse.h
+++ b/src/Catty/FormulaEditor/Helper/NSMutableArray+Reverse.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/Helper/NSMutableArray+Reverse.m b/src/Catty/FormulaEditor/Helper/NSMutableArray+Reverse.m
index 74ddb0c4f4..b79b96b287 100644
--- a/src/Catty/FormulaEditor/Helper/NSMutableArray+Reverse.m
+++ b/src/Catty/FormulaEditor/Helper/NSMutableArray+Reverse.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormula+KeyboardAdapter.swift b/src/Catty/FormulaEditor/InternFormula+KeyboardAdapter.swift
index 414342b859..4a30511eb2 100644
--- a/src/Catty/FormulaEditor/InternFormula+KeyboardAdapter.swift
+++ b/src/Catty/FormulaEditor/InternFormula+KeyboardAdapter.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormula.h b/src/Catty/FormulaEditor/InternFormula.h
index fb284a24a6..cd4676b871 100644
--- a/src/Catty/FormulaEditor/InternFormula.h
+++ b/src/Catty/FormulaEditor/InternFormula.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormula.m b/src/Catty/FormulaEditor/InternFormula.m
index fdd56e1fd3..402952f654 100644
--- a/src/Catty/FormulaEditor/InternFormula.m
+++ b/src/Catty/FormulaEditor/InternFormula.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormulaParser.h b/src/Catty/FormulaEditor/InternFormulaParser.h
index 2f5cff99b1..96591c8c0b 100644
--- a/src/Catty/FormulaEditor/InternFormulaParser.h
+++ b/src/Catty/FormulaEditor/InternFormulaParser.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormulaParser.m b/src/Catty/FormulaEditor/InternFormulaParser.m
index 1c164fa7dc..8d862a29fc 100644
--- a/src/Catty/FormulaEditor/InternFormulaParser.m
+++ b/src/Catty/FormulaEditor/InternFormulaParser.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormulaParserEmptyStackException.h b/src/Catty/FormulaEditor/InternFormulaParserEmptyStackException.h
index 0867280e63..974987f1fd 100644
--- a/src/Catty/FormulaEditor/InternFormulaParserEmptyStackException.h
+++ b/src/Catty/FormulaEditor/InternFormulaParserEmptyStackException.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormulaParserEmptyStackException.m b/src/Catty/FormulaEditor/InternFormulaParserEmptyStackException.m
index e4b270a59b..d07174e159 100644
--- a/src/Catty/FormulaEditor/InternFormulaParserEmptyStackException.m
+++ b/src/Catty/FormulaEditor/InternFormulaParserEmptyStackException.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormulaState.h b/src/Catty/FormulaEditor/InternFormulaState.h
index 5244f468db..3d26c9ecb8 100644
--- a/src/Catty/FormulaEditor/InternFormulaState.h
+++ b/src/Catty/FormulaEditor/InternFormulaState.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormulaState.m b/src/Catty/FormulaEditor/InternFormulaState.m
index 23edb5a0be..5845f78d9f 100644
--- a/src/Catty/FormulaEditor/InternFormulaState.m
+++ b/src/Catty/FormulaEditor/InternFormulaState.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormulaTokenSelection.h b/src/Catty/FormulaEditor/InternFormulaTokenSelection.h
index bb18977151..df07db424d 100644
--- a/src/Catty/FormulaEditor/InternFormulaTokenSelection.h
+++ b/src/Catty/FormulaEditor/InternFormulaTokenSelection.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormulaTokenSelection.m b/src/Catty/FormulaEditor/InternFormulaTokenSelection.m
index 4b63661e44..8ed152189f 100644
--- a/src/Catty/FormulaEditor/InternFormulaTokenSelection.m
+++ b/src/Catty/FormulaEditor/InternFormulaTokenSelection.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormulaUtils.h b/src/Catty/FormulaEditor/InternFormulaUtils.h
index d577e7d0fc..649605731a 100644
--- a/src/Catty/FormulaEditor/InternFormulaUtils.h
+++ b/src/Catty/FormulaEditor/InternFormulaUtils.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternFormulaUtils.m b/src/Catty/FormulaEditor/InternFormulaUtils.m
index ab175e604a..b3160797b0 100644
--- a/src/Catty/FormulaEditor/InternFormulaUtils.m
+++ b/src/Catty/FormulaEditor/InternFormulaUtils.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternToExternGenerator.h b/src/Catty/FormulaEditor/InternToExternGenerator.h
index 0b1ce2d002..ca9653809e 100644
--- a/src/Catty/FormulaEditor/InternToExternGenerator.h
+++ b/src/Catty/FormulaEditor/InternToExternGenerator.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternToExternGenerator.m b/src/Catty/FormulaEditor/InternToExternGenerator.m
index 40810847bf..60d24c7ffa 100644
--- a/src/Catty/FormulaEditor/InternToExternGenerator.m
+++ b/src/Catty/FormulaEditor/InternToExternGenerator.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternToken.h b/src/Catty/FormulaEditor/InternToken.h
index f5295631eb..f736275bf1 100644
--- a/src/Catty/FormulaEditor/InternToken.h
+++ b/src/Catty/FormulaEditor/InternToken.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/InternToken.m b/src/Catty/FormulaEditor/InternToken.m
index becd312e11..eb1ca6ab98 100644
--- a/src/Catty/FormulaEditor/InternToken.m
+++ b/src/Catty/FormulaEditor/InternToken.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/CreateVariableOrListViewController.swift b/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/CreateVariableOrListViewController.swift
index 7d1501d45f..684556de04 100644
--- a/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/CreateVariableOrListViewController.swift
+++ b/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/CreateVariableOrListViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/FormulaEditorDataSectionViewController.swift b/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/FormulaEditorDataSectionViewController.swift
index f851c80ad6..abbbcb1a94 100644
--- a/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/FormulaEditorDataSectionViewController.swift
+++ b/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/FormulaEditorDataSectionViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/FormulaEditorSectionViewController.swift b/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/FormulaEditorSectionViewController.swift
index 0fff2482e5..9b2cb9fa40 100644
--- a/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/FormulaEditorSectionViewController.swift
+++ b/src/Catty/FormulaEditor/ViewController/FormulaEditorSectionViewController/FormulaEditorSectionViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ViewController/FormulaEditorSubsection.swift b/src/Catty/FormulaEditor/ViewController/FormulaEditorSubsection.swift
index 0e3f1e8a8a..5dfb37970c 100644
--- a/src/Catty/FormulaEditor/ViewController/FormulaEditorSubsection.swift
+++ b/src/Catty/FormulaEditor/ViewController/FormulaEditorSubsection.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ViewController/FormulaEditorViewController.h b/src/Catty/FormulaEditor/ViewController/FormulaEditorViewController.h
index e44e8bb184..fd50b1c3d5 100644
--- a/src/Catty/FormulaEditor/ViewController/FormulaEditorViewController.h
+++ b/src/Catty/FormulaEditor/ViewController/FormulaEditorViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ViewController/FormulaEditorViewController.m b/src/Catty/FormulaEditor/ViewController/FormulaEditorViewController.m
index 73a1bd11b8..b54587a980 100644
--- a/src/Catty/FormulaEditor/ViewController/FormulaEditorViewController.m
+++ b/src/Catty/FormulaEditor/ViewController/FormulaEditorViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerAlertExtension.swift b/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerAlertExtension.swift
index 1d06163780..a2c4d429a8 100644
--- a/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerAlertExtension.swift
+++ b/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerAlertExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerInputExtension.swift b/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerInputExtension.swift
index 4b914588f1..7293b3f7b3 100644
--- a/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerInputExtension.swift
+++ b/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerInputExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerSectionExtension.swift b/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerSectionExtension.swift
index 2f5e74699b..b7768a0832 100644
--- a/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerSectionExtension.swift
+++ b/src/Catty/FormulaEditor/ViewController/FormulaEditorViewControllerSectionExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardAccessoryView.swift b/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardAccessoryView.swift
index ad75896f97..812192c2d1 100644
--- a/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardAccessoryView.swift
+++ b/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardAccessoryView.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardButton.swift b/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardButton.swift
index d961e20579..c5eaa23fd1 100644
--- a/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardButton.swift
+++ b/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardButton.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardView.swift b/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardView.swift
index c8186634e0..5805e53111 100644
--- a/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardView.swift
+++ b/src/Catty/FormulaEditor/Views/FormulaEditorKeyboardView.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/Views/FormulaEditorTextView.h b/src/Catty/FormulaEditor/Views/FormulaEditorTextView.h
index 56f9babbc7..bea6b92cff 100644
--- a/src/Catty/FormulaEditor/Views/FormulaEditorTextView.h
+++ b/src/Catty/FormulaEditor/Views/FormulaEditorTextView.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/FormulaEditor/Views/FormulaEditorTextView.m b/src/Catty/FormulaEditor/Views/FormulaEditorTextView.m
index ce97f361dd..6b5d771e5a 100644
--- a/src/Catty/FormulaEditor/Views/FormulaEditorTextView.m
+++ b/src/Catty/FormulaEditor/Views/FormulaEditorTextView.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Arduino/ArduinoAnalogPinFunction.swift b/src/Catty/Functions/Arduino/ArduinoAnalogPinFunction.swift
index 911633d1d7..8cf77c6920 100644
--- a/src/Catty/Functions/Arduino/ArduinoAnalogPinFunction.swift
+++ b/src/Catty/Functions/Arduino/ArduinoAnalogPinFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Arduino/ArduinoDigitalPinFunction.swift b/src/Catty/Functions/Arduino/ArduinoDigitalPinFunction.swift
index 7db6fabb12..df06193f71 100644
--- a/src/Catty/Functions/Arduino/ArduinoDigitalPinFunction.swift
+++ b/src/Catty/Functions/Arduino/ArduinoDigitalPinFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Enums/FunctionParameter.swift b/src/Catty/Functions/Enums/FunctionParameter.swift
index 8227dfaaba..f579fe354f 100644
--- a/src/Catty/Functions/Enums/FunctionParameter.swift
+++ b/src/Catty/Functions/Enums/FunctionParameter.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/FunctionManager.swift b/src/Catty/Functions/FunctionManager.swift
index 20cd86f484..2806292d31 100644
--- a/src/Catty/Functions/FunctionManager.swift
+++ b/src/Catty/Functions/FunctionManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/List/ContainsFunction.swift b/src/Catty/Functions/List/ContainsFunction.swift
index 0cbae9cb80..1aee124dfc 100644
--- a/src/Catty/Functions/List/ContainsFunction.swift
+++ b/src/Catty/Functions/List/ContainsFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/List/ElementFunction.swift b/src/Catty/Functions/List/ElementFunction.swift
index 40741b456b..6a66f728ab 100644
--- a/src/Catty/Functions/List/ElementFunction.swift
+++ b/src/Catty/Functions/List/ElementFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/List/IndexOfItemFunction.swift b/src/Catty/Functions/List/IndexOfItemFunction.swift
index 65abcc9558..ab6f913089 100644
--- a/src/Catty/Functions/List/IndexOfItemFunction.swift
+++ b/src/Catty/Functions/List/IndexOfItemFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/List/NumberOfItemsFunction.swift b/src/Catty/Functions/List/NumberOfItemsFunction.swift
index f14da24711..ce5a4ebf07 100644
--- a/src/Catty/Functions/List/NumberOfItemsFunction.swift
+++ b/src/Catty/Functions/List/NumberOfItemsFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/AbsFunction.swift b/src/Catty/Functions/Math/AbsFunction.swift
index 3093078183..d983043d2b 100644
--- a/src/Catty/Functions/Math/AbsFunction.swift
+++ b/src/Catty/Functions/Math/AbsFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/AcosFunction.swift b/src/Catty/Functions/Math/AcosFunction.swift
index bbc61512fc..6e94de30e7 100644
--- a/src/Catty/Functions/Math/AcosFunction.swift
+++ b/src/Catty/Functions/Math/AcosFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/AsinFunction.swift b/src/Catty/Functions/Math/AsinFunction.swift
index aa01206f71..72ba53f7a3 100644
--- a/src/Catty/Functions/Math/AsinFunction.swift
+++ b/src/Catty/Functions/Math/AsinFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/AtanFunction.swift b/src/Catty/Functions/Math/AtanFunction.swift
index 53ff24ed59..4e94a5052c 100644
--- a/src/Catty/Functions/Math/AtanFunction.swift
+++ b/src/Catty/Functions/Math/AtanFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/CeilFunction.swift b/src/Catty/Functions/Math/CeilFunction.swift
index edd703a19d..647be6be91 100644
--- a/src/Catty/Functions/Math/CeilFunction.swift
+++ b/src/Catty/Functions/Math/CeilFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/CosFunction.swift b/src/Catty/Functions/Math/CosFunction.swift
index 0fe8f331a1..abbd4895d6 100644
--- a/src/Catty/Functions/Math/CosFunction.swift
+++ b/src/Catty/Functions/Math/CosFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/ExpFunction.swift b/src/Catty/Functions/Math/ExpFunction.swift
index f10fee5b24..55baa9e625 100644
--- a/src/Catty/Functions/Math/ExpFunction.swift
+++ b/src/Catty/Functions/Math/ExpFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/FalseFunction.swift b/src/Catty/Functions/Math/FalseFunction.swift
index 1dfb5d0850..f9feb9c957 100644
--- a/src/Catty/Functions/Math/FalseFunction.swift
+++ b/src/Catty/Functions/Math/FalseFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/FloorFunction.swift b/src/Catty/Functions/Math/FloorFunction.swift
index 8a580ca9ae..2a11676f9c 100644
--- a/src/Catty/Functions/Math/FloorFunction.swift
+++ b/src/Catty/Functions/Math/FloorFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/LnFunction.swift b/src/Catty/Functions/Math/LnFunction.swift
index a02374efa7..887020038d 100644
--- a/src/Catty/Functions/Math/LnFunction.swift
+++ b/src/Catty/Functions/Math/LnFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/LogFunction.swift b/src/Catty/Functions/Math/LogFunction.swift
index 7d6244b63d..e0632c4aae 100644
--- a/src/Catty/Functions/Math/LogFunction.swift
+++ b/src/Catty/Functions/Math/LogFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/MaxFunction.swift b/src/Catty/Functions/Math/MaxFunction.swift
index 2e3f77cbaa..dcc6ccd1db 100644
--- a/src/Catty/Functions/Math/MaxFunction.swift
+++ b/src/Catty/Functions/Math/MaxFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/MinFunction.swift b/src/Catty/Functions/Math/MinFunction.swift
index 48901804af..70ed9ac8dd 100644
--- a/src/Catty/Functions/Math/MinFunction.swift
+++ b/src/Catty/Functions/Math/MinFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/ModFunction.swift b/src/Catty/Functions/Math/ModFunction.swift
index d28bca6d47..f2f8c3bf6a 100644
--- a/src/Catty/Functions/Math/ModFunction.swift
+++ b/src/Catty/Functions/Math/ModFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/PiFunction.swift b/src/Catty/Functions/Math/PiFunction.swift
index 9cf3b29f3f..f990243790 100644
--- a/src/Catty/Functions/Math/PiFunction.swift
+++ b/src/Catty/Functions/Math/PiFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/PowerFunction.swift b/src/Catty/Functions/Math/PowerFunction.swift
index 9783b376fb..d608add48e 100644
--- a/src/Catty/Functions/Math/PowerFunction.swift
+++ b/src/Catty/Functions/Math/PowerFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/RandFunction.swift b/src/Catty/Functions/Math/RandFunction.swift
index 103d5beb8b..b9060f8aef 100644
--- a/src/Catty/Functions/Math/RandFunction.swift
+++ b/src/Catty/Functions/Math/RandFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/RoundFunction.swift b/src/Catty/Functions/Math/RoundFunction.swift
index 0286c241b4..ef9179dc56 100644
--- a/src/Catty/Functions/Math/RoundFunction.swift
+++ b/src/Catty/Functions/Math/RoundFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/SinFunction.swift b/src/Catty/Functions/Math/SinFunction.swift
index 61c1671f7f..4ee932d2fc 100644
--- a/src/Catty/Functions/Math/SinFunction.swift
+++ b/src/Catty/Functions/Math/SinFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/SqrtFunction.swift b/src/Catty/Functions/Math/SqrtFunction.swift
index f9dc91f524..aa9129862f 100644
--- a/src/Catty/Functions/Math/SqrtFunction.swift
+++ b/src/Catty/Functions/Math/SqrtFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/TanFunction.swift b/src/Catty/Functions/Math/TanFunction.swift
index 0e31123a16..5488a06a27 100644
--- a/src/Catty/Functions/Math/TanFunction.swift
+++ b/src/Catty/Functions/Math/TanFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Math/TrueFunction.swift b/src/Catty/Functions/Math/TrueFunction.swift
index ce30717f2c..9e5df36c87 100644
--- a/src/Catty/Functions/Math/TrueFunction.swift
+++ b/src/Catty/Functions/Math/TrueFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Object/CollisionFunction.swift b/src/Catty/Functions/Object/CollisionFunction.swift
index 8e3b151efb..e7bb2ffee8 100644
--- a/src/Catty/Functions/Object/CollisionFunction.swift
+++ b/src/Catty/Functions/Object/CollisionFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/ObjectRecognition/HeightOfObjectWithIDFunction.swift b/src/Catty/Functions/ObjectRecognition/HeightOfObjectWithIDFunction.swift
index 68d8c1e0ce..1a7b447bb1 100644
--- a/src/Catty/Functions/ObjectRecognition/HeightOfObjectWithIDFunction.swift
+++ b/src/Catty/Functions/ObjectRecognition/HeightOfObjectWithIDFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/ObjectRecognition/IDOfDetectedObjectFunction.swift b/src/Catty/Functions/ObjectRecognition/IDOfDetectedObjectFunction.swift
index 1d3c6b71ca..0b3f96effc 100644
--- a/src/Catty/Functions/ObjectRecognition/IDOfDetectedObjectFunction.swift
+++ b/src/Catty/Functions/ObjectRecognition/IDOfDetectedObjectFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/ObjectRecognition/LabelOfObjectWithIDFunction.swift b/src/Catty/Functions/ObjectRecognition/LabelOfObjectWithIDFunction.swift
index b62aa5d450..fde3015098 100644
--- a/src/Catty/Functions/ObjectRecognition/LabelOfObjectWithIDFunction.swift
+++ b/src/Catty/Functions/ObjectRecognition/LabelOfObjectWithIDFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/ObjectRecognition/ObjectWithIDVisibleFunction.swift b/src/Catty/Functions/ObjectRecognition/ObjectWithIDVisibleFunction.swift
index 1b405c18ab..78c4a38c46 100644
--- a/src/Catty/Functions/ObjectRecognition/ObjectWithIDVisibleFunction.swift
+++ b/src/Catty/Functions/ObjectRecognition/ObjectWithIDVisibleFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/ObjectRecognition/WidthOfObjectWithIDFunction.swift b/src/Catty/Functions/ObjectRecognition/WidthOfObjectWithIDFunction.swift
index 581c386f10..4709ddd8df 100644
--- a/src/Catty/Functions/ObjectRecognition/WidthOfObjectWithIDFunction.swift
+++ b/src/Catty/Functions/ObjectRecognition/WidthOfObjectWithIDFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/ObjectRecognition/XOfObjectWithIDFunction.swift b/src/Catty/Functions/ObjectRecognition/XOfObjectWithIDFunction.swift
index 01bf2ff4c0..6f7502a039 100644
--- a/src/Catty/Functions/ObjectRecognition/XOfObjectWithIDFunction.swift
+++ b/src/Catty/Functions/ObjectRecognition/XOfObjectWithIDFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/ObjectRecognition/YOfObjectWithIDFunction.swift b/src/Catty/Functions/ObjectRecognition/YOfObjectWithIDFunction.swift
index 2d1a2f46e2..39f9a9c1aa 100644
--- a/src/Catty/Functions/ObjectRecognition/YOfObjectWithIDFunction.swift
+++ b/src/Catty/Functions/ObjectRecognition/YOfObjectWithIDFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Protocols/Function.swift b/src/Catty/Functions/Protocols/Function.swift
index 233af90dbf..bc3f54a549 100644
--- a/src/Catty/Functions/Protocols/Function.swift
+++ b/src/Catty/Functions/Protocols/Function.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Protocols/FunctionManagerProtocol.swift b/src/Catty/Functions/Protocols/FunctionManagerProtocol.swift
index 82b4834030..c0f27e92eb 100644
--- a/src/Catty/Functions/Protocols/FunctionManagerProtocol.swift
+++ b/src/Catty/Functions/Protocols/FunctionManagerProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Text/JoinFunction.swift b/src/Catty/Functions/Text/JoinFunction.swift
index 24ecb62852..bbd025a30c 100644
--- a/src/Catty/Functions/Text/JoinFunction.swift
+++ b/src/Catty/Functions/Text/JoinFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Text/JoinThreeStringsFunction.swift b/src/Catty/Functions/Text/JoinThreeStringsFunction.swift
index 137b79f374..5edf386040 100644
--- a/src/Catty/Functions/Text/JoinThreeStringsFunction.swift
+++ b/src/Catty/Functions/Text/JoinThreeStringsFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Text/LengthFunction.swift b/src/Catty/Functions/Text/LengthFunction.swift
index 29eecefa29..1281399613 100644
--- a/src/Catty/Functions/Text/LengthFunction.swift
+++ b/src/Catty/Functions/Text/LengthFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Text/LetterFunction.swift b/src/Catty/Functions/Text/LetterFunction.swift
index 79c47b9c98..b2d747029b 100644
--- a/src/Catty/Functions/Text/LetterFunction.swift
+++ b/src/Catty/Functions/Text/LetterFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Text/RegularExpressionFunction.swift b/src/Catty/Functions/Text/RegularExpressionFunction.swift
index 3e52798020..216a6dba9b 100644
--- a/src/Catty/Functions/Text/RegularExpressionFunction.swift
+++ b/src/Catty/Functions/Text/RegularExpressionFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/TextRecognition/TextBlockFromCameraFunction.swift b/src/Catty/Functions/TextRecognition/TextBlockFromCameraFunction.swift
index 407b6b5e9b..21963c61cb 100644
--- a/src/Catty/Functions/TextRecognition/TextBlockFromCameraFunction.swift
+++ b/src/Catty/Functions/TextRecognition/TextBlockFromCameraFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/TextRecognition/TextBlockLanguageFromCameraFunction.swift b/src/Catty/Functions/TextRecognition/TextBlockLanguageFromCameraFunction.swift
index e99cd9c240..03bdc68105 100644
--- a/src/Catty/Functions/TextRecognition/TextBlockLanguageFromCameraFunction.swift
+++ b/src/Catty/Functions/TextRecognition/TextBlockLanguageFromCameraFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/TextRecognition/TextBlockSizeFunction.swift b/src/Catty/Functions/TextRecognition/TextBlockSizeFunction.swift
index ffcaf55de5..5f14c273fa 100644
--- a/src/Catty/Functions/TextRecognition/TextBlockSizeFunction.swift
+++ b/src/Catty/Functions/TextRecognition/TextBlockSizeFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/TextRecognition/TextBlockXFunction.swift b/src/Catty/Functions/TextRecognition/TextBlockXFunction.swift
index 24d274004c..24ec79a3af 100644
--- a/src/Catty/Functions/TextRecognition/TextBlockXFunction.swift
+++ b/src/Catty/Functions/TextRecognition/TextBlockXFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/TextRecognition/TextBlockYFunction.swift b/src/Catty/Functions/TextRecognition/TextBlockYFunction.swift
index a0dfe31c67..c8fd8bf7d2 100644
--- a/src/Catty/Functions/TextRecognition/TextBlockYFunction.swift
+++ b/src/Catty/Functions/TextRecognition/TextBlockYFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Touch/MultiFingerTouchedFunction.swift b/src/Catty/Functions/Touch/MultiFingerTouchedFunction.swift
index 6998291221..ee9f5f9cd1 100644
--- a/src/Catty/Functions/Touch/MultiFingerTouchedFunction.swift
+++ b/src/Catty/Functions/Touch/MultiFingerTouchedFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Touch/MultiFingerXFunction.swift b/src/Catty/Functions/Touch/MultiFingerXFunction.swift
index dcad3ec1ac..7804969f9a 100644
--- a/src/Catty/Functions/Touch/MultiFingerXFunction.swift
+++ b/src/Catty/Functions/Touch/MultiFingerXFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Functions/Touch/MultiFingerYFunction.swift b/src/Catty/Functions/Touch/MultiFingerYFunction.swift
index d9961f77d2..4fe914bdfb 100644
--- a/src/Catty/Functions/Touch/MultiFingerYFunction.swift
+++ b/src/Catty/Functions/Touch/MultiFingerYFunction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/AlertController/UIAlertController+AddAction.swift b/src/Catty/Helpers/AlertController/UIAlertController+AddAction.swift
index 5686efa2d6..11888f3502 100644
--- a/src/Catty/Helpers/AlertController/UIAlertController+AddAction.swift
+++ b/src/Catty/Helpers/AlertController/UIAlertController+AddAction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Bluetooth/BluetoothService.swift b/src/Catty/Helpers/Bluetooth/BluetoothService.swift
index dc401eb591..4b183bbfc9 100644
--- a/src/Catty/Helpers/Bluetooth/BluetoothService.swift
+++ b/src/Catty/Helpers/Bluetooth/BluetoothService.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/BrickHelpers/BubbleBrickHelper.swift b/src/Catty/Helpers/BrickHelpers/BubbleBrickHelper.swift
index 7838b6caff..908c0356d0 100644
--- a/src/Catty/Helpers/BrickHelpers/BubbleBrickHelper.swift
+++ b/src/Catty/Helpers/BrickHelpers/BubbleBrickHelper.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/BrickHelpers/CameraPreviewHandler.h b/src/Catty/Helpers/BrickHelpers/CameraPreviewHandler.h
index 4089333372..218b291d07 100644
--- a/src/Catty/Helpers/BrickHelpers/CameraPreviewHandler.h
+++ b/src/Catty/Helpers/BrickHelpers/CameraPreviewHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/BrickHelpers/CameraPreviewHandler.m b/src/Catty/Helpers/BrickHelpers/CameraPreviewHandler.m
index 9b2d44aff1..7d94087552 100644
--- a/src/Catty/Helpers/BrickHelpers/CameraPreviewHandler.m
+++ b/src/Catty/Helpers/BrickHelpers/CameraPreviewHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Firmata/Firmata.swift b/src/Catty/Helpers/Firmata/Firmata.swift
index f21b5e36b6..cd1c94642e 100644
--- a/src/Catty/Helpers/Firmata/Firmata.swift
+++ b/src/Catty/Helpers/Firmata/Firmata.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Firmata/FirmataProtocol.swift b/src/Catty/Helpers/Firmata/FirmataProtocol.swift
index 859084fee0..31af1af9cb 100644
--- a/src/Catty/Helpers/Firmata/FirmataProtocol.swift
+++ b/src/Catty/Helpers/Firmata/FirmataProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Flash/FlashHelper.h b/src/Catty/Helpers/Flash/FlashHelper.h
index fe1f590f31..c026088255 100644
--- a/src/Catty/Helpers/Flash/FlashHelper.h
+++ b/src/Catty/Helpers/Flash/FlashHelper.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Flash/FlashHelper.m b/src/Catty/Helpers/Flash/FlashHelper.m
index fc720cd753..ee8412cb4e 100644
--- a/src/Catty/Helpers/Flash/FlashHelper.m
+++ b/src/Catty/Helpers/Flash/FlashHelper.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/ImageCache/DownloadImageCache.h b/src/Catty/Helpers/ImageCache/DownloadImageCache.h
index e7371cd901..4484c5ec14 100644
--- a/src/Catty/Helpers/ImageCache/DownloadImageCache.h
+++ b/src/Catty/Helpers/ImageCache/DownloadImageCache.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/ImageCache/DownloadImageCache.m b/src/Catty/Helpers/ImageCache/DownloadImageCache.m
index 298aa1a08c..121e03640e 100644
--- a/src/Catty/Helpers/ImageCache/DownloadImageCache.m
+++ b/src/Catty/Helpers/ImageCache/DownloadImageCache.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/ImageCache/ImageCache.h b/src/Catty/Helpers/ImageCache/ImageCache.h
index b5b3a1b5f9..a701aecd33 100644
--- a/src/Catty/Helpers/ImageCache/ImageCache.h
+++ b/src/Catty/Helpers/ImageCache/ImageCache.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/ImageCache/ImageCache.m b/src/Catty/Helpers/ImageCache/ImageCache.m
index 846326522a..3e51e84f97 100644
--- a/src/Catty/Helpers/ImageCache/ImageCache.m
+++ b/src/Catty/Helpers/ImageCache/ImageCache.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/ImageCache/RuntimeImageCache.h b/src/Catty/Helpers/ImageCache/RuntimeImageCache.h
index b7216a9b48..4b7378605a 100644
--- a/src/Catty/Helpers/ImageCache/RuntimeImageCache.h
+++ b/src/Catty/Helpers/ImageCache/RuntimeImageCache.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/ImageCache/RuntimeImageCache.m b/src/Catty/Helpers/ImageCache/RuntimeImageCache.m
index 44c34ad39e..fdffba2294 100644
--- a/src/Catty/Helpers/ImageCache/RuntimeImageCache.m
+++ b/src/Catty/Helpers/ImageCache/RuntimeImageCache.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Keychain/Keychain.swift b/src/Catty/Helpers/Keychain/Keychain.swift
index 54200e6369..d9b4f1dfe0 100644
--- a/src/Catty/Helpers/Keychain/Keychain.swift
+++ b/src/Catty/Helpers/Keychain/Keychain.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Logger/Logger.h b/src/Catty/Helpers/Logger/Logger.h
index 1576969b37..87e6fddbf0 100644
--- a/src/Catty/Helpers/Logger/Logger.h
+++ b/src/Catty/Helpers/Logger/Logger.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Logger/Logger.m b/src/Catty/Helpers/Logger/Logger.m
index 949cb32c13..e82db36d37 100644
--- a/src/Catty/Helpers/Logger/Logger.m
+++ b/src/Catty/Helpers/Logger/Logger.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/NavigationController/NavigationController.h b/src/Catty/Helpers/NavigationController/NavigationController.h
index 125a8a6b9d..647340171a 100644
--- a/src/Catty/Helpers/NavigationController/NavigationController.h
+++ b/src/Catty/Helpers/NavigationController/NavigationController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/NavigationController/NavigationController.m b/src/Catty/Helpers/NavigationController/NavigationController.m
index 1e6ebde0ca..ba3f4e42d3 100644
--- a/src/Catty/Helpers/NavigationController/NavigationController.m
+++ b/src/Catty/Helpers/NavigationController/NavigationController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Network/Reachability.swift b/src/Catty/Helpers/Network/Reachability.swift
index d414d62e63..1765f335bc 100644
--- a/src/Catty/Helpers/Network/Reachability.swift
+++ b/src/Catty/Helpers/Network/Reachability.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/OrderedDictionary/OrderedDictionary.swift b/src/Catty/Helpers/OrderedDictionary/OrderedDictionary.swift
index 86c488dd0a..891b281923 100644
--- a/src/Catty/Helpers/OrderedDictionary/OrderedDictionary.swift
+++ b/src/Catty/Helpers/OrderedDictionary/OrderedDictionary.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/PhiroHelper/PhiroHelper.h b/src/Catty/Helpers/PhiroHelper/PhiroHelper.h
index 81cd00cb0b..499fe443ac 100644
--- a/src/Catty/Helpers/PhiroHelper/PhiroHelper.h
+++ b/src/Catty/Helpers/PhiroHelper/PhiroHelper.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/PhiroHelper/PhiroHelper.m b/src/Catty/Helpers/PhiroHelper/PhiroHelper.m
index ba3e23ad6d..1f00fcc057 100644
--- a/src/Catty/Helpers/PhiroHelper/PhiroHelper.m
+++ b/src/Catty/Helpers/PhiroHelper/PhiroHelper.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/SoundCache/SoundCache.h b/src/Catty/Helpers/SoundCache/SoundCache.h
index 07b770883a..d6c750d349 100644
--- a/src/Catty/Helpers/SoundCache/SoundCache.h
+++ b/src/Catty/Helpers/SoundCache/SoundCache.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/SoundCache/SoundCache.m b/src/Catty/Helpers/SoundCache/SoundCache.m
index 4280e656be..047bcc1091 100644
--- a/src/Catty/Helpers/SoundCache/SoundCache.m
+++ b/src/Catty/Helpers/SoundCache/SoundCache.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/ThemesHelper/ThemesHelper.swift b/src/Catty/Helpers/ThemesHelper/ThemesHelper.swift
index 5776a7ca28..d0d8bb0478 100644
--- a/src/Catty/Helpers/ThemesHelper/ThemesHelper.swift
+++ b/src/Catty/Helpers/ThemesHelper/ThemesHelper.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/TimerLabel/TimerLabel.h b/src/Catty/Helpers/TimerLabel/TimerLabel.h
index ef1eddad16..0f3e6b6f95 100755
--- a/src/Catty/Helpers/TimerLabel/TimerLabel.h
+++ b/src/Catty/Helpers/TimerLabel/TimerLabel.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/TimerLabel/TimerLabel.m b/src/Catty/Helpers/TimerLabel/TimerLabel.m
index 8097719ad2..67112b4aa6 100755
--- a/src/Catty/Helpers/TimerLabel/TimerLabel.m
+++ b/src/Catty/Helpers/TimerLabel/TimerLabel.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/TrustedDomainManager/TrustedDomainManager.swift b/src/Catty/Helpers/TrustedDomainManager/TrustedDomainManager.swift
index 2910c445e8..55507d809f 100644
--- a/src/Catty/Helpers/TrustedDomainManager/TrustedDomainManager.swift
+++ b/src/Catty/Helpers/TrustedDomainManager/TrustedDomainManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Util/CBExpectation.swift b/src/Catty/Helpers/Util/CBExpectation.swift
index d7ff99ae7e..b3e65faaa8 100644
--- a/src/Catty/Helpers/Util/CBExpectation.swift
+++ b/src/Catty/Helpers/Util/CBExpectation.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Util/ExtendedTimer.swift b/src/Catty/Helpers/Util/ExtendedTimer.swift
index 6b0ea6076f..9e7e930d28 100644
--- a/src/Catty/Helpers/Util/ExtendedTimer.swift
+++ b/src/Catty/Helpers/Util/ExtendedTimer.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Util/MathUtil.swift b/src/Catty/Helpers/Util/MathUtil.swift
index 16a3ff0554..47c37f2f88 100644
--- a/src/Catty/Helpers/Util/MathUtil.swift
+++ b/src/Catty/Helpers/Util/MathUtil.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Util/TableUtil.h b/src/Catty/Helpers/Util/TableUtil.h
index 35e8d9c259..72aa633407 100644
--- a/src/Catty/Helpers/Util/TableUtil.h
+++ b/src/Catty/Helpers/Util/TableUtil.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Util/TableUtil.m b/src/Catty/Helpers/Util/TableUtil.m
index 067a057968..6292cab34d 100644
--- a/src/Catty/Helpers/Util/TableUtil.m
+++ b/src/Catty/Helpers/Util/TableUtil.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Util/UIUtil.h b/src/Catty/Helpers/Util/UIUtil.h
index ec92bd5116..c5da9d5e19 100644
--- a/src/Catty/Helpers/Util/UIUtil.h
+++ b/src/Catty/Helpers/Util/UIUtil.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Util/UIUtil.m b/src/Catty/Helpers/Util/UIUtil.m
index 4ca0962c29..ea72a9425d 100644
--- a/src/Catty/Helpers/Util/UIUtil.m
+++ b/src/Catty/Helpers/Util/UIUtil.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Util/Util.h b/src/Catty/Helpers/Util/Util.h
index 70842efcfa..c9db437f16 100644
--- a/src/Catty/Helpers/Util/Util.h
+++ b/src/Catty/Helpers/Util/Util.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Util/Util.m b/src/Catty/Helpers/Util/Util.m
index 33a787e976..9d95ba3cef 100644
--- a/src/Catty/Helpers/Util/Util.m
+++ b/src/Catty/Helpers/Util/Util.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/Util/Util.swift b/src/Catty/Helpers/Util/Util.swift
index 9fdb0e05d6..3c5893452c 100644
--- a/src/Catty/Helpers/Util/Util.swift
+++ b/src/Catty/Helpers/Util/Util.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloader.swift b/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloader.swift
index 4d6b832366..025aa09975 100644
--- a/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloader.swift
+++ b/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloader.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloaderError.swift b/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloaderError.swift
index cbdfe52dee..bd42502b20 100644
--- a/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloaderError.swift
+++ b/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloaderError.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloaderFactory.swift b/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloaderFactory.swift
index 473a1c9311..adf847bcc5 100644
--- a/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloaderFactory.swift
+++ b/src/Catty/Helpers/WebRequestDownloader/WebRequestDownloaderFactory.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/IO/FileManager/CBFileManager.h b/src/Catty/IO/FileManager/CBFileManager.h
index 8dbf537a6b..405621ea2c 100644
--- a/src/Catty/IO/FileManager/CBFileManager.h
+++ b/src/Catty/IO/FileManager/CBFileManager.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/IO/FileManager/CBFileManager.m b/src/Catty/IO/FileManager/CBFileManager.m
index 578cb0e7d4..9a886d6265 100644
--- a/src/Catty/IO/FileManager/CBFileManager.m
+++ b/src/Catty/IO/FileManager/CBFileManager.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/IO/ProjectManager.swift b/src/Catty/IO/ProjectManager.swift
index c81c82f209..f8d6d8e9b6 100644
--- a/src/Catty/IO/ProjectManager.swift
+++ b/src/Catty/IO/ProjectManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/AndOperator.swift b/src/Catty/Operators/Binary/AndOperator.swift
index dd1282fbaa..0aa7b318d1 100644
--- a/src/Catty/Operators/Binary/AndOperator.swift
+++ b/src/Catty/Operators/Binary/AndOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/DivideOperator.swift b/src/Catty/Operators/Binary/DivideOperator.swift
index 2134b940f2..9e6d084a0d 100644
--- a/src/Catty/Operators/Binary/DivideOperator.swift
+++ b/src/Catty/Operators/Binary/DivideOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/EqualOperator.swift b/src/Catty/Operators/Binary/EqualOperator.swift
index 5041d25b9f..1d1bf84e03 100644
--- a/src/Catty/Operators/Binary/EqualOperator.swift
+++ b/src/Catty/Operators/Binary/EqualOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/GreaterOrEqualOperator.swift b/src/Catty/Operators/Binary/GreaterOrEqualOperator.swift
index d4987c3c64..aedc0b174c 100644
--- a/src/Catty/Operators/Binary/GreaterOrEqualOperator.swift
+++ b/src/Catty/Operators/Binary/GreaterOrEqualOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/GreaterThanOperator.swift b/src/Catty/Operators/Binary/GreaterThanOperator.swift
index 4a63496a31..1c80529497 100644
--- a/src/Catty/Operators/Binary/GreaterThanOperator.swift
+++ b/src/Catty/Operators/Binary/GreaterThanOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/MinusOperator.swift b/src/Catty/Operators/Binary/MinusOperator.swift
index 6b62ec00b7..9aeb231258 100644
--- a/src/Catty/Operators/Binary/MinusOperator.swift
+++ b/src/Catty/Operators/Binary/MinusOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/MultOperator.swift b/src/Catty/Operators/Binary/MultOperator.swift
index c51fda759c..981b6a3be4 100644
--- a/src/Catty/Operators/Binary/MultOperator.swift
+++ b/src/Catty/Operators/Binary/MultOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/NotEqualOperator.swift b/src/Catty/Operators/Binary/NotEqualOperator.swift
index 6efd98ebe0..b12e7a1fd8 100644
--- a/src/Catty/Operators/Binary/NotEqualOperator.swift
+++ b/src/Catty/Operators/Binary/NotEqualOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/OrOperator.swift b/src/Catty/Operators/Binary/OrOperator.swift
index e2eef4bec1..1ad2e1f1b3 100644
--- a/src/Catty/Operators/Binary/OrOperator.swift
+++ b/src/Catty/Operators/Binary/OrOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/PlusOperator.swift b/src/Catty/Operators/Binary/PlusOperator.swift
index 750e3640b1..2f0e97ac2f 100644
--- a/src/Catty/Operators/Binary/PlusOperator.swift
+++ b/src/Catty/Operators/Binary/PlusOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/SmallerOrEqualOperator.swift b/src/Catty/Operators/Binary/SmallerOrEqualOperator.swift
index 8f5bfc9035..cb9a8ae53a 100644
--- a/src/Catty/Operators/Binary/SmallerOrEqualOperator.swift
+++ b/src/Catty/Operators/Binary/SmallerOrEqualOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Binary/SmallerThanOperator.swift b/src/Catty/Operators/Binary/SmallerThanOperator.swift
index 77f8a713d5..ad92074d12 100644
--- a/src/Catty/Operators/Binary/SmallerThanOperator.swift
+++ b/src/Catty/Operators/Binary/SmallerThanOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/OperatorManager.swift b/src/Catty/Operators/OperatorManager.swift
index ee750cfa0f..293da44ad7 100644
--- a/src/Catty/Operators/OperatorManager.swift
+++ b/src/Catty/Operators/OperatorManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Protocols/Operator.swift b/src/Catty/Operators/Protocols/Operator.swift
index 93afab2510..c7b8449373 100644
--- a/src/Catty/Operators/Protocols/Operator.swift
+++ b/src/Catty/Operators/Protocols/Operator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Protocols/OperatorManagerProtocol.swift b/src/Catty/Operators/Protocols/OperatorManagerProtocol.swift
index 87874f05cd..5317918bff 100644
--- a/src/Catty/Operators/Protocols/OperatorManagerProtocol.swift
+++ b/src/Catty/Operators/Protocols/OperatorManagerProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Operators/Unary/NotOperator.swift b/src/Catty/Operators/Unary/NotOperator.swift
index 3a6f56f648..0af1b2bac5 100644
--- a/src/Catty/Operators/Unary/NotOperator.swift
+++ b/src/Catty/Operators/Unary/NotOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/AudioEngine.swift b/src/Catty/PlayerEngine/AudioEngine/AudioEngine.swift
index 06964049e1..7ee6b587dc 100644
--- a/src/Catty/PlayerEngine/AudioEngine/AudioEngine.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/AudioEngine.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/AudioEngineHelper.swift b/src/Catty/PlayerEngine/AudioEngine/AudioEngineHelper.swift
index 8397a308a9..0213ceca37 100644
--- a/src/Catty/PlayerEngine/AudioEngine/AudioEngineHelper.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/AudioEngineHelper.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/AudioEngineProtocol.swift b/src/Catty/PlayerEngine/AudioEngine/AudioEngineProtocol.swift
index aa93b4b52f..2ad22ff10a 100644
--- a/src/Catty/PlayerEngine/AudioEngine/AudioEngineProtocol.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/AudioEngineProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/AudioManager+Loudness.swift b/src/Catty/PlayerEngine/AudioEngine/AudioManager+Loudness.swift
index 524e52e86a..771b91a5f3 100644
--- a/src/Catty/PlayerEngine/AudioEngine/AudioManager+Loudness.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/AudioManager+Loudness.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/AudioManager.h b/src/Catty/PlayerEngine/AudioEngine/AudioManager.h
index 67a041d094..407dcde866 100644
--- a/src/Catty/PlayerEngine/AudioEngine/AudioManager.h
+++ b/src/Catty/PlayerEngine/AudioEngine/AudioManager.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/AudioManager.m b/src/Catty/PlayerEngine/AudioEngine/AudioManager.m
index c79dc8427b..48f3ab441d 100644
--- a/src/Catty/PlayerEngine/AudioEngine/AudioManager.m
+++ b/src/Catty/PlayerEngine/AudioEngine/AudioManager.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/AudioPlayer.swift b/src/Catty/PlayerEngine/AudioEngine/AudioPlayer.swift
index 78b36a1002..6e3a7f4866 100644
--- a/src/Catty/PlayerEngine/AudioEngine/AudioPlayer.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/AudioPlayer.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/AudioPlayerFactory.swift b/src/Catty/PlayerEngine/AudioEngine/AudioPlayerFactory.swift
index 407d07ac4b..c149bb2a58 100644
--- a/src/Catty/PlayerEngine/AudioEngine/AudioPlayerFactory.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/AudioPlayerFactory.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/AudioSubtree.swift b/src/Catty/PlayerEngine/AudioEngine/AudioSubtree.swift
index d327681f1f..f6d165794d 100644
--- a/src/Catty/PlayerEngine/AudioEngine/AudioSubtree.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/AudioSubtree.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/CatrobatAudioPlayer.h b/src/Catty/PlayerEngine/AudioEngine/CatrobatAudioPlayer.h
index 76ea3dc33b..b90d8fa57d 100644
--- a/src/Catty/PlayerEngine/AudioEngine/CatrobatAudioPlayer.h
+++ b/src/Catty/PlayerEngine/AudioEngine/CatrobatAudioPlayer.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/CatrobatAudioPlayer.m b/src/Catty/PlayerEngine/AudioEngine/CatrobatAudioPlayer.m
index 537bcadefe..763122e810 100644
--- a/src/Catty/PlayerEngine/AudioEngine/CatrobatAudioPlayer.m
+++ b/src/Catty/PlayerEngine/AudioEngine/CatrobatAudioPlayer.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/CatrobatPlayerItem.h b/src/Catty/PlayerEngine/AudioEngine/CatrobatPlayerItem.h
index ab29bb9c59..9d60e45553 100644
--- a/src/Catty/PlayerEngine/AudioEngine/CatrobatPlayerItem.h
+++ b/src/Catty/PlayerEngine/AudioEngine/CatrobatPlayerItem.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/CatrobatPlayerItem.m b/src/Catty/PlayerEngine/AudioEngine/CatrobatPlayerItem.m
index d98191a3a6..1af1b96dbb 100644
--- a/src/Catty/PlayerEngine/AudioEngine/CatrobatPlayerItem.m
+++ b/src/Catty/PlayerEngine/AudioEngine/CatrobatPlayerItem.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/Instrument.swift b/src/Catty/PlayerEngine/AudioEngine/Instrument.swift
index a760b26aa3..f04b5dfa47 100644
--- a/src/Catty/PlayerEngine/AudioEngine/Instrument.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/Instrument.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/IterableCache.swift b/src/Catty/PlayerEngine/AudioEngine/IterableCache.swift
index 6d1737a738..b2c9b7e69f 100644
--- a/src/Catty/PlayerEngine/AudioEngine/IterableCache.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/IterableCache.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/SpeechSynthesizer.swift b/src/Catty/PlayerEngine/AudioEngine/SpeechSynthesizer.swift
index 087845827b..3471dcdaeb 100644
--- a/src/Catty/PlayerEngine/AudioEngine/SpeechSynthesizer.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/SpeechSynthesizer.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/AudioEngine/StandardAudioPlayerFactory.swift b/src/Catty/PlayerEngine/AudioEngine/StandardAudioPlayerFactory.swift
index 2efb342ecc..9034be8fdd 100644
--- a/src/Catty/PlayerEngine/AudioEngine/StandardAudioPlayerFactory.swift
+++ b/src/Catty/PlayerEngine/AudioEngine/StandardAudioPlayerFactory.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Backend/CBBackend.swift b/src/Catty/PlayerEngine/Backend/CBBackend.swift
index 60fe13bdf9..27939a342b 100644
--- a/src/Catty/PlayerEngine/Backend/CBBackend.swift
+++ b/src/Catty/PlayerEngine/Backend/CBBackend.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/CBCustomTypes.swift b/src/Catty/PlayerEngine/CBCustomTypes.swift
index f0c16fa6e9..6424eb0d0d 100644
--- a/src/Catty/PlayerEngine/CBCustomTypes.swift
+++ b/src/Catty/PlayerEngine/CBCustomTypes.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/CBPlayerConfig.swift b/src/Catty/PlayerEngine/CBPlayerConfig.swift
index adc15ea5b8..bbc311fec0 100644
--- a/src/Catty/PlayerEngine/CBPlayerConfig.swift
+++ b/src/Catty/PlayerEngine/CBPlayerConfig.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CBScriptContext/CBScriptContext.swift b/src/Catty/PlayerEngine/DataModel/CBScriptContext/CBScriptContext.swift
index 0c41b09c0f..03f97f0668 100644
--- a/src/Catty/PlayerEngine/DataModel/CBScriptContext/CBScriptContext.swift
+++ b/src/Catty/PlayerEngine/DataModel/CBScriptContext/CBScriptContext.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CBSequence/CBConditionalSequence.swift b/src/Catty/PlayerEngine/DataModel/CBSequence/CBConditionalSequence.swift
index a45a8f74c6..134647c11f 100644
--- a/src/Catty/PlayerEngine/DataModel/CBSequence/CBConditionalSequence.swift
+++ b/src/Catty/PlayerEngine/DataModel/CBSequence/CBConditionalSequence.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CBSequence/CBIfConditionalSequence.swift b/src/Catty/PlayerEngine/DataModel/CBSequence/CBIfConditionalSequence.swift
index e272181713..e61c5a7025 100644
--- a/src/Catty/PlayerEngine/DataModel/CBSequence/CBIfConditionalSequence.swift
+++ b/src/Catty/PlayerEngine/DataModel/CBSequence/CBIfConditionalSequence.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CBSequence/CBOperation.swift b/src/Catty/PlayerEngine/DataModel/CBSequence/CBOperation.swift
index f0d3a2db7d..c90652f108 100644
--- a/src/Catty/PlayerEngine/DataModel/CBSequence/CBOperation.swift
+++ b/src/Catty/PlayerEngine/DataModel/CBSequence/CBOperation.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CBSequence/CBOperationSequence.swift b/src/Catty/PlayerEngine/DataModel/CBSequence/CBOperationSequence.swift
index 4f6edbec1f..67460db45a 100644
--- a/src/Catty/PlayerEngine/DataModel/CBSequence/CBOperationSequence.swift
+++ b/src/Catty/PlayerEngine/DataModel/CBSequence/CBOperationSequence.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CBSequence/CBScriptSequenceList.swift b/src/Catty/PlayerEngine/DataModel/CBSequence/CBScriptSequenceList.swift
index 9fc65fa749..92b2483ad3 100644
--- a/src/Catty/PlayerEngine/DataModel/CBSequence/CBScriptSequenceList.swift
+++ b/src/Catty/PlayerEngine/DataModel/CBSequence/CBScriptSequenceList.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceList.swift b/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceList.swift
index f291b31efd..67f6d68bef 100644
--- a/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceList.swift
+++ b/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceList.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceProtocol.swift b/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceProtocol.swift
index 17be977016..0c94e9f7a2 100644
--- a/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceProtocol.swift
+++ b/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceVisitProtocol.swift b/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceVisitProtocol.swift
index 0d86fb4272..3e1b470b3b 100644
--- a/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceVisitProtocol.swift
+++ b/src/Catty/PlayerEngine/DataModel/CBSequence/CBSequenceVisitProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CBSpriteNode/CBSpriteNode.swift b/src/Catty/PlayerEngine/DataModel/CBSpriteNode/CBSpriteNode.swift
index 2230cfd7ca..12cac21c9d 100644
--- a/src/Catty/PlayerEngine/DataModel/CBSpriteNode/CBSpriteNode.swift
+++ b/src/Catty/PlayerEngine/DataModel/CBSpriteNode/CBSpriteNode.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/CircleShapeNode.swift b/src/Catty/PlayerEngine/DataModel/CircleShapeNode.swift
index a98055f9c1..99cd95695c 100644
--- a/src/Catty/PlayerEngine/DataModel/CircleShapeNode.swift
+++ b/src/Catty/PlayerEngine/DataModel/CircleShapeNode.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/DataModel/LineShapeNode.swift b/src/Catty/PlayerEngine/DataModel/LineShapeNode.swift
index 97d52ccf8d..78c60adbb5 100644
--- a/src/Catty/PlayerEngine/DataModel/LineShapeNode.swift
+++ b/src/Catty/PlayerEngine/DataModel/LineShapeNode.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Formula/Cache/FormulaCache.swift b/src/Catty/PlayerEngine/Formula/Cache/FormulaCache.swift
index def179a0e9..04ac84e9c0 100644
--- a/src/Catty/PlayerEngine/Formula/Cache/FormulaCache.swift
+++ b/src/Catty/PlayerEngine/Formula/Cache/FormulaCache.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Formula/FormulaManager+Editor.swift b/src/Catty/PlayerEngine/Formula/FormulaManager+Editor.swift
index 15db7a631d..cf6b444bb4 100644
--- a/src/Catty/PlayerEngine/Formula/FormulaManager+Editor.swift
+++ b/src/Catty/PlayerEngine/Formula/FormulaManager+Editor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Formula/FormulaManager+Interpreter.swift b/src/Catty/PlayerEngine/Formula/FormulaManager+Interpreter.swift
index 6bb1cf65eb..590d026a89 100644
--- a/src/Catty/PlayerEngine/Formula/FormulaManager+Interpreter.swift
+++ b/src/Catty/PlayerEngine/Formula/FormulaManager+Interpreter.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Formula/FormulaManager+Resources.swift b/src/Catty/PlayerEngine/Formula/FormulaManager+Resources.swift
index 7c14dc21aa..8030824299 100644
--- a/src/Catty/PlayerEngine/Formula/FormulaManager+Resources.swift
+++ b/src/Catty/PlayerEngine/Formula/FormulaManager+Resources.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Formula/FormulaManager.swift b/src/Catty/PlayerEngine/Formula/FormulaManager.swift
index 91753bef32..7a940193e4 100644
--- a/src/Catty/PlayerEngine/Formula/FormulaManager.swift
+++ b/src/Catty/PlayerEngine/Formula/FormulaManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Frontend/CBFrontend.swift b/src/Catty/PlayerEngine/Frontend/CBFrontend.swift
index 18f290750f..13da311bd8 100644
--- a/src/Catty/PlayerEngine/Frontend/CBFrontend.swift
+++ b/src/Catty/PlayerEngine/Frontend/CBFrontend.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Frontend/CBFrontendSequenceFilters.swift b/src/Catty/PlayerEngine/Frontend/CBFrontendSequenceFilters.swift
index adc52c2bb0..37747fae5f 100644
--- a/src/Catty/PlayerEngine/Frontend/CBFrontendSequenceFilters.swift
+++ b/src/Catty/PlayerEngine/Frontend/CBFrontendSequenceFilters.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Helper/CBSceneHelper.swift b/src/Catty/PlayerEngine/Helper/CBSceneHelper.swift
index b2992e9889..7d8ee6ce37 100644
--- a/src/Catty/PlayerEngine/Helper/CBSceneHelper.swift
+++ b/src/Catty/PlayerEngine/Helper/CBSceneHelper.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Arduino/ArduinoSendDigitalValueBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Arduino/ArduinoSendDigitalValueBrick+Instruction.swift
index 9ac0136ff3..45751a4f5a 100644
--- a/src/Catty/PlayerEngine/Instructions/Arduino/ArduinoSendDigitalValueBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Arduino/ArduinoSendDigitalValueBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Arduino/ArduinoSendPWMValueBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Arduino/ArduinoSendPWMValueBrick+Instruction.swift
index c774849e27..dd7702b197 100644
--- a/src/Catty/PlayerEngine/Instructions/Arduino/ArduinoSendPWMValueBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Arduino/ArduinoSendPWMValueBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Control/BroadcastBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Control/BroadcastBrick+Instruction.swift
index 2f2922a396..b21234db0f 100644
--- a/src/Catty/PlayerEngine/Instructions/Control/BroadcastBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Control/BroadcastBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Control/BroadcastWaitBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Control/BroadcastWaitBrick+Instruction.swift
index 53a9e906dc..d8dc7e7549 100644
--- a/src/Catty/PlayerEngine/Instructions/Control/BroadcastWaitBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Control/BroadcastWaitBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Control/WaitBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Control/WaitBrick+Instruction.swift
index c15532096a..f98647fa0e 100644
--- a/src/Catty/PlayerEngine/Instructions/Control/WaitBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Control/WaitBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Control/WaitUntilBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Control/WaitUntilBrick+Instruction.swift
index 36a7e5754b..3d86cc5ffa 100644
--- a/src/Catty/PlayerEngine/Instructions/Control/WaitUntilBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Control/WaitUntilBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Data/AddItemToUserListBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Data/AddItemToUserListBrick+Instruction.swift
index 0ccbd72c4f..fb5bff2e01 100644
--- a/src/Catty/PlayerEngine/Instructions/Data/AddItemToUserListBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Data/AddItemToUserListBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Data/ChangeVariableBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Data/ChangeVariableBrick+Instruction.swift
index 19fcb30b4c..7113e6758f 100644
--- a/src/Catty/PlayerEngine/Instructions/Data/ChangeVariableBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Data/ChangeVariableBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Data/DeleteItemOfUserListBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Data/DeleteItemOfUserListBrick+Instruction.swift
index 4b58a13f43..a7b1a69316 100644
--- a/src/Catty/PlayerEngine/Instructions/Data/DeleteItemOfUserListBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Data/DeleteItemOfUserListBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Data/HideTextBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Data/HideTextBrick+Instruction.swift
index e7b7d400bd..7e8e3cf5f0 100644
--- a/src/Catty/PlayerEngine/Instructions/Data/HideTextBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Data/HideTextBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Data/InsertItemIntoUserListBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Data/InsertItemIntoUserListBrick+Instruction.swift
index ac80a661ca..0db775c012 100644
--- a/src/Catty/PlayerEngine/Instructions/Data/InsertItemIntoUserListBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Data/InsertItemIntoUserListBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Data/ReplaceItemInUserListBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Data/ReplaceItemInUserListBrick+Instruction.swift
index 20d8219f85..dcd2af78a8 100644
--- a/src/Catty/PlayerEngine/Instructions/Data/ReplaceItemInUserListBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Data/ReplaceItemInUserListBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Data/SetVariableBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Data/SetVariableBrick+Instruction.swift
index f829adec64..b28c94fa03 100644
--- a/src/Catty/PlayerEngine/Instructions/Data/SetVariableBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Data/SetVariableBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Data/ShowTextBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Data/ShowTextBrick+Instruction.swift
index e1b7c0fd2b..83154730ba 100644
--- a/src/Catty/PlayerEngine/Instructions/Data/ShowTextBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Data/ShowTextBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Data/WebRequestBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Data/WebRequestBrick+Instruction.swift
index dfb59d2b6d..9e79b77020 100644
--- a/src/Catty/PlayerEngine/Instructions/Data/WebRequestBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Data/WebRequestBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Embroidery/SewUpBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Embroidery/SewUpBrick+Instruction.swift
index 94b7a2bda5..c842aae315 100644
--- a/src/Catty/PlayerEngine/Instructions/Embroidery/SewUpBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Embroidery/SewUpBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Embroidery/StartRunningStitchBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Embroidery/StartRunningStitchBrick+Instruction.swift
index 6c8c97c8ab..7ba62030bb 100644
--- a/src/Catty/PlayerEngine/Instructions/Embroidery/StartRunningStitchBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Embroidery/StartRunningStitchBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Embroidery/StartTripleStitchBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Embroidery/StartTripleStitchBrick+Instruction.swift
index 6e531e1f05..f34dd8a1cf 100644
--- a/src/Catty/PlayerEngine/Instructions/Embroidery/StartTripleStitchBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Embroidery/StartTripleStitchBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Embroidery/StartZigzagStitchBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Embroidery/StartZigzagStitchBrick+Instruction.swift
index e54ecad206..088ec3d66e 100644
--- a/src/Catty/PlayerEngine/Instructions/Embroidery/StartZigzagStitchBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Embroidery/StartZigzagStitchBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Embroidery/StitchBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Embroidery/StitchBrick+Instruction.swift
index afa225262b..87cf4a187c 100644
--- a/src/Catty/PlayerEngine/Instructions/Embroidery/StitchBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Embroidery/StitchBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Embroidery/StitchThreadColorBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Embroidery/StitchThreadColorBrick+Instruction.swift
index f6e6490d06..3fc910f3c3 100644
--- a/src/Catty/PlayerEngine/Instructions/Embroidery/StitchThreadColorBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Embroidery/StitchThreadColorBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Embroidery/StopCurrentStitchBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Embroidery/StopCurrentStitchBrick+Instruction.swift
index dbe86f08c9..f1e0e6d0f4 100644
--- a/src/Catty/PlayerEngine/Instructions/Embroidery/StopCurrentStitchBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Embroidery/StopCurrentStitchBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/IO/FlashBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/IO/FlashBrick+Instruction.swift
index 63ed2b19f6..a9e06e9376 100644
--- a/src/Catty/PlayerEngine/Instructions/IO/FlashBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/IO/FlashBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/IO/VibrationBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/IO/VibrationBrick+Instruction.swift
index 33d83ff681..af2da199ef 100644
--- a/src/Catty/PlayerEngine/Instructions/IO/VibrationBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/IO/VibrationBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/AskBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/AskBrick+Instruction.swift
index 5a3e4d47b5..b83097cac0 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/AskBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/AskBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/CameraBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/CameraBrick+Instruction.swift
index 98b469e699..e379760382 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/CameraBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/CameraBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/ChangeBrightnessByNBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/ChangeBrightnessByNBrick+Instruction.swift
index 99248282a7..5e1c0f8ee0 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/ChangeBrightnessByNBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/ChangeBrightnessByNBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/ChangeColorByNBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/ChangeColorByNBrick+Instruction.swift
index 3e36485bcc..8ef18ace53 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/ChangeColorByNBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/ChangeColorByNBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/ChangeTransparencyByNBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/ChangeTransparencyByNBrick+Instruction.swift
index 5718ae3592..fa75b09d46 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/ChangeTransparencyByNBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/ChangeTransparencyByNBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/ChooseCameraBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/ChooseCameraBrick+Instruction.swift
index 2101536036..71697a9080 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/ChooseCameraBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/ChooseCameraBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/ClearGraphicEffectBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/ClearGraphicEffectBrick+Instruction.swift
index 4d0cec52b5..5aa7dcfd45 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/ClearGraphicEffectBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/ClearGraphicEffectBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/HideBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/HideBrick+Instruction.swift
index e4c9906ec1..891e6b1328 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/HideBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/HideBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/NextLookBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/NextLookBrick+Instruction.swift
index 8a7023a082..fa7ffbeffa 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/NextLookBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/NextLookBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/PreviousLookBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/PreviousLookBrick+Instruction.swift
index bf1016770b..b4fb94183b 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/PreviousLookBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/PreviousLookBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SayBubbleBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SayBubbleBrick+Instruction.swift
index 213a7c694c..1fe57cbcf4 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SayBubbleBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SayBubbleBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SayForBubbleBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SayForBubbleBrick+Instruction.swift
index 06bb34430a..9a32c6c001 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SayForBubbleBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SayForBubbleBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundAndWaitBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundAndWaitBrick+Instruction.swift
index 30a6a380c9..4725b4612e 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundAndWaitBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundAndWaitBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundBrick+Instruction.swift
index 25cb4e4555..247142cd53 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundByIndexBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundByIndexBrick+Instruction.swift
index 156e8d33ad..e4eb4469f3 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundByIndexBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SetBackgroundByIndexBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SetBrightnessBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SetBrightnessBrick+Instruction.swift
index c8bb8d7386..90b4c6a7a3 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SetBrightnessBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SetBrightnessBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SetColorBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SetColorBrick+Instruction.swift
index fb62dd0a59..a5cebf82ae 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SetColorBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SetColorBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SetLookBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SetLookBrick+Instruction.swift
index 90e5f735c8..089d199163 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SetLookBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SetLookBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SetLookByIndexBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SetLookByIndexBrick+Instruction.swift
index e0ab062ac3..bafdbb74aa 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SetLookByIndexBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SetLookByIndexBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SetSizeToBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SetSizeToBrick+Instruction.swift
index 70fd65e7e0..a70019c949 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SetSizeToBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SetSizeToBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/SetTransparencyBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/SetTransparencyBrick+Instruction.swift
index 54c6774553..5a2b460ba5 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/SetTransparencyBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/SetTransparencyBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/ShowBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/ShowBrick+Instruction.swift
index e73dc59c7e..82e1ab1dbd 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/ShowBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/ShowBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/ThinkBubbleBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/ThinkBubbleBrick+Instruction.swift
index fce80364d5..5114fc37ea 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/ThinkBubbleBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/ThinkBubbleBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Look/ThinkForBubbleBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Look/ThinkForBubbleBrick+Instruction.swift
index a7bd91235f..231ad0082f 100644
--- a/src/Catty/PlayerEngine/Instructions/Look/ThinkForBubbleBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Look/ThinkForBubbleBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/ChangeSizeByNBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/ChangeSizeByNBrick+Instruction.swift
index 2efafe2fa7..991f258a2c 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/ChangeSizeByNBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/ChangeSizeByNBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/ChangeXByNBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/ChangeXByNBrick+Instruction.swift
index d69551eff3..1101b12e3f 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/ChangeXByNBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/ChangeXByNBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/ChangeYByNBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/ChangeYByNBrick+Instruction.swift
index dbef2c6a65..3c7ba2c145 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/ChangeYByNBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/ChangeYByNBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/ComeToFrontBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/ComeToFrontBrick+Instruction.swift
index e424b92d82..ab07427479 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/ComeToFrontBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/ComeToFrontBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/GlideToBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/GlideToBrick+Instruction.swift
index e635e22fe7..dff710a548 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/GlideToBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/GlideToBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/GoNStepsBackBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/GoNStepsBackBrick+Instruction.swift
index a8af56a34a..5677256e7d 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/GoNStepsBackBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/GoNStepsBackBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/GoToBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/GoToBrick+Instruction.swift
index ae46ffc02f..afc5ebf254 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/GoToBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/GoToBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/IfOnEdgeBounceBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/IfOnEdgeBounceBrick+Instruction.swift
index 6c914f0a19..5146c8b115 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/IfOnEdgeBounceBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/IfOnEdgeBounceBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/MoveNStepsBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/MoveNStepsBrick+Instruction.swift
index 2a0fbc164c..9485d3b507 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/MoveNStepsBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/MoveNStepsBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/PlaceAtBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/PlaceAtBrick+Instruction.swift
index 34a2c059d6..560b14a390 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/PlaceAtBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/PlaceAtBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/PointInDirectionBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/PointInDirectionBrick+Instruction.swift
index a9bfce5446..15c71b7b42 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/PointInDirectionBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/PointInDirectionBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/PointToBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/PointToBrick+Instruction.swift
index 30478d3ac7..0b912b7f98 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/PointToBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/PointToBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/SetRotationStyleBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/SetRotationStyleBrick+Instruction.swift
index 78f4ae642c..9de0c2955e 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/SetRotationStyleBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/SetRotationStyleBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/SetXBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/SetXBrick+Instruction.swift
index a6d96cb9b3..54fb89111f 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/SetXBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/SetXBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/SetYBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/SetYBrick+Instruction.swift
index 375183a806..9c819b00bc 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/SetYBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/SetYBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/TurnLeftBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/TurnLeftBrick+Instruction.swift
index d07e03ed91..0056ace59f 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/TurnLeftBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/TurnLeftBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Motion/TurnRightBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Motion/TurnRightBrick+Instruction.swift
index b13ab4a87b..783188a442 100644
--- a/src/Catty/PlayerEngine/Instructions/Motion/TurnRightBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Motion/TurnRightBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Pen/PenClearBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Pen/PenClearBrick+Instruction.swift
index 1df09b0814..030d82a0eb 100644
--- a/src/Catty/PlayerEngine/Instructions/Pen/PenClearBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Pen/PenClearBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Pen/PenDownBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Pen/PenDownBrick+Instruction.swift
index fb0396c3ff..3c2641d084 100644
--- a/src/Catty/PlayerEngine/Instructions/Pen/PenDownBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Pen/PenDownBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Pen/PenUpBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Pen/PenUpBrick+Instruction.swift
index c50988ed7d..8969584737 100644
--- a/src/Catty/PlayerEngine/Instructions/Pen/PenUpBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Pen/PenUpBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Pen/SetPenColorBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Pen/SetPenColorBrick+Instruction.swift
index 2c42d40c62..8dcd8be5ac 100644
--- a/src/Catty/PlayerEngine/Instructions/Pen/SetPenColorBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Pen/SetPenColorBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Pen/SetPenSizeBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Pen/SetPenSizeBrick+Instruction.swift
index 675af4e472..3c3fee1e1d 100644
--- a/src/Catty/PlayerEngine/Instructions/Pen/SetPenSizeBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Pen/SetPenSizeBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Pen/StampBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Pen/StampBrick+Instruction.swift
index 103021e1e9..b0e89bd92a 100644
--- a/src/Catty/PlayerEngine/Instructions/Pen/StampBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Pen/StampBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorMoveBackwardBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorMoveBackwardBrick+Instruction.swift
index 59c153ccc1..4e2e7d3de9 100644
--- a/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorMoveBackwardBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorMoveBackwardBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorMoveForwardBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorMoveForwardBrick+Instruction.swift
index 844898a0ee..7b8e3b7964 100644
--- a/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorMoveForwardBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorMoveForwardBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorStopBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorStopBrick+Instruction.swift
index b4eb408b16..ba255940ed 100644
--- a/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorStopBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Phiro/PhiroMotorStopBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Phiro/PhiroPlayToneBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Phiro/PhiroPlayToneBrick+Instruction.swift
index 2d94811e30..9cdc46a0b3 100644
--- a/src/Catty/PlayerEngine/Instructions/Phiro/PhiroPlayToneBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Phiro/PhiroPlayToneBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Phiro/PhiroRGBLightBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Phiro/PhiroRGBLightBrick+Instruction.swift
index d9a429f24c..98b33a21da 100644
--- a/src/Catty/PlayerEngine/Instructions/Phiro/PhiroRGBLightBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Phiro/PhiroRGBLightBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Sound/ChangeVolumeByNBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Sound/ChangeVolumeByNBrick+Instruction.swift
index 6e102f1511..67456e3b46 100644
--- a/src/Catty/PlayerEngine/Instructions/Sound/ChangeVolumeByNBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Sound/ChangeVolumeByNBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Sound/PlaySoundAndWaitBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Sound/PlaySoundAndWaitBrick+Instruction.swift
index 0898d6b86f..d671b790af 100644
--- a/src/Catty/PlayerEngine/Instructions/Sound/PlaySoundAndWaitBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Sound/PlaySoundAndWaitBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Sound/PlaySoundBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Sound/PlaySoundBrick+Instruction.swift
index 6ef7fba179..0a68099663 100644
--- a/src/Catty/PlayerEngine/Instructions/Sound/PlaySoundBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Sound/PlaySoundBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Sound/SetInstrumentBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Sound/SetInstrumentBrick+Instruction.swift
index 8b1d2f81de..f1542cac9e 100644
--- a/src/Catty/PlayerEngine/Instructions/Sound/SetInstrumentBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Sound/SetInstrumentBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Sound/SetTempoToBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Sound/SetTempoToBrick+Instruction.swift
index 961702a0c2..858c33f796 100644
--- a/src/Catty/PlayerEngine/Instructions/Sound/SetTempoToBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Sound/SetTempoToBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Sound/SetVolumeToBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Sound/SetVolumeToBrick+Instruction.swift
index c1f038e929..1828b21e0f 100644
--- a/src/Catty/PlayerEngine/Instructions/Sound/SetVolumeToBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Sound/SetVolumeToBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Sound/SpeakAndWaitBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Sound/SpeakAndWaitBrick+Instruction.swift
index d017ca1191..11bcd6eed2 100644
--- a/src/Catty/PlayerEngine/Instructions/Sound/SpeakAndWaitBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Sound/SpeakAndWaitBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Sound/SpeakBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Sound/SpeakBrick+Instruction.swift
index 0dacd94373..a5289aa504 100644
--- a/src/Catty/PlayerEngine/Instructions/Sound/SpeakBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Sound/SpeakBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Instructions/Sound/StopAllSoundsBrick+Instruction.swift b/src/Catty/PlayerEngine/Instructions/Sound/StopAllSoundsBrick+Instruction.swift
index c9f5c7f935..36ad270b34 100644
--- a/src/Catty/PlayerEngine/Instructions/Sound/StopAllSoundsBrick+Instruction.swift
+++ b/src/Catty/PlayerEngine/Instructions/Sound/StopAllSoundsBrick+Instruction.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Protocols/CBBackendProtocol.swift b/src/Catty/PlayerEngine/Protocols/CBBackendProtocol.swift
index f5f400c960..6df6df8d70 100644
--- a/src/Catty/PlayerEngine/Protocols/CBBackendProtocol.swift
+++ b/src/Catty/PlayerEngine/Protocols/CBBackendProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Protocols/CBBroadcastHandlerProtocol.swift b/src/Catty/PlayerEngine/Protocols/CBBroadcastHandlerProtocol.swift
index b017cec149..490ea1c7a2 100644
--- a/src/Catty/PlayerEngine/Protocols/CBBroadcastHandlerProtocol.swift
+++ b/src/Catty/PlayerEngine/Protocols/CBBroadcastHandlerProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Protocols/CBConditionProtocol.swift b/src/Catty/PlayerEngine/Protocols/CBConditionProtocol.swift
index 80ceed83c6..662d68c27d 100644
--- a/src/Catty/PlayerEngine/Protocols/CBConditionProtocol.swift
+++ b/src/Catty/PlayerEngine/Protocols/CBConditionProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Protocols/CBFrontendProtocol.swift b/src/Catty/PlayerEngine/Protocols/CBFrontendProtocol.swift
index 39a29b1f68..59d99c1f46 100644
--- a/src/Catty/PlayerEngine/Protocols/CBFrontendProtocol.swift
+++ b/src/Catty/PlayerEngine/Protocols/CBFrontendProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Protocols/CBInstructionProtocol.swift b/src/Catty/PlayerEngine/Protocols/CBInstructionProtocol.swift
index 85eaa17a51..1af5ef3108 100644
--- a/src/Catty/PlayerEngine/Protocols/CBInstructionProtocol.swift
+++ b/src/Catty/PlayerEngine/Protocols/CBInstructionProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Protocols/CBSchedulerProtocol.swift b/src/Catty/PlayerEngine/Protocols/CBSchedulerProtocol.swift
index d161ff05ae..dc2920e984 100644
--- a/src/Catty/PlayerEngine/Protocols/CBSchedulerProtocol.swift
+++ b/src/Catty/PlayerEngine/Protocols/CBSchedulerProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Protocols/FormulaInterpreterProtocol.swift b/src/Catty/PlayerEngine/Protocols/FormulaInterpreterProtocol.swift
index c3e3c419e0..703ced271a 100644
--- a/src/Catty/PlayerEngine/Protocols/FormulaInterpreterProtocol.swift
+++ b/src/Catty/PlayerEngine/Protocols/FormulaInterpreterProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Protocols/FormulaManagerProtocol.swift b/src/Catty/PlayerEngine/Protocols/FormulaManagerProtocol.swift
index af91bed8a7..db0cb4aedc 100644
--- a/src/Catty/PlayerEngine/Protocols/FormulaManagerProtocol.swift
+++ b/src/Catty/PlayerEngine/Protocols/FormulaManagerProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Protocols/StageProtocol.swift b/src/Catty/PlayerEngine/Protocols/StageProtocol.swift
index 45057d20e5..8c16076923 100644
--- a/src/Catty/PlayerEngine/Protocols/StageProtocol.swift
+++ b/src/Catty/PlayerEngine/Protocols/StageProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Scheduler/CBBroadcastHandler.swift b/src/Catty/PlayerEngine/Scheduler/CBBroadcastHandler.swift
index c91ef164fa..4901b3e3c7 100644
--- a/src/Catty/PlayerEngine/Scheduler/CBBroadcastHandler.swift
+++ b/src/Catty/PlayerEngine/Scheduler/CBBroadcastHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Scheduler/CBScheduler.swift b/src/Catty/PlayerEngine/Scheduler/CBScheduler.swift
index 4154ac6930..c0dbc77a6c 100644
--- a/src/Catty/PlayerEngine/Scheduler/CBScheduler.swift
+++ b/src/Catty/PlayerEngine/Scheduler/CBScheduler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Scheduler/CBSchedulingAlgorithms.swift b/src/Catty/PlayerEngine/Scheduler/CBSchedulingAlgorithms.swift
index 89a2d20ebc..692721ce0d 100644
--- a/src/Catty/PlayerEngine/Scheduler/CBSchedulingAlgorithms.swift
+++ b/src/Catty/PlayerEngine/Scheduler/CBSchedulingAlgorithms.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Audio/LoudnessSensor.swift b/src/Catty/PlayerEngine/Sensors/Audio/LoudnessSensor.swift
index 6f8ef08fa0..1d0047dd5e 100644
--- a/src/Catty/PlayerEngine/Sensors/Audio/LoudnessSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Audio/LoudnessSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftAnkleXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftAnkleXSensor.swift
index 21097cef25..2b588f6a61 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftAnkleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftAnkleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftAnkleYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftAnkleYSensor.swift
index 90a6e256c7..74d28f68f6 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftAnkleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftAnkleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftElbowXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftElbowXSensor.swift
index b3401efbc2..a57d3dc920 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftElbowXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftElbowXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftElbowYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftElbowYSensor.swift
index 3609f6739a..723f6e1141 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftElbowYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftElbowYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftHipXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftHipXSensor.swift
index 99cfcfdeb9..b1bcd87177 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftHipXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftHipXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftHipYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftHipYSensor.swift
index f8c2f729c3..5de196c198 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftHipYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftHipYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftKneeXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftKneeXSensor.swift
index c83bc7c243..c5c8a888cc 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftKneeXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftKneeXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftKneeYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftKneeYSensor.swift
index 81c71499df..f1ca95f79e 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftKneeYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftKneeYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftShoulderXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftShoulderXSensor.swift
index 7a4f681322..419c9b6d2d 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftShoulderXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftShoulderXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftShoulderYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftShoulderYSensor.swift
index 5ffd331def..8187de50c1 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftShoulderYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftShoulderYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftWristXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftWristXSensor.swift
index 596695a861..e6568b93f7 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftWristXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftWristXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftWristYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftWristYSensor.swift
index 3faf45da86..0f4285b9d6 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/LeftWristYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/LeftWristYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/NeckXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/NeckXSensor.swift
index b9ba39388d..9bce88440d 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/NeckXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/NeckXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/NeckYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/NeckYSensor.swift
index 5ce78a4d41..eec61e9dc7 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/NeckYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/NeckYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/PoseNetModel.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/PoseNetModel.swift
index c6e717d135..93024a3d93 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/PoseNetModel.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/PoseNetModel.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightAnkleXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightAnkleXSensor.swift
index 1e576d9a2f..0a1f599fc6 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightAnkleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightAnkleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightAnkleYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightAnkleYSensor.swift
index 9286b2ab22..5325d75d3f 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightAnkleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightAnkleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightElbowXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightElbowXSensor.swift
index 1506ca4b57..b4fc84f246 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightElbowXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightElbowXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightElbowYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightElbowYSensor.swift
index 85314e10f6..c5ff90d883 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightElbowYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightElbowYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightHipXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightHipXSensor.swift
index 2aefa4eae1..9ad0972214 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightHipXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightHipXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightHipYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightHipYSensor.swift
index ed7f9fade9..ccc6b7dc1c 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightHipYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightHipYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightKneeXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightKneeXSensor.swift
index 4de99027a7..fe494e475d 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightKneeXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightKneeXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightKneeYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightKneeYSensor.swift
index 768a25d48a..47dd6e59dc 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightKneeYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightKneeYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightShoulderXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightShoulderXSensor.swift
index 69fd33fa87..b0cfd18b6b 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightShoulderXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightShoulderXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightShoulderYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightShoulderYSensor.swift
index 96df2a0019..775a05a07e 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightShoulderYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightShoulderYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightWristXSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightWristXSensor.swift
index af6886c572..4651fb79e8 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightWristXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightWristXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/BodyPose/RightWristYSensor.swift b/src/Catty/PlayerEngine/Sensors/BodyPose/RightWristYSensor.swift
index 1c2bc23f7e..237d4cc63e 100644
--- a/src/Catty/PlayerEngine/Sensors/BodyPose/RightWristYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/BodyPose/RightWristYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Date/DateDaySensor.swift b/src/Catty/PlayerEngine/Sensors/Date/DateDaySensor.swift
index e0127d6637..9124927118 100644
--- a/src/Catty/PlayerEngine/Sensors/Date/DateDaySensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Date/DateDaySensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Date/DateMonthSensor.swift b/src/Catty/PlayerEngine/Sensors/Date/DateMonthSensor.swift
index 1e1ab7696b..f55c06dd3b 100644
--- a/src/Catty/PlayerEngine/Sensors/Date/DateMonthSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Date/DateMonthSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Date/DateWeekdaySensor.swift b/src/Catty/PlayerEngine/Sensors/Date/DateWeekdaySensor.swift
index e6901b894a..50de4b0e6c 100644
--- a/src/Catty/PlayerEngine/Sensors/Date/DateWeekdaySensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Date/DateWeekdaySensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Date/DateYearSensor.swift b/src/Catty/PlayerEngine/Sensors/Date/DateYearSensor.swift
index 4cd8259b7b..1e7fa2603b 100644
--- a/src/Catty/PlayerEngine/Sensors/Date/DateYearSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Date/DateYearSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Date/TimeHourSensor.swift b/src/Catty/PlayerEngine/Sensors/Date/TimeHourSensor.swift
index 096a660f01..5d93e440d2 100644
--- a/src/Catty/PlayerEngine/Sensors/Date/TimeHourSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Date/TimeHourSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Date/TimeMinuteSensor.swift b/src/Catty/PlayerEngine/Sensors/Date/TimeMinuteSensor.swift
index 84ef8aee72..a5ad325561 100644
--- a/src/Catty/PlayerEngine/Sensors/Date/TimeMinuteSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Date/TimeMinuteSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Date/TimeSecondSensor.swift b/src/Catty/PlayerEngine/Sensors/Date/TimeSecondSensor.swift
index 270d730c94..2e8a496710 100644
--- a/src/Catty/PlayerEngine/Sensors/Date/TimeSecondSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Date/TimeSecondSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/DetectionManager/BodyPoseDetectionManager.swift b/src/Catty/PlayerEngine/Sensors/DetectionManager/BodyPoseDetectionManager.swift
index e4635187b7..9db3610a51 100644
--- a/src/Catty/PlayerEngine/Sensors/DetectionManager/BodyPoseDetectionManager.swift
+++ b/src/Catty/PlayerEngine/Sensors/DetectionManager/BodyPoseDetectionManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/DetectionManager/FaceDetectionManager.swift b/src/Catty/PlayerEngine/Sensors/DetectionManager/FaceDetectionManager.swift
index 7a11a73bc7..cd32f537eb 100644
--- a/src/Catty/PlayerEngine/Sensors/DetectionManager/FaceDetectionManager.swift
+++ b/src/Catty/PlayerEngine/Sensors/DetectionManager/FaceDetectionManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/DetectionManager/HandPoseDetectionManager.swift b/src/Catty/PlayerEngine/Sensors/DetectionManager/HandPoseDetectionManager.swift
index 54b97551cd..42f02e173a 100644
--- a/src/Catty/PlayerEngine/Sensors/DetectionManager/HandPoseDetectionManager.swift
+++ b/src/Catty/PlayerEngine/Sensors/DetectionManager/HandPoseDetectionManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/DetectionManager/ObjectDetectionManager.swift b/src/Catty/PlayerEngine/Sensors/DetectionManager/ObjectDetectionManager.swift
index a03f08251a..2d881d218c 100644
--- a/src/Catty/PlayerEngine/Sensors/DetectionManager/ObjectDetectionManager.swift
+++ b/src/Catty/PlayerEngine/Sensors/DetectionManager/ObjectDetectionManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/DetectionManager/TextRecognitionManager.swift b/src/Catty/PlayerEngine/Sensors/DetectionManager/TextRecognitionManager.swift
index 3e8aea8114..159c62def6 100644
--- a/src/Catty/PlayerEngine/Sensors/DetectionManager/TextRecognitionManager.swift
+++ b/src/Catty/PlayerEngine/Sensors/DetectionManager/TextRecognitionManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/DetectionManager/VisualDetectionManager.swift b/src/Catty/PlayerEngine/Sensors/DetectionManager/VisualDetectionManager.swift
index e6cd690e9f..cc0ac4f987 100644
--- a/src/Catty/PlayerEngine/Sensors/DetectionManager/VisualDetectionManager.swift
+++ b/src/Catty/PlayerEngine/Sensors/DetectionManager/VisualDetectionManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Device/UserLanguageSensor.swift b/src/Catty/PlayerEngine/Sensors/Device/UserLanguageSensor.swift
index 010aec0be8..1932ad0b0c 100644
--- a/src/Catty/PlayerEngine/Sensors/Device/UserLanguageSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Device/UserLanguageSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Extensions/ProtocolConformance.swift b/src/Catty/PlayerEngine/Sensors/Extensions/ProtocolConformance.swift
index b88c71e6a3..e9f13ed19e 100644
--- a/src/Catty/PlayerEngine/Sensors/Extensions/ProtocolConformance.swift
+++ b/src/Catty/PlayerEngine/Sensors/Extensions/ProtocolConformance.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Face/FaceDetectedSensor.swift b/src/Catty/PlayerEngine/Sensors/Face/FaceDetectedSensor.swift
index f0a3cd1c4f..3f15a87693 100644
--- a/src/Catty/PlayerEngine/Sensors/Face/FaceDetectedSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Face/FaceDetectedSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Face/FacePositionXSensor.swift b/src/Catty/PlayerEngine/Sensors/Face/FacePositionXSensor.swift
index aafba29809..d10dadc919 100644
--- a/src/Catty/PlayerEngine/Sensors/Face/FacePositionXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Face/FacePositionXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Face/FacePositionYSensor.swift b/src/Catty/PlayerEngine/Sensors/Face/FacePositionYSensor.swift
index e881a4e250..dd601064e7 100644
--- a/src/Catty/PlayerEngine/Sensors/Face/FacePositionYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Face/FacePositionYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Face/FaceSizeSensor.swift b/src/Catty/PlayerEngine/Sensors/Face/FaceSizeSensor.swift
index 51b85f0347..27f8a91da2 100644
--- a/src/Catty/PlayerEngine/Sensors/Face/FaceSizeSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Face/FaceSizeSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Face/SecondFaceDetectedSensor.swift b/src/Catty/PlayerEngine/Sensors/Face/SecondFaceDetectedSensor.swift
index 9cd1cde0a8..5ace47ee4a 100644
--- a/src/Catty/PlayerEngine/Sensors/Face/SecondFaceDetectedSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Face/SecondFaceDetectedSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Face/SecondFacePositionXSensor.swift b/src/Catty/PlayerEngine/Sensors/Face/SecondFacePositionXSensor.swift
index f6bdddd99d..61765c43bd 100644
--- a/src/Catty/PlayerEngine/Sensors/Face/SecondFacePositionXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Face/SecondFacePositionXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Face/SecondFacePositionYSensor.swift b/src/Catty/PlayerEngine/Sensors/Face/SecondFacePositionYSensor.swift
index 8673222b3c..edb754cf2e 100644
--- a/src/Catty/PlayerEngine/Sensors/Face/SecondFacePositionYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Face/SecondFacePositionYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Face/SecondFaceSizeSensor.swift b/src/Catty/PlayerEngine/Sensors/Face/SecondFaceSizeSensor.swift
index c205c045f7..8659f76b17 100644
--- a/src/Catty/PlayerEngine/Sensors/Face/SecondFaceSizeSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Face/SecondFaceSizeSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/HeadTopXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/HeadTopXSensor.swift
index e3018e66b6..ac28911715 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/HeadTopXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/HeadTopXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/HeadTopYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/HeadTopYSensor.swift
index a29aa9aaac..98a9507cd0 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/HeadTopYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/HeadTopYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEarXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEarXSensor.swift
index 1013d7d15b..a7e6f91503 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEarXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEarXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEarYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEarYSensor.swift
index 0ae3b6d70c..23da67541f 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEarYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEarYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeCenterXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeCenterXSensor.swift
index 2d4ed0eb39..be34b62c15 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeCenterXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeCenterXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeCenterYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeCenterYSensor.swift
index 018a2eeb39..584a5eb5fd 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeCenterYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeCenterYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeInnerXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeInnerXSensor.swift
index a59da1a4e0..1b068549f1 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeInnerXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeInnerXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeInnerYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeInnerYSensor.swift
index cdabacb249..f3c3906187 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeInnerYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeInnerYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeOuterXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeOuterXSensor.swift
index 04349ea622..f23db6be36 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeOuterXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeOuterXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeOuterYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeOuterYSensor.swift
index 5a3cbe8a83..66923b8fba 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeOuterYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyeOuterYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowCenterXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowCenterXSensor.swift
index c562368ec0..d85a9261a2 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowCenterXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowCenterXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowCenterYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowCenterYSensor.swift
index 512a586b2a..b90bd26295 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowCenterYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowCenterYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowInnerXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowInnerXSensor.swift
index 9c9fa42e81..23f783893c 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowInnerXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowInnerXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowInnerYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowInnerYSensor.swift
index 7743537c36..8ecbbfd15d 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowInnerYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowInnerYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowOuterXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowOuterXSensor.swift
index 9a80fab464..6b9b6121a2 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowOuterXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowOuterXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowOuterYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowOuterYSensor.swift
index c6fbdccf92..b0def1da19 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowOuterYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/LeftEyebrowOuterYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/MouthLeftCornerXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/MouthLeftCornerXSensor.swift
index e495b1fe8b..6a8cfae03b 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/MouthLeftCornerXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/MouthLeftCornerXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/MouthLeftCornerYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/MouthLeftCornerYSensor.swift
index fe41bfcb2d..f263510aa7 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/MouthLeftCornerYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/MouthLeftCornerYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/MouthRightCornerXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/MouthRightCornerXSensor.swift
index fd9e19c9c4..df4e8fb27a 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/MouthRightCornerXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/MouthRightCornerXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/MouthRightCornerYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/MouthRightCornerYSensor.swift
index 825f08e0c4..56b41ddb77 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/MouthRightCornerYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/MouthRightCornerYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/NoseXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/NoseXSensor.swift
index 5e0ee07297..4932e331b9 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/NoseXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/NoseXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/NoseYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/NoseYSensor.swift
index f65d098d4b..14269c67ef 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/NoseYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/NoseYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEarXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEarXSensor.swift
index 8ac8d8293c..bb09474282 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEarXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEarXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEarYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEarYSensor.swift
index 38e1bfd11f..2c31371933 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEarYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEarYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeCenterXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeCenterXSensor.swift
index e2e2ae37ba..3e098b2e1d 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeCenterXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeCenterXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeCenterYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeCenterYSensor.swift
index cbe62aa05c..84d79a6c60 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeCenterYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeCenterYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeInnerXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeInnerXSensor.swift
index 5822dbd1e9..508d1667c8 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeInnerXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeInnerXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeInnerYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeInnerYSensor.swift
index 178ac4587d..a72d9bf02f 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeInnerYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeInnerYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeOuterXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeOuterXSensor.swift
index 0bc56fda54..3ce6bce756 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeOuterXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeOuterXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeOuterYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeOuterYSensor.swift
index 8e2351d635..9388efb766 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeOuterYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyeOuterYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowCenterXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowCenterXSensor.swift
index e7aa20cb7c..6beff3eb07 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowCenterXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowCenterXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowCenterYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowCenterYSensor.swift
index 41431bd699..bc41fa67f2 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowCenterYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowCenterYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowInnerXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowInnerXSensor.swift
index 9c8810b61e..3b4879c18e 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowInnerXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowInnerXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowInnerYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowInnerYSensor.swift
index 95045c5ba7..6d75bf88d0 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowInnerYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowInnerYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowOuterXSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowOuterXSensor.swift
index a15c435b13..fbc4b7785d 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowOuterXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowOuterXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowOuterYSensor.swift b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowOuterYSensor.swift
index d125b98d39..c7a5b0156c 100644
--- a/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowOuterYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/FacePose/RightEyebrowOuterYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/LeftIndexKnuckleXSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/LeftIndexKnuckleXSensor.swift
index 0abce21f48..fb66f2f5e0 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/LeftIndexKnuckleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/LeftIndexKnuckleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/LeftIndexKnuckleYSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/LeftIndexKnuckleYSensor.swift
index 15817c35eb..f0a06bcdd3 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/LeftIndexKnuckleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/LeftIndexKnuckleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/LeftMiddleFingerKnuckleXSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/LeftMiddleFingerKnuckleXSensor.swift
index f094b35141..d6ff7a0292 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/LeftMiddleFingerKnuckleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/LeftMiddleFingerKnuckleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/LeftMiddleFingerKnuckleYSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/LeftMiddleFingerKnuckleYSensor.swift
index 1a82c46069..ee7228b3cc 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/LeftMiddleFingerKnuckleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/LeftMiddleFingerKnuckleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/LeftPinkyKnuckleXSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/LeftPinkyKnuckleXSensor.swift
index 37ae699558..172ed1eef1 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/LeftPinkyKnuckleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/LeftPinkyKnuckleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/LeftPinkyKnuckleYSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/LeftPinkyKnuckleYSensor.swift
index 1352aa159f..ac2b2b16b2 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/LeftPinkyKnuckleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/LeftPinkyKnuckleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/LeftRingFingerKnuckleXSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/LeftRingFingerKnuckleXSensor.swift
index 1b30b7e3bb..013f363986 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/LeftRingFingerKnuckleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/LeftRingFingerKnuckleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/LeftRingFingerKnuckleYSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/LeftRingFingerKnuckleYSensor.swift
index a1e6f6d7c6..eabb516823 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/LeftRingFingerKnuckleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/LeftRingFingerKnuckleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/LeftThumbKnuckleXSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/LeftThumbKnuckleXSensor.swift
index aa6091cabd..79daa01443 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/LeftThumbKnuckleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/LeftThumbKnuckleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/LeftThumbKnuckleYSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/LeftThumbKnuckleYSensor.swift
index c5b38e6aa3..185a005cfc 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/LeftThumbKnuckleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/LeftThumbKnuckleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/RightIndexKnuckleXSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/RightIndexKnuckleXSensor.swift
index dce42b185a..0215ebd2fc 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/RightIndexKnuckleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/RightIndexKnuckleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/RightIndexKnuckleYSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/RightIndexKnuckleYSensor.swift
index 2e7b4c8f6e..93fcff3665 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/RightIndexKnuckleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/RightIndexKnuckleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/RightMiddleFingerKnuckleXSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/RightMiddleFingerKnuckleXSensor.swift
index 25bd8c3552..8b2b28b1e2 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/RightMiddleFingerKnuckleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/RightMiddleFingerKnuckleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/RightMiddleFingerKnuckleYSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/RightMiddleFingerKnuckleYSensor.swift
index aa0614db7f..1a0ed16db9 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/RightMiddleFingerKnuckleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/RightMiddleFingerKnuckleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/RightPinkyKnuckleXSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/RightPinkyKnuckleXSensor.swift
index 980689b7e0..471098b075 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/RightPinkyKnuckleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/RightPinkyKnuckleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/RightPinkyKnuckleYSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/RightPinkyKnuckleYSensor.swift
index d2faad851e..b4a537e8c0 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/RightPinkyKnuckleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/RightPinkyKnuckleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/RightRingFingerKnuckleXSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/RightRingFingerKnuckleXSensor.swift
index 356ae0064f..8d4fde6d52 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/RightRingFingerKnuckleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/RightRingFingerKnuckleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/RightRingFingerKnuckleYSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/RightRingFingerKnuckleYSensor.swift
index 2136d7b10d..53778ce97b 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/RightRingFingerKnuckleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/RightRingFingerKnuckleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/RightThumbKnuckleXSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/RightThumbKnuckleXSensor.swift
index 552dd8f8b8..187f8edf41 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/RightThumbKnuckleXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/RightThumbKnuckleXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/HandPose/RightThumbKnuckleYSensor.swift b/src/Catty/PlayerEngine/Sensors/HandPose/RightThumbKnuckleYSensor.swift
index dcd1144d0d..60d90906ec 100644
--- a/src/Catty/PlayerEngine/Sensors/HandPose/RightThumbKnuckleYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/HandPose/RightThumbKnuckleYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Heading/CompassDirectionSensor.swift b/src/Catty/PlayerEngine/Sensors/Heading/CompassDirectionSensor.swift
index 77ec3544bf..0c6d20ab4e 100644
--- a/src/Catty/PlayerEngine/Sensors/Heading/CompassDirectionSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Heading/CompassDirectionSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Location/AltitudeSensor.swift b/src/Catty/PlayerEngine/Sensors/Location/AltitudeSensor.swift
index d0efd3d47e..f76ceda77a 100644
--- a/src/Catty/PlayerEngine/Sensors/Location/AltitudeSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Location/AltitudeSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Location/LatitudeSensor.swift b/src/Catty/PlayerEngine/Sensors/Location/LatitudeSensor.swift
index 329c71cf10..ed851364d6 100644
--- a/src/Catty/PlayerEngine/Sensors/Location/LatitudeSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Location/LatitudeSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Location/LocationAccuracySensor.swift b/src/Catty/PlayerEngine/Sensors/Location/LocationAccuracySensor.swift
index 017090e8cc..9bcf5896bc 100644
--- a/src/Catty/PlayerEngine/Sensors/Location/LocationAccuracySensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Location/LocationAccuracySensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Location/LongitudeSensor.swift b/src/Catty/PlayerEngine/Sensors/Location/LongitudeSensor.swift
index eea7789ed3..869eaa054d 100644
--- a/src/Catty/PlayerEngine/Sensors/Location/LongitudeSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Location/LongitudeSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Motion/AccelerationXSensor.swift b/src/Catty/PlayerEngine/Sensors/Motion/AccelerationXSensor.swift
index 1436e4fc45..5519cd6ebc 100644
--- a/src/Catty/PlayerEngine/Sensors/Motion/AccelerationXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Motion/AccelerationXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Motion/AccelerationYSensor.swift b/src/Catty/PlayerEngine/Sensors/Motion/AccelerationYSensor.swift
index 56fa00e506..c22a8935fb 100644
--- a/src/Catty/PlayerEngine/Sensors/Motion/AccelerationYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Motion/AccelerationYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Motion/AccelerationZSensor.swift b/src/Catty/PlayerEngine/Sensors/Motion/AccelerationZSensor.swift
index 668889d5f6..4cd7f898e8 100644
--- a/src/Catty/PlayerEngine/Sensors/Motion/AccelerationZSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Motion/AccelerationZSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Motion/InclinationXSensor.swift b/src/Catty/PlayerEngine/Sensors/Motion/InclinationXSensor.swift
index 3ae0eef277..e7dd17bdc7 100644
--- a/src/Catty/PlayerEngine/Sensors/Motion/InclinationXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Motion/InclinationXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Motion/InclinationYSensor.swift b/src/Catty/PlayerEngine/Sensors/Motion/InclinationYSensor.swift
index 5c3cd88d73..39d09026f2 100644
--- a/src/Catty/PlayerEngine/Sensors/Motion/InclinationYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Motion/InclinationYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/BackgroundNameSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/BackgroundNameSensor.swift
index 491687ae27..55411bb7d8 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/BackgroundNameSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/BackgroundNameSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/BackgroundNumberSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/BackgroundNumberSensor.swift
index 04c86b0cb9..51983a1a2d 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/BackgroundNumberSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/BackgroundNumberSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/BrightnessSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/BrightnessSensor.swift
index d98b1075bb..4b6a5c523d 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/BrightnessSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/BrightnessSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/ColorSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/ColorSensor.swift
index d694af92ff..093c40d3d5 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/ColorSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/ColorSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/LayerSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/LayerSensor.swift
index 1d29479223..9b6d60ddbc 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/LayerSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/LayerSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/LookNameSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/LookNameSensor.swift
index 9f6f558714..89189acbca 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/LookNameSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/LookNameSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/LookNumberSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/LookNumberSensor.swift
index d0c3ad27e6..a6a5dc35e6 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/LookNumberSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/LookNumberSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/PositionXSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/PositionXSensor.swift
index 34567cf218..0360046565 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/PositionXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/PositionXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/PositionYSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/PositionYSensor.swift
index 3ebdfdad21..c44c1b6f98 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/PositionYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/PositionYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/RotationSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/RotationSensor.swift
index 7ac146e0dc..25fce4e00a 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/RotationSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/RotationSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/SizeSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/SizeSensor.swift
index 6d0bb38c67..f08bcbc47b 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/SizeSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/SizeSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/TouchesEdgeSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/TouchesEdgeSensor.swift
index 064b594e9a..80e872b449 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/TouchesEdgeSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/TouchesEdgeSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/TouchesFingerSensor.swift b/src/Catty/PlayerEngine/Sensors/Object/TouchesFingerSensor.swift
index 7f7a47a330..106935f3dd 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/TouchesFingerSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/TouchesFingerSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Object/TransparencySensor.swift b/src/Catty/PlayerEngine/Sensors/Object/TransparencySensor.swift
index cad9bdb879..fe150d5558 100644
--- a/src/Catty/PlayerEngine/Sensors/Object/TransparencySensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Object/TransparencySensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroBottomLeftSensor.swift b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroBottomLeftSensor.swift
index a1ccae7eb6..5f99e4743c 100644
--- a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroBottomLeftSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroBottomLeftSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroBottomRightSensor.swift b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroBottomRightSensor.swift
index 7a5f62bab4..64bfdc5dfe 100644
--- a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroBottomRightSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroBottomRightSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroFrontLeftSensor.swift b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroFrontLeftSensor.swift
index 07f427e971..efbb0fdb8a 100644
--- a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroFrontLeftSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroFrontLeftSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroFrontRightSensor.swift b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroFrontRightSensor.swift
index 92d45f851d..200671a548 100644
--- a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroFrontRightSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroFrontRightSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroSideLeftSensor.swift b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroSideLeftSensor.swift
index 19b10c136d..80bdd2b46c 100644
--- a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroSideLeftSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroSideLeftSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroSideRightSensor.swift b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroSideRightSensor.swift
index fb364abee9..95f4bb4c4e 100644
--- a/src/Catty/PlayerEngine/Sensors/Phiro/PhiroSideRightSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Phiro/PhiroSideRightSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/AudioManagerProtocol.swift b/src/Catty/PlayerEngine/Sensors/Protocols/AudioManagerProtocol.swift
index 2c9f571f22..c4458f681a 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/AudioManagerProtocol.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/AudioManagerProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/DateSensor.swift b/src/Catty/PlayerEngine/Sensors/Protocols/DateSensor.swift
index b32b98e9f7..d70aee28d5 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/DateSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/DateSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/DeviceDoubleSensor.swift b/src/Catty/PlayerEngine/Sensors/Protocols/DeviceDoubleSensor.swift
index 389579b029..ee7bc8d9b8 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/DeviceDoubleSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/DeviceDoubleSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/DeviceSensor.swift b/src/Catty/PlayerEngine/Sensors/Protocols/DeviceSensor.swift
index 2a80f05945..caaae69aeb 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/DeviceSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/DeviceSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/DeviceStringSensor.swift b/src/Catty/PlayerEngine/Sensors/Protocols/DeviceStringSensor.swift
index 15550b7994..fb054fa08d 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/DeviceStringSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/DeviceStringSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/LocationManager.swift b/src/Catty/PlayerEngine/Sensors/Protocols/LocationManager.swift
index 347ca9932d..d518cf1174 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/LocationManager.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/LocationManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/MotionManager.swift b/src/Catty/PlayerEngine/Sensors/Protocols/MotionManager.swift
index 2a8073a9a3..0f4a240e00 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/MotionManager.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/MotionManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/ObjectDoubleSensor.swift b/src/Catty/PlayerEngine/Sensors/Protocols/ObjectDoubleSensor.swift
index fb13e2be43..8b3f42e80f 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/ObjectDoubleSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/ObjectDoubleSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/ObjectSensor.swift b/src/Catty/PlayerEngine/Sensors/Protocols/ObjectSensor.swift
index f96fe476aa..5a22125d96 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/ObjectSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/ObjectSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/ObjectStringSensor.swift b/src/Catty/PlayerEngine/Sensors/Protocols/ObjectStringSensor.swift
index 453d034930..f65123970a 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/ObjectStringSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/ObjectStringSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/PhiroSensor.swift b/src/Catty/PlayerEngine/Sensors/Protocols/PhiroSensor.swift
index b24160a41c..12a919956c 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/PhiroSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/PhiroSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/Sensor.swift b/src/Catty/PlayerEngine/Sensors/Protocols/Sensor.swift
index b136657a6b..f863d67ee4 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/Sensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/Sensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/SensorManagerProtocol.swift b/src/Catty/PlayerEngine/Sensors/Protocols/SensorManagerProtocol.swift
index dd556ce2ff..b61b9064b1 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/SensorManagerProtocol.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/SensorManagerProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/SpriteObjectProtocol.swift b/src/Catty/PlayerEngine/Sensors/Protocols/SpriteObjectProtocol.swift
index aa606a229c..065980a84e 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/SpriteObjectProtocol.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/SpriteObjectProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/TouchManagerProtocol.swift b/src/Catty/PlayerEngine/Sensors/Protocols/TouchManagerProtocol.swift
index ea4dc3b376..b73e747bb5 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/TouchManagerProtocol.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/TouchManagerProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/TouchSensor.swift b/src/Catty/PlayerEngine/Sensors/Protocols/TouchSensor.swift
index 393d66c750..75bb5d50b3 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/TouchSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/TouchSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Protocols/VisualDetectionManagerProtocol.swift b/src/Catty/PlayerEngine/Sensors/Protocols/VisualDetectionManagerProtocol.swift
index fc24faa90b..183e92cdf8 100644
--- a/src/Catty/PlayerEngine/Sensors/Protocols/VisualDetectionManagerProtocol.swift
+++ b/src/Catty/PlayerEngine/Sensors/Protocols/VisualDetectionManagerProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/SensorManager.swift b/src/Catty/PlayerEngine/Sensors/SensorManager.swift
index fbfc17b640..c82b2d3c57 100644
--- a/src/Catty/PlayerEngine/Sensors/SensorManager.swift
+++ b/src/Catty/PlayerEngine/Sensors/SensorManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/TextRecognition/TextBlocksNumberSensor.swift b/src/Catty/PlayerEngine/Sensors/TextRecognition/TextBlocksNumberSensor.swift
index 439613c467..00cccb8a68 100644
--- a/src/Catty/PlayerEngine/Sensors/TextRecognition/TextBlocksNumberSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/TextRecognition/TextBlocksNumberSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/TextRecognition/TextFromCameraSensor.swift b/src/Catty/PlayerEngine/Sensors/TextRecognition/TextFromCameraSensor.swift
index ea376f2e22..95670c3f5b 100644
--- a/src/Catty/PlayerEngine/Sensors/TextRecognition/TextFromCameraSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/TextRecognition/TextFromCameraSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Touch/FingerTouchedSensor.swift b/src/Catty/PlayerEngine/Sensors/Touch/FingerTouchedSensor.swift
index 446c57931f..3654c4648b 100644
--- a/src/Catty/PlayerEngine/Sensors/Touch/FingerTouchedSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Touch/FingerTouchedSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Touch/FingerXSensor.swift b/src/Catty/PlayerEngine/Sensors/Touch/FingerXSensor.swift
index bb2492e25c..a5fda034c9 100644
--- a/src/Catty/PlayerEngine/Sensors/Touch/FingerXSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Touch/FingerXSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Touch/FingerYSensor.swift b/src/Catty/PlayerEngine/Sensors/Touch/FingerYSensor.swift
index 9cf050b2d3..862f122283 100644
--- a/src/Catty/PlayerEngine/Sensors/Touch/FingerYSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Touch/FingerYSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Touch/Gesture/CBMultiTouchRecognizer.swift b/src/Catty/PlayerEngine/Sensors/Touch/Gesture/CBMultiTouchRecognizer.swift
index 43454da7e4..966554b72f 100644
--- a/src/Catty/PlayerEngine/Sensors/Touch/Gesture/CBMultiTouchRecognizer.swift
+++ b/src/Catty/PlayerEngine/Sensors/Touch/Gesture/CBMultiTouchRecognizer.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Touch/LastFingerIndexSensor.swift b/src/Catty/PlayerEngine/Sensors/Touch/LastFingerIndexSensor.swift
index a42c8ba177..2b5322e274 100644
--- a/src/Catty/PlayerEngine/Sensors/Touch/LastFingerIndexSensor.swift
+++ b/src/Catty/PlayerEngine/Sensors/Touch/LastFingerIndexSensor.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Sensors/Touch/TouchManager.swift b/src/Catty/PlayerEngine/Sensors/Touch/TouchManager.swift
index 4c4eb04d97..3dfcc71f5b 100644
--- a/src/Catty/PlayerEngine/Sensors/Touch/TouchManager.swift
+++ b/src/Catty/PlayerEngine/Sensors/Touch/TouchManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Stage/Builder/StageBuilder.swift b/src/Catty/PlayerEngine/Stage/Builder/StageBuilder.swift
index bac035aad3..cbdb0b1916 100644
--- a/src/Catty/PlayerEngine/Stage/Builder/StageBuilder.swift
+++ b/src/Catty/PlayerEngine/Stage/Builder/StageBuilder.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Stage/Constraints/SpriteBubbleConstraint.swift b/src/Catty/PlayerEngine/Stage/Constraints/SpriteBubbleConstraint.swift
index c16cbfc428..0466fc820a 100644
--- a/src/Catty/PlayerEngine/Stage/Constraints/SpriteBubbleConstraint.swift
+++ b/src/Catty/PlayerEngine/Stage/Constraints/SpriteBubbleConstraint.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PlayerEngine/Stage/Stage.swift b/src/Catty/PlayerEngine/Stage/Stage.swift
index 31732b0e5d..a549cde743 100644
--- a/src/Catty/PlayerEngine/Stage/Stage.swift
+++ b/src/Catty/PlayerEngine/Stage/Stage.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Helper/ImagePicker.h b/src/Catty/PocketPaint/Helper/ImagePicker.h
index f05397fd8f..f73687b6d6 100644
--- a/src/Catty/PocketPaint/Helper/ImagePicker.h
+++ b/src/Catty/PocketPaint/Helper/ImagePicker.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Helper/ImagePicker.m b/src/Catty/PocketPaint/Helper/ImagePicker.m
index 5951a5e411..fc024e01be 100644
--- a/src/Catty/PocketPaint/Helper/ImagePicker.m
+++ b/src/Catty/PocketPaint/Helper/ImagePicker.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Helper/PaintImageView.swift b/src/Catty/PocketPaint/Helper/PaintImageView.swift
index 63d7aa66dd..cd969d7c49 100644
--- a/src/Catty/PocketPaint/Helper/PaintImageView.swift
+++ b/src/Catty/PocketPaint/Helper/PaintImageView.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Helper/RGBAHelper.h b/src/Catty/PocketPaint/Helper/RGBAHelper.h
index 086ec70026..c10fefc07f 100644
--- a/src/Catty/PocketPaint/Helper/RGBAHelper.h
+++ b/src/Catty/PocketPaint/Helper/RGBAHelper.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Helper/RGBAHelper.m b/src/Catty/PocketPaint/Helper/RGBAHelper.m
index 23198d03ee..6308f7c132 100644
--- a/src/Catty/PocketPaint/Helper/RGBAHelper.m
+++ b/src/Catty/PocketPaint/Helper/RGBAHelper.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Helper/UIImage+Rotate.h b/src/Catty/PocketPaint/Helper/UIImage+Rotate.h
index 5748f7660c..a472919ce2 100755
--- a/src/Catty/PocketPaint/Helper/UIImage+Rotate.h
+++ b/src/Catty/PocketPaint/Helper/UIImage+Rotate.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Helper/UIImage+Rotate.m b/src/Catty/PocketPaint/Helper/UIImage+Rotate.m
index 7ba056b253..ca0b207111 100755
--- a/src/Catty/PocketPaint/Helper/UIImage+Rotate.m
+++ b/src/Catty/PocketPaint/Helper/UIImage+Rotate.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/DrawTool.h b/src/Catty/PocketPaint/Tools/DrawTool.h
index 4a85393d53..5e3af12074 100644
--- a/src/Catty/PocketPaint/Tools/DrawTool.h
+++ b/src/Catty/PocketPaint/Tools/DrawTool.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/DrawTool.m b/src/Catty/PocketPaint/Tools/DrawTool.m
index 08b89463d0..1226d018aa 100644
--- a/src/Catty/PocketPaint/Tools/DrawTool.m
+++ b/src/Catty/PocketPaint/Tools/DrawTool.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/FillTool.h b/src/Catty/PocketPaint/Tools/FillTool.h
index 118261ada6..ddfbe304cc 100644
--- a/src/Catty/PocketPaint/Tools/FillTool.h
+++ b/src/Catty/PocketPaint/Tools/FillTool.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/FillTool.m b/src/Catty/PocketPaint/Tools/FillTool.m
index 37dc3480a3..02ed0b362a 100644
--- a/src/Catty/PocketPaint/Tools/FillTool.m
+++ b/src/Catty/PocketPaint/Tools/FillTool.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/HandTool.h b/src/Catty/PocketPaint/Tools/HandTool.h
index 03cd30f288..2675572e6d 100644
--- a/src/Catty/PocketPaint/Tools/HandTool.h
+++ b/src/Catty/PocketPaint/Tools/HandTool.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/HandTool.m b/src/Catty/PocketPaint/Tools/HandTool.m
index 9011854561..af316fc4ff 100644
--- a/src/Catty/PocketPaint/Tools/HandTool.m
+++ b/src/Catty/PocketPaint/Tools/HandTool.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/LineTool.h b/src/Catty/PocketPaint/Tools/LineTool.h
index e993368ddf..e50af0e612 100644
--- a/src/Catty/PocketPaint/Tools/LineTool.h
+++ b/src/Catty/PocketPaint/Tools/LineTool.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/LineTool.m b/src/Catty/PocketPaint/Tools/LineTool.m
index d05fd4ae23..87294bd75a 100644
--- a/src/Catty/PocketPaint/Tools/LineTool.m
+++ b/src/Catty/PocketPaint/Tools/LineTool.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/MirrorRotationZoomTool.h b/src/Catty/PocketPaint/Tools/MirrorRotationZoomTool.h
index e59fe44a7f..5e3cebb963 100644
--- a/src/Catty/PocketPaint/Tools/MirrorRotationZoomTool.h
+++ b/src/Catty/PocketPaint/Tools/MirrorRotationZoomTool.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/MirrorRotationZoomTool.m b/src/Catty/PocketPaint/Tools/MirrorRotationZoomTool.m
index 17e8bf980a..27ae4450be 100644
--- a/src/Catty/PocketPaint/Tools/MirrorRotationZoomTool.m
+++ b/src/Catty/PocketPaint/Tools/MirrorRotationZoomTool.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/PipetteTool.h b/src/Catty/PocketPaint/Tools/PipetteTool.h
index 7f1f41194c..06df9825df 100644
--- a/src/Catty/PocketPaint/Tools/PipetteTool.h
+++ b/src/Catty/PocketPaint/Tools/PipetteTool.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/PipetteTool.m b/src/Catty/PocketPaint/Tools/PipetteTool.m
index ee96a44b53..25c6873e24 100644
--- a/src/Catty/PocketPaint/Tools/PipetteTool.m
+++ b/src/Catty/PocketPaint/Tools/PipetteTool.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/PointerTool.h b/src/Catty/PocketPaint/Tools/PointerTool.h
index 1cbb3363b0..1188cd5491 100644
--- a/src/Catty/PocketPaint/Tools/PointerTool.h
+++ b/src/Catty/PocketPaint/Tools/PointerTool.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/PointerTool.m b/src/Catty/PocketPaint/Tools/PointerTool.m
index fb7837800b..9116675ca1 100644
--- a/src/Catty/PocketPaint/Tools/PointerTool.m
+++ b/src/Catty/PocketPaint/Tools/PointerTool.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/ResizeViewManager.h b/src/Catty/PocketPaint/Tools/ResizeViewManager.h
index 2246083109..041f622f1d 100644
--- a/src/Catty/PocketPaint/Tools/ResizeViewManager.h
+++ b/src/Catty/PocketPaint/Tools/ResizeViewManager.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/Tools/ResizeViewManager.m b/src/Catty/PocketPaint/Tools/ResizeViewManager.m
index 57c26b031e..de318b859a 100644
--- a/src/Catty/PocketPaint/Tools/ResizeViewManager.m
+++ b/src/Catty/PocketPaint/Tools/ResizeViewManager.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/UndoManager/UndoManager.h b/src/Catty/PocketPaint/UndoManager/UndoManager.h
index b47794ffae..e54bdb3e19 100644
--- a/src/Catty/PocketPaint/UndoManager/UndoManager.h
+++ b/src/Catty/PocketPaint/UndoManager/UndoManager.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/UndoManager/UndoManager.m b/src/Catty/PocketPaint/UndoManager/UndoManager.m
index 763109cbdf..36d6c82f79 100644
--- a/src/Catty/PocketPaint/UndoManager/UndoManager.m
+++ b/src/Catty/PocketPaint/UndoManager/UndoManager.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/ViewController/BrushPickerViewController.h b/src/Catty/PocketPaint/ViewController/BrushPickerViewController.h
index 0d46a6132a..46b8fd9753 100644
--- a/src/Catty/PocketPaint/ViewController/BrushPickerViewController.h
+++ b/src/Catty/PocketPaint/ViewController/BrushPickerViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/ViewController/BrushPickerViewController.m b/src/Catty/PocketPaint/ViewController/BrushPickerViewController.m
index d99d953eac..0db319dbd7 100644
--- a/src/Catty/PocketPaint/ViewController/BrushPickerViewController.m
+++ b/src/Catty/PocketPaint/ViewController/BrushPickerViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/ViewController/ColorPickerViewController.h b/src/Catty/PocketPaint/ViewController/ColorPickerViewController.h
index c559a45647..63fcb466dc 100644
--- a/src/Catty/PocketPaint/ViewController/ColorPickerViewController.h
+++ b/src/Catty/PocketPaint/ViewController/ColorPickerViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/ViewController/ColorPickerViewController.m b/src/Catty/PocketPaint/ViewController/ColorPickerViewController.m
index 63f4de48c3..fdf942a3ac 100644
--- a/src/Catty/PocketPaint/ViewController/ColorPickerViewController.m
+++ b/src/Catty/PocketPaint/ViewController/ColorPickerViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/ViewController/PaintViewController.h b/src/Catty/PocketPaint/ViewController/PaintViewController.h
index 22d9f3233a..9582414ea7 100644
--- a/src/Catty/PocketPaint/ViewController/PaintViewController.h
+++ b/src/Catty/PocketPaint/ViewController/PaintViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/ViewController/PaintViewController.m b/src/Catty/PocketPaint/ViewController/PaintViewController.m
index 661eeb54c7..aafe9dc24e 100644
--- a/src/Catty/PocketPaint/ViewController/PaintViewController.m
+++ b/src/Catty/PocketPaint/ViewController/PaintViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/ViewController/TextInputViewController.h b/src/Catty/PocketPaint/ViewController/TextInputViewController.h
index 6324275343..4b3d95898a 100644
--- a/src/Catty/PocketPaint/ViewController/TextInputViewController.h
+++ b/src/Catty/PocketPaint/ViewController/TextInputViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/PocketPaint/ViewController/TextInputViewController.m b/src/Catty/PocketPaint/ViewController/TextInputViewController.m
index fd9c70e759..bf44caff1f 100644
--- a/src/Catty/PocketPaint/ViewController/TextInputViewController.m
+++ b/src/Catty/PocketPaint/ViewController/TextInputViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Setup/CatrobatSetup+Bricks.swift b/src/Catty/Setup/CatrobatSetup+Bricks.swift
index 088b7869fc..1b5dd70943 100644
--- a/src/Catty/Setup/CatrobatSetup+Bricks.swift
+++ b/src/Catty/Setup/CatrobatSetup+Bricks.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Setup/CatrobatSetup+Functions.swift b/src/Catty/Setup/CatrobatSetup+Functions.swift
index e39a421dfa..c5785e5387 100644
--- a/src/Catty/Setup/CatrobatSetup+Functions.swift
+++ b/src/Catty/Setup/CatrobatSetup+Functions.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Setup/CatrobatSetup+Operators.swift b/src/Catty/Setup/CatrobatSetup+Operators.swift
index 5894d74a5e..27537b84e6 100644
--- a/src/Catty/Setup/CatrobatSetup+Operators.swift
+++ b/src/Catty/Setup/CatrobatSetup+Operators.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Setup/CatrobatSetup+Sensors.swift b/src/Catty/Setup/CatrobatSetup+Sensors.swift
index 50473c1928..90bfa34fc8 100644
--- a/src/Catty/Setup/CatrobatSetup+Sensors.swift
+++ b/src/Catty/Setup/CatrobatSetup+Sensors.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/Model/API/CatrobatProject/CatrobatProject.h b/src/Catty/Store/Model/API/CatrobatProject/CatrobatProject.h
index ca097e60d0..6848dac615 100644
--- a/src/Catty/Store/Model/API/CatrobatProject/CatrobatProject.h
+++ b/src/Catty/Store/Model/API/CatrobatProject/CatrobatProject.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/Model/API/CatrobatProject/CatrobatProject.m b/src/Catty/Store/Model/API/CatrobatProject/CatrobatProject.m
index d402afec4d..1d607f4094 100644
--- a/src/Catty/Store/Model/API/CatrobatProject/CatrobatProject.m
+++ b/src/Catty/Store/Model/API/CatrobatProject/CatrobatProject.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/Model/API/StoreFeaturedProject.swift b/src/Catty/Store/Model/API/StoreFeaturedProject.swift
index 9d681fe3aa..b6934eb8b9 100644
--- a/src/Catty/Store/Model/API/StoreFeaturedProject.swift
+++ b/src/Catty/Store/Model/API/StoreFeaturedProject.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/Model/API/StoreProject.swift b/src/Catty/Store/Model/API/StoreProject.swift
index 77ef7ea874..efb88d7af4 100644
--- a/src/Catty/Store/Model/API/StoreProject.swift
+++ b/src/Catty/Store/Model/API/StoreProject.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/Model/API/StoreProjectTag.swift b/src/Catty/Store/Model/API/StoreProjectTag.swift
index a0dbd01fb5..3526ab5f1f 100644
--- a/src/Catty/Store/Model/API/StoreProjectTag.swift
+++ b/src/Catty/Store/Model/API/StoreProjectTag.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/Model/ProjectFetchFailureInfo.swift b/src/Catty/Store/Model/ProjectFetchFailureInfo.swift
index 8ce3b8ddc8..369d2817f3 100644
--- a/src/Catty/Store/Model/ProjectFetchFailureInfo.swift
+++ b/src/Catty/Store/Model/ProjectFetchFailureInfo.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/Model/ProjectType.swift b/src/Catty/Store/Model/ProjectType.swift
index 5f6b8ac2b1..cec1804d8a 100644
--- a/src/Catty/Store/Model/ProjectType.swift
+++ b/src/Catty/Store/Model/ProjectType.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/Model/StoreProjectDownloaderError.swift b/src/Catty/Store/Model/StoreProjectDownloaderError.swift
index c3a9225378..c16a758005 100644
--- a/src/Catty/Store/Model/StoreProjectDownloaderError.swift
+++ b/src/Catty/Store/Model/StoreProjectDownloaderError.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/StoreAuthenticator.swift b/src/Catty/Store/StoreAuthenticator.swift
index 20b94dc5f1..994451529b 100644
--- a/src/Catty/Store/StoreAuthenticator.swift
+++ b/src/Catty/Store/StoreAuthenticator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/StoreProjectDownloader.swift b/src/Catty/Store/StoreProjectDownloader.swift
index d0cc44c0ac..d02241b4f8 100644
--- a/src/Catty/Store/StoreProjectDownloader.swift
+++ b/src/Catty/Store/StoreProjectDownloader.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Store/StoreProjectUploader.swift b/src/Catty/Store/StoreProjectUploader.swift
index 3a095aefa2..574d5c5cc9 100644
--- a/src/Catty/Store/StoreProjectUploader.swift
+++ b/src/Catty/Store/StoreProjectUploader.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Storyboard+XIB/LaunchScreen.storyboard b/src/Catty/Storyboard+XIB/LaunchScreen.storyboard
index b30e86bdd7..a6e1674f13 100644
--- a/src/Catty/Storyboard+XIB/LaunchScreen.storyboard
+++ b/src/Catty/Storyboard+XIB/LaunchScreen.storyboard
@@ -1,7 +1,9 @@
-
+
+
-
+
+
@@ -11,17 +13,17 @@
-
+
-
diff --git a/src/Catty/Supporting Files/App-Prefix.pch b/src/Catty/Supporting Files/App-Prefix.pch
index 8667b78116..cc0c8f6843 100755
--- a/src/Catty/Supporting Files/App-Prefix.pch
+++ b/src/Catty/Supporting Files/App-Prefix.pch
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Supporting Files/AppDelegate.swift b/src/Catty/Supporting Files/AppDelegate.swift
index b72c586def..0d5889971e 100644
--- a/src/Catty/Supporting Files/AppDelegate.swift
+++ b/src/Catty/Supporting Files/AppDelegate.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Supporting Files/Catty-Bridging-Header.h b/src/Catty/Supporting Files/Catty-Bridging-Header.h
index 9aab3cc51a..6e0da4db75 100644
--- a/src/Catty/Supporting Files/Catty-Bridging-Header.h
+++ b/src/Catty/Supporting Files/Catty-Bridging-Header.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/AlertController/AlertController.swift b/src/Catty/ViewController/AlertController/AlertController.swift
index 2078c6a4d6..2c5eb8391b 100644
--- a/src/Catty/ViewController/AlertController/AlertController.swift
+++ b/src/Catty/ViewController/AlertController/AlertController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/AlertController/AlertControllerBuilder.swift b/src/Catty/ViewController/AlertController/AlertControllerBuilder.swift
index 422efe97f4..a6d4bdbed5 100644
--- a/src/Catty/ViewController/AlertController/AlertControllerBuilder.swift
+++ b/src/Catty/ViewController/AlertController/AlertControllerBuilder.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/AlertController/BaseAlertController.swift b/src/Catty/ViewController/AlertController/BaseAlertController.swift
index 3f4871fce0..9e4b914c51 100644
--- a/src/Catty/ViewController/AlertController/BaseAlertController.swift
+++ b/src/Catty/ViewController/AlertController/BaseAlertController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/AlertController/TextFieldAlertController.swift b/src/Catty/ViewController/AlertController/TextFieldAlertController.swift
index 4f5637190c..ac6192578c 100644
--- a/src/Catty/ViewController/AlertController/TextFieldAlertController.swift
+++ b/src/Catty/ViewController/AlertController/TextFieldAlertController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/BaseViewController/BaseCollectionViewController.h b/src/Catty/ViewController/BaseViewController/BaseCollectionViewController.h
index c4d2a294a9..09ec3d3f9a 100644
--- a/src/Catty/ViewController/BaseViewController/BaseCollectionViewController.h
+++ b/src/Catty/ViewController/BaseViewController/BaseCollectionViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/BaseViewController/BaseCollectionViewController.m b/src/Catty/ViewController/BaseViewController/BaseCollectionViewController.m
index 45ebd630fb..f01d194fda 100644
--- a/src/Catty/ViewController/BaseViewController/BaseCollectionViewController.m
+++ b/src/Catty/ViewController/BaseViewController/BaseCollectionViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/BaseViewController/BaseTableViewController.h b/src/Catty/ViewController/BaseViewController/BaseTableViewController.h
index e63e291c38..cb1337c6ed 100644
--- a/src/Catty/ViewController/BaseViewController/BaseTableViewController.h
+++ b/src/Catty/ViewController/BaseViewController/BaseTableViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/BaseViewController/BaseTableViewController.m b/src/Catty/ViewController/BaseViewController/BaseTableViewController.m
index a3266cad9e..d3882a1495 100644
--- a/src/Catty/ViewController/BaseViewController/BaseTableViewController.m
+++ b/src/Catty/ViewController/BaseViewController/BaseTableViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/BluetoothDeviceSelection/BluetoothDevicesTableViewController.swift b/src/Catty/ViewController/BluetoothDeviceSelection/BluetoothDevicesTableViewController.swift
index 0689378cbc..002ee3b9d1 100644
--- a/src/Catty/ViewController/BluetoothDeviceSelection/BluetoothDevicesTableViewController.swift
+++ b/src/Catty/ViewController/BluetoothDeviceSelection/BluetoothDevicesTableViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/BluetoothDeviceSelection/BluetoothPopupVC.swift b/src/Catty/ViewController/BluetoothDeviceSelection/BluetoothPopupVC.swift
index 66bb75727d..57908d158b 100755
--- a/src/Catty/ViewController/BluetoothDeviceSelection/BluetoothPopupVC.swift
+++ b/src/Catty/ViewController/BluetoothDeviceSelection/BluetoothPopupVC.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/BluetoothDeviceSelection/ConnectedDevicesTableViewController.swift b/src/Catty/ViewController/BluetoothDeviceSelection/ConnectedDevicesTableViewController.swift
index 0e797eed4a..363128046d 100755
--- a/src/Catty/ViewController/BluetoothDeviceSelection/ConnectedDevicesTableViewController.swift
+++ b/src/Catty/ViewController/BluetoothDeviceSelection/ConnectedDevicesTableViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/BluetoothDeviceSelection/KnownDevicesTableViewController.swift b/src/Catty/ViewController/BluetoothDeviceSelection/KnownDevicesTableViewController.swift
index 5b83e26da9..57a5ec19db 100755
--- a/src/Catty/ViewController/BluetoothDeviceSelection/KnownDevicesTableViewController.swift
+++ b/src/Catty/ViewController/BluetoothDeviceSelection/KnownDevicesTableViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/BluetoothDeviceSelection/SearchDevicesTableViewController.swift b/src/Catty/ViewController/BluetoothDeviceSelection/SearchDevicesTableViewController.swift
index b98b700721..7a06fe8011 100755
--- a/src/Catty/ViewController/BluetoothDeviceSelection/SearchDevicesTableViewController.swift
+++ b/src/Catty/ViewController/BluetoothDeviceSelection/SearchDevicesTableViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/AboutPocketCodeTableViewController.swift b/src/Catty/ViewController/CatrobatTableViewController/AboutPocketCodeTableViewController.swift
index c794de1bfd..c1bf75b9b2 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/AboutPocketCodeTableViewController.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/AboutPocketCodeTableViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/CatrobatTableViewController.h b/src/Catty/ViewController/CatrobatTableViewController/CatrobatTableViewController.h
index e42475897e..32bfe4d164 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/CatrobatTableViewController.h
+++ b/src/Catty/ViewController/CatrobatTableViewController/CatrobatTableViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/CatrobatTableViewController.m b/src/Catty/ViewController/CatrobatTableViewController/CatrobatTableViewController.m
index fd7af351b9..588fe2e4aa 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/CatrobatTableViewController.m
+++ b/src/Catty/ViewController/CatrobatTableViewController/CatrobatTableViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormArduinoSwitchTableViewCell.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormArduinoSwitchTableViewCell.swift
index 063351bcb3..2f913fe0d6 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormArduinoSwitchTableViewCell.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormArduinoSwitchTableViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormCheckTableViewCell.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormCheckTableViewCell.swift
index 137eaf7445..cfc4602987 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormCheckTableViewCell.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormCheckTableViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormCrashReportsSwitchTableViewCell.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormCrashReportsSwitchTableViewCell.swift
index 35551d6676..61efa9d1a9 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormCrashReportsSwitchTableViewCell.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormCrashReportsSwitchTableViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormEmbroiderySwitchTableViewCell.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormEmbroiderySwitchTableViewCell.swift
index 2ee7b94a54..56b8191386 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormEmbroiderySwitchTableViewCell.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormEmbroiderySwitchTableViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormItem.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormItem.swift
index eef7cf7915..3e322e1aff 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormItem.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormItem.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormPhiroSwitchTableViewCell.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormPhiroSwitchTableViewCell.swift
index 51bc12270a..00904d92bb 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormPhiroSwitchTableViewCell.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormPhiroSwitchTableViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormSwitchTableViewCell.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormSwitchTableViewCell.swift
index dc4961a18c..a43ecdef05 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormSwitchTableViewCell.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormSwitchTableViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewCell.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewCell.swift
index 66f360ed73..3eb278167d 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewCell.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewController.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewController.swift
index 8fcb436692..54a142c81e 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewController.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewHeaderView.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewHeaderView.swift
index 12e473b688..17854b1baf 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewHeaderView.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTableViewHeaderView.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTextFieldTableViewCell.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTextFieldTableViewCell.swift
index eae89306ff..f54586badc 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTextFieldTableViewCell.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormTextFieldTableViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormVersionTableViewCell.swift b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormVersionTableViewCell.swift
index d59442c12f..1c76f7b017 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormVersionTableViewCell.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/FormTableViewController/FormVersionTableViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/SettingsTableViewController.swift b/src/Catty/ViewController/CatrobatTableViewController/SettingsTableViewController.swift
index a24d62ca94..d59f65c919 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/SettingsTableViewController.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/SettingsTableViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/TermsOfUseTableViewController.swift b/src/Catty/ViewController/CatrobatTableViewController/TermsOfUseTableViewController.swift
index f43de296f5..d11b22918b 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/TermsOfUseTableViewController.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/TermsOfUseTableViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/CatrobatTableViewController/TrustedDomainTableViewController.swift b/src/Catty/ViewController/CatrobatTableViewController/TrustedDomainTableViewController.swift
index addeebce84..b61b023e48 100644
--- a/src/Catty/ViewController/CatrobatTableViewController/TrustedDomainTableViewController.swift
+++ b/src/Catty/ViewController/CatrobatTableViewController/TrustedDomainTableViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LookImageViewController.h b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LookImageViewController.h
index fb41e1ce4b..a3f86b99f3 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LookImageViewController.h
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LookImageViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LookImageViewController.m b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LookImageViewController.m
index d573bfd0b9..d8a3cc1d71 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LookImageViewController.m
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LookImageViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController+MediaLibrary.swift b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController+MediaLibrary.swift
index c693e93e72..377ef40fa7 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController+MediaLibrary.swift
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController+MediaLibrary.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController.h b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController.h
index 3bfd0b3846..648962e436 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController.h
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController.m b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController.m
index 7d6e67b3fd..41e7c1e8b2 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController.m
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainLooks/LooksTableViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryOverviewController.swift b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryOverviewController.swift
index c1f64ba6ff..356c99bd11 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryOverviewController.swift
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryOverviewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryViewController.h b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryViewController.h
index b28fd6df4b..606a01d071 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryViewController.h
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryViewController.m b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryViewController.m
index f326e512af..fd14143e1c 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryViewController.m
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickCategoryViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickInsertManager.h b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickInsertManager.h
index 9ae45c7fe5..0ff2f8bad6 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickInsertManager.h
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickInsertManager.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickInsertManager.m b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickInsertManager.m
index 5c1f942f0c..941fa8f0b6 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickInsertManager.m
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickInsertManager.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickManager.h b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickManager.h
index 73f8de2619..2fbbad2d74 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickManager.h
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickManager.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickManager.m b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickManager.m
index 29d0dbca41..926988a77d 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickManager.m
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickManager.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.h b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.h
index 1d9bb26bae..5208df2c16 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.h
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.m b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.m
index f075e86753..c636c68394 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.m
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickMoveManager.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickSelectionManager.h b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickSelectionManager.h
index ad0a530d46..f608987ccb 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickSelectionManager.h
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickSelectionManager.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickSelectionManager.m b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickSelectionManager.m
index 63316bc144..d25f237a45 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickSelectionManager.m
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/BrickSelectionManager.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/RecentlyUsedBricksManager.swift b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/RecentlyUsedBricksManager.swift
index 2b0090f2bb..0ebd3d347b 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/RecentlyUsedBricksManager.swift
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/BrickManager/RecentlyUsedBricksManager.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController+Disable.swift b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController+Disable.swift
index 7fa62b5592..d5e9895b89 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController+Disable.swift
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController+Disable.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController.h b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController.h
index 95ed4b6fe1..187cbda7d0 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController.h
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController.m b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController.m
index f45a73fc22..3a2bf60f86 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController.m
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainScript/ScriptCollectionViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundRecorderViewController.swift b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundRecorderViewController.swift
index 8a174936ca..e28c0e769d 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundRecorderViewController.swift
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundRecorderViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController+MediaLibrary.swift b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController+MediaLibrary.swift
index 219b337e56..67a56652c6 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController+MediaLibrary.swift
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController+MediaLibrary.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController+SelectFile.swift b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController+SelectFile.swift
index 694d6ffc7b..484738819c 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController+SelectFile.swift
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController+SelectFile.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController.h b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController.h
index 463d3465e0..e1b1263caf 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController.h
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController.m b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController.m
index 057937465a..676a4ebd12 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController.m
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/MaintainSounds/SoundsTableViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/ObjectTableViewController.h b/src/Catty/ViewController/Continue&New/MaintainObject/ObjectTableViewController.h
index d93e096cab..4506a19cca 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/ObjectTableViewController.h
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/ObjectTableViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/MaintainObject/ObjectTableViewController.m b/src/Catty/ViewController/Continue&New/MaintainObject/ObjectTableViewController.m
index becb719e72..58f819ac19 100644
--- a/src/Catty/ViewController/Continue&New/MaintainObject/ObjectTableViewController.m
+++ b/src/Catty/ViewController/Continue&New/MaintainObject/ObjectTableViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/SceneTableViewController.h b/src/Catty/ViewController/Continue&New/SceneTableViewController.h
index 9c5715eda5..148e5980cb 100644
--- a/src/Catty/ViewController/Continue&New/SceneTableViewController.h
+++ b/src/Catty/ViewController/Continue&New/SceneTableViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Continue&New/SceneTableViewController.m b/src/Catty/ViewController/Continue&New/SceneTableViewController.m
index 692d20c111..c598273832 100644
--- a/src/Catty/ViewController/Continue&New/SceneTableViewController.m
+++ b/src/Catty/ViewController/Continue&New/SceneTableViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/ChartProjects/ChartProjectCell.swift b/src/Catty/ViewController/Download/ChartProjects/ChartProjectCell.swift
index 3e359d53e4..4eb5ec5fdf 100644
--- a/src/Catty/ViewController/Download/ChartProjects/ChartProjectCell.swift
+++ b/src/Catty/ViewController/Download/ChartProjects/ChartProjectCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/ChartProjects/ChartProjectStoreDataSource.swift b/src/Catty/ViewController/Download/ChartProjects/ChartProjectStoreDataSource.swift
index d063ade5a8..629093b547 100644
--- a/src/Catty/ViewController/Download/ChartProjects/ChartProjectStoreDataSource.swift
+++ b/src/Catty/ViewController/Download/ChartProjects/ChartProjectStoreDataSource.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/ChartProjects/ChartProjectsStoreViewController.swift b/src/Catty/ViewController/Download/ChartProjects/ChartProjectsStoreViewController.swift
index eb5fca7881..f45a5c5682 100644
--- a/src/Catty/ViewController/Download/ChartProjects/ChartProjectsStoreViewController.swift
+++ b/src/Catty/ViewController/Download/ChartProjects/ChartProjectsStoreViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewController.h b/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewController.h
index 8f6b8fcecf..ac66a2b769 100644
--- a/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewController.h
+++ b/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewController.m b/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewController.m
index 699c52bf25..9bb5fb55d2 100644
--- a/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewController.m
+++ b/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewControllerExtension.swift b/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewControllerExtension.swift
index 4ef57a3631..129cedc655 100644
--- a/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewControllerExtension.swift
+++ b/src/Catty/ViewController/Download/Details/ProjectDetailStoreViewControllerExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/DownloadTabBarController.h b/src/Catty/ViewController/Download/DownloadTabBarController.h
index 24f4bdf324..12e1705e01 100644
--- a/src/Catty/ViewController/Download/DownloadTabBarController.h
+++ b/src/Catty/ViewController/Download/DownloadTabBarController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/DownloadTabBarController.m b/src/Catty/ViewController/Download/DownloadTabBarController.m
index e91460f008..7d12ae6729 100644
--- a/src/Catty/ViewController/Download/DownloadTabBarController.m
+++ b/src/Catty/ViewController/Download/DownloadTabBarController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsCell.swift b/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsCell.swift
index 2a0443ac94..c2797dd172 100644
--- a/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsCell.swift
+++ b/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsStoreTableDataSource.swift b/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsStoreTableDataSource.swift
index 717ad34ccb..828b9597ed 100644
--- a/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsStoreTableDataSource.swift
+++ b/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsStoreTableDataSource.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsStoreTableViewController.swift b/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsStoreTableViewController.swift
index 1cbc09bbe3..d779fdd03a 100644
--- a/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsStoreTableViewController.swift
+++ b/src/Catty/ViewController/Download/FeaturedProjects/FeaturedProjectsStoreTableViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/SearchStore/SearchStoreCell.swift b/src/Catty/ViewController/Download/SearchStore/SearchStoreCell.swift
index d9d32866fa..3518b46882 100644
--- a/src/Catty/ViewController/Download/SearchStore/SearchStoreCell.swift
+++ b/src/Catty/ViewController/Download/SearchStore/SearchStoreCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/SearchStore/SearchStoreDataSource.swift b/src/Catty/ViewController/Download/SearchStore/SearchStoreDataSource.swift
index 81564fdc3e..ca33998257 100644
--- a/src/Catty/ViewController/Download/SearchStore/SearchStoreDataSource.swift
+++ b/src/Catty/ViewController/Download/SearchStore/SearchStoreDataSource.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Download/SearchStore/SearchStoreViewController.swift b/src/Catty/ViewController/Download/SearchStore/SearchStoreViewController.swift
index 4c8dc67e82..179752e904 100644
--- a/src/Catty/ViewController/Download/SearchStore/SearchStoreViewController.swift
+++ b/src/Catty/ViewController/Download/SearchStore/SearchStoreViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Help/HelpWebViewController.swift b/src/Catty/ViewController/Help/HelpWebViewController.swift
index 17d63a9cb8..c5861129f0 100644
--- a/src/Catty/ViewController/Help/HelpWebViewController.swift
+++ b/src/Catty/ViewController/Help/HelpWebViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/MediaLibrary/ContentViews/LibraryCategoryCollectionReusableView.swift b/src/Catty/ViewController/MediaLibrary/ContentViews/LibraryCategoryCollectionReusableView.swift
index 8a28c31606..1fc67bfab4 100644
--- a/src/Catty/ViewController/MediaLibrary/ContentViews/LibraryCategoryCollectionReusableView.swift
+++ b/src/Catty/ViewController/MediaLibrary/ContentViews/LibraryCategoryCollectionReusableView.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/MediaLibrary/ContentViews/LibraryImageCollectionViewCell.swift b/src/Catty/ViewController/MediaLibrary/ContentViews/LibraryImageCollectionViewCell.swift
index dd65a69ced..0a20ef6080 100644
--- a/src/Catty/ViewController/MediaLibrary/ContentViews/LibraryImageCollectionViewCell.swift
+++ b/src/Catty/ViewController/MediaLibrary/ContentViews/LibraryImageCollectionViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/MediaLibrary/ContentViews/LibrarySoundCollectionViewCell.swift b/src/Catty/ViewController/MediaLibrary/ContentViews/LibrarySoundCollectionViewCell.swift
index d58c1d7a1f..441f4e7905 100644
--- a/src/Catty/ViewController/MediaLibrary/ContentViews/LibrarySoundCollectionViewCell.swift
+++ b/src/Catty/ViewController/MediaLibrary/ContentViews/LibrarySoundCollectionViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/MediaLibrary/MediaItem.swift b/src/Catty/ViewController/MediaLibrary/MediaItem.swift
index f88f5936dc..7853ae386b 100644
--- a/src/Catty/ViewController/MediaLibrary/MediaItem.swift
+++ b/src/Catty/ViewController/MediaLibrary/MediaItem.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/MediaLibrary/MediaLibraryCollectionViewDataSource.swift b/src/Catty/ViewController/MediaLibrary/MediaLibraryCollectionViewDataSource.swift
index 2e182062a9..3bd14c1e28 100644
--- a/src/Catty/ViewController/MediaLibrary/MediaLibraryCollectionViewDataSource.swift
+++ b/src/Catty/ViewController/MediaLibrary/MediaLibraryCollectionViewDataSource.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/MediaLibrary/MediaLibraryDownloader.swift b/src/Catty/ViewController/MediaLibrary/MediaLibraryDownloader.swift
index 644fe605d9..43ab650c0b 100644
--- a/src/Catty/ViewController/MediaLibrary/MediaLibraryDownloader.swift
+++ b/src/Catty/ViewController/MediaLibrary/MediaLibraryDownloader.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/MediaLibrary/MediaLibraryViewController.swift b/src/Catty/ViewController/MediaLibrary/MediaLibraryViewController.swift
index 3c120300d5..aae1a85360 100644
--- a/src/Catty/ViewController/MediaLibrary/MediaLibraryViewController.swift
+++ b/src/Catty/ViewController/MediaLibrary/MediaLibraryViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/MediaLibrary/MediaType.swift b/src/Catty/ViewController/MediaLibrary/MediaType.swift
index 37e1c208f1..a56cd231c5 100644
--- a/src/Catty/ViewController/MediaLibrary/MediaType.swift
+++ b/src/Catty/ViewController/MediaLibrary/MediaType.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/PrivacyPolicy/PrivacyPolicyViewController.swift b/src/Catty/ViewController/PrivacyPolicy/PrivacyPolicyViewController.swift
index fc29786b5d..65232c3b3f 100644
--- a/src/Catty/ViewController/PrivacyPolicy/PrivacyPolicyViewController.swift
+++ b/src/Catty/ViewController/PrivacyPolicy/PrivacyPolicyViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Projects/MyProjectsViewController.h b/src/Catty/ViewController/Projects/MyProjectsViewController.h
index d193badf4e..9f58dabf06 100644
--- a/src/Catty/ViewController/Projects/MyProjectsViewController.h
+++ b/src/Catty/ViewController/Projects/MyProjectsViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Projects/MyProjectsViewController.m b/src/Catty/ViewController/Projects/MyProjectsViewController.m
index a1f21ac936..42d00f665b 100644
--- a/src/Catty/ViewController/Projects/MyProjectsViewController.m
+++ b/src/Catty/ViewController/Projects/MyProjectsViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Projects/ProjectDescriptionViewController.swift b/src/Catty/ViewController/Projects/ProjectDescriptionViewController.swift
index c3bdca62b2..6e1d84d339 100644
--- a/src/Catty/ViewController/Projects/ProjectDescriptionViewController.swift
+++ b/src/Catty/ViewController/Projects/ProjectDescriptionViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Stage/StagePresenterSideMenuView.swift b/src/Catty/ViewController/Stage/StagePresenterSideMenuView.swift
index 4ae1405eac..aaa116fc4d 100644
--- a/src/Catty/ViewController/Stage/StagePresenterSideMenuView.swift
+++ b/src/Catty/ViewController/Stage/StagePresenterSideMenuView.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Stage/StagePresenterViewController.h b/src/Catty/ViewController/Stage/StagePresenterViewController.h
index 1dcd0a5af1..d417a77371 100644
--- a/src/Catty/ViewController/Stage/StagePresenterViewController.h
+++ b/src/Catty/ViewController/Stage/StagePresenterViewController.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Stage/StagePresenterViewController.m b/src/Catty/ViewController/Stage/StagePresenterViewController.m
index 18e595bcc3..337cf136f6 100644
--- a/src/Catty/ViewController/Stage/StagePresenterViewController.m
+++ b/src/Catty/ViewController/Stage/StagePresenterViewController.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Stage/StagePresenterViewControllerOrientation.swift b/src/Catty/ViewController/Stage/StagePresenterViewControllerOrientation.swift
index 476514da1c..d1a30174ae 100644
--- a/src/Catty/ViewController/Stage/StagePresenterViewControllerOrientation.swift
+++ b/src/Catty/ViewController/Stage/StagePresenterViewControllerOrientation.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Stage/StagePresenterViewControllerResourcesExtension.swift b/src/Catty/ViewController/Stage/StagePresenterViewControllerResourcesExtension.swift
index 19f3d7d2a2..a57c6b9008 100644
--- a/src/Catty/ViewController/Stage/StagePresenterViewControllerResourcesExtension.swift
+++ b/src/Catty/ViewController/Stage/StagePresenterViewControllerResourcesExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Stage/StagePresenterViewControllerScreenshotExtension.swift b/src/Catty/ViewController/Stage/StagePresenterViewControllerScreenshotExtension.swift
index 33e81ac4e1..2fdd3988ba 100644
--- a/src/Catty/ViewController/Stage/StagePresenterViewControllerScreenshotExtension.swift
+++ b/src/Catty/ViewController/Stage/StagePresenterViewControllerScreenshotExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Stage/StagePresenterViewControllerShareExtension.swift b/src/Catty/ViewController/Stage/StagePresenterViewControllerShareExtension.swift
index 9ed5a21759..02208a5716 100644
--- a/src/Catty/ViewController/Stage/StagePresenterViewControllerShareExtension.swift
+++ b/src/Catty/ViewController/Stage/StagePresenterViewControllerShareExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Upload/BaseAuthenticationViewController.swift b/src/Catty/ViewController/Upload/BaseAuthenticationViewController.swift
index a302e0e6d2..e6326901b1 100644
--- a/src/Catty/ViewController/Upload/BaseAuthenticationViewController.swift
+++ b/src/Catty/ViewController/Upload/BaseAuthenticationViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Upload/LoginViewController.swift b/src/Catty/ViewController/Upload/LoginViewController.swift
index eb6a5fe3f4..24e40edef3 100644
--- a/src/Catty/ViewController/Upload/LoginViewController.swift
+++ b/src/Catty/ViewController/Upload/LoginViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Upload/RegisterViewController.swift b/src/Catty/ViewController/Upload/RegisterViewController.swift
index 061a2cafcb..d2395bfa87 100644
--- a/src/Catty/ViewController/Upload/RegisterViewController.swift
+++ b/src/Catty/ViewController/Upload/RegisterViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Upload/UploadCategoryViewController.swift b/src/Catty/ViewController/Upload/UploadCategoryViewController.swift
index 995bf7e7d6..3feff703ef 100644
--- a/src/Catty/ViewController/Upload/UploadCategoryViewController.swift
+++ b/src/Catty/ViewController/Upload/UploadCategoryViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/ViewController/Upload/UploadViewController.swift b/src/Catty/ViewController/Upload/UploadViewController.swift
index 53268d344e..74938743f8 100644
--- a/src/Catty/ViewController/Upload/UploadViewController.swift
+++ b/src/Catty/ViewController/Upload/UploadViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/Button/PlayButton.swift b/src/Catty/Views/Custom/Button/PlayButton.swift
index eaf2b5db01..5c301e4fd0 100644
--- a/src/Catty/Views/Custom/Button/PlayButton.swift
+++ b/src/Catty/Views/Custom/Button/PlayButton.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CatrobatReorderableCollectionViewFlowLayout/CatrobatReorderableCollectionViewFlowLayout.h b/src/Catty/Views/Custom/CatrobatReorderableCollectionViewFlowLayout/CatrobatReorderableCollectionViewFlowLayout.h
index 9ff261ac08..4fe2f5085d 100644
--- a/src/Catty/Views/Custom/CatrobatReorderableCollectionViewFlowLayout/CatrobatReorderableCollectionViewFlowLayout.h
+++ b/src/Catty/Views/Custom/CatrobatReorderableCollectionViewFlowLayout/CatrobatReorderableCollectionViewFlowLayout.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CatrobatReorderableCollectionViewFlowLayout/CatrobatReorderableCollectionViewFlowLayout.m b/src/Catty/Views/Custom/CatrobatReorderableCollectionViewFlowLayout/CatrobatReorderableCollectionViewFlowLayout.m
index a8c033fedd..239e15e0cc 100644
--- a/src/Catty/Views/Custom/CatrobatReorderableCollectionViewFlowLayout/CatrobatReorderableCollectionViewFlowLayout.m
+++ b/src/Catty/Views/Custom/CatrobatReorderableCollectionViewFlowLayout/CatrobatReorderableCollectionViewFlowLayout.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CatrobatSlider/CatrobatUISlider.h b/src/Catty/Views/Custom/CatrobatSlider/CatrobatUISlider.h
index 86006f7fa1..a57ee29b34 100644
--- a/src/Catty/Views/Custom/CatrobatSlider/CatrobatUISlider.h
+++ b/src/Catty/Views/Custom/CatrobatSlider/CatrobatUISlider.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CatrobatSlider/CatrobatUISlider.m b/src/Catty/Views/Custom/CatrobatSlider/CatrobatUISlider.m
index e8cb1c38f0..ac2f0b1d58 100644
--- a/src/Catty/Views/Custom/CatrobatSlider/CatrobatUISlider.m
+++ b/src/Catty/Views/Custom/CatrobatSlider/CatrobatUISlider.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellBackgroundData.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellBackgroundData.swift
index ddd1198d41..f698cf7306 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellBackgroundData.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellBackgroundData.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellFormulaData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellFormulaData.h
index 3df637ce0f..b0ef268910 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellFormulaData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellFormulaData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellFormulaData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellFormulaData.m
index 1ab0e70210..c570b4e495 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellFormulaData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellFormulaData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellListData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellListData.h
index 7ae36e397c..060ce61805 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellListData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellListData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellListData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellListData.m
index c56bfd10c6..1c2751035b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellListData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellListData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellLookData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellLookData.h
index 793034eaf9..f35393fca6 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellLookData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellLookData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellLookData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellLookData.m
index 2828f6935f..a3d0995c66 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellLookData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellLookData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellMessageData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellMessageData.h
index 34edbe6916..52abf199e4 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellMessageData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellMessageData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellMessageData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellMessageData.m
index 13a5c9bff5..fc4669db47 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellMessageData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellMessageData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellObjectData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellObjectData.h
index 48fccacddc..0ab2fecf5e 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellObjectData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellObjectData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellObjectData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellObjectData.m
index 13268f031a..f027e14963 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellObjectData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellObjectData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroIfSensorData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroIfSensorData.h
index e925c0a3c6..d418746545 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroIfSensorData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroIfSensorData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroIfSensorData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroIfSensorData.m
index 200c0cd553..62011f5dcc 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroIfSensorData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroIfSensorData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroLightData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroLightData.h
index 24a68d2e7f..69de1cbdc7 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroLightData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroLightData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroLightData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroLightData.m
index 9d264d3355..757ecae457 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroLightData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroLightData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroMotorData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroMotorData.h
index ea9ba413d1..1c128083ad 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroMotorData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroMotorData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroMotorData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroMotorData.m
index f73bfac4e2..a6dd2f9280 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroMotorData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroMotorData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroToneData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroToneData.h
index b4af70ef86..973ebc6a65 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroToneData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroToneData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroToneData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroToneData.m
index 39f613495a..a992623e6b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroToneData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellPhiroToneData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellSoundData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellSoundData.h
index 8729aa7090..2e514ed932 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellSoundData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellSoundData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellSoundData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellSoundData.m
index 479f91821d..514aff678f 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellSoundData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellSoundData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellStaticChoiceData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellStaticChoiceData.h
index 0192b194dd..b6bb8a3d58 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellStaticChoiceData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellStaticChoiceData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellStaticChoiceData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellStaticChoiceData.m
index 55d58943b0..80ab61d635 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellStaticChoiceData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellStaticChoiceData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellTextData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellTextData.h
index c0a162da7c..79bcba76ba 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellTextData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellTextData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellTextData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellTextData.m
index 7411bc8d4b..7bc783eba3 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellTextData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellTextData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellVariableData.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellVariableData.h
index f35b9a8caa..bc9459c777 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellVariableData.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellVariableData.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellVariableData.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellVariableData.m
index 9b24dbd440..b0b482bc15 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellVariableData.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellData/BrickCellVariableData.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellInlineView/BrickCellInlineView.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCellInlineView/BrickCellInlineView.h
index 9cabf287c3..87d9be1982 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellInlineView/BrickCellInlineView.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellInlineView/BrickCellInlineView.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCellInlineView/BrickCellInlineView.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCellInlineView/BrickCellInlineView.m
index 6c251b07d8..0fc052528b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCellInlineView/BrickCellInlineView.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCellInlineView/BrickCellInlineView.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendDigitalValueBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendDigitalValueBrickCell.h
index da639264cf..35239cdc80 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendDigitalValueBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendDigitalValueBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendDigitalValueBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendDigitalValueBrickCell.m
index 9a5b0cadde..6fa7cefdf1 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendDigitalValueBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendDigitalValueBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendPWMValueBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendPWMValueBrickCell.h
index 1ed1b961ac..f5b69562e5 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendPWMValueBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendPWMValueBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendPWMValueBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendPWMValueBrickCell.m
index 77a74ae91b..b6f4e4bfcc 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendPWMValueBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Arduino/ArduinoSendPWMValueBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCategoryOverviewCollectionViewCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCategoryOverviewCollectionViewCell.swift
index 2b778cb95c..59bcb58017 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCategoryOverviewCollectionViewCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCategoryOverviewCollectionViewCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCell.h
index 4c83448006..7fc71a1fae 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCell.m
index f309ddcea0..b53ac31135 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/BrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastBrickCell.h
index 2f9af2d958..7f68b37d18 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastBrickCell.m
index d59a0d55a7..25896667c4 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastWaitBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastWaitBrickCell.h
index d72a8af6bf..0f7ae6d88e 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastWaitBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastWaitBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastWaitBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastWaitBrickCell.m
index 16c700f983..8cc15a5a9a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastWaitBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/BroadcastWaitBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/ForeverBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/ForeverBrickCell.h
index 8b1ab50afe..3f2ed449bf 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/ForeverBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/ForeverBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/ForeverBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/ForeverBrickCell.m
index d659dd1ea5..3c8ded3367 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/ForeverBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/ForeverBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicBeginBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicBeginBrickCell.h
index f271714328..36f7a0fe3b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicBeginBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicBeginBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicBeginBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicBeginBrickCell.m
index dd7e2457e5..405749a7e5 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicBeginBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicBeginBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicElseBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicElseBrickCell.h
index f1a304a74b..a4c790a423 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicElseBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicElseBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicElseBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicElseBrickCell.m
index 9f7fbf2b91..3714191622 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicElseBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicElseBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicEndBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicEndBrickCell.h
index 6f785f3c5e..ecb729a319 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicEndBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicEndBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicEndBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicEndBrickCell.m
index 30dada1f19..af5b22e351 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicEndBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfLogicEndBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicBeginBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicBeginBrickCell.h
index c4f5dff3f3..02617bfbdc 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicBeginBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicBeginBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicBeginBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicBeginBrickCell.m
index 63e4609535..241dc1c4b9 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicBeginBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicBeginBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicEndBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicEndBrickCell.h
index d4ccb151cd..4e72390826 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicEndBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicEndBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicEndBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicEndBrickCell.m
index 35c005dcd1..aca5ca25ca 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicEndBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/IfThenLogicEndBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/LoopEndBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/LoopEndBrickCell.h
index 8c859908a6..592fba3357 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/LoopEndBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/LoopEndBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/LoopEndBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/LoopEndBrickCell.m
index 6512659068..bd9b0a1c53 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/LoopEndBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/LoopEndBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/NoteBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/NoteBrickCell.h
index 1f596f4762..6739a534e5 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/NoteBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/NoteBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/NoteBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/NoteBrickCell.m
index a1cc602aa8..94f6a91c3a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/NoteBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/NoteBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatBrickCell.h
index 79577dcbfc..c3e500be01 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatBrickCell.m
index c12025069f..121539cac4 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatUntilBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatUntilBrickCell.h
index 772050eaf6..892abed308 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatUntilBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatUntilBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatUntilBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatUntilBrickCell.m
index 0f6c935bb5..b7245c3892 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatUntilBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/RepeatUntilBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitBrickCell.swift
index 48e20ec9b6..6c11d252b9 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitUntilBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitUntilBrickCell.h
index d19574cae8..61ecfcdd85 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitUntilBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitUntilBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitUntilBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitUntilBrickCell.m
index c00fb2f021..7ed93b98a9 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitUntilBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Control/WaitUntilBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/AddItemToUserListBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/AddItemToUserListBrickCell.h
index bb5a40fe1d..d4882a2fa6 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/AddItemToUserListBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/AddItemToUserListBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/AddItemToUserListBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/AddItemToUserListBrickCell.m
index e1e99a76a6..e9fe226cd8 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/AddItemToUserListBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/AddItemToUserListBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ChangeVariableBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ChangeVariableBrickCell.h
index 7b7e2daa7c..cccd43bd13 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ChangeVariableBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ChangeVariableBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ChangeVariableBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ChangeVariableBrickCell.m
index 15af5255ef..5beeef5810 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ChangeVariableBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ChangeVariableBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/DeleteItemOfUserListBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/DeleteItemOfUserListBrickCell.h
index acb2f472e6..72e2de18dc 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/DeleteItemOfUserListBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/DeleteItemOfUserListBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/DeleteItemOfUserListBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/DeleteItemOfUserListBrickCell.m
index 5975e66bc3..d544826dd1 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/DeleteItemOfUserListBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/DeleteItemOfUserListBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/HideTextBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/HideTextBrickCell.h
index 339eb60e1d..50861d55e8 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/HideTextBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/HideTextBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/HideTextBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/HideTextBrickCell.m
index c9806a8513..f978cc9009 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/HideTextBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/HideTextBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/InsertItemIntoUserListBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/InsertItemIntoUserListBrickCell.h
index 08a5247d01..16a910d9c0 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/InsertItemIntoUserListBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/InsertItemIntoUserListBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/InsertItemIntoUserListBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/InsertItemIntoUserListBrickCell.m
index fdbc6bcceb..e9f9fa6ee9 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/InsertItemIntoUserListBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/InsertItemIntoUserListBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ReplaceItemInUserListBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ReplaceItemInUserListBrickCell.h
index b9212bbdb1..c12c388a02 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ReplaceItemInUserListBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ReplaceItemInUserListBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ReplaceItemInUserListBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ReplaceItemInUserListBrickCell.m
index 47166bb2e1..20387c939c 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ReplaceItemInUserListBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ReplaceItemInUserListBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/SetVariableBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/SetVariableBrickCell.h
index baef6425d7..3c18d7c74a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/SetVariableBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/SetVariableBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/SetVariableBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/SetVariableBrickCell.m
index 35b5a7b696..0bcd53f6e4 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/SetVariableBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/SetVariableBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ShowTextBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ShowTextBrickCell.h
index 5a69d784d4..4d2a4b99cb 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ShowTextBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ShowTextBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ShowTextBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ShowTextBrickCell.m
index c4a3547a0e..b1aca08e2f 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ShowTextBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/ShowTextBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/WebRequestBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/WebRequestBrickCell.swift
index 840598dc64..ea2961db29 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/WebRequestBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Data/WebRequestBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/SewUpBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/SewUpBrickCell.swift
index 44552eaf29..2be9838002 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/SewUpBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/SewUpBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartRunningStitchBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartRunningStitchBrickCell.swift
index adc440eb2e..ca4f4f5ba5 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartRunningStitchBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartRunningStitchBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartTripleStitchBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartTripleStitchBrickCell.swift
index cc2fe178da..b250b5a1c0 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartTripleStitchBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartTripleStitchBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartZigzagStitchBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartZigzagStitchBrickCell.swift
index e3f1700978..c62b0fdbca 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartZigzagStitchBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StartZigzagStitchBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StitchBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StitchBrickCell.swift
index c951054b9b..bf0eeba1c2 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StitchBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StitchBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StitchThreadColorCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StitchThreadColorCell.swift
index d7f8d45571..93a7ee5c67 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StitchThreadColorCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StitchThreadColorCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StopCurrentStitchBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StopCurrentStitchBrickCell.swift
index 4d9f7a0368..c3dc87371a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StopCurrentStitchBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Embroidery/StopCurrentStitchBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/FlashBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/FlashBrickCell.h
index 33d4fbea91..0bd396d3dd 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/FlashBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/FlashBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/FlashBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/FlashBrickCell.m
index bf1820e223..a3b28492eb 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/FlashBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/FlashBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/VibrationBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/VibrationBrickCell.h
index c41cd6a5c9..12f529e011 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/VibrationBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/VibrationBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/VibrationBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/VibrationBrickCell.m
index cba70b4da2..5653c12fa8 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/VibrationBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/IO/VibrationBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/AskBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/AskBrickCell.swift
index 444b1e293c..db495b141e 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/AskBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/AskBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/CameraBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/CameraBrickCell.h
index cd687c3f6d..9b3e742a25 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/CameraBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/CameraBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/CameraBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/CameraBrickCell.m
index 61f130bc8a..6dfd233fe5 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/CameraBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/CameraBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeBrightnessByNBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeBrightnessByNBrickCell.swift
index e6b9c85587..bec5343a11 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeBrightnessByNBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeBrightnessByNBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeColorByNBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeColorByNBrickCell.h
index 2a993cb1ba..e109e6cea4 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeColorByNBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeColorByNBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeColorByNBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeColorByNBrickCell.m
index 3987a7e030..646229bcb8 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeColorByNBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeColorByNBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeTransparencyByNBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeTransparencyByNBrickCell.h
index 3e0fa0dd3e..ed3bc153d3 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeTransparencyByNBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeTransparencyByNBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeTransparencyByNBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeTransparencyByNBrickCell.m
index 0313fb6949..a4da412ffe 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeTransparencyByNBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChangeTransparencyByNBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChooseCameraBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChooseCameraBrickCell.h
index d91cca667f..d7452dd1e9 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChooseCameraBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChooseCameraBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChooseCameraBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChooseCameraBrickCell.m
index b7e56874c3..e426716589 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChooseCameraBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ChooseCameraBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ClearGraphicEffectBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ClearGraphicEffectBrickCell.h
index e32b15bc5c..58067592b2 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ClearGraphicEffectBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ClearGraphicEffectBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ClearGraphicEffectBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ClearGraphicEffectBrickCell.m
index 27476dc6c9..dc5764726b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ClearGraphicEffectBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ClearGraphicEffectBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/HideBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/HideBrickCell.h
index 7b1681e87d..dd7701bac2 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/HideBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/HideBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/HideBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/HideBrickCell.m
index e1c29788f4..53a19c9d8d 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/HideBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/HideBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/NextLookBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/NextLookBrickCell.swift
index 61871e96e8..8c46290190 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/NextLookBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/NextLookBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/PreviousLookBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/PreviousLookBrickCell.swift
index 755cb49190..350fd7f1e4 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/PreviousLookBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/PreviousLookBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayBubbleBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayBubbleBrickCell.h
index 369dba821c..85f6411310 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayBubbleBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayBubbleBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayBubbleBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayBubbleBrickCell.m
index e051fd6d83..ba06bf9fee 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayBubbleBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayBubbleBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayForBubbleBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayForBubbleBrickCell.h
index f1a77fb7ee..d40fb15d97 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayForBubbleBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayForBubbleBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayForBubbleBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayForBubbleBrickCell.m
index 6e51ad6a17..48560e9736 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayForBubbleBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SayForBubbleBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundAndWaitBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundAndWaitBrickCell.swift
index 86de95721e..c20709a462 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundAndWaitBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundAndWaitBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundBrickCell.swift
index 687e280148..89fb07d2b4 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundByIndexBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundByIndexBrickCell.swift
index 1fb8475402..892c03912e 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundByIndexBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBackgroundByIndexBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBrightnessBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBrightnessBrickCell.swift
index 797f9caded..c18847c6de 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBrightnessBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetBrightnessBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetColorBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetColorBrickCell.h
index 65bc387a4e..b5db267d58 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetColorBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetColorBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetColorBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetColorBrickCell.m
index e6ba2ae319..67c45a2ab0 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetColorBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetColorBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetLookBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetLookBrickCell.swift
index 3b77b4c547..998111eeb4 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetLookBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetLookBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetLookByIndexBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetLookByIndexBrickCell.swift
index f67016f517..f1f10a3706 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetLookByIndexBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetLookByIndexBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetSizeToBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetSizeToBrickCell.h
index 9f283d1dfa..67c64394db 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetSizeToBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetSizeToBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetSizeToBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetSizeToBrickCell.m
index 61bd8bcd64..4200b2b6f9 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetSizeToBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetSizeToBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetTransparencyBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetTransparencyBrickCell.h
index 5125860be2..5c8cf5a9fe 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetTransparencyBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetTransparencyBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetTransparencyBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetTransparencyBrickCell.m
index 68ca49871d..8f6bd26a81 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetTransparencyBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/SetTransparencyBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ShowBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ShowBrickCell.h
index 322c4302b8..2308c53da6 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ShowBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ShowBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ShowBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ShowBrickCell.m
index 419df411c2..4d9ad16a1d 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ShowBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ShowBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkBubbleBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkBubbleBrickCell.h
index cfe7210a22..5c14f0e8d4 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkBubbleBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkBubbleBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkBubbleBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkBubbleBrickCell.m
index a5241d3585..b9c8da081b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkBubbleBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkBubbleBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkForBubbleBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkForBubbleBrickCell.h
index 6ca8efe501..93dfacf25e 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkForBubbleBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkForBubbleBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkForBubbleBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkForBubbleBrickCell.m
index 2130a42dcd..b2d63b68a8 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkForBubbleBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Look/ThinkForBubbleBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeSizeByNBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeSizeByNBrickCell.h
index f43bc67879..71a75837b0 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeSizeByNBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeSizeByNBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeSizeByNBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeSizeByNBrickCell.m
index 28479b8d0a..e201e4fd29 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeSizeByNBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeSizeByNBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeXByNBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeXByNBrickCell.h
index 6603728f65..f79dcfb24b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeXByNBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeXByNBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeXByNBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeXByNBrickCell.m
index c68e2b2171..32de0be567 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeXByNBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeXByNBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeYByNBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeYByNBrickCell.h
index 4ecae0e07f..81059cc34a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeYByNBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeYByNBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeYByNBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeYByNBrickCell.m
index 0a32c0d55f..e447b7c17a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeYByNBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ChangeYByNBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ComeToFrontBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ComeToFrontBrickCell.h
index a5115460e9..a88df5024e 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ComeToFrontBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ComeToFrontBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ComeToFrontBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ComeToFrontBrickCell.m
index eaa8bf4aec..b150b39281 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ComeToFrontBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/ComeToFrontBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GlideToBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GlideToBrickCell.h
index 1f8d54136d..d0709adcad 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GlideToBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GlideToBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GlideToBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GlideToBrickCell.m
index e2f88bd0be..341dc5d385 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GlideToBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GlideToBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoNStepsBackBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoNStepsBackBrickCell.h
index d1447acb5c..d1e4261423 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoNStepsBackBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoNStepsBackBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoNStepsBackBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoNStepsBackBrickCell.m
index 21da8cbd3a..ca4f3670c5 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoNStepsBackBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoNStepsBackBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoToBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoToBrickCell.h
index c64730b819..25221c5e6b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoToBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoToBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoToBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoToBrickCell.m
index 525bd70a19..2071ae214b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoToBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/GoToBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/IfOnEdgeBounceBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/IfOnEdgeBounceBrickCell.h
index 114d74f39a..c7361a3b63 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/IfOnEdgeBounceBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/IfOnEdgeBounceBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/IfOnEdgeBounceBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/IfOnEdgeBounceBrickCell.m
index d820d95528..2bdcb8f279 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/IfOnEdgeBounceBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/IfOnEdgeBounceBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/MoveNStepsBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/MoveNStepsBrickCell.h
index 7e31c8c975..6285d83fb7 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/MoveNStepsBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/MoveNStepsBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/MoveNStepsBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/MoveNStepsBrickCell.m
index f2acb8e358..ac73244cfc 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/MoveNStepsBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/MoveNStepsBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PlaceAtBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PlaceAtBrickCell.h
index 04a0f6090c..eb25770391 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PlaceAtBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PlaceAtBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PlaceAtBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PlaceAtBrickCell.m
index 1232743811..eef3954440 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PlaceAtBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PlaceAtBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointInDirectionBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointInDirectionBrickCell.h
index 97e4b40f3e..c5cebaa090 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointInDirectionBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointInDirectionBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointInDirectionBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointInDirectionBrickCell.m
index 62b04ba49d..9775765eda 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointInDirectionBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointInDirectionBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointToBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointToBrickCell.h
index 0dd090c9e7..927739474b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointToBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointToBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointToBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointToBrickCell.m
index 2a89c92730..20d0118d99 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointToBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/PointToBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetRotationStyleBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetRotationStyleBrickCell.swift
index 0919fe3526..776f1830cd 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetRotationStyleBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetRotationStyleBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetXBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetXBrickCell.h
index 0f844bd784..15bb560841 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetXBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetXBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetXBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetXBrickCell.m
index 68404e7c0c..f8b30feb33 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetXBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetXBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetYBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetYBrickCell.h
index 611b8e5cb2..94af1b5bfc 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetYBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetYBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetYBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetYBrickCell.m
index 3053c19c2f..c3016139f3 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetYBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/SetYBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnLeftBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnLeftBrickCell.h
index 4139e27ae7..a24d84277d 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnLeftBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnLeftBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnLeftBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnLeftBrickCell.m
index a913893287..e5c217674c 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnLeftBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnLeftBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnRightBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnRightBrickCell.h
index 97da4dc5fb..0fdbefda70 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnRightBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnRightBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnRightBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnRightBrickCell.m
index dc55681821..447e9d53e2 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnRightBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Motion/TurnRightBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenClearBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenClearBrickCell.swift
index 212144c692..17014cb96a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenClearBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenClearBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenDownBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenDownBrickCell.swift
index 28ec659a2b..a20ddf16ef 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenDownBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenDownBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenUpBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenUpBrickCell.swift
index 26cedd181d..a039e12262 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenUpBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/PenUpBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/SetPenColorBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/SetPenColorBrickCell.swift
index 89122d89cd..4ed40cdcf5 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/SetPenColorBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/SetPenColorBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/SetPenSizeBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/SetPenSizeBrickCell.swift
index 3971a1781b..1878f2f1af 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/SetPenSizeBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/SetPenSizeBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/StampBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/StampBrickCell.swift
index 9fb9e81a85..ead729f9a2 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/StampBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Pen/StampBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroIfLogicBeginBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroIfLogicBeginBrickCell.h
index d5d93e2941..d453a0aa4a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroIfLogicBeginBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroIfLogicBeginBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroIfLogicBeginBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroIfLogicBeginBrickCell.m
index 68621b2a1d..f1fc113c21 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroIfLogicBeginBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroIfLogicBeginBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveBackwardBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveBackwardBrickCell.h
index 6a7c44e6cd..bfdbafad70 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveBackwardBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveBackwardBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveBackwardBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveBackwardBrickCell.m
index 1ac2588c6a..da8e6175cd 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveBackwardBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveBackwardBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveForwardBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveForwardBrickCell.h
index be05091c11..768cda372a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveForwardBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveForwardBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveForwardBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveForwardBrickCell.m
index da43d2311f..2acfd61ef7 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveForwardBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorMoveForwardBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorStopBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorStopBrickCell.h
index 787ecff3fc..26446c836d 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorStopBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorStopBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorStopBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorStopBrickCell.m
index 2eb7eb0c95..56beed1e02 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorStopBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroMotorStopBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroPlayToneBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroPlayToneBrickCell.h
index fff693a673..b67eeb5724 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroPlayToneBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroPlayToneBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroPlayToneBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroPlayToneBrickCell.m
index ca1dcd32fa..c6ddd87e5b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroPlayToneBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroPlayToneBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroRGBLightBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroRGBLightBrickCell.h
index 440e2e8f02..34fa15eeae 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroRGBLightBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroRGBLightBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroRGBLightBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroRGBLightBrickCell.m
index d76ae518e8..3ca7b9b25e 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroRGBLightBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Phiro/PhiroRGBLightBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/ChangeVolumeByNBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/ChangeVolumeByNBrickCell.h
index 8e189807de..e0f92e7de9 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/ChangeVolumeByNBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/ChangeVolumeByNBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/ChangeVolumeByNBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/ChangeVolumeByNBrickCell.m
index df7ce70d08..c020cdb526 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/ChangeVolumeByNBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/ChangeVolumeByNBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundAndWaitBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundAndWaitBrickCell.swift
index 996b3429e4..0c05d288cc 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundAndWaitBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundAndWaitBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundBrickCell.h
index c58ad2e367..9fca1caa2b 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundBrickCell.m
index c7efb01ddd..83ccb7c692 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/PlaySoundBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetInstrumentBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetInstrumentBrickCell.swift
index b76d7f8e8c..bd8e1c0874 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetInstrumentBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetInstrumentBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetTempoToBrick+CBXMLHandler.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetTempoToBrick+CBXMLHandler.swift
index 07a83a7df7..b3e97136b7 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetTempoToBrick+CBXMLHandler.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetTempoToBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetTempoToBrickCell.swift b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetTempoToBrickCell.swift
index 7c255febf2..5841a24fb5 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetTempoToBrickCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetTempoToBrickCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetVolumeToBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetVolumeToBrickCell.h
index f2894dbd2a..aef7887978 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetVolumeToBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetVolumeToBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetVolumeToBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetVolumeToBrickCell.m
index 3abde1f986..15561e4ab3 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetVolumeToBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SetVolumeToBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakAndWaitBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakAndWaitBrickCell.h
index f65d151305..f9845627f2 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakAndWaitBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakAndWaitBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakAndWaitBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakAndWaitBrickCell.m
index 369a2ff8bd..025df315e3 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakAndWaitBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakAndWaitBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakBrickCell.h
index 3b03f76546..8b75f0ceb1 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakBrickCell.m
index ebe28f4413..2d98e65404 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/SpeakBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/StopAllSoundsBrickCell.h b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/StopAllSoundsBrickCell.h
index ab9cd4469d..b2d2bb17ec 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/StopAllSoundsBrickCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/StopAllSoundsBrickCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/StopAllSoundsBrickCell.m b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/StopAllSoundsBrickCell.m
index 5aa1f40d49..244c016604 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/StopAllSoundsBrickCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickCells/Sound/StopAllSoundsBrickCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickShape/BrickShapeFactory.h b/src/Catty/Views/Custom/CollectionViewCells/BrickShape/BrickShapeFactory.h
index 7d6ef965af..ad0d6a49b3 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickShape/BrickShapeFactory.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickShape/BrickShapeFactory.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/BrickShape/BrickShapeFactory.m b/src/Catty/Views/Custom/CollectionViewCells/BrickShape/BrickShapeFactory.m
index 3974ef2590..f497b19120 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/BrickShape/BrickShapeFactory.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/BrickShape/BrickShapeFactory.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/Buttons/SelectButton.swift b/src/Catty/Views/Custom/CollectionViewCells/Buttons/SelectButton.swift
index e1c34d049d..9cdc16cdb2 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/Buttons/SelectButton.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/Buttons/SelectButton.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/BroadcastScriptCell.h b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/BroadcastScriptCell.h
index dd60e157ae..9d4cf3e976 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/BroadcastScriptCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/BroadcastScriptCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/BroadcastScriptCell.m b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/BroadcastScriptCell.m
index c2176ba760..632fced585 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/BroadcastScriptCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/BroadcastScriptCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/StartScriptCell.h b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/StartScriptCell.h
index 97296043ae..a0ee42bb06 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/StartScriptCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/StartScriptCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/StartScriptCell.m b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/StartScriptCell.m
index 18299760bb..ea52fa5ce9 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/StartScriptCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/StartScriptCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenBackgroundChangesScriptCell.swift b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenBackgroundChangesScriptCell.swift
index 9b3cc5f2c7..7cd9d9382a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenBackgroundChangesScriptCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenBackgroundChangesScriptCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenConditionScriptCell.swift b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenConditionScriptCell.swift
index 9b14c30752..ac8cfe65c6 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenConditionScriptCell.swift
+++ b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenConditionScriptCell.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenScriptCell.h b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenScriptCell.h
index d48b59eab9..137684976f 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenScriptCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenScriptCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenScriptCell.m b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenScriptCell.m
index f9a7de9428..0d49e98f8a 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenScriptCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenScriptCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenTouchDownScriptCell.h b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenTouchDownScriptCell.h
index c341ae9329..b084d648db 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenTouchDownScriptCell.h
+++ b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenTouchDownScriptCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenTouchDownScriptCell.m b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenTouchDownScriptCell.m
index c1f7a5b5ef..7753bdcedc 100644
--- a/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenTouchDownScriptCell.m
+++ b/src/Catty/Views/Custom/CollectionViewCells/ScriptCells/WhenTouchDownScriptCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/ComboBox/BSKeyboardControls.h b/src/Catty/Views/Custom/ComboBox/BSKeyboardControls.h
index ec24ff4aa1..08f17e025e 100755
--- a/src/Catty/Views/Custom/ComboBox/BSKeyboardControls.h
+++ b/src/Catty/Views/Custom/ComboBox/BSKeyboardControls.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/ComboBox/BSKeyboardControls.m b/src/Catty/Views/Custom/ComboBox/BSKeyboardControls.m
index 1f811047a9..6c8ff413b9 100755
--- a/src/Catty/Views/Custom/ComboBox/BSKeyboardControls.m
+++ b/src/Catty/Views/Custom/ComboBox/BSKeyboardControls.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/ComboBox/iOSCombobox.h b/src/Catty/Views/Custom/ComboBox/iOSCombobox.h
index 5d90848331..c588da712b 100755
--- a/src/Catty/Views/Custom/ComboBox/iOSCombobox.h
+++ b/src/Catty/Views/Custom/ComboBox/iOSCombobox.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/ComboBox/iOSCombobox.m b/src/Catty/Views/Custom/ComboBox/iOSCombobox.m
index 2d77318597..e6007f8762 100755
--- a/src/Catty/Views/Custom/ComboBox/iOSCombobox.m
+++ b/src/Catty/Views/Custom/ComboBox/iOSCombobox.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/ComboBox/iOSComboboxPickerView.h b/src/Catty/Views/Custom/ComboBox/iOSComboboxPickerView.h
index 388c430cfd..5a06419753 100644
--- a/src/Catty/Views/Custom/ComboBox/iOSComboboxPickerView.h
+++ b/src/Catty/Views/Custom/ComboBox/iOSComboboxPickerView.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/ComboBox/iOSComboboxPickerView.m b/src/Catty/Views/Custom/ComboBox/iOSComboboxPickerView.m
index 429de2adff..ddca7dac1c 100644
--- a/src/Catty/Views/Custom/ComboBox/iOSComboboxPickerView.m
+++ b/src/Catty/Views/Custom/ComboBox/iOSComboboxPickerView.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CreateView/RoundBorderedButton.h b/src/Catty/Views/Custom/CreateView/RoundBorderedButton.h
index 507999c473..931f8f556c 100755
--- a/src/Catty/Views/Custom/CreateView/RoundBorderedButton.h
+++ b/src/Catty/Views/Custom/CreateView/RoundBorderedButton.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/CreateView/RoundBorderedButton.m b/src/Catty/Views/Custom/CreateView/RoundBorderedButton.m
index 60f16a5601..dfea630c75 100755
--- a/src/Catty/Views/Custom/CreateView/RoundBorderedButton.m
+++ b/src/Catty/Views/Custom/CreateView/RoundBorderedButton.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/Label/PaddingLabel.swift b/src/Catty/Views/Custom/Label/PaddingLabel.swift
index 9c333cf6c5..2b57d5f80f 100644
--- a/src/Catty/Views/Custom/Label/PaddingLabel.swift
+++ b/src/Catty/Views/Custom/Label/PaddingLabel.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/LoadingView/LoadingView.swift b/src/Catty/Views/Custom/LoadingView/LoadingView.swift
index cb87825c3f..caa22a7884 100644
--- a/src/Catty/Views/Custom/LoadingView/LoadingView.swift
+++ b/src/Catty/Views/Custom/LoadingView/LoadingView.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/MotionEffect/CellMotionEffect.h b/src/Catty/Views/Custom/MotionEffect/CellMotionEffect.h
index cdd7d0f6ca..739b6d31fb 100644
--- a/src/Catty/Views/Custom/MotionEffect/CellMotionEffect.h
+++ b/src/Catty/Views/Custom/MotionEffect/CellMotionEffect.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/MotionEffect/CellMotionEffect.m b/src/Catty/Views/Custom/MotionEffect/CellMotionEffect.m
index 6420026698..2e31bbd7a9 100644
--- a/src/Catty/Views/Custom/MotionEffect/CellMotionEffect.m
+++ b/src/Catty/Views/Custom/MotionEffect/CellMotionEffect.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/PlaceHolderView/PlaceHolderView.h b/src/Catty/Views/Custom/PlaceHolderView/PlaceHolderView.h
index bd765ca571..b8d6b5005b 100644
--- a/src/Catty/Views/Custom/PlaceHolderView/PlaceHolderView.h
+++ b/src/Catty/Views/Custom/PlaceHolderView/PlaceHolderView.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/PlaceHolderView/PlaceHolderView.m b/src/Catty/Views/Custom/PlaceHolderView/PlaceHolderView.m
index 941e1e5dd4..a58487ce68 100644
--- a/src/Catty/Views/Custom/PlaceHolderView/PlaceHolderView.m
+++ b/src/Catty/Views/Custom/PlaceHolderView/PlaceHolderView.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/BaseCell/CatrobatBaseCell.h b/src/Catty/Views/Custom/TableView/Cell/BaseCell/CatrobatBaseCell.h
index 20d0e2dbc1..5657436334 100644
--- a/src/Catty/Views/Custom/TableView/Cell/BaseCell/CatrobatBaseCell.h
+++ b/src/Catty/Views/Custom/TableView/Cell/BaseCell/CatrobatBaseCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/BaseCell/CatrobatBaseCell.m b/src/Catty/Views/Custom/TableView/Cell/BaseCell/CatrobatBaseCell.m
index 3930a9fda7..a6dd98e9f0 100644
--- a/src/Catty/Views/Custom/TableView/Cell/BaseCell/CatrobatBaseCell.m
+++ b/src/Catty/Views/Custom/TableView/Cell/BaseCell/CatrobatBaseCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/CatrobatImageCell.h b/src/Catty/Views/Custom/TableView/Cell/CatrobatImageCell.h
index 0bdb623b88..f008b7e92e 100644
--- a/src/Catty/Views/Custom/TableView/Cell/CatrobatImageCell.h
+++ b/src/Catty/Views/Custom/TableView/Cell/CatrobatImageCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/ContinueImage/ContinueImageCell.h b/src/Catty/Views/Custom/TableView/Cell/ContinueImage/ContinueImageCell.h
index fecfdeed5b..6aec0a81bf 100644
--- a/src/Catty/Views/Custom/TableView/Cell/ContinueImage/ContinueImageCell.h
+++ b/src/Catty/Views/Custom/TableView/Cell/ContinueImage/ContinueImageCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/ContinueImage/ContinueImageCell.m b/src/Catty/Views/Custom/TableView/Cell/ContinueImage/ContinueImageCell.m
index d7c7d2844b..ae882478a1 100644
--- a/src/Catty/Views/Custom/TableView/Cell/ContinueImage/ContinueImageCell.m
+++ b/src/Catty/Views/Custom/TableView/Cell/ContinueImage/ContinueImageCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientCell.h b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientCell.h
index 312636ab47..b5983621f1 100644
--- a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientCell.h
+++ b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientCell.m b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientCell.m
index 0375e67f12..6e32b7f99e 100644
--- a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientCell.m
+++ b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientFeaturedCell.h b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientFeaturedCell.h
index a96e442874..4907a0dfab 100644
--- a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientFeaturedCell.h
+++ b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientFeaturedCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientFeaturedCell.m b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientFeaturedCell.m
index 2e6af0f878..6173185825 100644
--- a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientFeaturedCell.m
+++ b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientFeaturedCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageCell.h b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageCell.h
index 54e0821c1e..4985b40f9d 100644
--- a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageCell.h
+++ b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageCell.m b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageCell.m
index 486040d71b..2403fccaf0 100644
--- a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageCell.m
+++ b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageDetailCell.h b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageDetailCell.h
index 54011bacb7..3d9e2c1dfd 100644
--- a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageDetailCell.h
+++ b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageDetailCell.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageDetailCell.m b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageDetailCell.m
index 4071f0166f..0206841b77 100644
--- a/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageDetailCell.m
+++ b/src/Catty/Views/Custom/TableView/Cell/DarkBlueGradient/DarkBlueGradientImageDetailCell.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Cell/RoundedImageView.swift b/src/Catty/Views/Custom/TableView/Cell/RoundedImageView.swift
index 53093105d8..049bf5d00c 100644
--- a/src/Catty/Views/Custom/TableView/Cell/RoundedImageView.swift
+++ b/src/Catty/Views/Custom/TableView/Cell/RoundedImageView.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Header/ProjectTableHeaderView.h b/src/Catty/Views/Custom/TableView/Header/ProjectTableHeaderView.h
index 260dc11530..c96b045dec 100644
--- a/src/Catty/Views/Custom/TableView/Header/ProjectTableHeaderView.h
+++ b/src/Catty/Views/Custom/TableView/Header/ProjectTableHeaderView.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/Views/Custom/TableView/Header/ProjectTableHeaderView.m b/src/Catty/Views/Custom/TableView/Header/ProjectTableHeaderView.m
index 04f4d1b38a..9c082739c8 100644
--- a/src/Catty/Views/Custom/TableView/Header/ProjectTableHeaderView.m
+++ b/src/Catty/Views/Custom/TableView/Header/ProjectTableHeaderView.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Context/Abstract/CBXMLAbstractContext.h b/src/Catty/XML/Context/Abstract/CBXMLAbstractContext.h
index 84f781755a..889f58a596 100644
--- a/src/Catty/XML/Context/Abstract/CBXMLAbstractContext.h
+++ b/src/Catty/XML/Context/Abstract/CBXMLAbstractContext.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Context/Abstract/CBXMLAbstractContext.m b/src/Catty/XML/Context/Abstract/CBXMLAbstractContext.m
index ec96cb0781..2ace31b387 100644
--- a/src/Catty/XML/Context/Abstract/CBXMLAbstractContext.m
+++ b/src/Catty/XML/Context/Abstract/CBXMLAbstractContext.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Helper/CBXMLParserHelper.h b/src/Catty/XML/Helper/CBXMLParserHelper.h
index a69b86d3f3..58a2b8a816 100644
--- a/src/Catty/XML/Helper/CBXMLParserHelper.h
+++ b/src/Catty/XML/Helper/CBXMLParserHelper.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Helper/CBXMLParserHelper.m b/src/Catty/XML/Helper/CBXMLParserHelper.m
index 180f1c8895..f07f5e1310 100644
--- a/src/Catty/XML/Helper/CBXMLParserHelper.m
+++ b/src/Catty/XML/Helper/CBXMLParserHelper.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Helper/CBXMLSerializerHelper.h b/src/Catty/XML/Helper/CBXMLSerializerHelper.h
index 13af4b1693..91f6bcd5be 100644
--- a/src/Catty/XML/Helper/CBXMLSerializerHelper.h
+++ b/src/Catty/XML/Helper/CBXMLSerializerHelper.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Helper/CBXMLSerializerHelper.m b/src/Catty/XML/Helper/CBXMLSerializerHelper.m
index 83b92f1592..10faa1fa05 100644
--- a/src/Catty/XML/Helper/CBXMLSerializerHelper.m
+++ b/src/Catty/XML/Helper/CBXMLSerializerHelper.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Helper/CBXMLValidator.h b/src/Catty/XML/Helper/CBXMLValidator.h
index 2ec012eb30..9fc5c1a527 100644
--- a/src/Catty/XML/Helper/CBXMLValidator.h
+++ b/src/Catty/XML/Helper/CBXMLValidator.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Helper/CBXMLValidator.m b/src/Catty/XML/Helper/CBXMLValidator.m
index 795ee259ed..d735865a9e 100644
--- a/src/Catty/XML/Helper/CBXMLValidator.m
+++ b/src/Catty/XML/Helper/CBXMLValidator.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Old Parser/Parser.h b/src/Catty/XML/Old Parser/Parser.h
index e4df8e5e0f..732eb7a3d1 100644
--- a/src/Catty/XML/Old Parser/Parser.h
+++ b/src/Catty/XML/Old Parser/Parser.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Old Parser/Parser.m b/src/Catty/XML/Old Parser/Parser.m
index 3ca5fc3da3..873426c4e7 100644
--- a/src/Catty/XML/Old Parser/Parser.m
+++ b/src/Catty/XML/Old Parser/Parser.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Old Parser/ProjectParser.h b/src/Catty/XML/Old Parser/ProjectParser.h
index 3db7beee8a..977579c3e7 100644
--- a/src/Catty/XML/Old Parser/ProjectParser.h
+++ b/src/Catty/XML/Old Parser/ProjectParser.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Old Parser/ProjectParser.m b/src/Catty/XML/Old Parser/ProjectParser.m
index 74382c2ec0..60662e1840 100644
--- a/src/Catty/XML/Old Parser/ProjectParser.m
+++ b/src/Catty/XML/Old Parser/ProjectParser.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Old Parser/XMLObjectReference.h b/src/Catty/XML/Old Parser/XMLObjectReference.h
index 60a7c53d8d..a08e4d776e 100644
--- a/src/Catty/XML/Old Parser/XMLObjectReference.h
+++ b/src/Catty/XML/Old Parser/XMLObjectReference.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Old Parser/XMLObjectReference.m b/src/Catty/XML/Old Parser/XMLObjectReference.m
index 71647ac53c..4f97fe2226 100644
--- a/src/Catty/XML/Old Parser/XMLObjectReference.m
+++ b/src/Catty/XML/Old Parser/XMLObjectReference.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Parser/CBXMLParser.h b/src/Catty/XML/Parser/CBXMLParser.h
index 21198bd6d8..a5b6de6c0c 100644
--- a/src/Catty/XML/Parser/CBXMLParser.h
+++ b/src/Catty/XML/Parser/CBXMLParser.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Parser/CBXMLParser.m b/src/Catty/XML/Parser/CBXMLParser.m
index a8b7d6e58c..44dc7eb207 100644
--- a/src/Catty/XML/Parser/CBXMLParser.m
+++ b/src/Catty/XML/Parser/CBXMLParser.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Parser/Context/CBXMLParserContext.h b/src/Catty/XML/Parser/Context/CBXMLParserContext.h
index bd64ad649d..8fc06fa4db 100644
--- a/src/Catty/XML/Parser/Context/CBXMLParserContext.h
+++ b/src/Catty/XML/Parser/Context/CBXMLParserContext.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Parser/Context/CBXMLParserContext.m b/src/Catty/XML/Parser/Context/CBXMLParserContext.m
index 5bb16907bd..401a2d4798 100644
--- a/src/Catty/XML/Parser/Context/CBXMLParserContext.m
+++ b/src/Catty/XML/Parser/Context/CBXMLParserContext.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/ProjectMigrator.swift b/src/Catty/XML/ProjectMigrator.swift
index 9b66fc9607..37799b3494 100644
--- a/src/Catty/XML/ProjectMigrator.swift
+++ b/src/Catty/XML/ProjectMigrator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/ProjectMigratorProtocol.swift b/src/Catty/XML/ProjectMigratorProtocol.swift
index c54c4bb826..965ee9879e 100644
--- a/src/Catty/XML/ProjectMigratorProtocol.swift
+++ b/src/Catty/XML/ProjectMigratorProtocol.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Serializer/CBXMLSerializer.h b/src/Catty/XML/Serializer/CBXMLSerializer.h
index 926aabfe90..ab6ce90cbe 100644
--- a/src/Catty/XML/Serializer/CBXMLSerializer.h
+++ b/src/Catty/XML/Serializer/CBXMLSerializer.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Serializer/CBXMLSerializer.m b/src/Catty/XML/Serializer/CBXMLSerializer.m
index dd220aa12f..e41da1d6c0 100644
--- a/src/Catty/XML/Serializer/CBXMLSerializer.m
+++ b/src/Catty/XML/Serializer/CBXMLSerializer.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Serializer/Context/CBXMLSerializerContext.h b/src/Catty/XML/Serializer/Context/CBXMLSerializerContext.h
index 416d62d102..90b6f5c67b 100644
--- a/src/Catty/XML/Serializer/Context/CBXMLSerializerContext.h
+++ b/src/Catty/XML/Serializer/Context/CBXMLSerializerContext.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/Serializer/Context/CBXMLSerializerContext.m b/src/Catty/XML/Serializer/Context/CBXMLSerializerContext.m
index 08ff0442ef..0efb3657b6 100644
--- a/src/Catty/XML/Serializer/Context/CBXMLSerializerContext.m
+++ b/src/Catty/XML/Serializer/Context/CBXMLSerializerContext.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendDigitalValueBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendDigitalValueBrick+CBXMLHandler.h
index dfb798dcda..f1d8f9f07c 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendDigitalValueBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendDigitalValueBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendDigitalValueBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendDigitalValueBrick+CBXMLHandler.m
index 8f47e4d69f..b3a006345a 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendDigitalValueBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendDigitalValueBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendPWMValueBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendPWMValueBrick+CBXMLHandler.h
index 5879bcd9fd..1d15eb3682 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendPWMValueBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendPWMValueBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendPWMValueBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendPWMValueBrick+CBXMLHandler.m
index ee26a3e475..d011551baa 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendPWMValueBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Arduino/ArduinoSendPWMValueBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Brick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Brick+CBXMLHandler.swift
index 6a7e7ce35c..d48c5c35f3 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Brick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Brick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastBrick+CBXMLHandler.h
index ff491b9d6c..16ea0e25b9 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastBrick+CBXMLHandler.m
index b16f2fa6ad..fac3b37b8a 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastWaitBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastWaitBrick+CBXMLHandler.h
index b20eee97e9..f755e91477 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastWaitBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastWaitBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastWaitBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastWaitBrick+CBXMLHandler.m
index 3554972829..a81f6557c2 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastWaitBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/BroadcastWaitBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/ForeverBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/ForeverBrick+CBXMLHandler.h
index cfe6e6493e..48a0a87eaf 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/ForeverBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/ForeverBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/ForeverBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/ForeverBrick+CBXMLHandler.m
index a11a61e57d..613df985f0 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/ForeverBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/ForeverBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicBeginBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicBeginBrick+CBXMLHandler.h
index a8748d6138..913403c711 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicBeginBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicBeginBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicBeginBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicBeginBrick+CBXMLHandler.m
index 14ddbe286b..e9b00d23cc 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicBeginBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicBeginBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicElseBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicElseBrick+CBXMLHandler.h
index 0e274c97c1..43b5c5c199 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicElseBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicElseBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicElseBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicElseBrick+CBXMLHandler.m
index 31047aa74a..81688ee1e4 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicElseBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicElseBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicEndBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicEndBrick+CBXMLHandler.h
index 9cc53dac11..1744b25022 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicEndBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicEndBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicEndBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicEndBrick+CBXMLHandler.m
index 50a3fdaf1f..edfe87ba7f 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicEndBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/IfLogicEndBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/IfThenLogicBeginBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/IfThenLogicBeginBrick+CBXMLHandler.h
index 3e8f49fdb7..17f0be3249 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/IfThenLogicBeginBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/IfThenLogicBeginBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/IfThenLogicBeginBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/IfThenLogicBeginBrick+CBXMLHandler.m
index 57f57a3e04..8f589df6f6 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/IfThenLogicBeginBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/IfThenLogicBeginBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/LoopEndBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/LoopEndBrick+CBXMLHandler.h
index f1bb9fedd7..a989425c99 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/LoopEndBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/LoopEndBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/LoopEndBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/LoopEndBrick+CBXMLHandler.m
index 13a2c23bc8..9c0d572ce6 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/LoopEndBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/LoopEndBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/NoteBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/NoteBrick+CBXMLHandler.h
index f4703d8c61..cbad38ff22 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/NoteBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/NoteBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/NoteBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/NoteBrick+CBXMLHandler.m
index 522cf6f3ed..3b2e0b0e9b 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/NoteBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/NoteBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/RepeatBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/RepeatBrick+CBXMLHandler.h
index ceba4677d3..34a761becd 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/RepeatBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/RepeatBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/RepeatBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/RepeatBrick+CBXMLHandler.m
index ec1e11cde7..d62ff155ca 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/RepeatBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/RepeatBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/RepeatUntilBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/RepeatUntilBrick+CBXMLHandler.h
index 812b9325f8..3208eae2ad 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/RepeatUntilBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/RepeatUntilBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/RepeatUntilBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/RepeatUntilBrick+CBXMLHandler.m
index a43a689d57..1166ad0aa0 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/RepeatUntilBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/RepeatUntilBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/WaitBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/WaitBrick+CBXMLHandler.h
index a3db149fec..c65b8925a4 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/WaitBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/WaitBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/WaitBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/WaitBrick+CBXMLHandler.m
index e5db06058d..33060aacfa 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/WaitBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/WaitBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/WaitUntilBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Control/WaitUntilBrick+CBXMLHandler.h
index ccda247343..016037d7c2 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/WaitUntilBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/WaitUntilBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Control/WaitUntilBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Control/WaitUntilBrick+CBXMLHandler.m
index d67eb666ca..238951d87a 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Control/WaitUntilBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Control/WaitUntilBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/AddItemToUserListBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Data/AddItemToUserListBrick+CBXMLHandler.h
index c08e4fd5a7..7a01773f4e 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/AddItemToUserListBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/AddItemToUserListBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/AddItemToUserListBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Data/AddItemToUserListBrick+CBXMLHandler.m
index 692d2e09d2..a7a3de3e9c 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/AddItemToUserListBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/AddItemToUserListBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/ChangeVariableBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Data/ChangeVariableBrick+CBXMLHandler.h
index edd94c0ebc..c7f8993397 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/ChangeVariableBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/ChangeVariableBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/ChangeVariableBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Data/ChangeVariableBrick+CBXMLHandler.m
index dde31155e0..dd60a0d1c7 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/ChangeVariableBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/ChangeVariableBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/DeleteItemOfUserListBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Data/DeleteItemOfUserListBrick+CBXMLHandler.h
index d775a81b4a..d7b3a2af90 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/DeleteItemOfUserListBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/DeleteItemOfUserListBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/DeleteItemOfUserListBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Data/DeleteItemOfUserListBrick+CBXMLHandler.m
index 58442ffb74..4b80171ab2 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/DeleteItemOfUserListBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/DeleteItemOfUserListBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/HideTextBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Data/HideTextBrick+CBXMLHandler.h
index d7155cc1e0..5ed79296f6 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/HideTextBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/HideTextBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/HideTextBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Data/HideTextBrick+CBXMLHandler.m
index d67d5fb215..18063a5e0a 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/HideTextBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/HideTextBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/InsertItemIntoUserListBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Data/InsertItemIntoUserListBrick+CBXMLHandler.h
index ebab68d042..517fa50e22 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/InsertItemIntoUserListBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/InsertItemIntoUserListBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/InsertItemIntoUserListBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Data/InsertItemIntoUserListBrick+CBXMLHandler.m
index f91f7e22bd..17dc5cb5d2 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/InsertItemIntoUserListBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/InsertItemIntoUserListBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/ReplaceItemInUserListBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Data/ReplaceItemInUserListBrick+CBXMLHandler.h
index 4e03548eee..07b69ac701 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/ReplaceItemInUserListBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/ReplaceItemInUserListBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/ReplaceItemInUserListBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Data/ReplaceItemInUserListBrick+CBXMLHandler.m
index 5b35470483..a1499b1e70 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/ReplaceItemInUserListBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/ReplaceItemInUserListBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/SetVariableBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Data/SetVariableBrick+CBXMLHandler.h
index ac35677124..a1724f3d18 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/SetVariableBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/SetVariableBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/SetVariableBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Data/SetVariableBrick+CBXMLHandler.m
index 4061610ca7..c59b3b025a 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/SetVariableBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/SetVariableBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/ShowTextBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Data/ShowTextBrick+CBXMLHandler.h
index 0f26d223bb..5b43b701d2 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/ShowTextBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/ShowTextBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Data/ShowTextBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Data/ShowTextBrick+CBXMLHandler.m
index 1fd59c7c3f..33f2114aa7 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Data/ShowTextBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Data/ShowTextBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Embroidery/SewUpBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Embroidery/SewUpBrick+CBXMLHandler.swift
index a44faaf8f1..76e0c315c4 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Embroidery/SewUpBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Embroidery/SewUpBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartRunningStitchBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartRunningStitchBrick+CBXMLHandler.swift
index 79dac36c90..d31541cacd 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartRunningStitchBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartRunningStitchBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartTripleStitchBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartTripleStitchBrick+CBXMLHandler.swift
index fce923ba6b..ebcf07b34e 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartTripleStitchBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartTripleStitchBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartZigzagStitchBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartZigzagStitchBrick+CBXMLHandler.swift
index 600c8b2730..1bba921ec4 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartZigzagStitchBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StartZigzagStitchBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StitchBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StitchBrick+CBXMLHandler.swift
index 81bc7acc21..a7265f6007 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StitchBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StitchBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StitchThreadColorBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StitchThreadColorBrick+CBXMLHandler.swift
index 71b98f8843..26755e7b84 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StitchThreadColorBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StitchThreadColorBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StopCurrentStitchBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StopCurrentStitchBrick+CBXMLHandler.swift
index 6ed2a55b5c..4fe186ddf5 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Embroidery/StopCurrentStitchBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Embroidery/StopCurrentStitchBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/IO/FlashBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/IO/FlashBrick+CBXMLHandler.h
index 0741245843..5b109e9399 100644
--- a/src/Catty/XML/XMLHandler/Bricks/IO/FlashBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/IO/FlashBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/IO/FlashBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/IO/FlashBrick+CBXMLHandler.m
index 721716a6ed..ca2dd0bd97 100644
--- a/src/Catty/XML/XMLHandler/Bricks/IO/FlashBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/IO/FlashBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/IO/VibrationBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/IO/VibrationBrick+CBXMLHandler.h
index ad0afcf066..c3047bdc9f 100644
--- a/src/Catty/XML/XMLHandler/Bricks/IO/VibrationBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/IO/VibrationBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/IO/VibrationBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/IO/VibrationBrick+CBXMLHandler.m
index 999d3fb80f..cf07ad3ada 100644
--- a/src/Catty/XML/XMLHandler/Bricks/IO/VibrationBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/IO/VibrationBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/CameraBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/CameraBrick+CBXMLHandler.h
index c1bdd7b703..2ce140345b 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/CameraBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/CameraBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/CameraBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/CameraBrick+CBXMLHandler.m
index d8f82c76ed..9e84ca051d 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/CameraBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/CameraBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ChangeColorByNBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/ChangeColorByNBrick+CBXMLHandler.h
index 719e341c41..bc699e6844 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ChangeColorByNBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ChangeColorByNBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ChangeColorByNBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/ChangeColorByNBrick+CBXMLHandler.m
index ff3580d15a..462ed1531f 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ChangeColorByNBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ChangeColorByNBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ChangeTransparencyByNBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/ChangeTransparencyByNBrick+CBXMLHandler.h
index fb537f99f0..e9f1c80317 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ChangeTransparencyByNBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ChangeTransparencyByNBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ChangeTransparencyByNBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/ChangeTransparencyByNBrick+CBXMLHandler.m
index fbc89486ba..dacbac9503 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ChangeTransparencyByNBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ChangeTransparencyByNBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ChooseCameraBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/ChooseCameraBrick+CBXMLHandler.h
index f1d152c99b..4bd30b031e 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ChooseCameraBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ChooseCameraBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ChooseCameraBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/ChooseCameraBrick+CBXMLHandler.m
index 06d0756996..03faf15447 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ChooseCameraBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ChooseCameraBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ClearGraphicEffectBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/ClearGraphicEffectBrick+CBXMLHandler.h
index 19ae7109ff..e60e88a2a0 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ClearGraphicEffectBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ClearGraphicEffectBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ClearGraphicEffectBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/ClearGraphicEffectBrick+CBXMLHandler.m
index 3a6df2e523..4c84b5d0f4 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ClearGraphicEffectBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ClearGraphicEffectBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/HideBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/HideBrick+CBXMLHandler.h
index 4c97282e86..79b59f2fd8 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/HideBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/HideBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/HideBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/HideBrick+CBXMLHandler.m
index cd9ead9580..3f0feeab86 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/HideBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/HideBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/NextLookBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Look/NextLookBrick+CBXMLHandler.swift
index 6355ea1d10..f96cd4b268 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/NextLookBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/NextLookBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/PreviousLookBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Look/PreviousLookBrick+CBXMLHandler.swift
index b9cfa67d46..4dfbac851b 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/PreviousLookBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/PreviousLookBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/SayBubbleBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/SayBubbleBrick+CBXMLHandler.h
index 21ca6c5e0c..b463fdc1a8 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/SayBubbleBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/SayBubbleBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/SayBubbleBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/SayBubbleBrick+CBXMLHandler.m
index afc3686385..efd609d5ef 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/SayBubbleBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/SayBubbleBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/SayForBubbleBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/SayForBubbleBrick+CBXMLHandler.h
index 8fb612d516..a508859a71 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/SayForBubbleBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/SayForBubbleBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/SayForBubbleBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/SayForBubbleBrick+CBXMLHandler.m
index 0e8e3ebdfb..a35a31e6d9 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/SayForBubbleBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/SayForBubbleBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/SetColorBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/SetColorBrick+CBXMLHandler.h
index e53855636a..a1041f9847 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/SetColorBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/SetColorBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/SetColorBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/SetColorBrick+CBXMLHandler.m
index 9114cb90ae..ac3d90b014 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/SetColorBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/SetColorBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/SetSizeToBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/SetSizeToBrick+CBXMLHandler.h
index d117676db6..a0021a888a 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/SetSizeToBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/SetSizeToBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/SetSizeToBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/SetSizeToBrick+CBXMLHandler.m
index 859142bad6..0f9359391a 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/SetSizeToBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/SetSizeToBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/SetTransparencyBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/SetTransparencyBrick+CBXMLHandler.h
index f16b68e018..bd3d5c069b 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/SetTransparencyBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/SetTransparencyBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/SetTransparencyBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/SetTransparencyBrick+CBXMLHandler.m
index e267767484..db9a988ee1 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/SetTransparencyBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/SetTransparencyBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ShowBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/ShowBrick+CBXMLHandler.h
index 280f2df127..ecc715a5c4 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ShowBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ShowBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ShowBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/ShowBrick+CBXMLHandler.m
index fc6ce42d40..8b83b9f830 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ShowBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ShowBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ThinkBubbleBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/ThinkBubbleBrick+CBXMLHandler.h
index 181b442abb..75cfb116da 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ThinkBubbleBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ThinkBubbleBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ThinkBubbleBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/ThinkBubbleBrick+CBXMLHandler.m
index 72c201ddb8..63565bbf33 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ThinkBubbleBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ThinkBubbleBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ThinkForBubbleBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Look/ThinkForBubbleBrick+CBXMLHandler.h
index 43077ef86d..ae5e3f7954 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ThinkForBubbleBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ThinkForBubbleBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Look/ThinkForBubbleBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Look/ThinkForBubbleBrick+CBXMLHandler.m
index d3ec1998cf..3ef430c7cb 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Look/ThinkForBubbleBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Look/ThinkForBubbleBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/LookBricks/AskBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/LookBricks/AskBrick+CBXMLHandler.swift
index 7596c7bea2..851aec9000 100644
--- a/src/Catty/XML/XMLHandler/Bricks/LookBricks/AskBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/LookBricks/AskBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/LookBricks/ChangeBrightnessByNBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/LookBricks/ChangeBrightnessByNBrick+CBXMLHandler.swift
index 630f024bed..ee8736f462 100644
--- a/src/Catty/XML/XMLHandler/Bricks/LookBricks/ChangeBrightnessByNBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/LookBricks/ChangeBrightnessByNBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundAndWaitBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundAndWaitBrick+CBXMLHandler.swift
index d83b951a0b..0aa87307dd 100644
--- a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundAndWaitBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundAndWaitBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundBrick+CBXMLHandler.swift
index a4267147aa..ad39c15e0e 100644
--- a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundByIndexBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundByIndexBrick+CBXMLHandler.swift
index 23272ee2e3..16a3770f4b 100644
--- a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundByIndexBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBackgroundByIndexBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBrightnessBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBrightnessBrick+CBXMLHandler.swift
index c4985838ba..ac8731d3dc 100644
--- a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBrightnessBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetBrightnessBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetLookBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetLookBrick+CBXMLHandler.swift
index 28abf0d9de..653e120c6a 100644
--- a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetLookBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetLookBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetLookByIndexBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetLookByIndexBrick+CBXMLHandler.swift
index 2ecc1313e0..86dfd4e983 100644
--- a/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetLookByIndexBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/LookBricks/SetLookByIndexBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeSizeByNBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeSizeByNBrick+CBXMLHandler.h
index 06bdf4e967..56f9c6923b 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeSizeByNBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeSizeByNBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeSizeByNBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeSizeByNBrick+CBXMLHandler.m
index 1b551ce69d..514c4adc2c 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeSizeByNBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeSizeByNBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeXByNBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeXByNBrick+CBXMLHandler.h
index b9cff61553..93a5c5457e 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeXByNBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeXByNBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeXByNBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeXByNBrick+CBXMLHandler.m
index 0884dc4c93..8feca37d11 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeXByNBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeXByNBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeYByNBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeYByNBrick+CBXMLHandler.h
index 916b1bdb7b..9789206d53 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeYByNBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeYByNBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeYByNBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeYByNBrick+CBXMLHandler.m
index dc94f9d68a..93c0371e40 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeYByNBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/ChangeYByNBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/ComeToFrontBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/ComeToFrontBrick+CBXMLHandler.h
index bf0fe34ef7..79269c29e4 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/ComeToFrontBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/ComeToFrontBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/ComeToFrontBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/ComeToFrontBrick+CBXMLHandler.m
index f74465c94c..24f00f65ed 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/ComeToFrontBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/ComeToFrontBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/GlideToBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/GlideToBrick+CBXMLHandler.h
index d3646c780d..0d5b29b1f6 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/GlideToBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/GlideToBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/GlideToBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/GlideToBrick+CBXMLHandler.m
index b905b0ce50..8ff4a4cf5c 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/GlideToBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/GlideToBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/GoNStepsBackBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/GoNStepsBackBrick+CBXMLHandler.h
index 771b35478d..a8425ed9ef 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/GoNStepsBackBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/GoNStepsBackBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/GoNStepsBackBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/GoNStepsBackBrick+CBXMLHandler.m
index 56f74ab775..aca744416d 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/GoNStepsBackBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/GoNStepsBackBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/GoToBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/GoToBrick+CBXMLHandler.h
index 324c207027..4b7d393f4c 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/GoToBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/GoToBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/GoToBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/GoToBrick+CBXMLHandler.m
index eb1307009b..3803f761f5 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/GoToBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/GoToBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/IfOnEdgeBounceBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/IfOnEdgeBounceBrick+CBXMLHandler.h
index bffe194afa..61559950fc 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/IfOnEdgeBounceBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/IfOnEdgeBounceBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/IfOnEdgeBounceBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/IfOnEdgeBounceBrick+CBXMLHandler.m
index 680fed0f7a..8b760c437f 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/IfOnEdgeBounceBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/IfOnEdgeBounceBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/MoveNStepsBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/MoveNStepsBrick+CBXMLHandler.h
index 634db63ee6..4e25551498 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/MoveNStepsBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/MoveNStepsBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/MoveNStepsBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/MoveNStepsBrick+CBXMLHandler.m
index 67dd8f736b..cb107dd0cd 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/MoveNStepsBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/MoveNStepsBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/PlaceAtBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/PlaceAtBrick+CBXMLHandler.h
index a66ee4b05e..c13401d68c 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/PlaceAtBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/PlaceAtBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/PlaceAtBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/PlaceAtBrick+CBXMLHandler.m
index 136f106f47..de72eac03f 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/PlaceAtBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/PlaceAtBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/PointInDirectionBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/PointInDirectionBrick+CBXMLHandler.h
index 57478225cf..2306380ee6 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/PointInDirectionBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/PointInDirectionBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/PointInDirectionBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/PointInDirectionBrick+CBXMLHandler.m
index a77c6be749..84156ec476 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/PointInDirectionBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/PointInDirectionBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/PointToBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/PointToBrick+CBXMLHandler.h
index c319b22e7f..8a67054231 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/PointToBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/PointToBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/PointToBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/PointToBrick+CBXMLHandler.m
index a19950dc82..e5f9550aaa 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/PointToBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/PointToBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/SetRotationStyleBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Motion/SetRotationStyleBrick+CBXMLHandler.swift
index bc21df2fcc..806a21c06a 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/SetRotationStyleBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/SetRotationStyleBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/SetXBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/SetXBrick+CBXMLHandler.h
index 071cc23e9f..c6f64cf3de 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/SetXBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/SetXBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/SetXBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/SetXBrick+CBXMLHandler.m
index 00d0056da7..08226bedfd 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/SetXBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/SetXBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/SetYBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/SetYBrick+CBXMLHandler.h
index 51f8208f10..07d06b1402 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/SetYBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/SetYBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/SetYBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/SetYBrick+CBXMLHandler.m
index 5f8c02782d..ef5331c36e 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/SetYBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/SetYBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/TurnLeftBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/TurnLeftBrick+CBXMLHandler.h
index 2bc8c4efb0..e61958e736 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/TurnLeftBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/TurnLeftBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/TurnLeftBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/TurnLeftBrick+CBXMLHandler.m
index b8cd7a0a2f..5d2080ef47 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/TurnLeftBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/TurnLeftBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/TurnRightBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Motion/TurnRightBrick+CBXMLHandler.h
index 8444e62045..b6a5d8e4b6 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/TurnRightBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/TurnRightBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Motion/TurnRightBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Motion/TurnRightBrick+CBXMLHandler.m
index 65b2fd5be7..3e87baff83 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Motion/TurnRightBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Motion/TurnRightBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Pen/PenClearBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Pen/PenClearBrick+CBXMLHandler.swift
index 24eff52149..56c54a7b19 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Pen/PenClearBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Pen/PenClearBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Pen/PenDownBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Pen/PenDownBrick+CBXMLHandler.swift
index d3095cf426..9b90c4faea 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Pen/PenDownBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Pen/PenDownBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Pen/PenUpBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Pen/PenUpBrick+CBXMLHandler.swift
index 52e512f183..777bf11686 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Pen/PenUpBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Pen/PenUpBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Pen/SetPenColorBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Pen/SetPenColorBrick+CBXMLHandler.swift
index 92094e528a..362d1939ca 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Pen/SetPenColorBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Pen/SetPenColorBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Pen/SetPenSizeBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Pen/SetPenSizeBrick+CBXMLHandler.swift
index d5173ed35a..019949e241 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Pen/SetPenSizeBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Pen/SetPenSizeBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Pen/StampBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Pen/StampBrick+CBXMLHandler.swift
index 8bdbd61b64..51ee73e8dc 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Pen/StampBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Pen/StampBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroIfLogicBeginBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroIfLogicBeginBrick+CBXMLHandler.h
index 46471e45fa..179ef4a334 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroIfLogicBeginBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroIfLogicBeginBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroIfLogicBeginBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroIfLogicBeginBrick+CBXMLHandler.m
index 97b82da7c0..78f5eea892 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroIfLogicBeginBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroIfLogicBeginBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveBackwardBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveBackwardBrick+CBXMLHandler.h
index 314e13e68f..ba0d033c0e 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveBackwardBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveBackwardBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveBackwardBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveBackwardBrick+CBXMLHandler.m
index 8b7475a3b1..b5a52db82e 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveBackwardBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveBackwardBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveForwardBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveForwardBrick+CBXMLHandler.h
index 766e711910..4bcc8cf41e 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveForwardBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveForwardBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveForwardBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveForwardBrick+CBXMLHandler.m
index f54edf42c1..a19b856066 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveForwardBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorMoveForwardBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorStopBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorStopBrick+CBXMLHandler.h
index d56a4e9191..4e0386cc0f 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorStopBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorStopBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorStopBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorStopBrick+CBXMLHandler.m
index ec30c5f2d7..caab64bbf4 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorStopBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroMotorStopBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroPlayToneBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroPlayToneBrick+CBXMLHandler.h
index b3e4399977..e7443e6fc7 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroPlayToneBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroPlayToneBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroPlayToneBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroPlayToneBrick+CBXMLHandler.m
index d349767cff..73bbf099f5 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroPlayToneBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroPlayToneBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroRGBLightBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroRGBLightBrick+CBXMLHandler.h
index ab1f69eed5..c4ae825818 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroRGBLightBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroRGBLightBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroRGBLightBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroRGBLightBrick+CBXMLHandler.m
index 5d1d790cce..657ba23af5 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroRGBLightBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Phiro/PhiroRGBLightBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/ChangeVolumeByNBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Sound/ChangeVolumeByNBrick+CBXMLHandler.h
index 81b80ed74d..6841a3bf88 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/ChangeVolumeByNBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/ChangeVolumeByNBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/ChangeVolumeByNBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Sound/ChangeVolumeByNBrick+CBXMLHandler.m
index 63a88aee02..2a27755e2f 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/ChangeVolumeByNBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/ChangeVolumeByNBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundAndWaitBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundAndWaitBrick+CBXMLHandler.h
index 9c198e99f1..4fc4cfd188 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundAndWaitBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundAndWaitBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundAndWaitBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundAndWaitBrick+CBXMLHandler.m
index 9671af94b3..0a39283c1b 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundAndWaitBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundAndWaitBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundBrick+CBXMLHandler.h
index ce9b09cda4..ec6cc14a9a 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundBrick+CBXMLHandler.m
index 3ee2d84152..0febbc80d7 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/PlaySoundBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/SetInstrumentBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/Sound/SetInstrumentBrick+CBXMLHandler.swift
index a7a0c5738e..2271c707f3 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/SetInstrumentBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/SetInstrumentBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/SetVolumeToBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Sound/SetVolumeToBrick+CBXMLHandler.h
index ad68094c82..ffaf679e3c 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/SetVolumeToBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/SetVolumeToBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/SetVolumeToBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Sound/SetVolumeToBrick+CBXMLHandler.m
index 33d435b291..cf1340adcc 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/SetVolumeToBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/SetVolumeToBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakAndWaitBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakAndWaitBrick+CBXMLHandler.h
index 4ef8d4d670..1d0d826ee8 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakAndWaitBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakAndWaitBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakAndWaitBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakAndWaitBrick+CBXMLHandler.m
index 0bf4a92851..5ea3867167 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakAndWaitBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakAndWaitBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakBrick+CBXMLHandler.h
index e4193b0898..df53ba2280 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakBrick+CBXMLHandler.m
index 78e6d3ffdc..4b3fd4267f 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/SpeakBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/StopAllSoundsBrick+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Bricks/Sound/StopAllSoundsBrick+CBXMLHandler.h
index d8ecc1cab6..1e56da11e8 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/StopAllSoundsBrick+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/StopAllSoundsBrick+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/Sound/StopAllSoundsBrick+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Bricks/Sound/StopAllSoundsBrick+CBXMLHandler.m
index 341761a57c..eb6e5bb560 100644
--- a/src/Catty/XML/XMLHandler/Bricks/Sound/StopAllSoundsBrick+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Bricks/Sound/StopAllSoundsBrick+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Bricks/VariableBricks/WebRequestBrick+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/Bricks/VariableBricks/WebRequestBrick+CBXMLHandler.swift
index c1c401a405..31baa298a6 100644
--- a/src/Catty/XML/XMLHandler/Bricks/VariableBricks/WebRequestBrick+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/Bricks/VariableBricks/WebRequestBrick+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Formula/Formula+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Formula/Formula+CBXMLHandler.h
index c2dad5c07e..1cc6b72fa0 100644
--- a/src/Catty/XML/XMLHandler/Formula/Formula+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Formula/Formula+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Formula/Formula+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Formula/Formula+CBXMLHandler.m
index 65a530a109..b92a6046a8 100644
--- a/src/Catty/XML/XMLHandler/Formula/Formula+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Formula/Formula+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Formula/FormulaElement+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Formula/FormulaElement+CBXMLHandler.h
index 6dbf879969..9083f37a9a 100644
--- a/src/Catty/XML/XMLHandler/Formula/FormulaElement+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Formula/FormulaElement+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Formula/FormulaElement+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Formula/FormulaElement+CBXMLHandler.m
index 6602fb8d1e..99fb40e026 100644
--- a/src/Catty/XML/XMLHandler/Formula/FormulaElement+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Formula/FormulaElement+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Header/Header+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Header/Header+CBXMLHandler.h
index c67b1e54bb..c720044303 100644
--- a/src/Catty/XML/XMLHandler/Header/Header+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Header/Header+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Header/Header+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Header/Header+CBXMLHandler.m
index b77f14c8d8..9dedd89a5c 100644
--- a/src/Catty/XML/XMLHandler/Header/Header+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Header/Header+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Look/Look+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Look/Look+CBXMLHandler.h
index 655f0e82af..f01152790d 100644
--- a/src/Catty/XML/XMLHandler/Look/Look+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Look/Look+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Look/Look+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Look/Look+CBXMLHandler.m
index 1f57fe4c34..6c901784b3 100644
--- a/src/Catty/XML/XMLHandler/Look/Look+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Look/Look+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Project/Project+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Project/Project+CBXMLHandler.h
index 1d62828f2e..8c25535444 100644
--- a/src/Catty/XML/XMLHandler/Project/Project+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Project/Project+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Project/Project+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Project/Project+CBXMLHandler.m
index fe27370336..0aee0f1fb9 100644
--- a/src/Catty/XML/XMLHandler/Project/Project+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Project/Project+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Scene/Scene+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Scene/Scene+CBXMLHandler.h
index c4402de0f6..0edcf11f12 100644
--- a/src/Catty/XML/XMLHandler/Scene/Scene+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Scene/Scene+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Scene/Scene+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Scene/Scene+CBXMLHandler.m
index daa821867b..30e2aac978 100644
--- a/src/Catty/XML/XMLHandler/Scene/Scene+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Scene/Scene+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Scripts/Script+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Scripts/Script+CBXMLHandler.h
index 441847c1f1..3d0dca3b10 100644
--- a/src/Catty/XML/XMLHandler/Scripts/Script+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Scripts/Script+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Scripts/Script+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Scripts/Script+CBXMLHandler.m
index fe739c5c4b..e4f6e147d7 100644
--- a/src/Catty/XML/XMLHandler/Scripts/Script+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Scripts/Script+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Sound/Sound+CBXMLHandler.h b/src/Catty/XML/XMLHandler/Sound/Sound+CBXMLHandler.h
index cd26e88806..9a1acfb0f2 100644
--- a/src/Catty/XML/XMLHandler/Sound/Sound+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/Sound/Sound+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/Sound/Sound+CBXMLHandler.m b/src/Catty/XML/XMLHandler/Sound/Sound+CBXMLHandler.m
index 673c9a359c..4f2d4a2e57 100644
--- a/src/Catty/XML/XMLHandler/Sound/Sound+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/Sound/Sound+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/SpriteObject/SpriteObject+CBXMLHandler.h b/src/Catty/XML/XMLHandler/SpriteObject/SpriteObject+CBXMLHandler.h
index 530580c9e1..406205eb80 100644
--- a/src/Catty/XML/XMLHandler/SpriteObject/SpriteObject+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/SpriteObject/SpriteObject+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/SpriteObject/SpriteObject+CBXMLHandler.m b/src/Catty/XML/XMLHandler/SpriteObject/SpriteObject+CBXMLHandler.m
index 03f5b9f8eb..c3c1458fd9 100644
--- a/src/Catty/XML/XMLHandler/SpriteObject/SpriteObject+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/SpriteObject/SpriteObject+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/UserData/UserList/UserList+CBXMLHandler.h b/src/Catty/XML/XMLHandler/UserData/UserList/UserList+CBXMLHandler.h
index da863a4b61..0a15e68d55 100644
--- a/src/Catty/XML/XMLHandler/UserData/UserList/UserList+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/UserData/UserList/UserList+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/UserData/UserList/UserList+CBXMLHandler.m b/src/Catty/XML/XMLHandler/UserData/UserList/UserList+CBXMLHandler.m
index 804137d8e8..139de16dae 100644
--- a/src/Catty/XML/XMLHandler/UserData/UserList/UserList+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/UserData/UserList/UserList+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/UserData/UserVariable/UserVariable+CBXMLHandler.swift b/src/Catty/XML/XMLHandler/UserData/UserVariable/UserVariable+CBXMLHandler.swift
index bed2bb74d4..ac95ccaca1 100644
--- a/src/Catty/XML/XMLHandler/UserData/UserVariable/UserVariable+CBXMLHandler.swift
+++ b/src/Catty/XML/XMLHandler/UserData/UserVariable/UserVariable+CBXMLHandler.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/VariablesContainer/UserDataContainer+CBXMLHandler.h b/src/Catty/XML/XMLHandler/VariablesContainer/UserDataContainer+CBXMLHandler.h
index cbacf2f488..5ade9a43f5 100644
--- a/src/Catty/XML/XMLHandler/VariablesContainer/UserDataContainer+CBXMLHandler.h
+++ b/src/Catty/XML/XMLHandler/VariablesContainer/UserDataContainer+CBXMLHandler.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/Catty/XML/XMLHandler/VariablesContainer/UserDataContainer+CBXMLHandler.m b/src/Catty/XML/XMLHandler/VariablesContainer/UserDataContainer+CBXMLHandler.m
index 1429b54993..a861d76fef 100644
--- a/src/Catty/XML/XMLHandler/VariablesContainer/UserDataContainer+CBXMLHandler.m
+++ b/src/Catty/XML/XMLHandler/VariablesContainer/UserDataContainer+CBXMLHandler.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/AppDelegateTests.swift b/src/CattyTests/AppDelegateTests.swift
index 11f43aaccf..a124f20352 100644
--- a/src/CattyTests/AppDelegateTests.swift
+++ b/src/CattyTests/AppDelegateTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/BluetoothDevices/Arduino/ArduinoTests.swift b/src/CattyTests/BluetoothDevices/Arduino/ArduinoTests.swift
index d2d2253743..70dffc5280 100644
--- a/src/CattyTests/BluetoothDevices/Arduino/ArduinoTests.swift
+++ b/src/CattyTests/BluetoothDevices/Arduino/ArduinoTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/BluetoothDevices/BluetoothMocks/BluetoothMocks.swift b/src/CattyTests/BluetoothDevices/BluetoothMocks/BluetoothMocks.swift
index 9694fc43ce..7d72067621 100644
--- a/src/CattyTests/BluetoothDevices/BluetoothMocks/BluetoothMocks.swift
+++ b/src/CattyTests/BluetoothDevices/BluetoothMocks/BluetoothMocks.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/BluetoothDevices/Firmata/FirmataTests.swift b/src/CattyTests/BluetoothDevices/Firmata/FirmataTests.swift
index c8197f0996..2cb3385941 100644
--- a/src/CattyTests/BluetoothDevices/Firmata/FirmataTests.swift
+++ b/src/CattyTests/BluetoothDevices/Firmata/FirmataTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/BluetoothDevices/Phiro/PhiroDeviceTest.swift b/src/CattyTests/BluetoothDevices/Phiro/PhiroDeviceTest.swift
index daf1dc16bc..802eec88ae 100644
--- a/src/CattyTests/BluetoothDevices/Phiro/PhiroDeviceTest.swift
+++ b/src/CattyTests/BluetoothDevices/Phiro/PhiroDeviceTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/Abstract/AbstractBrickTest.swift b/src/CattyTests/Bricks/Abstract/AbstractBrickTest.swift
index 5d2e03c322..8fd79ea0ff 100644
--- a/src/CattyTests/Bricks/Abstract/AbstractBrickTest.swift
+++ b/src/CattyTests/Bricks/Abstract/AbstractBrickTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/AddItemToUserListBrickTests.swift b/src/CattyTests/Bricks/AddItemToUserListBrickTests.swift
index 09a5f3fe7b..453f2df6a2 100644
--- a/src/CattyTests/Bricks/AddItemToUserListBrickTests.swift
+++ b/src/CattyTests/Bricks/AddItemToUserListBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ArduinoBrickTests.swift b/src/CattyTests/Bricks/ArduinoBrickTests.swift
index ec0eaf9fd1..deb39c310e 100644
--- a/src/CattyTests/Bricks/ArduinoBrickTests.swift
+++ b/src/CattyTests/Bricks/ArduinoBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ArduinoSendDigitalValueBrickTests.swift b/src/CattyTests/Bricks/ArduinoSendDigitalValueBrickTests.swift
index b50307cf40..4acbb46809 100644
--- a/src/CattyTests/Bricks/ArduinoSendDigitalValueBrickTests.swift
+++ b/src/CattyTests/Bricks/ArduinoSendDigitalValueBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ArduinoSendPWMValueBrickTests.swift b/src/CattyTests/Bricks/ArduinoSendPWMValueBrickTests.swift
index 20ec726a90..b2e9884607 100644
--- a/src/CattyTests/Bricks/ArduinoSendPWMValueBrickTests.swift
+++ b/src/CattyTests/Bricks/ArduinoSendPWMValueBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/AskBrickTests.swift b/src/CattyTests/Bricks/AskBrickTests.swift
index c56cdf7e2c..8ee90fa965 100644
--- a/src/CattyTests/Bricks/AskBrickTests.swift
+++ b/src/CattyTests/Bricks/AskBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickCategoryTest.swift b/src/CattyTests/Bricks/BrickCategoryTest.swift
index 2bb6921cbb..39496189b6 100644
--- a/src/CattyTests/Bricks/BrickCategoryTest.swift
+++ b/src/CattyTests/Bricks/BrickCategoryTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickExtensionTests.swift b/src/CattyTests/Bricks/BrickExtensionTests.swift
index 57cfb2447c..11a6f0fc66 100644
--- a/src/CattyTests/Bricks/BrickExtensionTests.swift
+++ b/src/CattyTests/Bricks/BrickExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickInsertManager/Abstract/BrickInsertManagerAbstractTest.h b/src/CattyTests/Bricks/BrickInsertManager/Abstract/BrickInsertManagerAbstractTest.h
index 6b537471a9..bd7bdc92c4 100644
--- a/src/CattyTests/Bricks/BrickInsertManager/Abstract/BrickInsertManagerAbstractTest.h
+++ b/src/CattyTests/Bricks/BrickInsertManager/Abstract/BrickInsertManagerAbstractTest.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickInsertManager/Abstract/BrickInsertManagerAbstractTest.m b/src/CattyTests/Bricks/BrickInsertManager/Abstract/BrickInsertManagerAbstractTest.m
index 1d2dc070b9..a8d9e60e12 100644
--- a/src/CattyTests/Bricks/BrickInsertManager/Abstract/BrickInsertManagerAbstractTest.m
+++ b/src/CattyTests/Bricks/BrickInsertManager/Abstract/BrickInsertManagerAbstractTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerForeverTests.m b/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerForeverTests.m
index d849990fc9..6ff95efeed 100644
--- a/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerForeverTests.m
+++ b/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerForeverTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerLogicTests.m b/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerLogicTests.m
index 0edbeea45e..5753817136 100644
--- a/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerLogicTests.m
+++ b/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerLogicTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerRepeatTests.m b/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerRepeatTests.m
index 154f3d42e3..70452bf241 100644
--- a/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerRepeatTests.m
+++ b/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerRepeatTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerTests.m b/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerTests.m
index 3cde61fded..155974bd91 100644
--- a/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerTests.m
+++ b/src/CattyTests/Bricks/BrickInsertManager/BrickInsertManagerTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickManager/BrickManagerTests.swift b/src/CattyTests/Bricks/BrickManager/BrickManagerTests.swift
index e0e4a676b5..a6214a08af 100644
--- a/src/CattyTests/Bricks/BrickManager/BrickManagerTests.swift
+++ b/src/CattyTests/Bricks/BrickManager/BrickManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickManager/RecentlyUsedBricksManagerTests.swift b/src/CattyTests/Bricks/BrickManager/RecentlyUsedBricksManagerTests.swift
index 1be7dcf31d..4c88815de9 100644
--- a/src/CattyTests/Bricks/BrickManager/RecentlyUsedBricksManagerTests.swift
+++ b/src/CattyTests/Bricks/BrickManager/RecentlyUsedBricksManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickMoveManager/Abstract/BrickMoveManagerAbstractTest.h b/src/CattyTests/Bricks/BrickMoveManager/Abstract/BrickMoveManagerAbstractTest.h
index 82a4aa9774..a621536612 100644
--- a/src/CattyTests/Bricks/BrickMoveManager/Abstract/BrickMoveManagerAbstractTest.h
+++ b/src/CattyTests/Bricks/BrickMoveManager/Abstract/BrickMoveManagerAbstractTest.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickMoveManager/Abstract/BrickMoveManagerAbstractTest.m b/src/CattyTests/Bricks/BrickMoveManager/Abstract/BrickMoveManagerAbstractTest.m
index fde0c0b87a..c2730af369 100644
--- a/src/CattyTests/Bricks/BrickMoveManager/Abstract/BrickMoveManagerAbstractTest.m
+++ b/src/CattyTests/Bricks/BrickMoveManager/Abstract/BrickMoveManagerAbstractTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerForeverTests.m b/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerForeverTests.m
index 973905ce12..a634bdfb7c 100644
--- a/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerForeverTests.m
+++ b/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerForeverTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerLogicTests.m b/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerLogicTests.m
index 80b03229d9..0a1c54d1ba 100644
--- a/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerLogicTests.m
+++ b/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerLogicTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerRepeatTests.m b/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerRepeatTests.m
index 84a7e9e565..8dc9b07a5c 100644
--- a/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerRepeatTests.m
+++ b/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerRepeatTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerTests.m b/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerTests.m
index ae1de7bff8..9229d01b5c 100644
--- a/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerTests.m
+++ b/src/CattyTests/Bricks/BrickMoveManager/BrickMoveManagerTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickMutableCopyTests.swift b/src/CattyTests/Bricks/BrickMutableCopyTests.swift
index bd80492757..46473542a5 100644
--- a/src/CattyTests/Bricks/BrickMutableCopyTests.swift
+++ b/src/CattyTests/Bricks/BrickMutableCopyTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BrickTests.swift b/src/CattyTests/Bricks/BrickTests.swift
index bd7278f3b4..c8215ca283 100644
--- a/src/CattyTests/Bricks/BrickTests.swift
+++ b/src/CattyTests/Bricks/BrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/BubbleBrickTests.swift b/src/CattyTests/Bricks/BubbleBrickTests.swift
index 7431bc8b88..3f8dfd68d2 100644
--- a/src/CattyTests/Bricks/BubbleBrickTests.swift
+++ b/src/CattyTests/Bricks/BubbleBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ChangeBrightnessByNBrickTests.swift b/src/CattyTests/Bricks/ChangeBrightnessByNBrickTests.swift
index cef05433a4..5ef6239d94 100644
--- a/src/CattyTests/Bricks/ChangeBrightnessByNBrickTests.swift
+++ b/src/CattyTests/Bricks/ChangeBrightnessByNBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ChangeColorByNBrickTests.swift b/src/CattyTests/Bricks/ChangeColorByNBrickTests.swift
index 03af184688..4d721c732e 100644
--- a/src/CattyTests/Bricks/ChangeColorByNBrickTests.swift
+++ b/src/CattyTests/Bricks/ChangeColorByNBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ChangeSizeByNBrickTests.swift b/src/CattyTests/Bricks/ChangeSizeByNBrickTests.swift
index 7d1ced6399..744e3018aa 100644
--- a/src/CattyTests/Bricks/ChangeSizeByNBrickTests.swift
+++ b/src/CattyTests/Bricks/ChangeSizeByNBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ChangeTransparencyByNBrickTests.swift b/src/CattyTests/Bricks/ChangeTransparencyByNBrickTests.swift
index 15fb9f2242..81bb112b2c 100644
--- a/src/CattyTests/Bricks/ChangeTransparencyByNBrickTests.swift
+++ b/src/CattyTests/Bricks/ChangeTransparencyByNBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ChangeVariableBrickTests.swift b/src/CattyTests/Bricks/ChangeVariableBrickTests.swift
index f484f854cf..06744f13f9 100644
--- a/src/CattyTests/Bricks/ChangeVariableBrickTests.swift
+++ b/src/CattyTests/Bricks/ChangeVariableBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ChangeVolumeByNBrickTests.swift b/src/CattyTests/Bricks/ChangeVolumeByNBrickTests.swift
index 9002b83021..24f45e314a 100644
--- a/src/CattyTests/Bricks/ChangeVolumeByNBrickTests.swift
+++ b/src/CattyTests/Bricks/ChangeVolumeByNBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ChangeXByNBrickTests.swift b/src/CattyTests/Bricks/ChangeXByNBrickTests.swift
index d93d8c1834..25c8999e2f 100644
--- a/src/CattyTests/Bricks/ChangeXByNBrickTests.swift
+++ b/src/CattyTests/Bricks/ChangeXByNBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ChangeYByNBrickTests.swift b/src/CattyTests/Bricks/ChangeYByNBrickTests.swift
index ea056d4840..f2a696f6d8 100644
--- a/src/CattyTests/Bricks/ChangeYByNBrickTests.swift
+++ b/src/CattyTests/Bricks/ChangeYByNBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ChooseCameraBrickTests.swift b/src/CattyTests/Bricks/ChooseCameraBrickTests.swift
index a2bbf74797..244a6cfa21 100644
--- a/src/CattyTests/Bricks/ChooseCameraBrickTests.swift
+++ b/src/CattyTests/Bricks/ChooseCameraBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ClearGraphicEffectBrickTests.swift b/src/CattyTests/Bricks/ClearGraphicEffectBrickTests.swift
index cc44af9493..eeea43a81f 100644
--- a/src/CattyTests/Bricks/ClearGraphicEffectBrickTests.swift
+++ b/src/CattyTests/Bricks/ClearGraphicEffectBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ComeToFrontBrickTests.swift b/src/CattyTests/Bricks/ComeToFrontBrickTests.swift
index f42369fa45..d94fcdba5a 100644
--- a/src/CattyTests/Bricks/ComeToFrontBrickTests.swift
+++ b/src/CattyTests/Bricks/ComeToFrontBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/DeleteItemOfUserListBrickTests.swift b/src/CattyTests/Bricks/DeleteItemOfUserListBrickTests.swift
index ea2ac947f9..4e0259b286 100644
--- a/src/CattyTests/Bricks/DeleteItemOfUserListBrickTests.swift
+++ b/src/CattyTests/Bricks/DeleteItemOfUserListBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/GlideToBrickTests.swift b/src/CattyTests/Bricks/GlideToBrickTests.swift
index 4d0e48ede3..77814a38e9 100644
--- a/src/CattyTests/Bricks/GlideToBrickTests.swift
+++ b/src/CattyTests/Bricks/GlideToBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/GoNStepsBackBrickTests.swift b/src/CattyTests/Bricks/GoNStepsBackBrickTests.swift
index b1ed9fe031..f53354a500 100644
--- a/src/CattyTests/Bricks/GoNStepsBackBrickTests.swift
+++ b/src/CattyTests/Bricks/GoNStepsBackBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/GoToBrickTests.swift b/src/CattyTests/Bricks/GoToBrickTests.swift
index 1fe9792c55..c3b52e2f8d 100644
--- a/src/CattyTests/Bricks/GoToBrickTests.swift
+++ b/src/CattyTests/Bricks/GoToBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/HideBrickTests.swift b/src/CattyTests/Bricks/HideBrickTests.swift
index 121c7c259f..9ae4b34bcb 100644
--- a/src/CattyTests/Bricks/HideBrickTests.swift
+++ b/src/CattyTests/Bricks/HideBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/HideTextBrickTests.swift b/src/CattyTests/Bricks/HideTextBrickTests.swift
index 35131fb398..18bbfecfb8 100644
--- a/src/CattyTests/Bricks/HideTextBrickTests.swift
+++ b/src/CattyTests/Bricks/HideTextBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/IfLogicBeginBrickTests.swift b/src/CattyTests/Bricks/IfLogicBeginBrickTests.swift
index 4e46784e59..694f65b711 100644
--- a/src/CattyTests/Bricks/IfLogicBeginBrickTests.swift
+++ b/src/CattyTests/Bricks/IfLogicBeginBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/IfOnEdgeBounceBrickTests.swift b/src/CattyTests/Bricks/IfOnEdgeBounceBrickTests.swift
index ff2cc371f9..23b72fe51a 100644
--- a/src/CattyTests/Bricks/IfOnEdgeBounceBrickTests.swift
+++ b/src/CattyTests/Bricks/IfOnEdgeBounceBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/IfThenLogicBeginBrickTests.swift b/src/CattyTests/Bricks/IfThenLogicBeginBrickTests.swift
index 9e23421d1d..6e6676cd72 100644
--- a/src/CattyTests/Bricks/IfThenLogicBeginBrickTests.swift
+++ b/src/CattyTests/Bricks/IfThenLogicBeginBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/InsertItemIntoUserListBrickTests.swift b/src/CattyTests/Bricks/InsertItemIntoUserListBrickTests.swift
index 24cd61e6fa..56bfc0029d 100644
--- a/src/CattyTests/Bricks/InsertItemIntoUserListBrickTests.swift
+++ b/src/CattyTests/Bricks/InsertItemIntoUserListBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/MoveNStepsBrickTests.swift b/src/CattyTests/Bricks/MoveNStepsBrickTests.swift
index 1a8f239f01..20c830af13 100644
--- a/src/CattyTests/Bricks/MoveNStepsBrickTests.swift
+++ b/src/CattyTests/Bricks/MoveNStepsBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/NextLookBrickTests.swift b/src/CattyTests/Bricks/NextLookBrickTests.swift
index 60fa70e94c..9cd15f4cda 100644
--- a/src/CattyTests/Bricks/NextLookBrickTests.swift
+++ b/src/CattyTests/Bricks/NextLookBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PenClearBrickTests.swift b/src/CattyTests/Bricks/PenClearBrickTests.swift
index 23eb364264..a29733e04f 100644
--- a/src/CattyTests/Bricks/PenClearBrickTests.swift
+++ b/src/CattyTests/Bricks/PenClearBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PenDownBrickTests.swift b/src/CattyTests/Bricks/PenDownBrickTests.swift
index e2a55d4b39..6e6f2329fa 100644
--- a/src/CattyTests/Bricks/PenDownBrickTests.swift
+++ b/src/CattyTests/Bricks/PenDownBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PenUpBrickTests.swift b/src/CattyTests/Bricks/PenUpBrickTests.swift
index 0517b97232..3e49c120a5 100644
--- a/src/CattyTests/Bricks/PenUpBrickTests.swift
+++ b/src/CattyTests/Bricks/PenUpBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PhiroMotorMoveBackwardBrickTests.swift b/src/CattyTests/Bricks/PhiroMotorMoveBackwardBrickTests.swift
index 5e40282a88..face9a3872 100644
--- a/src/CattyTests/Bricks/PhiroMotorMoveBackwardBrickTests.swift
+++ b/src/CattyTests/Bricks/PhiroMotorMoveBackwardBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PhiroMotorMoveForwardBrickTests.swift b/src/CattyTests/Bricks/PhiroMotorMoveForwardBrickTests.swift
index 754a357f46..98500eda2a 100644
--- a/src/CattyTests/Bricks/PhiroMotorMoveForwardBrickTests.swift
+++ b/src/CattyTests/Bricks/PhiroMotorMoveForwardBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PhiroPlayToneBrickTests.swift b/src/CattyTests/Bricks/PhiroPlayToneBrickTests.swift
index 463cf8cd03..775002e91d 100644
--- a/src/CattyTests/Bricks/PhiroPlayToneBrickTests.swift
+++ b/src/CattyTests/Bricks/PhiroPlayToneBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PhiroRGBLightBrickTests.swift b/src/CattyTests/Bricks/PhiroRGBLightBrickTests.swift
index 29b1c9918b..ec68b46c1b 100644
--- a/src/CattyTests/Bricks/PhiroRGBLightBrickTests.swift
+++ b/src/CattyTests/Bricks/PhiroRGBLightBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PlaceAtBrickTests.swift b/src/CattyTests/Bricks/PlaceAtBrickTests.swift
index 986d02a371..6ffa19f218 100644
--- a/src/CattyTests/Bricks/PlaceAtBrickTests.swift
+++ b/src/CattyTests/Bricks/PlaceAtBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PlaySoundAndWaitBrickTests.swift b/src/CattyTests/Bricks/PlaySoundAndWaitBrickTests.swift
index 86eac21ae9..4ecbaf2c63 100644
--- a/src/CattyTests/Bricks/PlaySoundAndWaitBrickTests.swift
+++ b/src/CattyTests/Bricks/PlaySoundAndWaitBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PointInDirectionBrickTests.swift b/src/CattyTests/Bricks/PointInDirectionBrickTests.swift
index 70ae7a82b8..e43a7969d8 100644
--- a/src/CattyTests/Bricks/PointInDirectionBrickTests.swift
+++ b/src/CattyTests/Bricks/PointInDirectionBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PointToBrickTests.swift b/src/CattyTests/Bricks/PointToBrickTests.swift
index 02f5d95bb2..a387d1fafa 100644
--- a/src/CattyTests/Bricks/PointToBrickTests.swift
+++ b/src/CattyTests/Bricks/PointToBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/PreviousLookBrickTests.swift b/src/CattyTests/Bricks/PreviousLookBrickTests.swift
index 40a1ca1599..1206b3252d 100644
--- a/src/CattyTests/Bricks/PreviousLookBrickTests.swift
+++ b/src/CattyTests/Bricks/PreviousLookBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/RepeatBrickTests.swift b/src/CattyTests/Bricks/RepeatBrickTests.swift
index c5dc142926..79c85037f3 100644
--- a/src/CattyTests/Bricks/RepeatBrickTests.swift
+++ b/src/CattyTests/Bricks/RepeatBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/RepeatUntilBrickTests.swift b/src/CattyTests/Bricks/RepeatUntilBrickTests.swift
index c0c386c920..1e52d16c5e 100644
--- a/src/CattyTests/Bricks/RepeatUntilBrickTests.swift
+++ b/src/CattyTests/Bricks/RepeatUntilBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ReplaceItemInUserListBrickTests.swift b/src/CattyTests/Bricks/ReplaceItemInUserListBrickTests.swift
index 9bba7a757f..872ddec211 100644
--- a/src/CattyTests/Bricks/ReplaceItemInUserListBrickTests.swift
+++ b/src/CattyTests/Bricks/ReplaceItemInUserListBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SayBubbleBrickTests.swift b/src/CattyTests/Bricks/SayBubbleBrickTests.swift
index 1771587ef9..4af12165c4 100644
--- a/src/CattyTests/Bricks/SayBubbleBrickTests.swift
+++ b/src/CattyTests/Bricks/SayBubbleBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SayForBubbleBrickTests.swift b/src/CattyTests/Bricks/SayForBubbleBrickTests.swift
index fcc443efc8..803a66cd82 100644
--- a/src/CattyTests/Bricks/SayForBubbleBrickTests.swift
+++ b/src/CattyTests/Bricks/SayForBubbleBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetBackgroundAndWaitBrickTests.swift b/src/CattyTests/Bricks/SetBackgroundAndWaitBrickTests.swift
index bb6755be41..e8a95cf401 100644
--- a/src/CattyTests/Bricks/SetBackgroundAndWaitBrickTests.swift
+++ b/src/CattyTests/Bricks/SetBackgroundAndWaitBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetBackgroundBrickTests.swift b/src/CattyTests/Bricks/SetBackgroundBrickTests.swift
index 1d0c8ba3b8..701028cd6e 100644
--- a/src/CattyTests/Bricks/SetBackgroundBrickTests.swift
+++ b/src/CattyTests/Bricks/SetBackgroundBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetBackgroundByIndexBrickTests.swift b/src/CattyTests/Bricks/SetBackgroundByIndexBrickTests.swift
index 6df74fdd80..8851a6a87a 100644
--- a/src/CattyTests/Bricks/SetBackgroundByIndexBrickTests.swift
+++ b/src/CattyTests/Bricks/SetBackgroundByIndexBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetBrightnessBrickTests.swift b/src/CattyTests/Bricks/SetBrightnessBrickTests.swift
index af7a844aec..1dc5853247 100644
--- a/src/CattyTests/Bricks/SetBrightnessBrickTests.swift
+++ b/src/CattyTests/Bricks/SetBrightnessBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetColorBrickTests.swift b/src/CattyTests/Bricks/SetColorBrickTests.swift
index 46e89a9238..b7da10e112 100644
--- a/src/CattyTests/Bricks/SetColorBrickTests.swift
+++ b/src/CattyTests/Bricks/SetColorBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetInstrumentBrickTests.swift b/src/CattyTests/Bricks/SetInstrumentBrickTests.swift
index 50325b14a8..a8030e7ba5 100644
--- a/src/CattyTests/Bricks/SetInstrumentBrickTests.swift
+++ b/src/CattyTests/Bricks/SetInstrumentBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetLookBrickTests.swift b/src/CattyTests/Bricks/SetLookBrickTests.swift
index 81f562caf1..0171a7c8ef 100644
--- a/src/CattyTests/Bricks/SetLookBrickTests.swift
+++ b/src/CattyTests/Bricks/SetLookBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetLookByIndexBrickTests.swift b/src/CattyTests/Bricks/SetLookByIndexBrickTests.swift
index 5b8842ba59..b40fc589f9 100644
--- a/src/CattyTests/Bricks/SetLookByIndexBrickTests.swift
+++ b/src/CattyTests/Bricks/SetLookByIndexBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetPenColorBrickTests.swift b/src/CattyTests/Bricks/SetPenColorBrickTests.swift
index 24f0cdd36e..0aa30931fe 100644
--- a/src/CattyTests/Bricks/SetPenColorBrickTests.swift
+++ b/src/CattyTests/Bricks/SetPenColorBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetPenSizeBrickTests.swift b/src/CattyTests/Bricks/SetPenSizeBrickTests.swift
index 5a39a281cf..ecc907dfe8 100644
--- a/src/CattyTests/Bricks/SetPenSizeBrickTests.swift
+++ b/src/CattyTests/Bricks/SetPenSizeBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetRotationStyleBrickTests.swift b/src/CattyTests/Bricks/SetRotationStyleBrickTests.swift
index 351df5d42e..717f971ff0 100644
--- a/src/CattyTests/Bricks/SetRotationStyleBrickTests.swift
+++ b/src/CattyTests/Bricks/SetRotationStyleBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetSizeToBrickTests.swift b/src/CattyTests/Bricks/SetSizeToBrickTests.swift
index cb195f54ee..daaf0577fd 100644
--- a/src/CattyTests/Bricks/SetSizeToBrickTests.swift
+++ b/src/CattyTests/Bricks/SetSizeToBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetTempoToBrickTests.swift b/src/CattyTests/Bricks/SetTempoToBrickTests.swift
index d32e56ad25..1acab7968e 100644
--- a/src/CattyTests/Bricks/SetTempoToBrickTests.swift
+++ b/src/CattyTests/Bricks/SetTempoToBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetTransparencyBrickTests.swift b/src/CattyTests/Bricks/SetTransparencyBrickTests.swift
index 83a78570b6..31156dde9f 100644
--- a/src/CattyTests/Bricks/SetTransparencyBrickTests.swift
+++ b/src/CattyTests/Bricks/SetTransparencyBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetVariableBrickTests.swift b/src/CattyTests/Bricks/SetVariableBrickTests.swift
index e060993cbb..f088d8c54c 100644
--- a/src/CattyTests/Bricks/SetVariableBrickTests.swift
+++ b/src/CattyTests/Bricks/SetVariableBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetVolumeToBrickTests.swift b/src/CattyTests/Bricks/SetVolumeToBrickTests.swift
index 0b7f507ae1..c80df62671 100644
--- a/src/CattyTests/Bricks/SetVolumeToBrickTests.swift
+++ b/src/CattyTests/Bricks/SetVolumeToBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetXBrickTests.swift b/src/CattyTests/Bricks/SetXBrickTests.swift
index bcaf8ee24b..f050b7f277 100644
--- a/src/CattyTests/Bricks/SetXBrickTests.swift
+++ b/src/CattyTests/Bricks/SetXBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SetYBrickTests.swift b/src/CattyTests/Bricks/SetYBrickTests.swift
index 290db68eb3..c68575b15c 100644
--- a/src/CattyTests/Bricks/SetYBrickTests.swift
+++ b/src/CattyTests/Bricks/SetYBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SewUpBrickTests.swift b/src/CattyTests/Bricks/SewUpBrickTests.swift
index 36b7249270..4aab6e00a3 100644
--- a/src/CattyTests/Bricks/SewUpBrickTests.swift
+++ b/src/CattyTests/Bricks/SewUpBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ShowBrickTests.swift b/src/CattyTests/Bricks/ShowBrickTests.swift
index 1fd1807dd8..a23583281e 100644
--- a/src/CattyTests/Bricks/ShowBrickTests.swift
+++ b/src/CattyTests/Bricks/ShowBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ShowTextBrickTests.swift b/src/CattyTests/Bricks/ShowTextBrickTests.swift
index 16f58089c4..a79a14d80e 100644
--- a/src/CattyTests/Bricks/ShowTextBrickTests.swift
+++ b/src/CattyTests/Bricks/ShowTextBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SpeakAndWaitBrickTests.swift b/src/CattyTests/Bricks/SpeakAndWaitBrickTests.swift
index 97c5eddd4a..695b5a9c53 100644
--- a/src/CattyTests/Bricks/SpeakAndWaitBrickTests.swift
+++ b/src/CattyTests/Bricks/SpeakAndWaitBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/SpeakBrickTests.swift b/src/CattyTests/Bricks/SpeakBrickTests.swift
index 6600e1339e..12073388e0 100644
--- a/src/CattyTests/Bricks/SpeakBrickTests.swift
+++ b/src/CattyTests/Bricks/SpeakBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/StampBrickTests.swift b/src/CattyTests/Bricks/StampBrickTests.swift
index 2e6f3a1d97..e971df7a08 100644
--- a/src/CattyTests/Bricks/StampBrickTests.swift
+++ b/src/CattyTests/Bricks/StampBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/StartRunningStitchBrickTests.swift b/src/CattyTests/Bricks/StartRunningStitchBrickTests.swift
index 7f76a56dc9..74fea2339b 100644
--- a/src/CattyTests/Bricks/StartRunningStitchBrickTests.swift
+++ b/src/CattyTests/Bricks/StartRunningStitchBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/StartTripleStitchBrickTests.swift b/src/CattyTests/Bricks/StartTripleStitchBrickTests.swift
index 40eadb36f4..f3855685b8 100644
--- a/src/CattyTests/Bricks/StartTripleStitchBrickTests.swift
+++ b/src/CattyTests/Bricks/StartTripleStitchBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/StartZigzagStitchBrickTests.swift b/src/CattyTests/Bricks/StartZigzagStitchBrickTests.swift
index e6119ea106..ea4e592404 100644
--- a/src/CattyTests/Bricks/StartZigzagStitchBrickTests.swift
+++ b/src/CattyTests/Bricks/StartZigzagStitchBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/StitchBrickTests.swift b/src/CattyTests/Bricks/StitchBrickTests.swift
index 984a921868..06a4a51bcd 100644
--- a/src/CattyTests/Bricks/StitchBrickTests.swift
+++ b/src/CattyTests/Bricks/StitchBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/StitchThreadColorBrickTests.swift b/src/CattyTests/Bricks/StitchThreadColorBrickTests.swift
index 8cf22fde95..40e7add6c1 100644
--- a/src/CattyTests/Bricks/StitchThreadColorBrickTests.swift
+++ b/src/CattyTests/Bricks/StitchThreadColorBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/StopCurrentStitchBrickTests.swift b/src/CattyTests/Bricks/StopCurrentStitchBrickTests.swift
index 50affb64ef..9eb0a38f1c 100644
--- a/src/CattyTests/Bricks/StopCurrentStitchBrickTests.swift
+++ b/src/CattyTests/Bricks/StopCurrentStitchBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ThinkBubbleBrickTests.swift b/src/CattyTests/Bricks/ThinkBubbleBrickTests.swift
index 3d3c4e6dc3..ede21d1377 100644
--- a/src/CattyTests/Bricks/ThinkBubbleBrickTests.swift
+++ b/src/CattyTests/Bricks/ThinkBubbleBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/ThinkForBubbleBrickTests.swift b/src/CattyTests/Bricks/ThinkForBubbleBrickTests.swift
index 326f4be4ab..89f5e20840 100644
--- a/src/CattyTests/Bricks/ThinkForBubbleBrickTests.swift
+++ b/src/CattyTests/Bricks/ThinkForBubbleBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/TurnLeftBrickTests.swift b/src/CattyTests/Bricks/TurnLeftBrickTests.swift
index 550d719591..8c7d65ad95 100644
--- a/src/CattyTests/Bricks/TurnLeftBrickTests.swift
+++ b/src/CattyTests/Bricks/TurnLeftBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/TurnRightBrickTests.swift b/src/CattyTests/Bricks/TurnRightBrickTests.swift
index ce7137891f..37bb35db38 100644
--- a/src/CattyTests/Bricks/TurnRightBrickTests.swift
+++ b/src/CattyTests/Bricks/TurnRightBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/VibrationBrickTests.swift b/src/CattyTests/Bricks/VibrationBrickTests.swift
index cda557f479..4d0dfd6cb4 100644
--- a/src/CattyTests/Bricks/VibrationBrickTests.swift
+++ b/src/CattyTests/Bricks/VibrationBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/WaitBrickTests.swift b/src/CattyTests/Bricks/WaitBrickTests.swift
index 9f9d185782..da9ac5e2ae 100644
--- a/src/CattyTests/Bricks/WaitBrickTests.swift
+++ b/src/CattyTests/Bricks/WaitBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/WaitUntilBrickTests.swift b/src/CattyTests/Bricks/WaitUntilBrickTests.swift
index 9561f5e98d..0fd0eead23 100644
--- a/src/CattyTests/Bricks/WaitUntilBrickTests.swift
+++ b/src/CattyTests/Bricks/WaitUntilBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Bricks/WebRequestBrickTests.swift b/src/CattyTests/Bricks/WebRequestBrickTests.swift
index 9e92b9aab3..4426192a61 100644
--- a/src/CattyTests/Bricks/WebRequestBrickTests.swift
+++ b/src/CattyTests/Bricks/WebRequestBrickTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/CBSpriteNodePhysicsTests.swift b/src/CattyTests/CBSpriteNodePhysicsTests.swift
index 2a6b598381..b4738d3fe8 100644
--- a/src/CattyTests/CBSpriteNodePhysicsTests.swift
+++ b/src/CattyTests/CBSpriteNodePhysicsTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/CBStackTests.m b/src/CattyTests/CBStackTests.m
index 60d0b21047..2450af7797 100644
--- a/src/CattyTests/CBStackTests.m
+++ b/src/CattyTests/CBStackTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/CattyTests-Bridging-Header.h b/src/CattyTests/CattyTests-Bridging-Header.h
index 1fc0c82a36..7e28f6624b 100644
--- a/src/CattyTests/CattyTests-Bridging-Header.h
+++ b/src/CattyTests/CattyTests-Bridging-Header.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/CattyTests-Prefix.pch b/src/CattyTests/CattyTests-Prefix.pch
index 15cf2f16ef..99eca9c76f 100644
--- a/src/CattyTests/CattyTests-Prefix.pch
+++ b/src/CattyTests/CattyTests-Prefix.pch
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/DataModel/HeaderTests.swift b/src/CattyTests/DataModel/HeaderTests.swift
index cb4ba5b996..2d02de963d 100644
--- a/src/CattyTests/DataModel/HeaderTests.swift
+++ b/src/CattyTests/DataModel/HeaderTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/DataModel/LookTest.swift b/src/CattyTests/DataModel/LookTest.swift
index 9bb2e9c83b..18bf5fc616 100644
--- a/src/CattyTests/DataModel/LookTest.swift
+++ b/src/CattyTests/DataModel/LookTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/DataModel/SceneTest.swift b/src/CattyTests/DataModel/SceneTest.swift
index 8f0a1efcb1..11b6079e77 100644
--- a/src/CattyTests/DataModel/SceneTest.swift
+++ b/src/CattyTests/DataModel/SceneTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/DataModel/SoundTest.swift b/src/CattyTests/DataModel/SoundTest.swift
index 920a49d420..0c15f63efe 100644
--- a/src/CattyTests/DataModel/SoundTest.swift
+++ b/src/CattyTests/DataModel/SoundTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/DataModel/StoreProjectTests.swift b/src/CattyTests/DataModel/StoreProjectTests.swift
index 6331942622..2edbec39f5 100644
--- a/src/CattyTests/DataModel/StoreProjectTests.swift
+++ b/src/CattyTests/DataModel/StoreProjectTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/DataModel/SynchronizedArrayTests.swift b/src/CattyTests/DataModel/SynchronizedArrayTests.swift
index de962ede32..d38ea0e1fd 100644
--- a/src/CattyTests/DataModel/SynchronizedArrayTests.swift
+++ b/src/CattyTests/DataModel/SynchronizedArrayTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/DataModel/UserDataContainerTest.swift b/src/CattyTests/DataModel/UserDataContainerTest.swift
index e112030b7b..7505951e12 100644
--- a/src/CattyTests/DataModel/UserDataContainerTest.swift
+++ b/src/CattyTests/DataModel/UserDataContainerTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/DataModel/UserListTest.swift b/src/CattyTests/DataModel/UserListTest.swift
index 0e369762a0..d1e34b6a05 100644
--- a/src/CattyTests/DataModel/UserListTest.swift
+++ b/src/CattyTests/DataModel/UserListTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/DataModel/UserVariableTests.swift b/src/CattyTests/DataModel/UserVariableTests.swift
index 9f3fa11c78..230ebf1220 100644
--- a/src/CattyTests/DataModel/UserVariableTests.swift
+++ b/src/CattyTests/DataModel/UserVariableTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Embroidery/EmbroideryDSTHeaderTests.swift b/src/CattyTests/Embroidery/EmbroideryDSTHeaderTests.swift
index c7866a160b..79a8ce09c7 100644
--- a/src/CattyTests/Embroidery/EmbroideryDSTHeaderTests.swift
+++ b/src/CattyTests/Embroidery/EmbroideryDSTHeaderTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Embroidery/EmbroideryDSTServiceTests.swift b/src/CattyTests/Embroidery/EmbroideryDSTServiceTests.swift
index efa1796cf9..6236d9ff96 100644
--- a/src/CattyTests/Embroidery/EmbroideryDSTServiceTests.swift
+++ b/src/CattyTests/Embroidery/EmbroideryDSTServiceTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Embroidery/EmbroideryStreamTests.swift b/src/CattyTests/Embroidery/EmbroideryStreamTests.swift
index dc4d479a74..202463b792 100644
--- a/src/CattyTests/Embroidery/EmbroideryStreamTests.swift
+++ b/src/CattyTests/Embroidery/EmbroideryStreamTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Embroidery/RunningStitchPatternTests.swift b/src/CattyTests/Embroidery/RunningStitchPatternTests.swift
index d7ca5f065d..2a56733ef6 100644
--- a/src/CattyTests/Embroidery/RunningStitchPatternTests.swift
+++ b/src/CattyTests/Embroidery/RunningStitchPatternTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Embroidery/SewUpTests.swift b/src/CattyTests/Embroidery/SewUpTests.swift
index 97c0a6cb6f..45a5c9c062 100644
--- a/src/CattyTests/Embroidery/SewUpTests.swift
+++ b/src/CattyTests/Embroidery/SewUpTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Embroidery/StitchTests.swift b/src/CattyTests/Embroidery/StitchTests.swift
index 836696b143..de1f10898a 100644
--- a/src/CattyTests/Embroidery/StitchTests.swift
+++ b/src/CattyTests/Embroidery/StitchTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Embroidery/TripleStitchPatternTests.swift b/src/CattyTests/Embroidery/TripleStitchPatternTests.swift
index c98d9bc001..61e6d6ae71 100644
--- a/src/CattyTests/Embroidery/TripleStitchPatternTests.swift
+++ b/src/CattyTests/Embroidery/TripleStitchPatternTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Embroidery/ZigzagStitchPatternTests.swift b/src/CattyTests/Embroidery/ZigzagStitchPatternTests.swift
index 6ce220fbf3..c2141bb00b 100644
--- a/src/CattyTests/Embroidery/ZigzagStitchPatternTests.swift
+++ b/src/CattyTests/Embroidery/ZigzagStitchPatternTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/CGVectorExtentionsTests.swift b/src/CattyTests/Extensions/CGVectorExtentionsTests.swift
index 4b6c695024..ea9fdaf790 100644
--- a/src/CattyTests/Extensions/CGVectorExtentionsTests.swift
+++ b/src/CattyTests/Extensions/CGVectorExtentionsTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/CustomExtensionsTests.m b/src/CattyTests/Extensions/CustomExtensionsTests.m
index a7faf58def..b31d44e4c5 100644
--- a/src/CattyTests/Extensions/CustomExtensionsTests.m
+++ b/src/CattyTests/Extensions/CustomExtensionsTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/DataExtensionTests.swift b/src/CattyTests/Extensions/DataExtensionTests.swift
index 4e6c00d58d..0e2abcfc72 100644
--- a/src/CattyTests/Extensions/DataExtensionTests.swift
+++ b/src/CattyTests/Extensions/DataExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/GDataXMLElementExtensionTests.swift b/src/CattyTests/Extensions/GDataXMLElementExtensionTests.swift
index 319dbfe7b3..4020562680 100644
--- a/src/CattyTests/Extensions/GDataXMLElementExtensionTests.swift
+++ b/src/CattyTests/Extensions/GDataXMLElementExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/NSDataExtensionTests.swift b/src/CattyTests/Extensions/NSDataExtensionTests.swift
index e7b8594a60..23fce2461a 100644
--- a/src/CattyTests/Extensions/NSDataExtensionTests.swift
+++ b/src/CattyTests/Extensions/NSDataExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/NSDateExtensionTests.swift b/src/CattyTests/Extensions/NSDateExtensionTests.swift
index 1e08bb85ce..371b98da44 100644
--- a/src/CattyTests/Extensions/NSDateExtensionTests.swift
+++ b/src/CattyTests/Extensions/NSDateExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/NSMutableArrayExtensionTests.swift b/src/CattyTests/Extensions/NSMutableArrayExtensionTests.swift
index 654e8f3af5..c7c789694b 100644
--- a/src/CattyTests/Extensions/NSMutableArrayExtensionTests.swift
+++ b/src/CattyTests/Extensions/NSMutableArrayExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/NSStringExtensionTests.swift b/src/CattyTests/Extensions/NSStringExtensionTests.swift
index a7debac89b..2fea9dbbee 100644
--- a/src/CattyTests/Extensions/NSStringExtensionTests.swift
+++ b/src/CattyTests/Extensions/NSStringExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/ProjectDetailStoreViewControllerExtensionTests.swift b/src/CattyTests/Extensions/ProjectDetailStoreViewControllerExtensionTests.swift
index ec863747e9..d255d3c1fa 100644
--- a/src/CattyTests/Extensions/ProjectDetailStoreViewControllerExtensionTests.swift
+++ b/src/CattyTests/Extensions/ProjectDetailStoreViewControllerExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/UIColorExtensionTests.swift b/src/CattyTests/Extensions/UIColorExtensionTests.swift
index 4023efa10d..858b4613fb 100644
--- a/src/CattyTests/Extensions/UIColorExtensionTests.swift
+++ b/src/CattyTests/Extensions/UIColorExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/UIImageExtensionTests.swift b/src/CattyTests/Extensions/UIImageExtensionTests.swift
index f4c16d76d6..89b512661c 100644
--- a/src/CattyTests/Extensions/UIImageExtensionTests.swift
+++ b/src/CattyTests/Extensions/UIImageExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/UIViewControllerExtensionTests.swift b/src/CattyTests/Extensions/UIViewControllerExtensionTests.swift
index 3fa6ffb4df..9ab9b43841 100644
--- a/src/CattyTests/Extensions/UIViewControllerExtensionTests.swift
+++ b/src/CattyTests/Extensions/UIViewControllerExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/URLExtensionTests.swift b/src/CattyTests/Extensions/URLExtensionTests.swift
index 6f9eb2f8f6..b2c471996d 100644
--- a/src/CattyTests/Extensions/URLExtensionTests.swift
+++ b/src/CattyTests/Extensions/URLExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/URLSession/URLSessionJsonExtensionTests.swift b/src/CattyTests/Extensions/URLSession/URLSessionJsonExtensionTests.swift
index bd09b7ecde..a2cc86b2ce 100644
--- a/src/CattyTests/Extensions/URLSession/URLSessionJsonExtensionTests.swift
+++ b/src/CattyTests/Extensions/URLSession/URLSessionJsonExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Extensions/URLSession/URLSessionMultipartExtensionTests.swift b/src/CattyTests/Extensions/URLSession/URLSessionMultipartExtensionTests.swift
index 5d8105aa29..bbd7fcfa52 100644
--- a/src/CattyTests/Extensions/URLSession/URLSessionMultipartExtensionTests.swift
+++ b/src/CattyTests/Extensions/URLSession/URLSessionMultipartExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/FileManager/CBFileManagerMockTests.swift b/src/CattyTests/FileManager/CBFileManagerMockTests.swift
index 6708bee1ab..ac8f78c38c 100644
--- a/src/CattyTests/FileManager/CBFileManagerMockTests.swift
+++ b/src/CattyTests/FileManager/CBFileManagerMockTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/FileManager/CBFileManagerTests.swift b/src/CattyTests/FileManager/CBFileManagerTests.swift
index 7f380dfae0..55e82ac216 100644
--- a/src/CattyTests/FileManager/CBFileManagerTests.swift
+++ b/src/CattyTests/FileManager/CBFileManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/FileManager/ProjectManagerTests.swift b/src/CattyTests/FileManager/ProjectManagerTests.swift
index 17834431cf..3549fad1b8 100644
--- a/src/CattyTests/FileManager/ProjectManagerTests.swift
+++ b/src/CattyTests/FileManager/ProjectManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Firebase/FirebaseAnalyticsTests.swift b/src/CattyTests/Firebase/FirebaseAnalyticsTests.swift
index 89bf98d079..ce24e522b8 100644
--- a/src/CattyTests/Firebase/FirebaseAnalyticsTests.swift
+++ b/src/CattyTests/Firebase/FirebaseAnalyticsTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Firebase/FirebaseCrashlyticsReporterTests.swift b/src/CattyTests/Firebase/FirebaseCrashlyticsReporterTests.swift
index ddc0c060e4..6944ca1bdd 100644
--- a/src/CattyTests/Firebase/FirebaseCrashlyticsReporterTests.swift
+++ b/src/CattyTests/Firebase/FirebaseCrashlyticsReporterTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/Dto/FormulaEditorItemTest.swift b/src/CattyTests/Formula/Dto/FormulaEditorItemTest.swift
index da90365913..74e4899d61 100644
--- a/src/CattyTests/Formula/Dto/FormulaEditorItemTest.swift
+++ b/src/CattyTests/Formula/Dto/FormulaEditorItemTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/FormulaElementTest.swift b/src/CattyTests/Formula/FormulaElementTest.swift
index 6c683f91d6..b120a5da5a 100644
--- a/src/CattyTests/Formula/FormulaElementTest.swift
+++ b/src/CattyTests/Formula/FormulaElementTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/FormulaFunctionsTest.swift b/src/CattyTests/Formula/FormulaFunctionsTest.swift
index 22fd421b6e..b8c73e566a 100644
--- a/src/CattyTests/Formula/FormulaFunctionsTest.swift
+++ b/src/CattyTests/Formula/FormulaFunctionsTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/FormulaParserErrorDetectionTest.m b/src/CattyTests/Formula/FormulaParserErrorDetectionTest.m
index 00585daa5b..809afd4e65 100644
--- a/src/CattyTests/Formula/FormulaParserErrorDetectionTest.m
+++ b/src/CattyTests/Formula/FormulaParserErrorDetectionTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/FormulaParserFunctionsTest.m b/src/CattyTests/Formula/FormulaParserFunctionsTest.m
index a9a49454a1..cb87e3c394 100644
--- a/src/CattyTests/Formula/FormulaParserFunctionsTest.m
+++ b/src/CattyTests/Formula/FormulaParserFunctionsTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/FormulaParserOperatorsTest.m b/src/CattyTests/Formula/FormulaParserOperatorsTest.m
index 87365bb78b..2027a99e17 100644
--- a/src/CattyTests/Formula/FormulaParserOperatorsTest.m
+++ b/src/CattyTests/Formula/FormulaParserOperatorsTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/FormulaParserTest.swift b/src/CattyTests/Formula/FormulaParserTest.swift
index 9f58afb1bb..0fdc4ed281 100644
--- a/src/CattyTests/Formula/FormulaParserTest.swift
+++ b/src/CattyTests/Formula/FormulaParserTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/FormulaTest.swift b/src/CattyTests/Formula/FormulaTest.swift
index 4b9b1095ff..1a1526bc6c 100644
--- a/src/CattyTests/Formula/FormulaTest.swift
+++ b/src/CattyTests/Formula/FormulaTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/InternFormulaKeyboardAdapterTests.swift b/src/CattyTests/Formula/InternFormulaKeyboardAdapterTests.swift
index b1b3e71c37..9901e4460c 100644
--- a/src/CattyTests/Formula/InternFormulaKeyboardAdapterTests.swift
+++ b/src/CattyTests/Formula/InternFormulaKeyboardAdapterTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/InternFormulaParserStringFunctionsTest.m b/src/CattyTests/Formula/InternFormulaParserStringFunctionsTest.m
index 64383ca017..db5f42f421 100644
--- a/src/CattyTests/Formula/InternFormulaParserStringFunctionsTest.m
+++ b/src/CattyTests/Formula/InternFormulaParserStringFunctionsTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/InternFormulaStateTest.m b/src/CattyTests/Formula/InternFormulaStateTest.m
index 299b2ed77f..fd2f008a03 100644
--- a/src/CattyTests/Formula/InternFormulaStateTest.m
+++ b/src/CattyTests/Formula/InternFormulaStateTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/InternFormulaTest.m b/src/CattyTests/Formula/InternFormulaTest.m
index ae5fb0c48b..ad8f35ad23 100644
--- a/src/CattyTests/Formula/InternFormulaTest.m
+++ b/src/CattyTests/Formula/InternFormulaTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/InternFormulaTokenSelectionTest.m b/src/CattyTests/Formula/InternFormulaTokenSelectionTest.m
index d27cb3e84d..59ed3202d9 100644
--- a/src/CattyTests/Formula/InternFormulaTokenSelectionTest.m
+++ b/src/CattyTests/Formula/InternFormulaTokenSelectionTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/InternFormulaUtilsTest.m b/src/CattyTests/Formula/InternFormulaUtilsTest.m
index 33b57ed9e3..1f3135436c 100644
--- a/src/CattyTests/Formula/InternFormulaUtilsTest.m
+++ b/src/CattyTests/Formula/InternFormulaUtilsTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Formula/UserListFunctionsTest.swift b/src/CattyTests/Formula/UserListFunctionsTest.swift
index 4164d53b15..f40bae1811 100644
--- a/src/CattyTests/Formula/UserListFunctionsTest.swift
+++ b/src/CattyTests/Formula/UserListFunctionsTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Helpers/KeychainTests.swift b/src/CattyTests/Helpers/KeychainTests.swift
index b9ea4746a7..3f26936e6a 100644
--- a/src/CattyTests/Helpers/KeychainTests.swift
+++ b/src/CattyTests/Helpers/KeychainTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Helpers/TrustedDomainManager/TrustedDomainManagerTests.swift b/src/CattyTests/Helpers/TrustedDomainManager/TrustedDomainManagerTests.swift
index 2244a2ae4b..7784da099b 100644
--- a/src/CattyTests/Helpers/TrustedDomainManager/TrustedDomainManagerTests.swift
+++ b/src/CattyTests/Helpers/TrustedDomainManager/TrustedDomainManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Helpers/WebRequestDownloaderTests.swift b/src/CattyTests/Helpers/WebRequestDownloaderTests.swift
index 5a6882622d..d4849f03f9 100644
--- a/src/CattyTests/Helpers/WebRequestDownloaderTests.swift
+++ b/src/CattyTests/Helpers/WebRequestDownloaderTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ImageCache/RuntimeImageCacheTests.swift b/src/CattyTests/ImageCache/RuntimeImageCacheTests.swift
index 00bf793f19..af9d5a9175 100644
--- a/src/CattyTests/ImageCache/RuntimeImageCacheTests.swift
+++ b/src/CattyTests/ImageCache/RuntimeImageCacheTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/MediaLibrary/MediaItemTest.swift b/src/CattyTests/MediaLibrary/MediaItemTest.swift
index 37f76f9367..26ffff3420 100644
--- a/src/CattyTests/MediaLibrary/MediaItemTest.swift
+++ b/src/CattyTests/MediaLibrary/MediaItemTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/MediaLibrary/MediaLibraryCollectionViewDataSourceTests.swift b/src/CattyTests/MediaLibrary/MediaLibraryCollectionViewDataSourceTests.swift
index 162dc90662..c325fe3f55 100644
--- a/src/CattyTests/MediaLibrary/MediaLibraryCollectionViewDataSourceTests.swift
+++ b/src/CattyTests/MediaLibrary/MediaLibraryCollectionViewDataSourceTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/MediaLibrary/MediaLibraryDownloaderTests.swift b/src/CattyTests/MediaLibrary/MediaLibraryDownloaderTests.swift
index 851d2403b4..f66bd23e35 100644
--- a/src/CattyTests/MediaLibrary/MediaLibraryDownloaderTests.swift
+++ b/src/CattyTests/MediaLibrary/MediaLibraryDownloaderTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/AlertControllerBuilderMock.swift b/src/CattyTests/Mocks/AlertControllerBuilderMock.swift
index 67834a1243..2ca0bc6d5f 100644
--- a/src/CattyTests/Mocks/AlertControllerBuilderMock.swift
+++ b/src/CattyTests/Mocks/AlertControllerBuilderMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/AnalyticsMock.swift b/src/CattyTests/Mocks/AnalyticsMock.swift
index 9080583de3..c466f8867e 100644
--- a/src/CattyTests/Mocks/AnalyticsMock.swift
+++ b/src/CattyTests/Mocks/AnalyticsMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/BaseTableViewControllerMock.swift b/src/CattyTests/Mocks/BaseTableViewControllerMock.swift
index 5e05189354..0d454aec94 100644
--- a/src/CattyTests/Mocks/BaseTableViewControllerMock.swift
+++ b/src/CattyTests/Mocks/BaseTableViewControllerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/CBFileManagerMock.swift b/src/CattyTests/Mocks/CBFileManagerMock.swift
index 7f1aa99f5c..171659f829 100644
--- a/src/CattyTests/Mocks/CBFileManagerMock.swift
+++ b/src/CattyTests/Mocks/CBFileManagerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/CBScriptContextMock.swift b/src/CattyTests/Mocks/CBScriptContextMock.swift
index 2a99890779..feca7858e9 100644
--- a/src/CattyTests/Mocks/CBScriptContextMock.swift
+++ b/src/CattyTests/Mocks/CBScriptContextMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/CatrobatTableViewControllerMock.swift b/src/CattyTests/Mocks/CatrobatTableViewControllerMock.swift
index df849a1104..91b863e307 100644
--- a/src/CattyTests/Mocks/CatrobatTableViewControllerMock.swift
+++ b/src/CattyTests/Mocks/CatrobatTableViewControllerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/CrashlyticsMock.swift b/src/CattyTests/Mocks/CrashlyticsMock.swift
index 1c2e66ac22..56c28ba2cc 100644
--- a/src/CattyTests/Mocks/CrashlyticsMock.swift
+++ b/src/CattyTests/Mocks/CrashlyticsMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/EmbroideryServiceMock.swift b/src/CattyTests/Mocks/EmbroideryServiceMock.swift
index 1b9ed3c778..b6fdba2c97 100644
--- a/src/CattyTests/Mocks/EmbroideryServiceMock.swift
+++ b/src/CattyTests/Mocks/EmbroideryServiceMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/ErrorMock.swift b/src/CattyTests/Mocks/ErrorMock.swift
index eafb329f8d..96f0be564a 100644
--- a/src/CattyTests/Mocks/ErrorMock.swift
+++ b/src/CattyTests/Mocks/ErrorMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/FeatureMock.swift b/src/CattyTests/Mocks/FeatureMock.swift
index 819c8a1963..c27f26dc8f 100644
--- a/src/CattyTests/Mocks/FeatureMock.swift
+++ b/src/CattyTests/Mocks/FeatureMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/FormulaMock.swift b/src/CattyTests/Mocks/FormulaMock.swift
index 5dbd0b646d..3909dd5b94 100644
--- a/src/CattyTests/Mocks/FormulaMock.swift
+++ b/src/CattyTests/Mocks/FormulaMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/LookMock.swift b/src/CattyTests/Mocks/LookMock.swift
index fa5d3a9445..326dcb0999 100644
--- a/src/CattyTests/Mocks/LookMock.swift
+++ b/src/CattyTests/Mocks/LookMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/MediaLibraryCollectionViewDataSourceDelegateMock.swift b/src/CattyTests/Mocks/MediaLibraryCollectionViewDataSourceDelegateMock.swift
index 8f776a97fb..2da4cbab12 100644
--- a/src/CattyTests/Mocks/MediaLibraryCollectionViewDataSourceDelegateMock.swift
+++ b/src/CattyTests/Mocks/MediaLibraryCollectionViewDataSourceDelegateMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/MediaLibraryDownloaderMock.swift b/src/CattyTests/Mocks/MediaLibraryDownloaderMock.swift
index d7f56e6667..e1f364b6a7 100644
--- a/src/CattyTests/Mocks/MediaLibraryDownloaderMock.swift
+++ b/src/CattyTests/Mocks/MediaLibraryDownloaderMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/NavigationControllerMock.swift b/src/CattyTests/Mocks/NavigationControllerMock.swift
index db8b7e61fd..4855cabafe 100644
--- a/src/CattyTests/Mocks/NavigationControllerMock.swift
+++ b/src/CattyTests/Mocks/NavigationControllerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/PaintViewControllerMock.swift b/src/CattyTests/Mocks/PaintViewControllerMock.swift
index 6399472b95..b5fe08aef4 100644
--- a/src/CattyTests/Mocks/PaintViewControllerMock.swift
+++ b/src/CattyTests/Mocks/PaintViewControllerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/ProjectMock.swift b/src/CattyTests/Mocks/ProjectMock.swift
index 2bc591a7a8..b7cbc0fc6e 100644
--- a/src/CattyTests/Mocks/ProjectMock.swift
+++ b/src/CattyTests/Mocks/ProjectMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/RuntimeImageCacheMock.swift b/src/CattyTests/Mocks/RuntimeImageCacheMock.swift
index 936ece6869..05b4f77139 100644
--- a/src/CattyTests/Mocks/RuntimeImageCacheMock.swift
+++ b/src/CattyTests/Mocks/RuntimeImageCacheMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/SceneMock.swift b/src/CattyTests/Mocks/SceneMock.swift
index 0fb50187e5..2b2b04ae50 100644
--- a/src/CattyTests/Mocks/SceneMock.swift
+++ b/src/CattyTests/Mocks/SceneMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/ScenePresenterViewControllerSpy.swift b/src/CattyTests/Mocks/ScenePresenterViewControllerSpy.swift
index a9d938e8d1..8525e1d1e8 100644
--- a/src/CattyTests/Mocks/ScenePresenterViewControllerSpy.swift
+++ b/src/CattyTests/Mocks/ScenePresenterViewControllerSpy.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/ScriptCollectionViewControllerMock.swift b/src/CattyTests/Mocks/ScriptCollectionViewControllerMock.swift
index 838ad54267..8aee116a40 100644
--- a/src/CattyTests/Mocks/ScriptCollectionViewControllerMock.swift
+++ b/src/CattyTests/Mocks/ScriptCollectionViewControllerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/SoundsLibraryCollectionViewDataSourceDelegateMock.swift b/src/CattyTests/Mocks/SoundsLibraryCollectionViewDataSourceDelegateMock.swift
index e3c0c3d936..dbcd46fd30 100644
--- a/src/CattyTests/Mocks/SoundsLibraryCollectionViewDataSourceDelegateMock.swift
+++ b/src/CattyTests/Mocks/SoundsLibraryCollectionViewDataSourceDelegateMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/StageMock.swift b/src/CattyTests/Mocks/StageMock.swift
index 036e50a79f..f132f735ed 100644
--- a/src/CattyTests/Mocks/StageMock.swift
+++ b/src/CattyTests/Mocks/StageMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/StagePresenterViewControllerMock.swift b/src/CattyTests/Mocks/StagePresenterViewControllerMock.swift
index c66103ec62..e83e1800b6 100644
--- a/src/CattyTests/Mocks/StagePresenterViewControllerMock.swift
+++ b/src/CattyTests/Mocks/StagePresenterViewControllerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/StoreProjectDownloaderMock.swift b/src/CattyTests/Mocks/StoreProjectDownloaderMock.swift
index 4ec1960f49..83d90dba7e 100644
--- a/src/CattyTests/Mocks/StoreProjectDownloaderMock.swift
+++ b/src/CattyTests/Mocks/StoreProjectDownloaderMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/StoreProjectUploaderMock.swift b/src/CattyTests/Mocks/StoreProjectUploaderMock.swift
index 382e71c3bf..c2ee88e3f4 100644
--- a/src/CattyTests/Mocks/StoreProjectUploaderMock.swift
+++ b/src/CattyTests/Mocks/StoreProjectUploaderMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/StoryboardMock.swift b/src/CattyTests/Mocks/StoryboardMock.swift
index 2dd7f049e6..070fdb6949 100644
--- a/src/CattyTests/Mocks/StoryboardMock.swift
+++ b/src/CattyTests/Mocks/StoryboardMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/UICollectionViewMock.swift b/src/CattyTests/Mocks/UICollectionViewMock.swift
index 0961af4ff0..ca53c75ce3 100644
--- a/src/CattyTests/Mocks/UICollectionViewMock.swift
+++ b/src/CattyTests/Mocks/UICollectionViewMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/UIGestureRecognizerMock.swift b/src/CattyTests/Mocks/UIGestureRecognizerMock.swift
index 16dd9154e0..a9099a70e0 100644
--- a/src/CattyTests/Mocks/UIGestureRecognizerMock.swift
+++ b/src/CattyTests/Mocks/UIGestureRecognizerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/URLSessionMock.swift b/src/CattyTests/Mocks/URLSessionMock.swift
index e642a5030a..a7b972533c 100644
--- a/src/CattyTests/Mocks/URLSessionMock.swift
+++ b/src/CattyTests/Mocks/URLSessionMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/URLSessionTaskMock.swift b/src/CattyTests/Mocks/URLSessionTaskMock.swift
index 6506e42ab1..ec159962fa 100644
--- a/src/CattyTests/Mocks/URLSessionTaskMock.swift
+++ b/src/CattyTests/Mocks/URLSessionTaskMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/UploadCategoryViewControllerDelegateMock.swift b/src/CattyTests/Mocks/UploadCategoryViewControllerDelegateMock.swift
index ab6029c93d..07524e3b34 100644
--- a/src/CattyTests/Mocks/UploadCategoryViewControllerDelegateMock.swift
+++ b/src/CattyTests/Mocks/UploadCategoryViewControllerDelegateMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/VNFaceObservationMock.swift b/src/CattyTests/Mocks/VNFaceObservationMock.swift
index 8651d67c39..7f9acdf212 100644
--- a/src/CattyTests/Mocks/VNFaceObservationMock.swift
+++ b/src/CattyTests/Mocks/VNFaceObservationMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Mocks/WebRequestDownloaderMock.swift b/src/CattyTests/Mocks/WebRequestDownloaderMock.swift
index 3966367ad2..95d4fd9dd9 100644
--- a/src/CattyTests/Mocks/WebRequestDownloaderMock.swift
+++ b/src/CattyTests/Mocks/WebRequestDownloaderMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Object/CollisionFunctionTest.swift b/src/CattyTests/Object/CollisionFunctionTest.swift
index 49634025f6..fe8e1eaa8e 100644
--- a/src/CattyTests/Object/CollisionFunctionTest.swift
+++ b/src/CattyTests/Object/CollisionFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/AndOperatorTest.swift b/src/CattyTests/Operators/Binary/AndOperatorTest.swift
index 5557ad64eb..e2fcdec517 100644
--- a/src/CattyTests/Operators/Binary/AndOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/AndOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/DivideOperatorTest.swift b/src/CattyTests/Operators/Binary/DivideOperatorTest.swift
index 4c45c9eb35..bd21d2ad95 100644
--- a/src/CattyTests/Operators/Binary/DivideOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/DivideOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/EqualOperatorTest.swift b/src/CattyTests/Operators/Binary/EqualOperatorTest.swift
index a88fd74caf..1b36734732 100644
--- a/src/CattyTests/Operators/Binary/EqualOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/EqualOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/GreaterOrEqualOperatorTest.swift b/src/CattyTests/Operators/Binary/GreaterOrEqualOperatorTest.swift
index d562207547..56c71b37e9 100644
--- a/src/CattyTests/Operators/Binary/GreaterOrEqualOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/GreaterOrEqualOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/GreaterThanOperatorTest.swift b/src/CattyTests/Operators/Binary/GreaterThanOperatorTest.swift
index 510a0f3b46..664350072f 100644
--- a/src/CattyTests/Operators/Binary/GreaterThanOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/GreaterThanOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/MinusOperatorTest.swift b/src/CattyTests/Operators/Binary/MinusOperatorTest.swift
index e4ab3c3f1d..57df3a3b13 100644
--- a/src/CattyTests/Operators/Binary/MinusOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/MinusOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/MultOperator.swift b/src/CattyTests/Operators/Binary/MultOperator.swift
index 54b5457089..1b70bec5fe 100644
--- a/src/CattyTests/Operators/Binary/MultOperator.swift
+++ b/src/CattyTests/Operators/Binary/MultOperator.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/NotEqualOperatorTest.swift b/src/CattyTests/Operators/Binary/NotEqualOperatorTest.swift
index 9c34818a0b..e7b431a9f4 100644
--- a/src/CattyTests/Operators/Binary/NotEqualOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/NotEqualOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/OrOperatorTest.swift b/src/CattyTests/Operators/Binary/OrOperatorTest.swift
index 5ff6d98040..034e1624c9 100644
--- a/src/CattyTests/Operators/Binary/OrOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/OrOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/PlusOperatorTest.swift b/src/CattyTests/Operators/Binary/PlusOperatorTest.swift
index 23bd2cc67b..4a4dbc341a 100644
--- a/src/CattyTests/Operators/Binary/PlusOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/PlusOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/SmallerOrEqualOperatorTest.swift b/src/CattyTests/Operators/Binary/SmallerOrEqualOperatorTest.swift
index c4b32a36f6..f13431b38a 100644
--- a/src/CattyTests/Operators/Binary/SmallerOrEqualOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/SmallerOrEqualOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Binary/SmallerThanOperatorTest.swift b/src/CattyTests/Operators/Binary/SmallerThanOperatorTest.swift
index 611483f387..36e53cb56a 100644
--- a/src/CattyTests/Operators/Binary/SmallerThanOperatorTest.swift
+++ b/src/CattyTests/Operators/Binary/SmallerThanOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Mocks/BinaryOperatorMock.swift b/src/CattyTests/Operators/Mocks/BinaryOperatorMock.swift
index f96b38fcea..74bf15ddc1 100644
--- a/src/CattyTests/Operators/Mocks/BinaryOperatorMock.swift
+++ b/src/CattyTests/Operators/Mocks/BinaryOperatorMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Mocks/UnaryOperatorMock.swift b/src/CattyTests/Operators/Mocks/UnaryOperatorMock.swift
index f7ba244346..b4ae8c1eb8 100644
--- a/src/CattyTests/Operators/Mocks/UnaryOperatorMock.swift
+++ b/src/CattyTests/Operators/Mocks/UnaryOperatorMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/OperatorManagerTest.swift b/src/CattyTests/Operators/OperatorManagerTest.swift
index 6430e7e153..7820f2fa58 100644
--- a/src/CattyTests/Operators/OperatorManagerTest.swift
+++ b/src/CattyTests/Operators/OperatorManagerTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Operators/Unary/NotOperatorTest.swift b/src/CattyTests/Operators/Unary/NotOperatorTest.swift
index 6ee2ba6d18..c46f84e45e 100644
--- a/src/CattyTests/Operators/Unary/NotOperatorTest.swift
+++ b/src/CattyTests/Operators/Unary/NotOperatorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Paint/PaintImageViewTests.swift b/src/CattyTests/Paint/PaintImageViewTests.swift
index 5dce775587..74130beb2f 100644
--- a/src/CattyTests/Paint/PaintImageViewTests.swift
+++ b/src/CattyTests/Paint/PaintImageViewTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/Helpers/AudioEngineAbstractTest.swift b/src/CattyTests/PlayerEngine/AudioEngine/Helpers/AudioEngineAbstractTest.swift
index a2e88acc4f..298b7254dc 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/Helpers/AudioEngineAbstractTest.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/Helpers/AudioEngineAbstractTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/IntegrationTests/AudioPlayerIntegrationTests.swift b/src/CattyTests/PlayerEngine/AudioEngine/IntegrationTests/AudioPlayerIntegrationTests.swift
index 491ede4856..8f1215c3a1 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/IntegrationTests/AudioPlayerIntegrationTests.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/IntegrationTests/AudioPlayerIntegrationTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/IntegrationTests/SpeechSynthesizerIntegrationTests.swift b/src/CattyTests/PlayerEngine/AudioEngine/IntegrationTests/SpeechSynthesizerIntegrationTests.swift
index 3505beb1de..935f98753d 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/IntegrationTests/SpeechSynthesizerIntegrationTests.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/IntegrationTests/SpeechSynthesizerIntegrationTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineFingerprintingStub.swift b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineFingerprintingStub.swift
index 1ce6928b1b..b6c0d07b2d 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineFingerprintingStub.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineFingerprintingStub.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineHelperSpy.swift b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineHelperSpy.swift
index d18fdb6b03..bd24b3560a 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineHelperSpy.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineHelperSpy.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineMock.swift b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineMock.swift
index 6c31b26c0c..42ac4a3dbc 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineMock.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioEngineMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioPlayerMock.swift b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioPlayerMock.swift
index 8d84621fc2..8e9bcda88c 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioPlayerMock.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/AudioPlayerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/FingerprintingAudioPlayerFactory.swift b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/FingerprintingAudioPlayerFactory.swift
index 7e3eb31919..c8dca2be5f 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/FingerprintingAudioPlayerFactory.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/FingerprintingAudioPlayerFactory.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/MockAudioPlayerFactory.swift b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/MockAudioPlayerFactory.swift
index 87b9565ea5..a2a8ab1ad4 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/Mocks/MockAudioPlayerFactory.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/Mocks/MockAudioPlayerFactory.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioEngineTests.swift b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioEngineTests.swift
index 544822dd20..0a58189e82 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioEngineTests.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioEngineTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioManagerTests.swift b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioManagerTests.swift
index 4e0f29dc82..1c78d6004a 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioManagerTests.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioPlayerTests.swift b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioPlayerTests.swift
index dab8c2c291..244eda0a39 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioPlayerTests.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioPlayerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioSubtreeTests.swift b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioSubtreeTests.swift
index abf4bfb737..7f27b025e3 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioSubtreeTests.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/AudioSubtreeTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/InstrumentTests.swift b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/InstrumentTests.swift
index 438ab17233..36f7b65f7d 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/InstrumentTests.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/InstrumentTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/IterableCacheTests.swift b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/IterableCacheTests.swift
index f465125ec0..b7003c4e4a 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/IterableCacheTests.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/IterableCacheTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/SamplerTests.swift b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/SamplerTests.swift
index 2703e35307..f3a1a8096b 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/SamplerTests.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/SamplerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/SpeechSynthesizerTests.swift b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/SpeechSynthesizerTests.swift
index c687ba167b..9b620353d5 100644
--- a/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/SpeechSynthesizerTests.swift
+++ b/src/CattyTests/PlayerEngine/AudioEngine/UnitTests/SpeechSynthesizerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/CBBackendTests.swift b/src/CattyTests/PlayerEngine/CBBackendTests.swift
index 69e44e9cc8..b49ad11b64 100644
--- a/src/CattyTests/PlayerEngine/CBBackendTests.swift
+++ b/src/CattyTests/PlayerEngine/CBBackendTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/CBSchedulerTests.swift b/src/CattyTests/PlayerEngine/CBSchedulerTests.swift
index c97199e9a6..3d2a0d87ab 100644
--- a/src/CattyTests/PlayerEngine/CBSchedulerTests.swift
+++ b/src/CattyTests/PlayerEngine/CBSchedulerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/CBSpriteNodeTests.swift b/src/CattyTests/PlayerEngine/CBSpriteNodeTests.swift
index 1ac69cb8db..14831e700a 100644
--- a/src/CattyTests/PlayerEngine/CBSpriteNodeTests.swift
+++ b/src/CattyTests/PlayerEngine/CBSpriteNodeTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Formula/Cache/FormulaCacheTests.swift b/src/CattyTests/PlayerEngine/Formula/Cache/FormulaCacheTests.swift
index 3cd8dbb6c5..5089782764 100644
--- a/src/CattyTests/PlayerEngine/Formula/Cache/FormulaCacheTests.swift
+++ b/src/CattyTests/PlayerEngine/Formula/Cache/FormulaCacheTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Formula/Cache/FormulaManagerCacheTests.swift b/src/CattyTests/PlayerEngine/Formula/Cache/FormulaManagerCacheTests.swift
index 8179bcebb4..f7b9f14c52 100644
--- a/src/CattyTests/PlayerEngine/Formula/Cache/FormulaManagerCacheTests.swift
+++ b/src/CattyTests/PlayerEngine/Formula/Cache/FormulaManagerCacheTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Formula/FormulaManagerIdempotenceTests.swift b/src/CattyTests/PlayerEngine/Formula/FormulaManagerIdempotenceTests.swift
index b77c577c91..c50d34859d 100644
--- a/src/CattyTests/PlayerEngine/Formula/FormulaManagerIdempotenceTests.swift
+++ b/src/CattyTests/PlayerEngine/Formula/FormulaManagerIdempotenceTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Formula/FormulaManagerInterpreterTests.swift b/src/CattyTests/PlayerEngine/Formula/FormulaManagerInterpreterTests.swift
index 9c31773c8d..015e10ad5e 100644
--- a/src/CattyTests/PlayerEngine/Formula/FormulaManagerInterpreterTests.swift
+++ b/src/CattyTests/PlayerEngine/Formula/FormulaManagerInterpreterTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Formula/FormulaManagerResourceTests.swift b/src/CattyTests/PlayerEngine/Formula/FormulaManagerResourceTests.swift
index 6e035610c3..1b71ecf356 100644
--- a/src/CattyTests/PlayerEngine/Formula/FormulaManagerResourceTests.swift
+++ b/src/CattyTests/PlayerEngine/Formula/FormulaManagerResourceTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Formula/FormulaManagerTests.swift b/src/CattyTests/PlayerEngine/Formula/FormulaManagerTests.swift
index ad77d24941..03796db90f 100644
--- a/src/CattyTests/PlayerEngine/Formula/FormulaManagerTests.swift
+++ b/src/CattyTests/PlayerEngine/Formula/FormulaManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Frontend/CBFilterDisabledTests.swift b/src/CattyTests/PlayerEngine/Frontend/CBFilterDisabledTests.swift
index 22cef708b6..c7df65ba22 100644
--- a/src/CattyTests/PlayerEngine/Frontend/CBFilterDisabledTests.swift
+++ b/src/CattyTests/PlayerEngine/Frontend/CBFilterDisabledTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Frontend/CBFrontendTests.swift b/src/CattyTests/PlayerEngine/Frontend/CBFrontendTests.swift
index 256c87b74f..aec32c8958 100644
--- a/src/CattyTests/PlayerEngine/Frontend/CBFrontendTests.swift
+++ b/src/CattyTests/PlayerEngine/Frontend/CBFrontendTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Arduino/ArduinoAnalogPinFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Arduino/ArduinoAnalogPinFunctionTest.swift
index a919ad43ec..37c2b749e0 100644
--- a/src/CattyTests/PlayerEngine/Functions/Arduino/ArduinoAnalogPinFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Arduino/ArduinoAnalogPinFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Arduino/ArduinoDigitalPinFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Arduino/ArduinoDigitalPinFunctionTest.swift
index e024ac6195..9606e9c688 100644
--- a/src/CattyTests/PlayerEngine/Functions/Arduino/ArduinoDigitalPinFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Arduino/ArduinoDigitalPinFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/FunctionManagerTests.swift b/src/CattyTests/PlayerEngine/Functions/FunctionManagerTests.swift
index f8a2f75729..9efba88aea 100644
--- a/src/CattyTests/PlayerEngine/Functions/FunctionManagerTests.swift
+++ b/src/CattyTests/PlayerEngine/Functions/FunctionManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/FunctionTests.swift b/src/CattyTests/PlayerEngine/Functions/FunctionTests.swift
index 793d282ca3..01d8e43032 100644
--- a/src/CattyTests/PlayerEngine/Functions/FunctionTests.swift
+++ b/src/CattyTests/PlayerEngine/Functions/FunctionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/List/ContainsFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/List/ContainsFunctionTest.swift
index 7f9cd2a7b9..7e36bda317 100644
--- a/src/CattyTests/PlayerEngine/Functions/List/ContainsFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/List/ContainsFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/List/ElementFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/List/ElementFunctionTest.swift
index 5c54504eed..086591d5e8 100644
--- a/src/CattyTests/PlayerEngine/Functions/List/ElementFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/List/ElementFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/List/IndexOfItemFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/List/IndexOfItemFunctionTest.swift
index 419acb7531..719b60beca 100644
--- a/src/CattyTests/PlayerEngine/Functions/List/IndexOfItemFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/List/IndexOfItemFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/List/NumberOfItemsFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/List/NumberOfItemsFunctionTest.swift
index f13d811ef7..761df03abf 100644
--- a/src/CattyTests/PlayerEngine/Functions/List/NumberOfItemsFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/List/NumberOfItemsFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/AbsFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/AbsFunctionTest.swift
index 2ca078cbe0..b7d71d0d96 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/AbsFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/AbsFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/AcosFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/AcosFunctionTest.swift
index e740f59576..68a3867964 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/AcosFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/AcosFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/AsinFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/AsinFunctionTest.swift
index efa914248e..134ecfeb60 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/AsinFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/AsinFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/AtanFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/AtanFunctionTest.swift
index c406594901..db1e36023d 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/AtanFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/AtanFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/CeilFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/CeilFunctionTest.swift
index 9d55f4b9e8..f635443089 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/CeilFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/CeilFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/CosFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/CosFunctionTest.swift
index 2567b0112b..fecd5d0cf2 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/CosFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/CosFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/ExpFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/ExpFunctionTest.swift
index 39d1ab21ba..60db1ecb8a 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/ExpFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/ExpFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/FalseFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/FalseFunctionTest.swift
index 7732387120..371fc9825e 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/FalseFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/FalseFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/FloorFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/FloorFunctionTest.swift
index baab8b682b..5b3de2cb5b 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/FloorFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/FloorFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/LnFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/LnFunctionTest.swift
index fbfcffc655..122db5a67e 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/LnFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/LnFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/LogFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/LogFunctionTest.swift
index 61bbe77ca9..e76ae9f300 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/LogFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/LogFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/MaxFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/MaxFunctionTest.swift
index c06bbde446..5ef818d6d1 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/MaxFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/MaxFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/MinFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/MinFunctionTest.swift
index 7af3864193..78a3d25d13 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/MinFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/MinFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/ModFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/ModFunctionTest.swift
index 6851fac21a..6de250066a 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/ModFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/ModFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/PiFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/PiFunctionTest.swift
index 4d4a555e27..1eace8601a 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/PiFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/PiFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/PowFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/PowFunctionTest.swift
index b3b124f03f..3bd0025e75 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/PowFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/PowFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/RandFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/RandFunctionTest.swift
index cb5fa19f2e..796dbd26ab 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/RandFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/RandFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/RoundFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/RoundFunctionTest.swift
index be2246df74..abc1babb7d 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/RoundFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/RoundFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/SinFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/SinFunctionTest.swift
index e5534cb2a1..841cb9f5be 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/SinFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/SinFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/SqrtFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/SqrtFunctionTest.swift
index e20ec1815c..1ecacf0362 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/SqrtFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/SqrtFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/TanFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/TanFunctionTest.swift
index d32b834399..354d2a505c 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/TanFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/TanFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Math/TrueFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Math/TrueFunctionTest.swift
index 01d069d618..faa3a60942 100644
--- a/src/CattyTests/PlayerEngine/Functions/Math/TrueFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Math/TrueFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Mocks/DoubleParameterDoubleFunctionMock.swift b/src/CattyTests/PlayerEngine/Functions/Mocks/DoubleParameterDoubleFunctionMock.swift
index 8d9cf9c73f..6cf04e82d6 100644
--- a/src/CattyTests/PlayerEngine/Functions/Mocks/DoubleParameterDoubleFunctionMock.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Mocks/DoubleParameterDoubleFunctionMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Mocks/SingleParameterDoubleFunctionMock.swift b/src/CattyTests/PlayerEngine/Functions/Mocks/SingleParameterDoubleFunctionMock.swift
index ee0f4f2d67..88afcd8534 100644
--- a/src/CattyTests/PlayerEngine/Functions/Mocks/SingleParameterDoubleFunctionMock.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Mocks/SingleParameterDoubleFunctionMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Mocks/SingleParameterStringFunctionMock.swift b/src/CattyTests/PlayerEngine/Functions/Mocks/SingleParameterStringFunctionMock.swift
index 280662c054..6c327c1e84 100644
--- a/src/CattyTests/PlayerEngine/Functions/Mocks/SingleParameterStringFunctionMock.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Mocks/SingleParameterStringFunctionMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Mocks/ZeroParameterDoubleFunctionMock.swift b/src/CattyTests/PlayerEngine/Functions/Mocks/ZeroParameterDoubleFunctionMock.swift
index f37da5582f..991b32e754 100644
--- a/src/CattyTests/PlayerEngine/Functions/Mocks/ZeroParameterDoubleFunctionMock.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Mocks/ZeroParameterDoubleFunctionMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/ObjectRecognition/ObjectRecognitionFunctionsTest.swift b/src/CattyTests/PlayerEngine/Functions/ObjectRecognition/ObjectRecognitionFunctionsTest.swift
index 5c634d00fa..486fde238a 100644
--- a/src/CattyTests/PlayerEngine/Functions/ObjectRecognition/ObjectRecognitionFunctionsTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/ObjectRecognition/ObjectRecognitionFunctionsTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Text/JoinFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Text/JoinFunctionTest.swift
index 911bce03b5..62a8100267 100644
--- a/src/CattyTests/PlayerEngine/Functions/Text/JoinFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Text/JoinFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Text/JoinThreeStringsFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Text/JoinThreeStringsFunctionTest.swift
index c120b5baf5..71c3624d65 100644
--- a/src/CattyTests/PlayerEngine/Functions/Text/JoinThreeStringsFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Text/JoinThreeStringsFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Text/LengthFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Text/LengthFunctionTest.swift
index dbcc4ad47b..352610d5a4 100644
--- a/src/CattyTests/PlayerEngine/Functions/Text/LengthFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Text/LengthFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Text/LetterFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Text/LetterFunctionTest.swift
index ce96cd5ed5..00e23a696b 100644
--- a/src/CattyTests/PlayerEngine/Functions/Text/LetterFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Text/LetterFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Text/RegularExpressionFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/Text/RegularExpressionFunctionTest.swift
index 2f3eb4eb22..2e57749c37 100644
--- a/src/CattyTests/PlayerEngine/Functions/Text/RegularExpressionFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Text/RegularExpressionFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/TextRecognition/TextBlockPositionFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/TextRecognition/TextBlockPositionFunctionTest.swift
index 538c397241..7226065ca5 100644
--- a/src/CattyTests/PlayerEngine/Functions/TextRecognition/TextBlockPositionFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/TextRecognition/TextBlockPositionFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/TextRecognition/TextBlockTextFunctionTest.swift b/src/CattyTests/PlayerEngine/Functions/TextRecognition/TextBlockTextFunctionTest.swift
index ac2edfa068..810310620d 100644
--- a/src/CattyTests/PlayerEngine/Functions/TextRecognition/TextBlockTextFunctionTest.swift
+++ b/src/CattyTests/PlayerEngine/Functions/TextRecognition/TextBlockTextFunctionTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerTouchedFunctionTests.swift b/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerTouchedFunctionTests.swift
index 471e7cc85b..1e8e4eb4d8 100644
--- a/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerTouchedFunctionTests.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerTouchedFunctionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerXFunctionTests.swift b/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerXFunctionTests.swift
index 7c33fdfadd..bc1991e502 100644
--- a/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerXFunctionTests.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerXFunctionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerYFunctionTests.swift b/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerYFunctionTests.swift
index a807ab87b3..cae5847ccf 100644
--- a/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerYFunctionTests.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Touch/MultiFingerYFunctionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Functions/Touch/TouchManagerTests.swift b/src/CattyTests/PlayerEngine/Functions/Touch/TouchManagerTests.swift
index e4700343c7..44afcc4d5f 100644
--- a/src/CattyTests/PlayerEngine/Functions/Touch/TouchManagerTests.swift
+++ b/src/CattyTests/PlayerEngine/Functions/Touch/TouchManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Mocks/CBSpriteNodeMock.swift b/src/CattyTests/PlayerEngine/Mocks/CBSpriteNodeMock.swift
index 1f50b49433..753e6565b8 100644
--- a/src/CattyTests/PlayerEngine/Mocks/CBSpriteNodeMock.swift
+++ b/src/CattyTests/PlayerEngine/Mocks/CBSpriteNodeMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Mocks/SpriteObjectMock.swift b/src/CattyTests/PlayerEngine/Mocks/SpriteObjectMock.swift
index 86d7691df6..41b49b372e 100644
--- a/src/CattyTests/PlayerEngine/Mocks/SpriteObjectMock.swift
+++ b/src/CattyTests/PlayerEngine/Mocks/SpriteObjectMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Scene/Constraints/SpriteBubbleConstraintsTests.swift b/src/CattyTests/PlayerEngine/Scene/Constraints/SpriteBubbleConstraintsTests.swift
index 7badb062f2..3fe5c86784 100644
--- a/src/CattyTests/PlayerEngine/Scene/Constraints/SpriteBubbleConstraintsTests.swift
+++ b/src/CattyTests/PlayerEngine/Scene/Constraints/SpriteBubbleConstraintsTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Audio/LoudnessSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Audio/LoudnessSensorTest.swift
index 0d16b747e6..3660331da8 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Audio/LoudnessSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Audio/LoudnessSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/BodyPose/AnkleSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/BodyPose/AnkleSensorTest.swift
index bfe5a5fe19..d3448003b7 100644
--- a/src/CattyTests/PlayerEngine/Sensors/BodyPose/AnkleSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/BodyPose/AnkleSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/BodyPose/ElbowSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/BodyPose/ElbowSensorTest.swift
index 2714443008..e14f7e5ad1 100644
--- a/src/CattyTests/PlayerEngine/Sensors/BodyPose/ElbowSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/BodyPose/ElbowSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/BodyPose/HipSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/BodyPose/HipSensorTest.swift
index 7524954e9e..66ffe2e5b2 100644
--- a/src/CattyTests/PlayerEngine/Sensors/BodyPose/HipSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/BodyPose/HipSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/BodyPose/KneeSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/BodyPose/KneeSensorTest.swift
index af84df0688..a32a78fbef 100644
--- a/src/CattyTests/PlayerEngine/Sensors/BodyPose/KneeSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/BodyPose/KneeSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/BodyPose/NeckSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/BodyPose/NeckSensorTest.swift
index ac8f176362..9fb4340290 100644
--- a/src/CattyTests/PlayerEngine/Sensors/BodyPose/NeckSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/BodyPose/NeckSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/BodyPose/ShoulderSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/BodyPose/ShoulderSensorTest.swift
index d2ce211ea9..22b957dfcb 100644
--- a/src/CattyTests/PlayerEngine/Sensors/BodyPose/ShoulderSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/BodyPose/ShoulderSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/BodyPose/WristSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/BodyPose/WristSensorTest.swift
index 8a0ca79d04..c630a19e38 100644
--- a/src/CattyTests/PlayerEngine/Sensors/BodyPose/WristSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/BodyPose/WristSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Date/DateDaySensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Date/DateDaySensorTest.swift
index 36b2e23a33..e261147a9f 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Date/DateDaySensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Date/DateDaySensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Date/DateMonthSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Date/DateMonthSensorTest.swift
index 156fe54802..4418fb2f9a 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Date/DateMonthSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Date/DateMonthSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Date/DateWeekdaySensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Date/DateWeekdaySensorTest.swift
index c0c3b8d58c..7b58d0c59a 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Date/DateWeekdaySensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Date/DateWeekdaySensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Date/DateYearSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Date/DateYearSensorTest.swift
index 30e877fb1d..16b6f9c96d 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Date/DateYearSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Date/DateYearSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Date/TimeHourSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Date/TimeHourSensorTest.swift
index b68c5eb872..a87603372f 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Date/TimeHourSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Date/TimeHourSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Date/TimeMinuteSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Date/TimeMinuteSensorTest.swift
index 4c1c0080ad..99579e10d9 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Date/TimeMinuteSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Date/TimeMinuteSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Date/TimeSecondSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Date/TimeSecondSensorTest.swift
index 56325a2e4e..98cf53a80c 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Date/TimeSecondSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Date/TimeSecondSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/DetectionManager/VisualDetectionManagerTest.swift b/src/CattyTests/PlayerEngine/Sensors/DetectionManager/VisualDetectionManagerTest.swift
index 1faf43143b..b3eac7497f 100644
--- a/src/CattyTests/PlayerEngine/Sensors/DetectionManager/VisualDetectionManagerTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/DetectionManager/VisualDetectionManagerTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Face/FaceDetectionSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Face/FaceDetectionSensorTest.swift
index 1544f84ad2..8868a800de 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Face/FaceDetectionSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Face/FaceDetectionSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Face/FacePositionSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Face/FacePositionSensorTest.swift
index ceb7447d48..927e5ba59f 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Face/FacePositionSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Face/FacePositionSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Face/FaceSizeSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Face/FaceSizeSensorTest.swift
index 5da17d89dc..e811dd2001 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Face/FaceSizeSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Face/FaceSizeSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/FacePose/EarSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/FacePose/EarSensorTest.swift
index ca0966e1d2..c70eb03236 100644
--- a/src/CattyTests/PlayerEngine/Sensors/FacePose/EarSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/FacePose/EarSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/FacePose/EyeSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/FacePose/EyeSensorTest.swift
index aa7131ccbf..a27605a8e1 100644
--- a/src/CattyTests/PlayerEngine/Sensors/FacePose/EyeSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/FacePose/EyeSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/FacePose/EyebrowSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/FacePose/EyebrowSensorTest.swift
index c534b0f3ef..37e5028108 100644
--- a/src/CattyTests/PlayerEngine/Sensors/FacePose/EyebrowSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/FacePose/EyebrowSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/FacePose/HeadTopSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/FacePose/HeadTopSensorTest.swift
index 246603389b..7f5b25d4c7 100644
--- a/src/CattyTests/PlayerEngine/Sensors/FacePose/HeadTopSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/FacePose/HeadTopSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/FacePose/MouthSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/FacePose/MouthSensorTest.swift
index 5fce39c48e..311efaa0fe 100644
--- a/src/CattyTests/PlayerEngine/Sensors/FacePose/MouthSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/FacePose/MouthSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/FacePose/NoseSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/FacePose/NoseSensorTest.swift
index c2fe61561c..04d3c9bebc 100644
--- a/src/CattyTests/PlayerEngine/Sensors/FacePose/NoseSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/FacePose/NoseSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/HandPose/IndexSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/HandPose/IndexSensorTest.swift
index 9582cd61a3..b405208d82 100644
--- a/src/CattyTests/PlayerEngine/Sensors/HandPose/IndexSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/HandPose/IndexSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/HandPose/MiddleFingerSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/HandPose/MiddleFingerSensorTest.swift
index d1fc502188..287aad9739 100644
--- a/src/CattyTests/PlayerEngine/Sensors/HandPose/MiddleFingerSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/HandPose/MiddleFingerSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/HandPose/PinkySensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/HandPose/PinkySensorTest.swift
index d915c0197f..09cda8d757 100644
--- a/src/CattyTests/PlayerEngine/Sensors/HandPose/PinkySensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/HandPose/PinkySensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/HandPose/RingFingerSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/HandPose/RingFingerSensorTest.swift
index 6c36646252..f7d709e0ad 100644
--- a/src/CattyTests/PlayerEngine/Sensors/HandPose/RingFingerSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/HandPose/RingFingerSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/HandPose/ThumbSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/HandPose/ThumbSensorTest.swift
index 29a1624b3d..e883f27b78 100644
--- a/src/CattyTests/PlayerEngine/Sensors/HandPose/ThumbSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/HandPose/ThumbSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Heading/CompassDirectionSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Heading/CompassDirectionSensorTest.swift
index f042bef944..18cbaed6b8 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Heading/CompassDirectionSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Heading/CompassDirectionSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Location/AltitudeSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Location/AltitudeSensorTest.swift
index 7e5ff1f68f..2e45b8b8fe 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Location/AltitudeSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Location/AltitudeSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Location/LatitudeSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Location/LatitudeSensorTest.swift
index 58a6f5778b..d982f9fe0b 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Location/LatitudeSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Location/LatitudeSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Location/LocationAccuracySensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Location/LocationAccuracySensorTest.swift
index 44bb083c12..7e7f2da674 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Location/LocationAccuracySensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Location/LocationAccuracySensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Location/LongitudeSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Location/LongitudeSensorTest.swift
index 6d4823dc30..f4d6feec5d 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Location/LongitudeSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Location/LongitudeSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Location/UserLanguageSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Location/UserLanguageSensorTest.swift
index 073da8d61d..8a99d5006a 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Location/UserLanguageSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Location/UserLanguageSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Mocks/AudioManagerMock.swift b/src/CattyTests/PlayerEngine/Sensors/Mocks/AudioManagerMock.swift
index 54ab8f8877..dd4e97156f 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Mocks/AudioManagerMock.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Mocks/AudioManagerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Mocks/DeviceDoubleSensorMock.swift b/src/CattyTests/PlayerEngine/Sensors/Mocks/DeviceDoubleSensorMock.swift
index f7dc0f0745..8044689fe0 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Mocks/DeviceDoubleSensorMock.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Mocks/DeviceDoubleSensorMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Mocks/LocationManagerMock.swift b/src/CattyTests/PlayerEngine/Sensors/Mocks/LocationManagerMock.swift
index 7f4baa9e84..b1b0ddd917 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Mocks/LocationManagerMock.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Mocks/LocationManagerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Mocks/MotionManagerMock.swift b/src/CattyTests/PlayerEngine/Sensors/Mocks/MotionManagerMock.swift
index ada958f43c..f8e4638dcf 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Mocks/MotionManagerMock.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Mocks/MotionManagerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Mocks/ObjectDoubleSensorMock.swift b/src/CattyTests/PlayerEngine/Sensors/Mocks/ObjectDoubleSensorMock.swift
index 2dc8ac6f67..b651558b4b 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Mocks/ObjectDoubleSensorMock.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Mocks/ObjectDoubleSensorMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Mocks/ObjectStringSensorMock.swift b/src/CattyTests/PlayerEngine/Sensors/Mocks/ObjectStringSensorMock.swift
index 18dfa772bc..35c5e3b8b2 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Mocks/ObjectStringSensorMock.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Mocks/ObjectStringSensorMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Mocks/SensorMock.swift b/src/CattyTests/PlayerEngine/Sensors/Mocks/SensorMock.swift
index 471f8d5b6b..137a4c8a89 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Mocks/SensorMock.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Mocks/SensorMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Mocks/TouchManagerMock.swift b/src/CattyTests/PlayerEngine/Sensors/Mocks/TouchManagerMock.swift
index 71e9449c65..051eb08524 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Mocks/TouchManagerMock.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Mocks/TouchManagerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Mocks/VNRecognizedObjectObservationMock.swift b/src/CattyTests/PlayerEngine/Sensors/Mocks/VNRecognizedObjectObservationMock.swift
index 9d273bb44e..3f87180753 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Mocks/VNRecognizedObjectObservationMock.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Mocks/VNRecognizedObjectObservationMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Mocks/VisualDetectionManagerMock.swift b/src/CattyTests/PlayerEngine/Sensors/Mocks/VisualDetectionManagerMock.swift
index f2bbd84534..d0adc8b093 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Mocks/VisualDetectionManagerMock.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Mocks/VisualDetectionManagerMock.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationXSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationXSensorTest.swift
index ec1b8ba95e..d3be35efae 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationXSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationXSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationYSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationYSensorTest.swift
index 1bc208230c..395bfbd73f 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationYSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationYSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationZSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationZSensorTest.swift
index f36cd872a5..117c85819e 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationZSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Motion/AccelerationZSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Motion/InclinationXSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Motion/InclinationXSensorTest.swift
index 1def47e149..b796eeeccc 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Motion/InclinationXSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Motion/InclinationXSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Motion/InclinationYSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Motion/InclinationYSensorTest.swift
index a694b92bfc..54bc81d729 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Motion/InclinationYSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Motion/InclinationYSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/BackgroundNameSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/BackgroundNameSensorTest.swift
index 7ead5e7cc4..38dd6c2903 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/BackgroundNameSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/BackgroundNameSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/BackgroundNumberSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/BackgroundNumberSensorTest.swift
index 8ec5f780cf..e40f9c4f28 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/BackgroundNumberSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/BackgroundNumberSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/BrightnessSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/BrightnessSensorTest.swift
index d4e30fec67..71abda5d0a 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/BrightnessSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/BrightnessSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/ColorSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/ColorSensorTest.swift
index d20b5cfa8d..6e183f5fcc 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/ColorSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/ColorSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/LayerSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/LayerSensorTest.swift
index 57f8cf1a53..135f69ae2f 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/LayerSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/LayerSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/LookNameSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/LookNameSensorTest.swift
index 1dc9b72df9..124cfe65b0 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/LookNameSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/LookNameSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/LookNumberSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/LookNumberSensorTest.swift
index 9eacc1c249..5aec8b2eae 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/LookNumberSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/LookNumberSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/PositionXSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/PositionXSensorTest.swift
index d12e39766b..1d26f49061 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/PositionXSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/PositionXSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/PositionYSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/PositionYSensorTest.swift
index 4f7fed6deb..b7fe6097ee 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/PositionYSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/PositionYSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/RotationSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/RotationSensorTest.swift
index 4e786cdd8d..a7f9ce8502 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/RotationSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/RotationSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/SizeSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/SizeSensorTest.swift
index e8370b10b2..7f1b547dad 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/SizeSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/SizeSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/TouchesEdgeSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/TouchesEdgeSensorTest.swift
index 09cfc67172..ee2183069a 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/TouchesEdgeSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/TouchesEdgeSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/TouchesFingerSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/TouchesFingerSensorTest.swift
index e6fbbb658f..ec443789bf 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/TouchesFingerSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/TouchesFingerSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Object/TransparencySensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Object/TransparencySensorTest.swift
index 79b8f01826..1c28062569 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Object/TransparencySensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Object/TransparencySensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Phiro/PhiroSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Phiro/PhiroSensorTest.swift
index d9e37c2707..5d9fa3d4ee 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Phiro/PhiroSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Phiro/PhiroSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/SensorManagerTests.swift b/src/CattyTests/PlayerEngine/Sensors/SensorManagerTests.swift
index cc13f27ce1..3bdb3a61a4 100644
--- a/src/CattyTests/PlayerEngine/Sensors/SensorManagerTests.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/SensorManagerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/TextRecognition/TextSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/TextRecognition/TextSensorTest.swift
index bdc3e8a35d..26a47db62c 100644
--- a/src/CattyTests/PlayerEngine/Sensors/TextRecognition/TextSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/TextRecognition/TextSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Touch/FingerTouchedSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Touch/FingerTouchedSensorTest.swift
index 79fdc9a6f2..3efd887474 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Touch/FingerTouchedSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Touch/FingerTouchedSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Touch/FingerXSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Touch/FingerXSensorTest.swift
index 8e529005eb..a516184575 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Touch/FingerXSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Touch/FingerXSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Touch/FingerYSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Touch/FingerYSensorTest.swift
index 7be2885ed1..697ee787b2 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Touch/FingerYSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Touch/FingerYSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/PlayerEngine/Sensors/Touch/LastFingerIndexSensorTest.swift b/src/CattyTests/PlayerEngine/Sensors/Touch/LastFingerIndexSensorTest.swift
index 1ec7b75a5d..4be0d1dd71 100644
--- a/src/CattyTests/PlayerEngine/Sensors/Touch/LastFingerIndexSensorTest.swift
+++ b/src/CattyTests/PlayerEngine/Sensors/Touch/LastFingerIndexSensorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Project/ProjectMigratorTest.swift b/src/CattyTests/Project/ProjectMigratorTest.swift
index c18c24b3eb..e53e9fa3ea 100644
--- a/src/CattyTests/Project/ProjectMigratorTest.swift
+++ b/src/CattyTests/Project/ProjectMigratorTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Project/ProjectTests.swift b/src/CattyTests/Project/ProjectTests.swift
index 6f9db579cc..8c604a0f0d 100644
--- a/src/CattyTests/Project/ProjectTests.swift
+++ b/src/CattyTests/Project/ProjectTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Project/RequiredResourcesTests.swift b/src/CattyTests/Project/RequiredResourcesTests.swift
index 0bccf1944f..5bd55e6db3 100644
--- a/src/CattyTests/Project/RequiredResourcesTests.swift
+++ b/src/CattyTests/Project/RequiredResourcesTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Scripts/WhenBackgroundChangesScriptTests.swift b/src/CattyTests/Scripts/WhenBackgroundChangesScriptTests.swift
index d4a0817aa5..6050f26580 100644
--- a/src/CattyTests/Scripts/WhenBackgroundChangesScriptTests.swift
+++ b/src/CattyTests/Scripts/WhenBackgroundChangesScriptTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Scripts/WhenConditionScriptTests.swift b/src/CattyTests/Scripts/WhenConditionScriptTests.swift
index 08c360608a..3c0c1feb5f 100644
--- a/src/CattyTests/Scripts/WhenConditionScriptTests.swift
+++ b/src/CattyTests/Scripts/WhenConditionScriptTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Setup/CatrobatSetupTests.swift b/src/CattyTests/Setup/CatrobatSetupTests.swift
index baf08cd21c..2fe9e41f4a 100644
--- a/src/CattyTests/Setup/CatrobatSetupTests.swift
+++ b/src/CattyTests/Setup/CatrobatSetupTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/SpriteObject/RotationStyleTests.swift b/src/CattyTests/SpriteObject/RotationStyleTests.swift
index 2c62e3096e..e5354ff442 100644
--- a/src/CattyTests/SpriteObject/RotationStyleTests.swift
+++ b/src/CattyTests/SpriteObject/RotationStyleTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/SpriteObject/SpriteObjectMutableCopyTests.swift b/src/CattyTests/SpriteObject/SpriteObjectMutableCopyTests.swift
index 7658bf8d99..934c4f4447 100644
--- a/src/CattyTests/SpriteObject/SpriteObjectMutableCopyTests.swift
+++ b/src/CattyTests/SpriteObject/SpriteObjectMutableCopyTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/SpriteObject/SpriteObjectTest.swift b/src/CattyTests/SpriteObject/SpriteObjectTest.swift
index 5746f36245..9b5ca130d5 100644
--- a/src/CattyTests/SpriteObject/SpriteObjectTest.swift
+++ b/src/CattyTests/SpriteObject/SpriteObjectTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Stage/CBSpriteNodePenExtensionTests.swift b/src/CattyTests/Stage/CBSpriteNodePenExtensionTests.swift
index de5b564f07..a723418dfa 100644
--- a/src/CattyTests/Stage/CBSpriteNodePenExtensionTests.swift
+++ b/src/CattyTests/Stage/CBSpriteNodePenExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Stage/CBSpriteNodeStitchExtensionTests.swift b/src/CattyTests/Stage/CBSpriteNodeStitchExtensionTests.swift
index 7e7e132d32..465758e64a 100644
--- a/src/CattyTests/Stage/CBSpriteNodeStitchExtensionTests.swift
+++ b/src/CattyTests/Stage/CBSpriteNodeStitchExtensionTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Stage/CBStageTouchTests.swift b/src/CattyTests/Stage/CBStageTouchTests.swift
index b67718f1ea..7362cf54b1 100644
--- a/src/CattyTests/Stage/CBStageTouchTests.swift
+++ b/src/CattyTests/Stage/CBStageTouchTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Stage/CircleShapeNodeTests.swift b/src/CattyTests/Stage/CircleShapeNodeTests.swift
index 06616cc1b4..b6a723879a 100644
--- a/src/CattyTests/Stage/CircleShapeNodeTests.swift
+++ b/src/CattyTests/Stage/CircleShapeNodeTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Stage/LineShapeNodeTests.swift b/src/CattyTests/Stage/LineShapeNodeTests.swift
index b3178f9f46..9e7c99456e 100644
--- a/src/CattyTests/Stage/LineShapeNodeTests.swift
+++ b/src/CattyTests/Stage/LineShapeNodeTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Stage/PenConfigurationTests.swift b/src/CattyTests/Stage/PenConfigurationTests.swift
index 41f72d0df8..42ec3cadb6 100644
--- a/src/CattyTests/Stage/PenConfigurationTests.swift
+++ b/src/CattyTests/Stage/PenConfigurationTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Stage/StageTests.swift b/src/CattyTests/Stage/StageTests.swift
index 11c630b4de..1c343c7ce7 100644
--- a/src/CattyTests/Stage/StageTests.swift
+++ b/src/CattyTests/Stage/StageTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Store/Authenticate/StoreAuthenticatorTests.swift b/src/CattyTests/Store/Authenticate/StoreAuthenticatorTests.swift
index 3520053d2d..03f983f68f 100644
--- a/src/CattyTests/Store/Authenticate/StoreAuthenticatorTests.swift
+++ b/src/CattyTests/Store/Authenticate/StoreAuthenticatorTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Store/Download/ChartProjectsStoreDataSourceTests.swift b/src/CattyTests/Store/Download/ChartProjectsStoreDataSourceTests.swift
index a5081f910e..1aa1a5dfef 100644
--- a/src/CattyTests/Store/Download/ChartProjectsStoreDataSourceTests.swift
+++ b/src/CattyTests/Store/Download/ChartProjectsStoreDataSourceTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Store/Download/FeaturedProjectsStoreDataSourceTests.swift b/src/CattyTests/Store/Download/FeaturedProjectsStoreDataSourceTests.swift
index 6614e64bc3..9f75d012d5 100644
--- a/src/CattyTests/Store/Download/FeaturedProjectsStoreDataSourceTests.swift
+++ b/src/CattyTests/Store/Download/FeaturedProjectsStoreDataSourceTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Store/Download/SearchStoreDataSourceTests.swift b/src/CattyTests/Store/Download/SearchStoreDataSourceTests.swift
index 6704e91921..a77131212a 100644
--- a/src/CattyTests/Store/Download/SearchStoreDataSourceTests.swift
+++ b/src/CattyTests/Store/Download/SearchStoreDataSourceTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Store/Download/StoreProjectDownloaderErrorTests.swift b/src/CattyTests/Store/Download/StoreProjectDownloaderErrorTests.swift
index e46162563f..ffb09a9973 100644
--- a/src/CattyTests/Store/Download/StoreProjectDownloaderErrorTests.swift
+++ b/src/CattyTests/Store/Download/StoreProjectDownloaderErrorTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Store/Download/StoreProjectDownloaderTests.swift b/src/CattyTests/Store/Download/StoreProjectDownloaderTests.swift
index ad62a881f4..175dd7e887 100644
--- a/src/CattyTests/Store/Download/StoreProjectDownloaderTests.swift
+++ b/src/CattyTests/Store/Download/StoreProjectDownloaderTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Store/Upload/StoreProjectUploaderTests.swift b/src/CattyTests/Store/Upload/StoreProjectUploaderTests.swift
index a3d115c9d5..03414a34a6 100644
--- a/src/CattyTests/Store/Upload/StoreProjectUploaderTests.swift
+++ b/src/CattyTests/Store/Upload/StoreProjectUploaderTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/TestHelpers/ConvertExceptionToError.h b/src/CattyTests/TestHelpers/ConvertExceptionToError.h
index 2d69639f90..b6a7c0edd5 100644
--- a/src/CattyTests/TestHelpers/ConvertExceptionToError.h
+++ b/src/CattyTests/TestHelpers/ConvertExceptionToError.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/TestHelpers/ConvertExceptionToError.m b/src/CattyTests/TestHelpers/ConvertExceptionToError.m
index a303de8a63..b2fa80e2b4 100644
--- a/src/CattyTests/TestHelpers/ConvertExceptionToError.m
+++ b/src/CattyTests/TestHelpers/ConvertExceptionToError.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/TestHelpers/ForceInit.h b/src/CattyTests/TestHelpers/ForceInit.h
index 8df66a080d..24573ecd00 100644
--- a/src/CattyTests/TestHelpers/ForceInit.h
+++ b/src/CattyTests/TestHelpers/ForceInit.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/TestHelpers/ForceInit.m b/src/CattyTests/TestHelpers/ForceInit.m
index 26d0ff637a..1f65fa6577 100644
--- a/src/CattyTests/TestHelpers/ForceInit.m
+++ b/src/CattyTests/TestHelpers/ForceInit.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Utils/ExtendedTimerTests.swift b/src/CattyTests/Utils/ExtendedTimerTests.swift
index 49322459f0..68ac8349f6 100644
--- a/src/CattyTests/Utils/ExtendedTimerTests.swift
+++ b/src/CattyTests/Utils/ExtendedTimerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Utils/NimbleMatcher.swift b/src/CattyTests/Utils/NimbleMatcher.swift
index 75d0d90bc7..bd60798a17 100644
--- a/src/CattyTests/Utils/NimbleMatcher.swift
+++ b/src/CattyTests/Utils/NimbleMatcher.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Utils/UtilTests.swift b/src/CattyTests/Utils/UtilTests.swift
index e3843c696b..689ee83c79 100644
--- a/src/CattyTests/Utils/UtilTests.swift
+++ b/src/CattyTests/Utils/UtilTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/BaseCollectionViewControllerTests.swift b/src/CattyTests/ViewController/BaseCollectionViewControllerTests.swift
index 8354539ce3..043a262ad2 100644
--- a/src/CattyTests/ViewController/BaseCollectionViewControllerTests.swift
+++ b/src/CattyTests/ViewController/BaseCollectionViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/BaseTableViewControllerTests.swift b/src/CattyTests/ViewController/BaseTableViewControllerTests.swift
index e0329b95b9..953be3427f 100644
--- a/src/CattyTests/ViewController/BaseTableViewControllerTests.swift
+++ b/src/CattyTests/ViewController/BaseTableViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/BrickCategoryOverviewControllerTests.swift b/src/CattyTests/ViewController/BrickCategoryOverviewControllerTests.swift
index 8341d92271..c8dd0cef34 100644
--- a/src/CattyTests/ViewController/BrickCategoryOverviewControllerTests.swift
+++ b/src/CattyTests/ViewController/BrickCategoryOverviewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/BrickCategoryViewControllerTests.swift b/src/CattyTests/ViewController/BrickCategoryViewControllerTests.swift
index f1c74520e6..8007c44f22 100644
--- a/src/CattyTests/ViewController/BrickCategoryViewControllerTests.swift
+++ b/src/CattyTests/ViewController/BrickCategoryViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/CatrobatTableViewControllerTests.swift b/src/CattyTests/ViewController/CatrobatTableViewControllerTests.swift
index ecc288d003..2510a821ff 100644
--- a/src/CattyTests/ViewController/CatrobatTableViewControllerTests.swift
+++ b/src/CattyTests/ViewController/CatrobatTableViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/CustomAlertControllerTests.swift b/src/CattyTests/ViewController/CustomAlertControllerTests.swift
index 8219a6c135..7568510881 100644
--- a/src/CattyTests/ViewController/CustomAlertControllerTests.swift
+++ b/src/CattyTests/ViewController/CustomAlertControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/FormulaEditorDataSectionViewControllerTests.swift b/src/CattyTests/ViewController/FormulaEditorDataSectionViewControllerTests.swift
index c574cd8146..5d1a3c14c7 100644
--- a/src/CattyTests/ViewController/FormulaEditorDataSectionViewControllerTests.swift
+++ b/src/CattyTests/ViewController/FormulaEditorDataSectionViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/FormulaEditorSectionViewControllerTests.swift b/src/CattyTests/ViewController/FormulaEditorSectionViewControllerTests.swift
index 96e5ef68fc..9376eba47c 100644
--- a/src/CattyTests/ViewController/FormulaEditorSectionViewControllerTests.swift
+++ b/src/CattyTests/ViewController/FormulaEditorSectionViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/FormulaEditorViewControllerTests.swift b/src/CattyTests/ViewController/FormulaEditorViewControllerTests.swift
index 6a698e0e50..3c8937d1fa 100644
--- a/src/CattyTests/ViewController/FormulaEditorViewControllerTests.swift
+++ b/src/CattyTests/ViewController/FormulaEditorViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/HelpWebViewControllerTests.swift b/src/CattyTests/ViewController/HelpWebViewControllerTests.swift
index 742c7843d4..039d9d7910 100644
--- a/src/CattyTests/ViewController/HelpWebViewControllerTests.swift
+++ b/src/CattyTests/ViewController/HelpWebViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/LookImageViewControllerTests.swift b/src/CattyTests/ViewController/LookImageViewControllerTests.swift
index 7b9fdde085..6c87b786a6 100644
--- a/src/CattyTests/ViewController/LookImageViewControllerTests.swift
+++ b/src/CattyTests/ViewController/LookImageViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/LooksTableViewControllerTests.swift b/src/CattyTests/ViewController/LooksTableViewControllerTests.swift
index 34030819d4..18edde2e3f 100644
--- a/src/CattyTests/ViewController/LooksTableViewControllerTests.swift
+++ b/src/CattyTests/ViewController/LooksTableViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/PaintViewControllerTests.swift b/src/CattyTests/ViewController/PaintViewControllerTests.swift
index 1c5c647570..17e81452a0 100644
--- a/src/CattyTests/ViewController/PaintViewControllerTests.swift
+++ b/src/CattyTests/ViewController/PaintViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/ScriptCollectionViewControllerDisableTests.swift b/src/CattyTests/ViewController/ScriptCollectionViewControllerDisableTests.swift
index d0935f3b0b..758e3fb1e6 100644
--- a/src/CattyTests/ViewController/ScriptCollectionViewControllerDisableTests.swift
+++ b/src/CattyTests/ViewController/ScriptCollectionViewControllerDisableTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/ScriptCollectionViewControllerTests.swift b/src/CattyTests/ViewController/ScriptCollectionViewControllerTests.swift
index 53231f530e..1c6434594f 100644
--- a/src/CattyTests/ViewController/ScriptCollectionViewControllerTests.swift
+++ b/src/CattyTests/ViewController/ScriptCollectionViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/SettingsTableViewControllerTests.swift b/src/CattyTests/ViewController/SettingsTableViewControllerTests.swift
index eabca4b259..ce22ff503f 100644
--- a/src/CattyTests/ViewController/SettingsTableViewControllerTests.swift
+++ b/src/CattyTests/ViewController/SettingsTableViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/Stage/StagePresenterSideMenuViewTests.swift b/src/CattyTests/ViewController/Stage/StagePresenterSideMenuViewTests.swift
index 88a43a795f..04a152dc0f 100644
--- a/src/CattyTests/ViewController/Stage/StagePresenterSideMenuViewTests.swift
+++ b/src/CattyTests/ViewController/Stage/StagePresenterSideMenuViewTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/Stage/StagePresenterViewControllerScreenshotTests.swift b/src/CattyTests/ViewController/Stage/StagePresenterViewControllerScreenshotTests.swift
index cae953b486..14ac7a0759 100644
--- a/src/CattyTests/ViewController/Stage/StagePresenterViewControllerScreenshotTests.swift
+++ b/src/CattyTests/ViewController/Stage/StagePresenterViewControllerScreenshotTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/Stage/StagePresenterViewControllerTests.swift b/src/CattyTests/ViewController/Stage/StagePresenterViewControllerTests.swift
index 6aefc521de..c6336a0a1c 100644
--- a/src/CattyTests/ViewController/Stage/StagePresenterViewControllerTests.swift
+++ b/src/CattyTests/ViewController/Stage/StagePresenterViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/TextInputViewControllerTests.swift b/src/CattyTests/ViewController/TextInputViewControllerTests.swift
index 423b8341e1..76d552db96 100644
--- a/src/CattyTests/ViewController/TextInputViewControllerTests.swift
+++ b/src/CattyTests/ViewController/TextInputViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/TrustedDomainTableViewControllerTests.swift b/src/CattyTests/ViewController/TrustedDomainTableViewControllerTests.swift
index 03ee2c56bf..4c965db464 100644
--- a/src/CattyTests/ViewController/TrustedDomainTableViewControllerTests.swift
+++ b/src/CattyTests/ViewController/TrustedDomainTableViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/UploadCategoryViewControllerTests.swift b/src/CattyTests/ViewController/UploadCategoryViewControllerTests.swift
index 724c6f6625..235ef457ea 100644
--- a/src/CattyTests/ViewController/UploadCategoryViewControllerTests.swift
+++ b/src/CattyTests/ViewController/UploadCategoryViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/ViewController/UploadViewControllerTests.swift b/src/CattyTests/ViewController/UploadViewControllerTests.swift
index db4e299eb0..a41f041445 100644
--- a/src/CattyTests/ViewController/UploadViewControllerTests.swift
+++ b/src/CattyTests/ViewController/UploadViewControllerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/Data/BrickCellBackgroundDataTests.swift b/src/CattyTests/Views/BrickCells/Data/BrickCellBackgroundDataTests.swift
index ed26578efc..bdba5baed6 100644
--- a/src/CattyTests/Views/BrickCells/Data/BrickCellBackgroundDataTests.swift
+++ b/src/CattyTests/Views/BrickCells/Data/BrickCellBackgroundDataTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/Data/BrickCellFormulaDataTests.swift b/src/CattyTests/Views/BrickCells/Data/BrickCellFormulaDataTests.swift
index 36c4200856..f7be4abfd7 100644
--- a/src/CattyTests/Views/BrickCells/Data/BrickCellFormulaDataTests.swift
+++ b/src/CattyTests/Views/BrickCells/Data/BrickCellFormulaDataTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/Data/BrickCellListDataTests.swift b/src/CattyTests/Views/BrickCells/Data/BrickCellListDataTests.swift
index 455e44a1b3..733c2c5534 100644
--- a/src/CattyTests/Views/BrickCells/Data/BrickCellListDataTests.swift
+++ b/src/CattyTests/Views/BrickCells/Data/BrickCellListDataTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/Data/BrickCellLookDataTests.swift b/src/CattyTests/Views/BrickCells/Data/BrickCellLookDataTests.swift
index d2416fbf22..9da5652f44 100644
--- a/src/CattyTests/Views/BrickCells/Data/BrickCellLookDataTests.swift
+++ b/src/CattyTests/Views/BrickCells/Data/BrickCellLookDataTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/Data/BrickCellVariableDataTests.swift b/src/CattyTests/Views/BrickCells/Data/BrickCellVariableDataTests.swift
index 51aacce62c..ef06d5804e 100644
--- a/src/CattyTests/Views/BrickCells/Data/BrickCellVariableDataTests.swift
+++ b/src/CattyTests/Views/BrickCells/Data/BrickCellVariableDataTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/GlideToBrickCellTests.swift b/src/CattyTests/Views/BrickCells/GlideToBrickCellTests.swift
index cf200519b4..89eeadb20d 100644
--- a/src/CattyTests/Views/BrickCells/GlideToBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/GlideToBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/GoNStepsBackBrickCellTests.swift b/src/CattyTests/Views/BrickCells/GoNStepsBackBrickCellTests.swift
index 4b454789d2..b415aaf5b6 100644
--- a/src/CattyTests/Views/BrickCells/GoNStepsBackBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/GoNStepsBackBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/IfLogicBeginBrickCellTests.swift b/src/CattyTests/Views/BrickCells/IfLogicBeginBrickCellTests.swift
index 3bcef968c3..2ef82fbe6f 100644
--- a/src/CattyTests/Views/BrickCells/IfLogicBeginBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/IfLogicBeginBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/MoveNStepsBrickCellTests.swift b/src/CattyTests/Views/BrickCells/MoveNStepsBrickCellTests.swift
index fe5707a28c..86321f2f52 100644
--- a/src/CattyTests/Views/BrickCells/MoveNStepsBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/MoveNStepsBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/NextLookBrickCellTests.swift b/src/CattyTests/Views/BrickCells/NextLookBrickCellTests.swift
index 35dd019fdd..353b2b2424 100644
--- a/src/CattyTests/Views/BrickCells/NextLookBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/NextLookBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/PreviousLookBrickCellTests.swift b/src/CattyTests/Views/BrickCells/PreviousLookBrickCellTests.swift
index 6578b6f56b..4670b48337 100644
--- a/src/CattyTests/Views/BrickCells/PreviousLookBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/PreviousLookBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/RepeatBrickCellTests.swift b/src/CattyTests/Views/BrickCells/RepeatBrickCellTests.swift
index 7a366288ac..4b9c6f8913 100644
--- a/src/CattyTests/Views/BrickCells/RepeatBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/RepeatBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/SayForBubbleBrickCellTests.swift b/src/CattyTests/Views/BrickCells/SayForBubbleBrickCellTests.swift
index 96294b5c8a..f04059bee0 100644
--- a/src/CattyTests/Views/BrickCells/SayForBubbleBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/SayForBubbleBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/ThinkForBubbleBrickCellTests.swift b/src/CattyTests/Views/BrickCells/ThinkForBubbleBrickCellTests.swift
index 924361899a..81e6b52475 100644
--- a/src/CattyTests/Views/BrickCells/ThinkForBubbleBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/ThinkForBubbleBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/VibrationBrickCellTests.swift b/src/CattyTests/Views/BrickCells/VibrationBrickCellTests.swift
index 4617ba2466..2d39084adb 100644
--- a/src/CattyTests/Views/BrickCells/VibrationBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/VibrationBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/Views/BrickCells/WaitBrickCellTests.swift b/src/CattyTests/Views/BrickCells/WaitBrickCellTests.swift
index 73cd7169af..bb52417c2e 100644
--- a/src/CattyTests/Views/BrickCells/WaitBrickCellTests.swift
+++ b/src/CattyTests/Views/BrickCells/WaitBrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Abstract/XMLAbstractTest.swift b/src/CattyTests/XML/Abstract/XMLAbstractTest.swift
index 4c9ac49df4..31b0c6397e 100644
--- a/src/CattyTests/XML/Abstract/XMLAbstractTest.swift
+++ b/src/CattyTests/XML/Abstract/XMLAbstractTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Helper/CBXMLParserHelperTests.swift b/src/CattyTests/XML/Helper/CBXMLParserHelperTests.swift
index 204a7de77b..8c3f7a07c6 100644
--- a/src/CattyTests/XML/Helper/CBXMLParserHelperTests.swift
+++ b/src/CattyTests/XML/Helper/CBXMLParserHelperTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Helper/CBXMLSerializerHelperTests.swift b/src/CattyTests/XML/Helper/CBXMLSerializerHelperTests.swift
index 2cad09a685..65e32ba726 100644
--- a/src/CattyTests/XML/Helper/CBXMLSerializerHelperTests.swift
+++ b/src/CattyTests/XML/Helper/CBXMLSerializerHelperTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CBXMLParserContextTests.swift b/src/CattyTests/XML/Parser/CBXMLParserContextTests.swift
index 6666a5b027..c6f49cf703 100644
--- a/src/CattyTests/XML/Parser/CBXMLParserContextTests.swift
+++ b/src/CattyTests/XML/Parser/CBXMLParserContextTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.92/XMLParserTests092.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.92/XMLParserTests092.swift
index ac7b230aed..61b9b6aabc 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.92/XMLParserTests092.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.92/XMLParserTests092.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserBrickTests093.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserBrickTests093.swift
index 329e0b9f51..8922551739 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserBrickTests093.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserBrickTests093.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserFormulaTests093.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserFormulaTests093.swift
index 3eff0b396e..cc37678d46 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserFormulaTests093.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserFormulaTests093.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserHeaderTests093.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserHeaderTests093.swift
index f7a03c24d2..64d14bbc0e 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserHeaderTests093.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserHeaderTests093.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserObjectTests093.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserObjectTests093.swift
index c376d9b8d5..4244e6c206 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserObjectTests093.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.93/XMLParserObjectTests093.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserBrickTests095.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserBrickTests095.swift
index 42071a457a..5112e17967 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserBrickTests095.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserBrickTests095.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserFormulaTests095.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserFormulaTests095.swift
index 4faa84e69c..dce8e6345c 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserFormulaTests095.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserFormulaTests095.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserHeaderTests095.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserHeaderTests095.swift
index 02779052d7..8c5ff11ea7 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserHeaderTests095.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserHeaderTests095.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserObjectTests095.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserObjectTests095.swift
index 7c09122866..6cd15fa5f9 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserObjectTests095.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserObjectTests095.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserUserVariableTests095.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserUserVariableTests095.swift
index e37b0634ed..dbd99a608f 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserUserVariableTests095.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.95/XMLParserUserVariableTests095.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.98/XMLParserTests098.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.98/XMLParserTests098.swift
index 11a8705ffd..09aa98de4d 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.98/XMLParserTests098.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.98/XMLParserTests098.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.991/XMLParserTests0991.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.991/XMLParserTests0991.swift
index 9766f39eb2..892b262b6a 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.991/XMLParserTests0991.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.991/XMLParserTests0991.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.992/XMLParserTests0992.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.992/XMLParserTests0992.swift
index e8b5ceb493..62b46148c5 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.992/XMLParserTests0992.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.992/XMLParserTests0992.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.993/XMLParserTests0993.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.993/XMLParserTests0993.swift
index b9867f3bfe..3ba3417eda 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.993/XMLParserTests0993.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.993/XMLParserTests0993.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.994/XMLParserTests0994.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.994/XMLParserTests0994.swift
index d02e5045dc..b63438c33c 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.994/XMLParserTests0994.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.994/XMLParserTests0994.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.995/XMLParserTests0995.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.995/XMLParserTests0995.swift
index e656ae5f93..e6a4af5caf 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.995/XMLParserTests0995.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.995/XMLParserTests0995.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.996/XMLParserTests0996.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.996/XMLParserTests0996.swift
index fd8709c155..5ceb20c605 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.996/XMLParserTests0996.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.996/XMLParserTests0996.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.998/XMLParserTests0998.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.998/XMLParserTests0998.swift
index 17db6b9da8..b466cfb1d0 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.998/XMLParserTests0998.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.998/XMLParserTests0998.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.999/XMLParserTests0999.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.999/XMLParserTests0999.swift
index 049e797f5b..6826fde998 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.999/XMLParserTests0999.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.999/XMLParserTests0999.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/CatrobatLanguage0.9993/XMLParserTests09993.swift b/src/CattyTests/XML/Parser/CatrobatLanguage0.9993/XMLParserTests09993.swift
index df7a16a57a..b15c83db70 100644
--- a/src/CattyTests/XML/Parser/CatrobatLanguage0.9993/XMLParserTests09993.swift
+++ b/src/CattyTests/XML/Parser/CatrobatLanguage0.9993/XMLParserTests09993.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Parser/XMLParserBlackBoxTests.swift b/src/CattyTests/XML/Parser/XMLParserBlackBoxTests.swift
index 8c9402f63c..e2ab6d5165 100644
--- a/src/CattyTests/XML/Parser/XMLParserBlackBoxTests.swift
+++ b/src/CattyTests/XML/Parser/XMLParserBlackBoxTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/SceneXMLHandlerTest.m b/src/CattyTests/XML/SceneXMLHandlerTest.m
index 2d8128d863..14c778a6e7 100644
--- a/src/CattyTests/XML/SceneXMLHandlerTest.m
+++ b/src/CattyTests/XML/SceneXMLHandlerTest.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Serializer/XMLSerializerBlackBoxTests.swift b/src/CattyTests/XML/Serializer/XMLSerializerBlackBoxTests.swift
index acbba8f09b..c6bf4e74bb 100644
--- a/src/CattyTests/XML/Serializer/XMLSerializerBlackBoxTests.swift
+++ b/src/CattyTests/XML/Serializer/XMLSerializerBlackBoxTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/Serializer/XMLSerializerTests.swift b/src/CattyTests/XML/Serializer/XMLSerializerTests.swift
index 5f2f7fbb82..24f1d1673c 100644
--- a/src/CattyTests/XML/Serializer/XMLSerializerTests.swift
+++ b/src/CattyTests/XML/Serializer/XMLSerializerTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyTests/XML/UserListXMLHandlerTests.m b/src/CattyTests/XML/UserListXMLHandlerTests.m
index 7fea3701b3..c52712260f 100644
--- a/src/CattyTests/XML/UserListXMLHandlerTests.m
+++ b/src/CattyTests/XML/UserListXMLHandlerTests.m
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUISnapshots/CattyUISnapshots.swift b/src/CattyUISnapshots/CattyUISnapshots.swift
index 414cd573d4..260353741e 100644
--- a/src/CattyUISnapshots/CattyUISnapshots.swift
+++ b/src/CattyUISnapshots/CattyUISnapshots.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/AuthenticationVCTests.swift b/src/CattyUITests/AuthenticationVCTests.swift
index 11b4ac0050..ad0b280492 100644
--- a/src/CattyUITests/AuthenticationVCTests.swift
+++ b/src/CattyUITests/AuthenticationVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/BackgroundsTests.swift b/src/CattyUITests/BackgroundsTests.swift
index 0f2638f891..626154a1ed 100644
--- a/src/CattyUITests/BackgroundsTests.swift
+++ b/src/CattyUITests/BackgroundsTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/CreateProjectTests.swift b/src/CattyUITests/CreateProjectTests.swift
index c8f829fa67..0ebbd495c9 100644
--- a/src/CattyUITests/CreateProjectTests.swift
+++ b/src/CattyUITests/CreateProjectTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/Defines/LanguageTranslationDefinesUI.swift b/src/CattyUITests/Defines/LanguageTranslationDefinesUI.swift
index 611447efbf..1bff226032 100644
--- a/src/CattyUITests/Defines/LanguageTranslationDefinesUI.swift
+++ b/src/CattyUITests/Defines/LanguageTranslationDefinesUI.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/Extensions/XCTestCaseExtension.swift b/src/CattyUITests/Extensions/XCTestCaseExtension.swift
index 7f11d23771..f82c793997 100644
--- a/src/CattyUITests/Extensions/XCTestCaseExtension.swift
+++ b/src/CattyUITests/Extensions/XCTestCaseExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/Extensions/XCUIElementExtension.swift b/src/CattyUITests/Extensions/XCUIElementExtension.swift
index 55c9ed926c..40c8d9e2f5 100644
--- a/src/CattyUITests/Extensions/XCUIElementExtension.swift
+++ b/src/CattyUITests/Extensions/XCUIElementExtension.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/FormulaEditorComputeDialogTest.swift b/src/CattyUITests/FormulaEditorComputeDialogTest.swift
index b90131f4d2..6d8da223ca 100644
--- a/src/CattyUITests/FormulaEditorComputeDialogTest.swift
+++ b/src/CattyUITests/FormulaEditorComputeDialogTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/FormulaEditorKeyboardTests.swift b/src/CattyUITests/FormulaEditorKeyboardTests.swift
index d4ec3b1fbf..77fdd3f08f 100644
--- a/src/CattyUITests/FormulaEditorKeyboardTests.swift
+++ b/src/CattyUITests/FormulaEditorKeyboardTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/FormulaEditorSectionViewController.swift b/src/CattyUITests/FormulaEditorSectionViewController.swift
index 87c766aa68..762a386c7d 100644
--- a/src/CattyUITests/FormulaEditorSectionViewController.swift
+++ b/src/CattyUITests/FormulaEditorSectionViewController.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/FormulaEditorTests.swift b/src/CattyUITests/FormulaEditorTests.swift
index 3ef8f8a916..5bdfec1b00 100644
--- a/src/CattyUITests/FormulaEditorTests.swift
+++ b/src/CattyUITests/FormulaEditorTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/LooksTVCTests.swift b/src/CattyUITests/LooksTVCTests.swift
index 2e8dddae9a..1c542d64ad 100644
--- a/src/CattyUITests/LooksTVCTests.swift
+++ b/src/CattyUITests/LooksTVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/MyFirstProjectTests.swift b/src/CattyUITests/MyFirstProjectTests.swift
index 596a47ba57..1040c21d02 100644
--- a/src/CattyUITests/MyFirstProjectTests.swift
+++ b/src/CattyUITests/MyFirstProjectTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/ObjectTVCTests.swift b/src/CattyUITests/ObjectTVCTests.swift
index 3716e586e8..a21fce633c 100644
--- a/src/CattyUITests/ObjectTVCTests.swift
+++ b/src/CattyUITests/ObjectTVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/PocketCodeMainScreenTests.swift b/src/CattyUITests/PocketCodeMainScreenTests.swift
index 89f4976b33..2ecf9a3f38 100644
--- a/src/CattyUITests/PocketCodeMainScreenTests.swift
+++ b/src/CattyUITests/PocketCodeMainScreenTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/PrivacyPolicyVCTests.swift b/src/CattyUITests/PrivacyPolicyVCTests.swift
index 42779e9ced..8edc2d4aa7 100644
--- a/src/CattyUITests/PrivacyPolicyVCTests.swift
+++ b/src/CattyUITests/PrivacyPolicyVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/ProjectTVCTests.swift b/src/CattyUITests/ProjectTVCTests.swift
index b974ec1db9..86fc3d9852 100644
--- a/src/CattyUITests/ProjectTVCTests.swift
+++ b/src/CattyUITests/ProjectTVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/ProjectsTVCTests.swift b/src/CattyUITests/ProjectsTVCTests.swift
index 53304e9df5..60d066cdc8 100644
--- a/src/CattyUITests/ProjectsTVCTests.swift
+++ b/src/CattyUITests/ProjectsTVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/ScenePresenterVCTests.swift b/src/CattyUITests/ScenePresenterVCTests.swift
index 62f1e49319..826e86cbb3 100644
--- a/src/CattyUITests/ScenePresenterVCTests.swift
+++ b/src/CattyUITests/ScenePresenterVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/SceneTVCTests.swift b/src/CattyUITests/SceneTVCTests.swift
index 9dc991caf7..2c98c9f07d 100644
--- a/src/CattyUITests/SceneTVCTests.swift
+++ b/src/CattyUITests/SceneTVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/ScriptCollectionView/BrickCellPickerViewerTest.swift b/src/CattyUITests/ScriptCollectionView/BrickCellPickerViewerTest.swift
index ab15e57ca0..a6b180845c 100644
--- a/src/CattyUITests/ScriptCollectionView/BrickCellPickerViewerTest.swift
+++ b/src/CattyUITests/ScriptCollectionView/BrickCellPickerViewerTest.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/ScriptCollectionView/BrickCellTests.swift b/src/CattyUITests/ScriptCollectionView/BrickCellTests.swift
index 62390f9712..cf8e85402b 100644
--- a/src/CattyUITests/ScriptCollectionView/BrickCellTests.swift
+++ b/src/CattyUITests/ScriptCollectionView/BrickCellTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/ScriptCollectionView/BrickMovementTests.swift b/src/CattyUITests/ScriptCollectionView/BrickMovementTests.swift
index 1e5319f40a..d37550e5db 100644
--- a/src/CattyUITests/ScriptCollectionView/BrickMovementTests.swift
+++ b/src/CattyUITests/ScriptCollectionView/BrickMovementTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/ScriptCollectionView/ListTests.swift b/src/CattyUITests/ScriptCollectionView/ListTests.swift
index 9ca8ac0f72..a1c2058af7 100644
--- a/src/CattyUITests/ScriptCollectionView/ListTests.swift
+++ b/src/CattyUITests/ScriptCollectionView/ListTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/ScriptCollectionView/ScriptCollectionVCTests.swift b/src/CattyUITests/ScriptCollectionView/ScriptCollectionVCTests.swift
index bf879d7121..a6b55eb646 100644
--- a/src/CattyUITests/ScriptCollectionView/ScriptCollectionVCTests.swift
+++ b/src/CattyUITests/ScriptCollectionView/ScriptCollectionVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/ScriptCollectionView/VariableTests.swift b/src/CattyUITests/ScriptCollectionView/VariableTests.swift
index d8d7242035..42acbb09a7 100644
--- a/src/CattyUITests/ScriptCollectionView/VariableTests.swift
+++ b/src/CattyUITests/ScriptCollectionView/VariableTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/SettingsTVCTests.swift b/src/CattyUITests/SettingsTVCTests.swift
index 5e659a0981..2159add0e7 100644
--- a/src/CattyUITests/SettingsTVCTests.swift
+++ b/src/CattyUITests/SettingsTVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/SoundsTVCTests.swift b/src/CattyUITests/SoundsTVCTests.swift
index 8244b7def2..23a55cb533 100644
--- a/src/CattyUITests/SoundsTVCTests.swift
+++ b/src/CattyUITests/SoundsTVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/CattyUITests/TrustedDomainTVCTests.swift b/src/CattyUITests/TrustedDomainTVCTests.swift
index 94632a7287..1117e8bf15 100644
--- a/src/CattyUITests/TrustedDomainTVCTests.swift
+++ b/src/CattyUITests/TrustedDomainTVCTests.swift
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/RunScripts/license-validator.swift b/src/RunScripts/license-validator.swift
index 1b3047782a..5abed84924 100644
--- a/src/RunScripts/license-validator.swift
+++ b/src/RunScripts/license-validator.swift
@@ -1,6 +1,6 @@
#!/usr/bin/env xcrun swift -I .
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/RunScripts/precompile-tests.swift b/src/RunScripts/precompile-tests.swift
index 4039a1e3ec..76ba5d8f71 100755
--- a/src/RunScripts/precompile-tests.swift
+++ b/src/RunScripts/precompile-tests.swift
@@ -1,6 +1,6 @@
#!/usr/bin/env xcrun swift -I .
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify
diff --git a/src/RunScripts/synchronize-localization.swift b/src/RunScripts/synchronize-localization.swift
index 7509601247..f4b74c05e2 100644
--- a/src/RunScripts/synchronize-localization.swift
+++ b/src/RunScripts/synchronize-localization.swift
@@ -1,6 +1,6 @@
#!/usr/bin/env xcrun swift -I .
/**
- * Copyright (C) 2010-2023 The Catrobat Team
+ * Copyright (C) 2010-2024 The Catrobat Team
* (http://developer.catrobat.org/credits)
*
* This program is free software: you can redistribute it and/or modify