updated copyright

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-03-25 11:00:11 +01:00
parent ee6b48d4e4
commit 20f5d0efcf
56 changed files with 56 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2025 */
package de.srsoftware.oidc.datastore.file; /* © SRSoftware 2024 */
import static de.srsoftware.oidc.api.Constants.*;
import static de.srsoftware.oidc.api.data.User.*;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2025 */
package de.srsoftware.oidc.datastore.file;
import de.srsoftware.tools.UuidHasher;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2025 */
package de.srsoftware.oidc.datastore.file;
import static java.lang.System.Logger.Level.DEBUG;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2025 */
package de.srsoftware.oidc.datastore.file;
import static org.junit.jupiter.api.Assertions.*;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2025 */
package de.srsoftware.oidc.datastore.file;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2025 */
package de.srsoftware.oidc.datastore.file;
import static de.srsoftware.oidc.api.Constants.*;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2025 */
package de.srsoftware.oidc.datastore.file;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2025 */
package de.srsoftware.oidc.datastore.file;
import de.srsoftware.oidc.api.UserService;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2025 */
package de.srsoftware.oidc.datastore.file;
import de.srsoftware.oidc.api.KeyStorage;