Skip to content

Commit d8706b9

Browse files
committed
Rectify copyright.
1 parent 9c498ba commit d8706b9

File tree

67 files changed

+86
-73
lines changed

Some content is hidden

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

67 files changed

+86
-73
lines changed

hub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2025 iterate GmbH. All rights reserved.
3+
~ Copyright (c) 2025 shift7 GmbH. All rights reserved.
44
-->
55
<project xmlns="http://maven.apache.org/POM/4.0.0"
66
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -136,4 +136,4 @@
136136
<scope>test</scope>
137137
</dependency>
138138
</dependencies>
139-
</project>
139+
</project>

hub/src/main/java/ch/iterate/hub/core/FirstLoginDeviceSetupCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 iterate GmbH. All rights reserved.
2+
* Copyright (c) 2025 shift7 GmbH. All rights reserved.
33
*/
44

55
package ch.iterate.hub.core;

hub/src/main/java/ch/iterate/hub/core/FirstLoginDeviceSetupCallbackFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 iterate GmbH. All rights reserved.
2+
* Copyright (c) 2025 shift7 GmbH. All rights reserved.
33
*/
44

55
package ch.iterate.hub.core;

hub/src/main/java/ch/iterate/hub/crypto/JWE.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 iterate GmbH. All rights reserved.
2+
* Copyright (c) 2025 shift7 GmbH. All rights reserved.
33
*/
44

55
package ch.iterate.hub.crypto;

hub/src/main/java/ch/iterate/hub/crypto/JWT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 iterate GmbH. All rights reserved.
2+
* Copyright (c) 2025 shift7 GmbH. All rights reserved.
33
*/
44

55
package ch.iterate.hub.crypto;

hub/src/main/java/ch/iterate/hub/crypto/KeyHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 iterate GmbH. All rights reserved.
2+
* Copyright (c) 2025 shift7 GmbH. All rights reserved.
33
*/
44

55
package ch.iterate.hub.crypto;

hub/src/main/java/ch/iterate/hub/crypto/UserKeyPayload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 iterate GmbH. All rights reserved.
2+
* Copyright (c) 2025 shift7 GmbH. All rights reserved.
33
*/
44

55
package ch.iterate.hub.crypto;

hub/src/main/java/ch/iterate/hub/crypto/UserKeys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 iterate GmbH. All rights reserved.
2+
* Copyright (c) 2025 shift7 GmbH. All rights reserved.
33
*/
44

55
package ch.iterate.hub.crypto;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 iterate GmbH. All rights reserved.
2+
* Copyright (c) 2025 shift7 GmbH. All rights reserved.
33
*/
44

55
package ch.iterate.hub.crypto.exceptions;
@@ -8,4 +8,4 @@ public class InvalidSignatureException extends Exception {
88
public InvalidSignatureException(String message) {
99
super(message);
1010
}
11-
}
11+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 iterate GmbH. All rights reserved.
2+
* Copyright (c) 2025 shift7 GmbH. All rights reserved.
33
*/
44

55
package ch.iterate.hub.crypto.exceptions;
@@ -8,4 +8,4 @@ public class JWTParseException extends Exception {
88
public JWTParseException(String message) {
99
super(message);
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)