Skip to content

Commit 85f19b3

Browse files
committed
Standardize copyright headers across all source files
Fix reversed year range (2025-2024 → 2024-2025) in 7 files and redundant year range (2024-2024 → 2024) in 25 files. Resolves #733
1 parent 10eb8ef commit 85f19b3

32 files changed

Lines changed: 32 additions & 32 deletions

File tree

cds-feature-attachments/src/main/java/com/sap/cds/feature/attachments/handler/draftservice/DraftUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © 2025-2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
2+
* © 2024-2025 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
33
*/
44
package com.sap.cds.feature.attachments.handler.draftservice;
55

cds-feature-attachments/src/main/java/com/sap/cds/feature/attachments/service/malware/client/HttpClientProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © 2025-2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
2+
* © 2024-2025 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
33
*/
44
package com.sap.cds.feature.attachments.service.malware.client;
55

cds-feature-attachments/src/test/java/com/sap/cds/feature/attachments/RegistrationFileTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © 2024-2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
2+
* © 2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
33
*/
44
package com.sap.cds.feature.attachments;
55

cds-feature-attachments/src/test/java/com/sap/cds/feature/attachments/handler/applicationservice/helper/ThreadLocalDataStorageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © 2024-2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
2+
* © 2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
33
*/
44
package com.sap.cds.feature.attachments.handler.applicationservice.helper;
55

cds-feature-attachments/src/test/java/com/sap/cds/feature/attachments/handler/draftservice/DraftUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © 2025-2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
2+
* © 2024-2025 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
33
*/
44
package com.sap.cds.feature.attachments.handler.draftservice;
55

cds-feature-attachments/src/test/java/com/sap/cds/feature/attachments/helper/LogObserver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © 2024-2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
2+
* © 2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
33
*/
44
package com.sap.cds.feature.attachments.helper;
55

cds-feature-attachments/src/test/java/com/sap/cds/feature/attachments/service/model/servicehandler/AttachmentCreateEventContextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © 2024-2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
2+
* © 2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
33
*/
44
package com.sap.cds.feature.attachments.service.model.servicehandler;
55

cds-feature-attachments/src/test/java/com/sap/cds/feature/attachments/service/model/servicehandler/AttachmentMarkAsDeletedEventContextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © 2024-2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
2+
* © 2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
33
*/
44
package com.sap.cds.feature.attachments.service.model.servicehandler;
55

cds-feature-attachments/src/test/java/com/sap/cds/feature/attachments/service/model/servicehandler/AttachmentReadEventContextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © 2024-2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
2+
* © 2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
33
*/
44
package com.sap.cds.feature.attachments.service.model.servicehandler;
55

cds-feature-attachments/src/test/java/com/sap/cds/feature/attachments/service/model/servicehandler/AttachmentRestoreEventContextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © 2024-2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
2+
* © 2024 SAP SE or an SAP affiliate company and cds-feature-attachments contributors.
33
*/
44
package com.sap.cds.feature.attachments.service.model.servicehandler;
55

0 commit comments

Comments
 (0)