From 7b68d7d96ece3270442fa237d52e0f06ad7b8a9e Mon Sep 17 00:00:00 2001 From: karim Goubbaa Date: Mon, 12 Aug 2024 16:37:14 +0200 Subject: [PATCH] feat(): REUSE workflow + add missing license --- .github/workflows/reuse.yml | 16 ++++++++++++++++ chutney/action-impl/pom.xml | 8 ++++++++ chutney/action-spi/pom.xml | 8 ++++++++ chutney/chutney-junit/api/pom.xml | 8 ++++++++ chutney/chutney-junit/engine/pom.xml | 8 ++++++++ chutney/chutney-junit/pom.xml | 8 ++++++++ chutney/engine/pom.xml | 8 ++++++++ chutney/environment/pom.xml | 8 ++++++++ chutney/glacio-adapter/pom.xml | 8 ++++++++ chutney/jira/pom.xml | 7 +++++++ chutney/packaging/local-api-unsecure/pom.xml | 8 ++++++++ chutney/packaging/local-dev/pom.xml | 8 ++++++++ chutney/packaging/pom.xml | 7 +++++++ chutney/server-core/pom.xml | 8 ++++++++ chutney/server/pom.xml | 8 +++++++- chutney/tools/pom.xml | 8 ++++++++ chutney/ui/pom.xml | 8 ++++++++ example/pom.xml | 8 ++++++++ 18 files changed, 149 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/reuse.yml diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml new file mode 100644 index 000000000..4866fe046 --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,16 @@ +name: REUSE Compliance Check + +on: + push: + branches: + - main + pull_request: + branches: [ main ] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v4 \ No newline at end of file diff --git a/chutney/action-impl/pom.xml b/chutney/action-impl/pom.xml index 5fe982f03..240bc99b3 100644 --- a/chutney/action-impl/pom.xml +++ b/chutney/action-impl/pom.xml @@ -12,6 +12,14 @@ action-impl + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + com.chutneytesting diff --git a/chutney/action-spi/pom.xml b/chutney/action-spi/pom.xml index 5f87f8ff4..92c7ebcd7 100644 --- a/chutney/action-spi/pom.xml +++ b/chutney/action-spi/pom.xml @@ -12,6 +12,14 @@ action-spi + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + org.apache.commons diff --git a/chutney/chutney-junit/api/pom.xml b/chutney/chutney-junit/api/pom.xml index 8f0c280a8..9cb52bb34 100644 --- a/chutney/chutney-junit/api/pom.xml +++ b/chutney/chutney-junit/api/pom.xml @@ -12,6 +12,14 @@ chutney-junit-api + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + com.chutneytesting diff --git a/chutney/chutney-junit/engine/pom.xml b/chutney/chutney-junit/engine/pom.xml index 248c9645f..a729f806a 100644 --- a/chutney/chutney-junit/engine/pom.xml +++ b/chutney/chutney-junit/engine/pom.xml @@ -12,6 +12,14 @@ chutney-junit-engine + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + com.chutneytesting diff --git a/chutney/chutney-junit/pom.xml b/chutney/chutney-junit/pom.xml index 2980275be..60018f346 100644 --- a/chutney/chutney-junit/pom.xml +++ b/chutney/chutney-junit/pom.xml @@ -17,6 +17,14 @@ A junit 5 engine implementation for running glacio features. 2020 + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + api engine diff --git a/chutney/engine/pom.xml b/chutney/engine/pom.xml index 770311b0e..0d609d61f 100644 --- a/chutney/engine/pom.xml +++ b/chutney/engine/pom.xml @@ -12,6 +12,14 @@ engine + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + diff --git a/chutney/environment/pom.xml b/chutney/environment/pom.xml index 3e045bc51..9bc503984 100644 --- a/chutney/environment/pom.xml +++ b/chutney/environment/pom.xml @@ -11,6 +11,14 @@ environment + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + com.chutneytesting diff --git a/chutney/glacio-adapter/pom.xml b/chutney/glacio-adapter/pom.xml index f8bb40b88..2fc9d3a52 100644 --- a/chutney/glacio-adapter/pom.xml +++ b/chutney/glacio-adapter/pom.xml @@ -12,6 +12,14 @@ glacio-adapter + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + diff --git a/chutney/jira/pom.xml b/chutney/jira/pom.xml index 60b631b4b..734cf9457 100644 --- a/chutney/jira/pom.xml +++ b/chutney/jira/pom.xml @@ -10,6 +10,13 @@ 4.0.0 jira + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + diff --git a/chutney/packaging/local-api-unsecure/pom.xml b/chutney/packaging/local-api-unsecure/pom.xml index 103d1e635..da375a70a 100644 --- a/chutney/packaging/local-api-unsecure/pom.xml +++ b/chutney/packaging/local-api-unsecure/pom.xml @@ -12,6 +12,14 @@ local-api-unsecure + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + 11.2.0.4 diff --git a/chutney/packaging/local-dev/pom.xml b/chutney/packaging/local-dev/pom.xml index aa97c09d2..69dcb87f8 100644 --- a/chutney/packaging/local-dev/pom.xml +++ b/chutney/packaging/local-dev/pom.xml @@ -12,6 +12,14 @@ local-dev + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + 11.2.0.4 diff --git a/chutney/packaging/pom.xml b/chutney/packaging/pom.xml index cf137c531..ebaec24d7 100644 --- a/chutney/packaging/pom.xml +++ b/chutney/packaging/pom.xml @@ -10,6 +10,13 @@ packaging pom + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + UTF-8 diff --git a/chutney/server-core/pom.xml b/chutney/server-core/pom.xml index ecce8f011..657596689 100644 --- a/chutney/server-core/pom.xml +++ b/chutney/server-core/pom.xml @@ -12,6 +12,14 @@ server-core + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + diff --git a/chutney/server/pom.xml b/chutney/server/pom.xml index 8d517a1c7..d7ecf5e82 100644 --- a/chutney/server/pom.xml +++ b/chutney/server/pom.xml @@ -11,7 +11,13 @@ server - + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + com.chutneytesting diff --git a/chutney/tools/pom.xml b/chutney/tools/pom.xml index c97637a9b..00988e64c 100644 --- a/chutney/tools/pom.xml +++ b/chutney/tools/pom.xml @@ -12,6 +12,14 @@ tools + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + com.google.guava diff --git a/chutney/ui/pom.xml b/chutney/ui/pom.xml index 8f7714ef8..ca9a03bcc 100644 --- a/chutney/ui/pom.xml +++ b/chutney/ui/pom.xml @@ -13,6 +13,14 @@ jar + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + false v20.13.1 diff --git a/example/pom.xml b/example/pom.xml index e06622d0c..c39eda470 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -9,6 +9,14 @@ 2.9.1-SNAPSHOT A GitHub project template to help you start with Chutney Kotlin DSL + + + Apache-2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + UTF-8 UTF-8