From b246e256529f0e319a41ca742dbc5f48bc7ac1e7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Feb 2024 15:51:46 +0000 Subject: [PATCH 1/2] REUSE metadata proposal --- .reuse/dep5 | 9 +++++++++ LICENSES/MIT.txt | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 .reuse/dep5 create mode 100644 LICENSES/MIT.txt diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 0000000..4faa444 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,9 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: nx-affected-dependencies-action +Upstream-Contact: SAP Open Source Program Office ospo@sap.com +Source: https://github.com/leanix/nx-affected-dependencies-action + +Files: * +Copyright: 2024 SAP SE or an SAP affiliate company and nx-affected-dependencies-action contributors. +License: MIT + diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 0000000..2071b23 --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +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. From 41632770030e2f41a216f46527c4d38d5288eff3 Mon Sep 17 00:00:00 2001 From: Ajinkya Patil Date: Wed, 7 Feb 2024 16:54:48 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56c6025..3d03bf4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![REUSE status](https://api.reuse.software/badge/github.com/leanix/nx-affected-dependencies-action)](https://api.reuse.software/info/github.com/leanix/nx-affected-dependencies-action) + # nx-affected-dependencies-action Are you deploying many different apps in your nx monorepo with dedicated workflows?