From 6ab29c0ac216a7b433f601822cb2c5e63516a5f7 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Sat, 26 Oct 2024 14:57:54 -0300 Subject: [PATCH] feat: add spdx headers Signed-off-by: Vitor Mattos --- .github/workflows/reuse.yml | 22 +++++++++++++++++ AUTHORS | 8 +++++++ babel.config.js | 4 ++++ redocly.yaml | 2 ++ src/App.vue | 22 ++--------------- src/Components/Bullet/Bullet.vue | 4 ++++ src/Components/Chip.vue | 4 ++++ src/Components/Draw/Draw.vue | 4 ++++ src/Components/Draw/Editor.vue | 4 ++++ src/Components/Draw/FileUpload.vue | 4 ++++ src/Components/Draw/TextInput.vue | 4 ++++ src/Components/Draw/options.js | 4 ++++ src/Components/File/File.vue | 4 ++++ src/Components/InputAction/InputAction.vue | 4 ++++ src/Components/InputAction/index.js | 4 ++++ src/Components/InputAction/styles.scss | 6 ++++- src/Components/LeftSidebar/LeftSidebar.vue | 20 ++-------------- src/Components/PdfEditor/PdfEditor.vue | 4 ++++ src/Components/PdfEditor/Signature.vue | 4 ++++ .../PreviewSignature/PreviewSignature.vue | 4 ++++ src/Components/PreviewSignature/index.js | 4 ++++ src/Components/ProgressBar.vue | 4 ++++ src/Components/Request/AccountOrEmail.vue | 4 ++++ src/Components/Request/IdentifySigner.vue | 4 ++++ .../SignDetail/partials/PageNavigation.vue | 4 ++++ .../Request/SignDetail/partials/SignerRow.vue | 4 ++++ src/Components/Request/VisibleElements.vue | 4 ++++ src/Components/RightSidebar/AppFilesTab.vue | 4 ++++ .../RightSidebar/RequestSignatureTab.vue | 4 ++++ src/Components/RightSidebar/RightSidebar.vue | 4 ++++ src/Components/RightSidebar/SignTab.vue | 20 ++-------------- .../Settings/CroppedLayoutSettings.vue | 22 ++--------------- src/Components/Signers/Signer.vue | 4 ++++ src/Components/Signers/Signers.vue | 4 ++++ src/Components/TopBar/SidebarToggle.vue | 20 ++-------------- src/Components/TopBar/TopBar.vue | 20 ++-------------- src/External.vue | 24 +++---------------- src/assets/styles/_modal-mods.scss | 6 ++++- src/assets/styles/_table.scss | 6 ++++- src/assets/styles/main.scss | 6 ++++- src/domains/files/index.js | 4 ++++ src/domains/files/service.js | 4 ++++ src/domains/settings/index.js | 4 ++++ src/domains/settings/service.js | 4 ++++ src/domains/sign/enum.js | 4 ++++ src/external.js | 22 ++--------------- src/helpers/SelectAction.js | 22 ++--------------- src/helpers/certification.js | 4 ++++ src/helpers/isExternal.js | 8 +++++++ src/init.js | 4 ++++ src/main.js | 22 ++--------------- src/plugins/vuelidate.js | 4 ++++ src/router/router.js | 21 ++-------------- src/services/FilesService.js | 4 ++++ src/settings.js | 22 ++--------------- src/store/index.js | 22 ++--------------- src/store/modules/errors.js | 4 ++++ src/store/modules/files.js | 4 ++++ src/store/modules/settings.js | 4 ++++ src/store/modules/sidebar.js | 4 ++++ src/tab.js | 22 ++--------------- src/utils/validators.js | 7 ++++++ src/validation.js | 22 ++--------------- src/views/Account/Account.vue | 4 ++++ src/views/Account/partials/Documents.vue | 4 ++++ src/views/Account/partials/ManagePassword.vue | 4 ++++ src/views/Account/partials/Signature.vue | 4 ++++ src/views/Account/partials/Signatures.vue | 4 ++++ src/views/Account/partials/UserImage.vue | 4 ++++ src/views/CreateAccount.vue | 22 ++--------------- src/views/CreatePassword.vue | 4 ++++ src/views/DefaultPageError.vue | 22 ++--------------- src/views/Documents/AccountValidation.vue | 4 ++++ src/views/IncompleteCertification.vue | 4 ++++ src/views/ReadCertificate.vue | 4 ++++ src/views/RenewEmail.vue | 4 ++++ src/views/Request.vue | 4 ++++ src/views/ResetPassword.vue | 4 ++++ src/views/Settings/AllowedGroups.vue | 22 ++--------------- .../Settings/CertificateCustonOptions.vue | 4 ++++ src/views/Settings/CertificateEngine.vue | 4 ++++ src/views/Settings/CollectMetadata.vue | 4 ++++ src/views/Settings/ConfigureCheck.vue | 4 ++++ src/views/Settings/DefaultUserFolder.vue | 4 ++++ src/views/Settings/DownloadBinaries.vue | 4 ++++ src/views/Settings/ExpirationRules.vue | 4 ++++ .../Settings/IdentificationDocuments.vue | 4 ++++ src/views/Settings/IdentificationFactors.vue | 4 ++++ src/views/Settings/LegalInformation.vue | 4 ++++ src/views/Settings/RootCertificateCfssl.vue | 22 ++--------------- src/views/Settings/RootCertificateOpenSsl.vue | 22 ++--------------- src/views/Settings/Settings.vue | 22 ++--------------- src/views/Settings/Validation.vue | 4 ++++ src/views/SignPDF/SignPDF.vue | 4 ++++ .../SignPDF/_partials/ModalEmailManager.vue | 4 ++++ .../SignPDF/_partials/ModalSMSManager.vue | 4 ++++ src/views/SignPDF/_partials/Sign.vue | 4 ++++ src/views/Timeline/Timeline.vue | 4 ++++ src/views/Validation.vue | 4 ++++ stylelint.config.js | 4 ++++ templates/admin_settings.php | 6 +++++ templates/external.php | 5 ++++ templates/main.php | 7 +++++- templates/reset_password.php | 7 +++++- templates/validation.php | 7 +++++- tests/integration/config/behat.yml | 2 ++ webpack.config.js | 4 ++++ 107 files changed, 425 insertions(+), 419 deletions(-) create mode 100644 .github/workflows/reuse.yml create mode 100644 AUTHORS 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 @@