Skip to content

Commit d5799e2

Browse files
newtorka-d
andauthored
Remove copyright header (#686)
Co-authored-by: Alexander Dümont <[email protected]>
1 parent 4c47e68 commit d5799e2

File tree

2,010 files changed

+832
-5518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,010 files changed

+832
-5518
lines changed

README.md

Lines changed: 1 addition & 1 deletion

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (\"API
77
[[annotations]]
88
path = "**"
99
precedence = "aggregate"
10-
SPDX-FileCopyrightText = "2024 SAP SE or an SAP affiliate company and cloud-sdk-java"
10+
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and cloud-sdk-java"
1111
SPDX-License-Identifier = "Apache-2.0"
1212

1313
[[annotations]]

cloudplatform/caching/src/main/java/com/sap/cloud/sdk/cloudplatform/cache/CacheKey.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3-
*/
4-
51
package com.sap.cloud.sdk.cloudplatform.cache;
62

73
import java.util.ArrayList;

cloudplatform/caching/src/main/java/com/sap/cloud/sdk/cloudplatform/cache/CacheManager.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3-
*/
4-
51
package com.sap.cloud.sdk.cloudplatform.cache;
62

73
import java.util.ArrayList;

cloudplatform/caching/src/main/java/com/sap/cloud/sdk/cloudplatform/cache/CacheRuntimeException.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3-
*/
4-
51
package com.sap.cloud.sdk.cloudplatform.cache;
62

73
import javax.annotation.Nonnull;

cloudplatform/caching/src/main/java/com/sap/cloud/sdk/cloudplatform/cache/CacheStats.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3-
*/
4-
51
package com.sap.cloud.sdk.cloudplatform.cache;
62

73
import lombok.Data;

cloudplatform/caching/src/main/java/com/sap/cloud/sdk/cloudplatform/cache/CacheStatsMXBean.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3-
*/
4-
51
package com.sap.cloud.sdk.cloudplatform.cache;
62

73
/**

cloudplatform/caching/src/main/java/com/sap/cloud/sdk/cloudplatform/cache/CacheUtil.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3-
*/
4-
51
package com.sap.cloud.sdk.cloudplatform.cache;
62

73
import java.util.concurrent.Callable;

cloudplatform/caching/src/main/java/com/sap/cloud/sdk/cloudplatform/cache/GenericCacheKey.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3-
*/
4-
51
package com.sap.cloud.sdk.cloudplatform.cache;
62

73
import java.util.List;

cloudplatform/caching/src/main/java/com/sap/cloud/sdk/cloudplatform/cache/SerializableCacheKey.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/*
2-
* Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved.
3-
*/
4-
51
package com.sap.cloud.sdk.cloudplatform.cache;
62

73
import java.io.Serializable;

0 commit comments

Comments
 (0)