diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml new file mode 100644 index 000000000..c4c63391f --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,22 @@ +# This workflow is provided via the organization template repository +# +# https://github.com/nextcloud/.github +# https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization + +# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. +# +# SPDX-License-Identifier: CC0-1.0 + +name: REUSE Compliance Check + +on: [pull_request] + +jobs: + reuse-compliance-check: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + + - name: REUSE Compliance Check + uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0 diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..3a4b547ae --- /dev/null +++ b/AUTHORS @@ -0,0 +1,8 @@ + +# Authors + +- Vinicios Gomes +- Vitor Mattos diff --git a/babel.config.js b/babel.config.js index 8be4fc38b..20a33fd6d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,7 @@ +/** + * SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ const babelConfig = require('@nextcloud/babel-config') module.exports = babelConfig diff --git a/redocly.yaml b/redocly.yaml index a50aeaa38..907efd2e3 100644 --- a/redocly.yaml +++ b/redocly.yaml @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors +# SPDX-License-Identifier: AGPL-3.0-or-later apis: openapi@v1: root: ./openapi.json diff --git a/src/App.vue b/src/App.vue index 3ceff73bd..a1f47cdcf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,24 +1,6 @@