From 18514073a05d7afec8c37f77b981b2db25744159 Mon Sep 17 00:00:00 2001 From: Teodoro Cook Date: Sun, 12 Nov 2023 18:51:13 -0600 Subject: [PATCH] Add license file (#14) * Add license file * Prune stale config from workflow definitions --- .github/workflows/build.yml | 6 ------ .github/workflows/lint.yml | 6 ------ .github/workflows/molecule.yml | 6 ------ .github/workflows/release.yml | 6 ------ LICENSE | 8 ++++++++ galaxy.yml | 2 +- 6 files changed, 9 insertions(+), 25 deletions(-) create mode 100644 LICENSE diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c7e8cb..bcdeeda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,10 +5,6 @@ on: branches: - master -defaults: - run: - working-directory: 'nephelaiio.mongos' - jobs: build: name: Build @@ -16,8 +12,6 @@ jobs: steps: - name: Check out the codebase. uses: actions/checkout@v4 - with: - path: 'nephelaiio.mongos' - name: Set up Python 3 uses: actions/setup-python@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4abb9e3..e9cf909 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,10 +6,6 @@ on: branches: - master -defaults: - run: - working-directory: 'nephelaiio.mongodb' - jobs: lint: name: lint @@ -17,8 +13,6 @@ jobs: steps: - name: Check out the codebase uses: actions/checkout@v4 - with: - path: 'nephelaiio.mongodb' - name: Set up python 3 uses: actions/setup-python@v4 diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index fcfff5b..45e3c70 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -8,10 +8,6 @@ on: schedule: - cron: "0 5 * * 5" -defaults: - run: - working-directory: 'nephelaiio.mongodb' - jobs: molecule: name: molecule @@ -35,8 +31,6 @@ jobs: steps: - name: Check out the codebase uses: actions/checkout@v4 - with: - path: 'nephelaiio.mongodb' - name: Set up python 3 uses: actions/setup-python@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 628aba3..aef8b6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,10 +5,6 @@ on: tags: - "*" -defaults: - run: - working-directory: 'nephelaiio.mongos' - jobs: release: name: Release @@ -16,8 +12,6 @@ jobs: steps: - name: Check out the codebase. uses: actions/checkout@v4 - with: - path: 'nephelaiio.mongos' - name: Set up Python 3 uses: actions/setup-python@v4 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c0dd04e --- /dev/null +++ b/LICENSE @@ -0,0 +1,8 @@ +Copyright (c) 2023 Ted Cook + + +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/galaxy.yml b/galaxy.yml index 2240c57..3e65ad5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: nephelaiio name: mongodb -version: 0.0.13 +version: 0.0.14 readme: README.md authors: - Ted Cook