Skip to content

Commit 58156ce

Browse files
committed
chore: added missing licenses
Signed-off-by: Stiliyan Valkanov <stiliyan.valkanov@bearingpoint.com>
1 parent 3a89624 commit 58156ce

7 files changed

Lines changed: 21 additions & 0 deletions

File tree

api/src/main/java/org/lfenergy/compas/scl/data/rest/api/plugins/resources/DataEntry.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2026 BearingPoint GmbH
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
14
package org.lfenergy.compas.scl.data.rest.api.plugins.resources;
25

36
import java.util.Date;

api/src/main/java/org/lfenergy/compas/scl/data/rest/api/plugins/resources/DataEntryWithContent.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2026 BearingPoint GmbH
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
14
package org.lfenergy.compas.scl.data.rest.api.plugins.resources;
25

36
import java.util.Date;

api/src/main/java/org/lfenergy/compas/scl/data/rest/api/plugins/resources/Error.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2026 BearingPoint GmbH
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
14
package org.lfenergy.compas.scl.data.rest.api.plugins.resources;
25

36
import java.util.HashMap;

api/src/main/java/org/lfenergy/compas/scl/data/rest/api/plugins/resources/PagedDataEntryResponse.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2026 BearingPoint GmbH
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
14
package org.lfenergy.compas.scl.data.rest.api.plugins.resources;
25

36
import java.util.ArrayList;

api/src/main/java/org/lfenergy/compas/scl/data/rest/api/plugins/resources/UploadDataResponse.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2026 BearingPoint GmbH
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
14
package org.lfenergy.compas.scl.data.rest.api.plugins.resources;
25

36
import java.util.Date;

repository/src/main/java/org/lfenergy/compas/scl/data/repository/CustomPluginsResourceRepository.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2026 BearingPoint GmbH
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
14
package org.lfenergy.compas.scl.data.repository;
25

36
import io.quarkus.hibernate.panache.managed.blocking.PanacheManagedBlockingRepositoryBase;

repository/src/test/java/org/lfenergy/compas/scl/data/repository/CustomPluginsResourceRepositoryTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2026 BearingPoint GmbH
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
14
package org.lfenergy.compas.scl.data.repository;
25

36
import io.quarkus.hibernate.panache.blocking.PanacheBlockingQuery;

0 commit comments

Comments
 (0)