updated copyright, added actions workflow script

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-04 21:22:20 +01:00
parent de98c400c7
commit b5cb254c2d
41 changed files with 112 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.erfurt;
import static de.srsoftware.cal.Util.url;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.erfurt;
import static de.srsoftware.cal.Util.parseGermanTime;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.erfurt;
import static de.srsoftware.cal.Util.parseGermanTime;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.gera;
import static de.srsoftware.cal.Util.*;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.jena;
import static de.srsoftware.cal.Util.extractBackgroundImage;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.jena;
import static de.srsoftware.cal.Util.parseGermanDate;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.jena;
import static de.srsoftware.cal.Util.parseGermanTime;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.jena;
import static de.srsoftware.cal.Util.*;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.jena;
import static de.srsoftware.tools.Error.error;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.jena;
import static de.srsoftware.cal.Util.parseGermanTime;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.leipzig;
import static de.srsoftware.cal.Util.parseGermanTime;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.neustadt;
import static de.srsoftware.cal.Util.parseGermanDate;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.weimar;
import static de.srsoftware.tools.Error.error;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.weimar;
import static de.srsoftware.cal.Util.parseGermanDate;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
package de.srsoftware.cal.importer.weimar;
import static de.srsoftware.tools.Result.transform;

View File

@@ -1,4 +1,4 @@
/* © SRSoftware 2024 */
/* © SRSoftware 2026 */
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;