diff --git a/.editorconfig b/.editorconfig index 1b1fd37..c0b4bd8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Maximilian Franzke +# +# SPDX-License-Identifier: MIT + # For more information about the properties used in # this file, please see the EditorConfig documentation: # https://editorconfig.org/ diff --git a/.gitattributes b/.gitattributes index b0f55cb..a88af66 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Maximilian Franzke +# +# SPDX-License-Identifier: MIT + # adapted out of https://github.com/h5bp/html5-boilerplate/blob/main/.gitattributes and https://rehansaeed.com/gitattributes-best-practices/ # Automatically normalize line endings for all text-based files # https://git-scm.com/docs/gitattributes#_end_of_line_conversion diff --git a/.github/workflows/reuse-compliance-check.yml b/.github/workflows/reuse-compliance-check.yml new file mode 100644 index 0000000..897b6d0 --- /dev/null +++ b/.github/workflows/reuse-compliance-check.yml @@ -0,0 +1,20 @@ +# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. +# +# SPDX-License-Identifier: CC0-1.0 +--- +name: REUSE Compliance Check + +on: [push, pull_request] + +permissions: + contents: read + +jobs: + reuse-compliance-check: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v5 diff --git a/.gitignore b/.gitignore index 617b69c..1d6eae3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Maximilian Franzke +# +# SPDX-License-Identifier: MIT + .DS_Store node_modules npm-debug.log diff --git a/.prettierignore b/.prettierignore index 83746af..d94936e 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Maximilian Franzke +# +# SPDX-License-Identifier: MIT + pnpm-lock.yaml node_modules dist diff --git a/.prettierrc.json.license b/.prettierrc.json.license new file mode 100644 index 0000000..9d57b50 --- /dev/null +++ b/.prettierrc.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 Maximilian Franzke + +SPDX-License-Identifier: MIT diff --git a/.yamllint.yml b/.yamllint.yml index 7286e82..76d5380 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Maximilian Franzke +# +# SPDX-License-Identifier: MIT + # Configuration file for yamllint. # It extends the default conf by adjusting some options. diff --git a/package.json.license b/package.json.license new file mode 100644 index 0000000..9d57b50 --- /dev/null +++ b/package.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 Maximilian Franzke + +SPDX-License-Identifier: MIT diff --git a/packages/lightningcss-plugin-if-function/README.md b/packages/lightningcss-plugin-if-function/README.md index 82af63d..12ab527 100644 --- a/packages/lightningcss-plugin-if-function/README.md +++ b/packages/lightningcss-plugin-if-function/README.md @@ -1,3 +1,9 @@ + + # lightningcss-plugin-if-function [![Default CI/CD Pipeline](https://github.com/mfranzke/css-if-polyfill/actions/workflows/default.yml/badge.svg)](https://github.com/mfranzke/css-if-polyfill/actions/workflows/default.yml) diff --git a/tsconfig.json.license b/tsconfig.json.license new file mode 100644 index 0000000..9d57b50 --- /dev/null +++ b/tsconfig.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2025 Maximilian Franzke + +SPDX-License-Identifier: MIT