From 631d61792207a1964ce7bbef36db9a1a3fd8023f Mon Sep 17 00:00:00 2001 From: Gerrit Date: Thu, 22 Feb 2024 11:29:00 +0100 Subject: [PATCH] Adding code owners and more repo meta. (#2) --- .github/workflows/docker.yaml | 2 +- CODEOWNERS | 1 + CONTRIBUTING.md | 3 +++ LICENCE | 21 +++++++++++++++++++++ 4 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CODEOWNERS create mode 100755 CONTRIBUTING.md create mode 100644 LICENCE diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 88238e9..29d93fc 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -29,7 +29,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Make tag run: | diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..c2bb693 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @metal-stack/chrony-maintainers diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100755 index 0000000..63418fe --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Contributing + +Please check out the [contributing section](https://docs.metal-stack.io/stable/development/contributing/) in our [docs](https://docs.metal-stack.io/). \ No newline at end of file diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..a9b04bc --- /dev/null +++ b/LICENCE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 by The metal-stack Authors. + +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.