Skip to content

Commit 0c80e5c

Browse files
committed
#165Rest-API-New: Include license header
1 parent e0ac484 commit 0c80e5c

File tree

18 files changed

+115
-18
lines changed

18 files changed

+115
-18
lines changed

src/main/java/de/doubleslash/keeptime/REST_API/DTO/ColorDTO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 doubleSlash Net Business GmbH
1+
// Copyright 2024 doubleSlash Net Business GmbH
22
//
33
// This file is part of KeepTime.
44
// KeepTime is free software: you can redistribute it and/or modify

src/main/java/de/doubleslash/keeptime/REST_API/DTO/ProjectColorDTO.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 doubleSlash Net Business GmbH
1+
// Copyright 2024 doubleSlash Net Business GmbH
22
//
33
// This file is part of KeepTime.
44
// KeepTime is free software: you can redistribute it and/or modify
@@ -14,6 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17+
1718
package de.doubleslash.keeptime.REST_API.DTO;
1819

1920
public class ProjectColorDTO {

src/main/java/de/doubleslash/keeptime/REST_API/DTO/ProjectDTO.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 doubleSlash Net Business GmbH
1+
// Copyright 2024 doubleSlash Net Business GmbH
22
//
33
// This file is part of KeepTime.
44
// KeepTime is free software: you can redistribute it and/or modify
@@ -14,6 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17+
1718
package de.doubleslash.keeptime.REST_API.DTO;
1819

1920
public class ProjectDTO {

src/main/java/de/doubleslash/keeptime/REST_API/DTO/WorkDTO.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 doubleSlash Net Business GmbH
1+
// Copyright 2024 doubleSlash Net Business GmbH
22
//
33
// This file is part of KeepTime.
44
// KeepTime is free software: you can redistribute it and/or modify
@@ -14,6 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17+
1718
package de.doubleslash.keeptime.REST_API.DTO;
1819

1920
import java.time.LocalDateTime;

src/main/java/de/doubleslash/keeptime/REST_API/controller/ProjectController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 doubleSlash Net Business GmbH
1+
// Copyright 2024 doubleSlash Net Business GmbH
22
//
33
// This file is part of KeepTime.
44
// KeepTime is free software: you can redistribute it and/or modify

src/main/java/de/doubleslash/keeptime/REST_API/controller/WorksController.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 doubleSlash Net Business GmbH
1+
// Copyright 2024 doubleSlash Net Business GmbH
22
//
33
// This file is part of KeepTime.
44
// KeepTime is free software: you can redistribute it and/or modify
@@ -14,6 +14,7 @@
1414
// You should have received a copy of the GNU General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17+
1718
package de.doubleslash.keeptime.REST_API.controller;
1819

1920
import de.doubleslash.keeptime.REST_API.DTO.WorkDTO;

src/main/java/de/doubleslash/keeptime/REST_API/mapper/ColorMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 doubleSlash Net Business GmbH
1+
// Copyright 2024 doubleSlash Net Business GmbH
22
//
33
// This file is part of KeepTime.
44
// KeepTime is free software: you can redistribute it and/or modify

src/main/java/de/doubleslash/keeptime/REST_API/mapper/ProjectMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 doubleSlash Net Business GmbH
1+
// Copyright 2024 doubleSlash Net Business GmbH
22
//
33
// This file is part of KeepTime.
44
// KeepTime is free software: you can redistribute it and/or modify

src/main/java/de/doubleslash/keeptime/REST_API/mapper/WorkMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 doubleSlash Net Business GmbH
1+
// Copyright 2024 doubleSlash Net Business GmbH
22
//
33
// This file is part of KeepTime.
44
// KeepTime is free software: you can redistribute it and/or modify

src/main/java/de/doubleslash/keeptime/model/Authorities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 doubleSlash Net Business GmbH
1+
// Copyright 2024 doubleSlash Net Business GmbH
22
//
33
// This file is part of KeepTime.
44
// KeepTime is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)