From bb95b381fee3576e8e4d7691f6d39d4cb5415a6b Mon Sep 17 00:00:00 2001 From: Daniel Witkowski Date: Mon, 6 Apr 2026 23:28:13 -0700 Subject: [PATCH] add initial commit --- .gitlab/CODEOWNERS | 3 +++ LICENSE | 3 +++ README.md | 0 pipeline.variables.sh | 1 + 4 files changed, 7 insertions(+) create mode 100644 .gitlab/CODEOWNERS create mode 100644 LICENSE create mode 100644 README.md create mode 100644 pipeline.variables.sh diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS new file mode 100644 index 0000000..f79e248 --- /dev/null +++ b/.gitlab/CODEOWNERS @@ -0,0 +1,3 @@ +# All subgroup members as Code Owners for all files + +* @simpl/simpl-open/Development/IAA \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..531a5c4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +# EUROPEAN UNION PUBLIC LICENCE v. 1.2 + +Refer to [licence description](https://eupl.eu/1.2/en/) diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/pipeline.variables.sh b/pipeline.variables.sh new file mode 100644 index 0000000..3292612 --- /dev/null +++ b/pipeline.variables.sh @@ -0,0 +1 @@ +PROJECT_VERSION_NUMBER="0.0.1" \ No newline at end of file