From 217f767b90787f1ba526fc29a82988d448dc1c85 Mon Sep 17 00:00:00 2001 From: CarloLucibello Date: Sun, 5 May 2024 08:59:21 +0200 Subject: [PATCH] remove Register.yml + add GNNlib license --- .github/workflows/Register.yml | 16 ---------------- GNNlib/LICENSE | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 16 deletions(-) delete mode 100644 .github/workflows/Register.yml create mode 100644 GNNlib/LICENSE diff --git a/.github/workflows/Register.yml b/.github/workflows/Register.yml deleted file mode 100644 index 8993e12a2..000000000 --- a/.github/workflows/Register.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Register Package -on: - workflow_dispatch: - inputs: - version: - description: Version to register or component to bump - required: true - subdir: - description: Subdirectory containing the package to register -jobs: - register: - runs-on: ubuntu-latest - steps: - - uses: julia-actions/RegisterAction@latest - with: - token: ${{ secrets.GITHUB_TOKEN }} diff --git a/GNNlib/LICENSE b/GNNlib/LICENSE new file mode 100644 index 000000000..e7410390d --- /dev/null +++ b/GNNlib/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Carlo Lucibello and contributors + +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.