Skip to content

Commit

Permalink
feat(): adapt license text to REUSE requirement &add it to all files
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimGl committed Aug 15, 2024
1 parent 7b68d7d commit 9f29e6d
Show file tree
Hide file tree
Showing 1,898 changed files with 7,309 additions and 14,537 deletions.
3 changes: 3 additions & 0 deletions .env.chutney.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

{ nixpkgs ? import <nixpkgs> {} }:
with nixpkgs;
let
Expand Down
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

# Setup a working environment without hassle using nix and direnv
# For more information, visit https://direnv.net/

Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_form.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: 🐛 Bug Report
description: File a bug report
title: "🐛 | "
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

blank_issues_enabled: false
contact_links:
- name: 🙋 Ask Questions, Get Help and Share ideas 💡
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_form.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: 🚀 Feature Request
description: Suggest an idea for this project
title: "🚀 | "
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/build-chutney/action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: 'build chutney'
description: 'build chutney'
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/build-dsl/action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: 'build dsl'
description: 'build dsl'
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/build-example/action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: 'build example'
description: 'build example'
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/build-plugin/action.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: 'build plugin'
description: 'build plugin'
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

version: 2
updates:
- package-ecosystem: maven
Expand Down
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
~ SPDX-FileCopyrightText: 2017-2024 Enedis
~
~ SPDX-License-Identifier: Apache-2.0
~
-->

#### Issue Number
fixes #
<!-- Please Mention the issue number as #(Issue Number) Example: #5 -->
Expand Down
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

# Changelog template

changelog:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-all-template.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: "Build all template"

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: "Build all"

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/convergence-chutney.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: "Chutney Dependency Convergence"

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-docker-template.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: "Release docker images on ghcr"

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: "Publish Documentation"

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-github-template.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: "Release on Github"

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-to-github.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: "Release to github registry"

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-to-ossrh.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: "Release to OSSRH"

on:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0

name: REUSE Compliance Check

on:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0


######################
# Intellij
######################
Expand Down
9 changes: 8 additions & 1 deletion .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/copyright/apache2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion .idea/runConfigurations/install_local_api_unsecure_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion .idea/runConfigurations/server_all_tests.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/runConfigurations/server_integration_tests.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/runConfigurations/server_unit_tests.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/runConfigurations/start_angular_app.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/runConfigurations/start_local_server.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .idea/scopes/java.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/scopes/ts.xml

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
~ SPDX-FileCopyrightText: 2017-2024 Enedis
~
~ SPDX-License-Identifier: Apache-2.0
~
-->

# Changelog

## [2.9.0](https://github.com/chutney-testing/chutney/tree/2.9.0)
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
~ SPDX-FileCopyrightText: 2017-2024 Enedis
~
~ SPDX-License-Identifier: Apache-2.0
~
-->
# Contributing

## Summary
Expand Down
7 changes: 7 additions & 0 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
~ SPDX-FileCopyrightText: 2017-2024 Enedis
~
~ SPDX-License-Identifier: Apache-2.0
~
-->

## Getting Started

Everything you need to run the app and start coding.
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<!--
~ SPDX-FileCopyrightText: 2017-2024 Enedis
~
~ SPDX-License-Identifier: Apache-2.0
~
-->

# Chutney
## Spice up your spec , Better `taste` your app !

Expand Down
Loading

0 comments on commit 9f29e6d

Please sign in to comment.