From c0b15bcf7d3b9f2b0f6a32660280e93ac6917086 Mon Sep 17 00:00:00 2001 From: Christos Choutouridis Date: Sun, 10 Nov 2024 14:22:41 +0200 Subject: [PATCH] Init commit --- .gitmodules | 3 +++ LICENSE | 21 +++++++++++++++++++++ README.md | 0 pds-codebase | 1 + 4 files changed, 25 insertions(+) create mode 100644 .gitmodules create mode 100644 LICENSE create mode 100644 README.md create mode 160000 pds-codebase diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a3d2f3d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "pds-codebase"] + path = pds-codebase + url = https://github.com/AUTh-csal/pds-codebase.git diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6d4442c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Christos Choutouridis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/pds-codebase b/pds-codebase new file mode 160000 index 0000000..ecf00bf --- /dev/null +++ b/pds-codebase @@ -0,0 +1 @@ +Subproject commit ecf00bfa5105ba05f83aaae32c365056a5cf6203