From 136261d2730f5dc9509da34a945bce025ac64334 Mon Sep 17 00:00:00 2001 From: Raul Metsma Date: Tue, 8 Sep 2026 14:58:52 +0300 Subject: [PATCH] Add copyright header check IB-8622 Signed-off-by: Raul Metsma --- .github/workflows/build.yml | 6 + AppxManifest-ShellExt.xml.cmake | 2 + AppxManifest.xml.cmake | 4 +- CMakeLists.txt | 3 + COPYING | 266 ------------------ README.md | 2 +- client/Application.cpp | 20 +- client/Application.h | 20 +- client/Application_mac.mm | 20 +- client/CDocSupport.cpp | 20 +- client/CDocSupport.h | 20 +- client/CMakeLists.txt | 3 + client/CheckConnection.cpp | 20 +- client/CheckConnection.h | 20 +- client/CryptoDoc.cpp | 20 +- client/CryptoDoc.h | 20 +- client/DateTime.cpp | 20 +- client/DateTime.h | 20 +- client/Diagnostics.cpp | 21 +- client/Diagnostics.h | 20 +- client/DiagnosticsTask.cpp | 21 +- client/DiagnosticsTask.h | 20 +- client/Diagnostics_unix.cpp | 20 +- client/Diagnostics_win.cpp | 20 +- client/DigiDoc.cpp | 20 +- client/DigiDoc.h | 21 +- client/DocumentModel.cpp | 20 +- client/DocumentModel.h | 21 +- client/IKValidator.cpp | 20 +- client/IKValidator.h | 20 +- client/LdapSearch.cpp | 20 +- client/LdapSearch.h | 20 +- client/MacMenuBar.cpp | 20 +- client/MacMenuBar.h | 20 +- client/MainWindow.cpp | 20 +- client/MainWindow.h | 20 +- client/MainWindow.ui | 2 + client/PrintSheet.cpp | 20 +- client/PrintSheet.h | 20 +- client/QCNG.cpp | 20 +- client/QCNG.h | 20 +- client/QCryptoBackend.cpp | 20 +- client/QCryptoBackend.h | 20 +- client/QPCSC.cpp | 20 +- client/QPCSC.h | 20 +- client/QPCSC_p.h | 20 +- client/QPKCS11.cpp | 20 +- client/QPKCS11.h | 20 +- client/QSigner.cpp | 20 +- client/QSigner.h | 20 +- client/QSmartCard.cpp | 20 +- client/QSmartCard.h | 20 +- client/QSmartCard_p.h | 20 +- client/Settings.cpp | 20 +- client/Settings.h | 20 +- client/SslCertificate.cpp | 20 +- client/SslCertificate.h | 20 +- client/TokenData.cpp | 20 +- client/TokenData.h | 20 +- client/Utils.h | 20 +- client/common_enums.h | 20 +- client/dialogs/AddRecipients.cpp | 21 +- client/dialogs/AddRecipients.h | 20 +- client/dialogs/AddRecipients.ui | 2 + client/dialogs/CertificateDetails.cpp | 21 +- client/dialogs/CertificateDetails.h | 20 +- client/dialogs/CertificateDetails.ui | 2 + client/dialogs/CertificateDetails_mac.mm | 20 +- client/dialogs/CertificateHistory.cpp | 20 +- client/dialogs/CertificateHistory.h | 20 +- client/dialogs/CertificateHistory.ui | 2 + client/dialogs/FileDialog.cpp | 20 +- client/dialogs/FileDialog.h | 20 +- client/dialogs/FirstRun.cpp | 20 +- client/dialogs/FirstRun.h | 20 +- client/dialogs/FirstRun.ui | 2 + client/dialogs/KeyDialog.cpp | 20 +- client/dialogs/KeyDialog.h | 20 +- client/dialogs/KeyDialog.ui | 2 + client/dialogs/MobileDialog.cpp | 20 +- client/dialogs/MobileDialog.h | 20 +- client/dialogs/MobileDialog.ui | 2 + client/dialogs/MobileProgress.cpp | 20 +- client/dialogs/MobileProgress.h | 20 +- client/dialogs/MobileProgress.ui | 2 + client/dialogs/PasswordDialog.cpp | 20 +- client/dialogs/PasswordDialog.h | 20 +- client/dialogs/PasswordDialog.ui | 2 + client/dialogs/PinPopup.cpp | 20 +- client/dialogs/PinPopup.h | 20 +- client/dialogs/PinPopup.ui | 2 + client/dialogs/PinUnblock.cpp | 20 +- client/dialogs/PinUnblock.h | 20 +- client/dialogs/PinUnblock.ui | 2 + client/dialogs/RoleAddressDialog.cpp | 20 +- client/dialogs/RoleAddressDialog.h | 20 +- client/dialogs/RoleAddressDialog.ui | 2 + client/dialogs/SettingsDialog.cpp | 20 +- client/dialogs/SettingsDialog.h | 20 +- client/dialogs/SettingsDialog.ui | 3 + client/dialogs/SignatureDialog.cpp | 21 +- client/dialogs/SignatureDialog.h | 20 +- client/dialogs/SignatureDialog.ui | 2 + client/dialogs/SmartIDDialog.cpp | 20 +- client/dialogs/SmartIDDialog.h | 20 +- client/dialogs/SmartIDDialog.ui | 2 + client/dialogs/SmartIDProgress.cpp | 20 +- client/dialogs/SmartIDProgress.h | 20 +- client/dialogs/WaitDialog.cpp | 20 +- client/dialogs/WaitDialog.h | 20 +- client/dialogs/WaitDialog.ui | 2 + client/dialogs/WarningDialog.cpp | 20 +- client/dialogs/WarningDialog.h | 20 +- client/dialogs/WarningDialog.ui | 2 + client/download_tsl.py | 3 + client/ee.ria.qdigidoc4.desktop | 2 + client/ee.ria.qdigidoc4.metainfo.xml | 2 + client/effects/FadeInNotification.cpp | 20 +- client/effects/FadeInNotification.h | 20 +- client/effects/Overlay.cpp | 20 +- client/effects/Overlay.h | 20 +- client/images/Icon.svg | 2 + client/images/Logo_Suur.svg | 4 + client/images/Logo_small.svg | 2 + client/images/Struktuurifondid.svg | 4 + client/images/accordion_arrow_down.svg | 2 + client/images/accordion_arrow_right.svg | 2 + client/images/arrow_down.svg | 2 + client/images/arrow_down_selected.svg | 2 + client/images/arrow_up.svg | 2 + client/images/arrow_up_white.svg | 2 + client/images/bg_lovid.svg | 4 + client/images/icon_Abi.svg | 2 + client/images/icon_Allkiri.svg | 2 + client/images/icon_Allkiri_hover.svg | 2 + client/images/icon_Allkiri_small.svg | 2 + client/images/icon_Edit.svg | 2 + client/images/icon_IDkaart_green.svg | 2 + client/images/icon_IDkaart_red.svg | 2 + client/images/icon_Krypto.svg | 2 + client/images/icon_Krypto_hover.svg | 2 + client/images/icon_Krypto_small.svg | 2 + client/images/icon_Minu_eID.svg | 2 + client/images/icon_Minu_eID_hover.svg | 2 + client/images/icon_Seaded.svg | 2 + client/images/icon_ajatempel.svg | 2 + client/images/icon_alert_error.svg | 2 + client/images/icon_alert_large_error.svg | 2 + client/images/icon_alert_large_warning.svg | 2 + client/images/icon_alert_warning.svg | 2 + client/images/icon_arrow_left.svg | 2 + client/images/icon_checkbox.svg | 2 + client/images/icon_checkbox_active.svg | 2 + client/images/icon_checkbox_check.svg | 2 + client/images/icon_checkbox_check_active.svg | 2 + .../images/icon_checkbox_check_disabled.svg | 2 + client/images/icon_checkbox_check_hover.svg | 2 + client/images/icon_checkbox_disabled.svg | 2 + client/images/icon_checkbox_hover.svg | 2 + client/images/icon_digitempel.svg | 2 + client/images/icon_download.svg | 2 + client/images/icon_download_clicked.svg | 2 + client/images/icon_download_hover.svg | 2 + client/images/icon_error.svg | 2 + client/images/icon_help.svg | 2 + client/images/icon_info.svg | 2 + client/images/icon_info_main.svg | 2 + client/images/icon_link.svg | 2 + client/images/icon_radio.svg | 2 + client/images/icon_radio_active.svg | 2 + client/images/icon_radio_check.svg | 2 + client/images/icon_radio_check_active.svg | 2 + client/images/icon_radio_check_disabled.svg | 2 + client/images/icon_radio_check_hover.svg | 2 + client/images/icon_radio_disabled.svg | 2 + client/images/icon_radio_hover.svg | 2 + client/images/icon_remove.svg | 2 + client/images/icon_remove_clicked.svg | 2 + client/images/icon_remove_hover.svg | 2 + client/images/images.qrc | 2 + client/images/intro_one.svg | 2 + client/images/intro_three.svg | 2 + client/images/intro_two.svg | 2 + client/images/vapilehed.svg | 4 + client/images/wait.svg | 2 + client/libcdoc | 2 +- client/mac/Info.plist.cmake | 2 + client/mac/en.lproj/InfoPlist.strings | 2 + client/mac/et.lproj/InfoPlist.strings | 2 + client/mac/et.lproj/ServicesMenu.strings | 2 + client/main.cpp | 20 +- client/qdigidoc4.1.cmake | 2 + client/qdigidoc4.rc | 3 + client/qdigidoc4.xml | 2 + client/widgets/Accordion.cpp | 20 +- client/widgets/Accordion.h | 20 +- client/widgets/Accordion.ui | 2 + client/widgets/AccordionTitle.cpp | 21 +- client/widgets/AccordionTitle.h | 20 +- client/widgets/AddressItem.cpp | 20 +- client/widgets/AddressItem.h | 20 +- client/widgets/AddressItem.ui | 2 + client/widgets/CardPopup.cpp | 20 +- client/widgets/CardPopup.h | 20 +- client/widgets/CardWidget.cpp | 20 +- client/widgets/CardWidget.h | 20 +- client/widgets/CardWidget.ui | 2 + client/widgets/ComboBox.cpp | 20 +- client/widgets/ComboBox.h | 20 +- client/widgets/ContainerPage.cpp | 20 +- client/widgets/ContainerPage.h | 20 +- client/widgets/ContainerPage.ui | 2 + client/widgets/FileItem.cpp | 20 +- client/widgets/FileItem.h | 20 +- client/widgets/FileItem.ui | 2 + client/widgets/FileList.cpp | 20 +- client/widgets/FileList.h | 20 +- client/widgets/InfoStack.cpp | 20 +- client/widgets/InfoStack.h | 20 +- client/widgets/InfoStack.ui | 2 + client/widgets/Item.cpp | 20 +- client/widgets/Item.h | 20 +- client/widgets/ItemList.cpp | 20 +- client/widgets/ItemList.h | 20 +- client/widgets/ItemList.ui | 2 + client/widgets/Label.cpp | 20 +- client/widgets/Label.h | 20 +- client/widgets/LineEdit.cpp | 20 +- client/widgets/LineEdit.h | 20 +- client/widgets/MainAction.cpp | 20 +- client/widgets/MainAction.h | 20 +- client/widgets/MainAction.ui | 2 + client/widgets/NoCardInfo.cpp | 20 +- client/widgets/NoCardInfo.h | 20 +- client/widgets/NoCardInfo.ui | 2 + client/widgets/PageIcon.cpp | 20 +- client/widgets/PageIcon.h | 20 +- client/widgets/SignatureItem.cpp | 20 +- client/widgets/SignatureItem.h | 20 +- client/widgets/SignatureItem.ui | 2 + client/widgets/StyledWidget.cpp | 20 +- client/widgets/StyledWidget.h | 20 +- client/widgets/VerifyCert.cpp | 20 +- client/widgets/VerifyCert.h | 20 +- client/widgets/VerifyCert.ui | 2 + client/widgets/WarningItem.cpp | 20 +- client/widgets/WarningItem.h | 20 +- client/widgets/WarningItem.ui | 2 + client/widgets/WarningList.cpp | 3 + client/widgets/WarningList.h | 20 +- cmake/modules/FindLDAP.cmake | 8 +- common | 2 +- debian/copyright | 75 ++++- debian/rules | 2 + extensions/DigiDocQL/CMakeLists.txt | 3 + extensions/DigiDocQL/DigiDocQL.entitlements | 2 + extensions/DigiDocQL/Info.plist.cmake | 2 + extensions/DigiDocQL/PreviewViewController.mm | 20 +- extensions/kde/CMakeLists.txt | 3 + extensions/kde/qdigidoc-signer.desktop | 2 + extensions/nautilus/CMakeLists.txt | 3 + extensions/nautilus/nautilus-qdigidoc.py | 22 +- extensions/nautilus/po/et.po | 7 +- extensions/nautilus/po/nautilus-qdigidoc.pot | 7 +- extensions/nautilus/po/update-po.sh | 18 +- extensions/windows/CMakeLists.txt | 3 + extensions/windows/EsteidShellExtension.cpp | 20 +- extensions/windows/EsteidShellExtension.def | 2 + extensions/windows/EsteidShellExtension.rc | 20 +- extensions/windows/EsteidShellExtension.wxs | 4 +- extensions/windows/EsteidShellExtensionV2.cpp | 20 +- extensions/windows/resource.h | 20 +- prepare_osx_build_environment.sh | 2 + qdigidoc4.eToken.entitlements | 2 + qdigidoc4.entitlements | 2 + qdigidoc4.wxs | 2 + 276 files changed, 651 insertions(+), 2898 deletions(-) delete mode 100644 COPYING diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d690d1c84..50e59b471 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Estonian Information System Authority +# SPDX-License-Identifier: LGPL-2.1-or-later + name: CI on: [push, pull_request] permissions: @@ -295,3 +298,6 @@ jobs: uses: github/codeql-action/upload-sarif@v4 with: sarif_file: sarif-results/cpp.sarif + copyright: + name: Check copyright headers + uses: open-eid/.github/.github/workflows/copyright.yml@b2d87c7447ebcc01beb54c84f3978a81c1d64877 # master diff --git a/AppxManifest-ShellExt.xml.cmake b/AppxManifest-ShellExt.xml.cmake index 72ab42401..0f1fc4f04 100644 --- a/AppxManifest-ShellExt.xml.cmake +++ b/AppxManifest-ShellExt.xml.cmake @@ -1,4 +1,6 @@ + + + + + - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -Nokia Qt LGPL Exception version 1.1 - -As an additional permission to the GNU Lesser General Public License -version 2.1, the object code form of a "work that uses the Library" -may incorporate material from a header file that is part of the -Library. You may distribute such object code under terms of your -choice, provided that: -(i) the header files of the Library have not been modified; and -(ii) the incorporated material is limited to numerical parameters, -data structure layouts, accessors, macros, inline functions and -templates; and -(iii) you comply with the terms of Section 6 of the GNU -Lesser General Public License version 2.1. - -Moreover, you may apply this exception to a modified version of the -Library, provided that such modification does not involve copying -material from the Library into the modified Library?s header files -unless such material is limited to (i) numerical parameters; (ii) data -structure layouts; (iii) accessors; and (iv) small macros, templates -and inline functions of five lines or less in length. - -Furthermore, you are not required to apply this additional permission -to a modified version of the Library. - -_______________________________________________________________________________ -client/pkcs11.h - - pkcs11.h - Copyright 2006, 2007 g10 Code GmbH - Copyright 2006 Andreas Jellinghaus - - This file is free software; as a special exception the author gives - unlimited permission to copy and/or distribute it, with or without - modifications, as long as this notice is preserved. - - This file is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY, to the extent permitted by law; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. - - -_______________________________________________________________________________ -client/fonts - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/README.md b/README.md index f7fd729de..54bf523d3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![European Regional Development Fund](client/images/EL_Regionaalarengu_Fond.png "European Regional Development Fund - DO NOT REMOVE THIS IMAGE BEFORE 05.03.2020") - * License: LGPL 2.1 + * License: LGPL-2.1-or-later * © Estonian Information System Authority * [Architecture of ID-software](http://open-eid.github.io) diff --git a/client/Application.cpp b/client/Application.cpp index 66b4107d5..21a2d9933 100644 --- a/client/Application.cpp +++ b/client/Application.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #define NOMINMAX diff --git a/client/Application.h b/client/Application.h index c458af40a..0c4c10383 100644 --- a/client/Application.h +++ b/client/Application.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/Application_mac.mm b/client/Application_mac.mm index 1282fdb97..73365b451 100644 --- a/client/Application_mac.mm +++ b/client/Application_mac.mm @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "Application.h" diff --git a/client/CDocSupport.cpp b/client/CDocSupport.cpp index 19cf47812..44b3a6635 100644 --- a/client/CDocSupport.cpp +++ b/client/CDocSupport.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include #include diff --git a/client/CDocSupport.h b/client/CDocSupport.h index 7a9fe5573..fa1aaf9d5 100644 --- a/client/CDocSupport.h +++ b/client/CDocSupport.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 475f57341..3281bc91d 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Estonian Information System Authority +# SPDX-License-Identifier: LGPL-2.1-or-later + get_filename_component(TSL_FILENAME ${TSL_URL} NAME_WLE) set(TSL_LIST ${TSL_FILENAME} ${TSL_INCLUDE}) list(TRANSFORM TSL_LIST APPEND .xml) diff --git a/client/CheckConnection.cpp b/client/CheckConnection.cpp index ee6da2d30..a93d4487f 100644 --- a/client/CheckConnection.cpp +++ b/client/CheckConnection.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDocClient - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "CheckConnection.h" diff --git a/client/CheckConnection.h b/client/CheckConnection.h index 65f4b63bd..e2d71594b 100644 --- a/client/CheckConnection.h +++ b/client/CheckConnection.h @@ -1,21 +1,5 @@ -/* - * QDigiDocClient - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/CryptoDoc.cpp b/client/CryptoDoc.cpp index a83b10d91..f85b36229 100644 --- a/client/CryptoDoc.cpp +++ b/client/CryptoDoc.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDocCrypto - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "CryptoDoc.h" diff --git a/client/CryptoDoc.h b/client/CryptoDoc.h index 3a0c2da71..f6224ee9c 100644 --- a/client/CryptoDoc.h +++ b/client/CryptoDoc.h @@ -1,21 +1,5 @@ -/* - * QDigiDocCrypto - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/DateTime.cpp b/client/DateTime.cpp index 214414f11..a705d3fb4 100644 --- a/client/DateTime.cpp +++ b/client/DateTime.cpp @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "DateTime.h" diff --git a/client/DateTime.h b/client/DateTime.h index 1fa1a621f..9208c0110 100644 --- a/client/DateTime.h +++ b/client/DateTime.h @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/Diagnostics.cpp b/client/Diagnostics.cpp index c2c8b9aac..da9ead52c 100644 --- a/client/Diagnostics.cpp +++ b/client/Diagnostics.cpp @@ -1,21 +1,6 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later + #include "Diagnostics.h" #include "Application.h" diff --git a/client/Diagnostics.h b/client/Diagnostics.h index 16497d064..0c54f7020 100644 --- a/client/Diagnostics.h +++ b/client/Diagnostics.h @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/DiagnosticsTask.cpp b/client/DiagnosticsTask.cpp index bb0832f6a..ddc24cc04 100644 --- a/client/DiagnosticsTask.cpp +++ b/client/DiagnosticsTask.cpp @@ -1,21 +1,6 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later + #include "DiagnosticsTask.h" #include diff --git a/client/DiagnosticsTask.h b/client/DiagnosticsTask.h index 8e106c607..e56f76943 100644 --- a/client/DiagnosticsTask.h +++ b/client/DiagnosticsTask.h @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/Diagnostics_unix.cpp b/client/Diagnostics_unix.cpp index c5299bc18..22e9eac4b 100644 --- a/client/Diagnostics_unix.cpp +++ b/client/Diagnostics_unix.cpp @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "Diagnostics.h" diff --git a/client/Diagnostics_win.cpp b/client/Diagnostics_win.cpp index 7b619761e..112d32778 100644 --- a/client/Diagnostics_win.cpp +++ b/client/Diagnostics_win.cpp @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "Diagnostics.h" diff --git a/client/DigiDoc.cpp b/client/DigiDoc.cpp index 8409b55b4..5a38ea727 100644 --- a/client/DigiDoc.cpp +++ b/client/DigiDoc.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "DigiDoc.h" diff --git a/client/DigiDoc.h b/client/DigiDoc.h index 739deede2..4d5bae5f6 100644 --- a/client/DigiDoc.h +++ b/client/DigiDoc.h @@ -1,21 +1,6 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later + #pragma once #include "common_enums.h" diff --git a/client/DocumentModel.cpp b/client/DocumentModel.cpp index 09090a9b2..358dc2a14 100644 --- a/client/DocumentModel.cpp +++ b/client/DocumentModel.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "DocumentModel.h" diff --git a/client/DocumentModel.h b/client/DocumentModel.h index 3dc2ae2ce..2c0bd8588 100644 --- a/client/DocumentModel.h +++ b/client/DocumentModel.h @@ -1,21 +1,6 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later + #pragma once #include diff --git a/client/IKValidator.cpp b/client/IKValidator.cpp index f7e1e70ee..118ed7e0b 100644 --- a/client/IKValidator.cpp +++ b/client/IKValidator.cpp @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "IKValidator.h" diff --git a/client/IKValidator.h b/client/IKValidator.h index 483335ada..221d5f0ea 100644 --- a/client/IKValidator.h +++ b/client/IKValidator.h @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/LdapSearch.cpp b/client/LdapSearch.cpp index 98779c374..91f64ea99 100644 --- a/client/LdapSearch.cpp +++ b/client/LdapSearch.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDocCrypto - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "LdapSearch.h" diff --git a/client/LdapSearch.h b/client/LdapSearch.h index fca009945..988abbe00 100644 --- a/client/LdapSearch.h +++ b/client/LdapSearch.h @@ -1,21 +1,5 @@ -/* - * QDigiDocCrypto - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/MacMenuBar.cpp b/client/MacMenuBar.cpp index 9e8662d29..0b5951f19 100644 --- a/client/MacMenuBar.cpp +++ b/client/MacMenuBar.cpp @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "MacMenuBar.h" diff --git a/client/MacMenuBar.h b/client/MacMenuBar.h index f031ade95..22f548ea0 100644 --- a/client/MacMenuBar.h +++ b/client/MacMenuBar.h @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/MainWindow.cpp b/client/MainWindow.cpp index 683ad6b99..d2162a6c6 100644 --- a/client/MainWindow.cpp +++ b/client/MainWindow.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "MainWindow.h" #include "ui_MainWindow.h" diff --git a/client/MainWindow.h b/client/MainWindow.h index 39de44426..acc14c8fc 100644 --- a/client/MainWindow.h +++ b/client/MainWindow.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/MainWindow.ui b/client/MainWindow.ui index 480ccb97c..9c9309da5 100644 --- a/client/MainWindow.ui +++ b/client/MainWindow.ui @@ -1,4 +1,6 @@ + + MainWindow diff --git a/client/PrintSheet.cpp b/client/PrintSheet.cpp index 74f2e7d19..4b0ed7142 100644 --- a/client/PrintSheet.cpp +++ b/client/PrintSheet.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "PrintSheet.h" diff --git a/client/PrintSheet.h b/client/PrintSheet.h index e4c44883e..5a4bc2970 100644 --- a/client/PrintSheet.h +++ b/client/PrintSheet.h @@ -1,21 +1,5 @@ -/* - * QDigiDocClient - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/QCNG.cpp b/client/QCNG.cpp index 7da8c4b1a..54033b12f 100644 --- a/client/QCNG.cpp +++ b/client/QCNG.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "QCNG.h" diff --git a/client/QCNG.h b/client/QCNG.h index 7b060e9e7..e48726f9c 100644 --- a/client/QCNG.h +++ b/client/QCNG.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/QCryptoBackend.cpp b/client/QCryptoBackend.cpp index 4c7640fe8..9a28db310 100644 --- a/client/QCryptoBackend.cpp +++ b/client/QCryptoBackend.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "QCryptoBackend.h" diff --git a/client/QCryptoBackend.h b/client/QCryptoBackend.h index cac9b42ca..85cf63f91 100644 --- a/client/QCryptoBackend.h +++ b/client/QCryptoBackend.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/QPCSC.cpp b/client/QPCSC.cpp index 3999ecd5e..2d3ecd36c 100644 --- a/client/QPCSC.cpp +++ b/client/QPCSC.cpp @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "QPCSC_p.h" diff --git a/client/QPCSC.h b/client/QPCSC.h index 5e313b30a..406279d8e 100644 --- a/client/QPCSC.h +++ b/client/QPCSC.h @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/QPCSC_p.h b/client/QPCSC_p.h index 7fd830fe8..95c5e5043 100644 --- a/client/QPCSC_p.h +++ b/client/QPCSC_p.h @@ -1,21 +1,5 @@ -/* - * QEstEidCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/QPKCS11.cpp b/client/QPKCS11.cpp index 919ce2eaf..917e344f3 100644 --- a/client/QPKCS11.cpp +++ b/client/QPKCS11.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "QPKCS11.h" #include "pkcs11.h" diff --git a/client/QPKCS11.h b/client/QPKCS11.h index c01994018..0a0e684b0 100644 --- a/client/QPKCS11.h +++ b/client/QPKCS11.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/QSigner.cpp b/client/QSigner.cpp index 0ccd17fc0..815c6d9a1 100644 --- a/client/QSigner.cpp +++ b/client/QSigner.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "QSigner.h" diff --git a/client/QSigner.h b/client/QSigner.h index 1b341f3ef..7804a68b3 100644 --- a/client/QSigner.h +++ b/client/QSigner.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/QSmartCard.cpp b/client/QSmartCard.cpp index 764cc0ef4..bd48b6c1c 100644 --- a/client/QSmartCard.cpp +++ b/client/QSmartCard.cpp @@ -1,21 +1,5 @@ -/* - * QEstEidUtil - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "QSmartCard_p.h" diff --git a/client/QSmartCard.h b/client/QSmartCard.h index 390a7a099..7dd1b87a3 100644 --- a/client/QSmartCard.h +++ b/client/QSmartCard.h @@ -1,21 +1,5 @@ -/* - * QEstEidUtil - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/QSmartCard_p.h b/client/QSmartCard_p.h index af62b11d8..fa041580f 100644 --- a/client/QSmartCard_p.h +++ b/client/QSmartCard_p.h @@ -1,21 +1,5 @@ -/* - * QEstEidUtil - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "QSmartCard.h" diff --git a/client/Settings.cpp b/client/Settings.cpp index f1b3b2c1c..25c1e309d 100644 --- a/client/Settings.cpp +++ b/client/Settings.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "Settings.h" diff --git a/client/Settings.h b/client/Settings.h index c5365723a..3ec45b67a 100644 --- a/client/Settings.h +++ b/client/Settings.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/SslCertificate.cpp b/client/SslCertificate.cpp index f43e29df3..29f27976a 100644 --- a/client/SslCertificate.cpp +++ b/client/SslCertificate.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "SslCertificate.h" diff --git a/client/SslCertificate.h b/client/SslCertificate.h index 66e87eb02..60b2bfbc5 100644 --- a/client/SslCertificate.h +++ b/client/SslCertificate.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/TokenData.cpp b/client/TokenData.cpp index cfca1e6be..aad789420 100644 --- a/client/TokenData.cpp +++ b/client/TokenData.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDocCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "TokenData.h" diff --git a/client/TokenData.h b/client/TokenData.h index 1a3176fba..62d971756 100644 --- a/client/TokenData.h +++ b/client/TokenData.h @@ -1,21 +1,5 @@ -/* - * QDigiDocCommon - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/Utils.h b/client/Utils.h index c8c317fe7..eb2cc18fc 100644 --- a/client/Utils.h +++ b/client/Utils.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/common_enums.h b/client/common_enums.h index a6f4b2342..da5702c1b 100644 --- a/client/common_enums.h +++ b/client/common_enums.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/AddRecipients.cpp b/client/dialogs/AddRecipients.cpp index a81ecbfd5..6f75c0b4c 100644 --- a/client/dialogs/AddRecipients.cpp +++ b/client/dialogs/AddRecipients.cpp @@ -1,22 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "AddRecipients.h" #include "ui_AddRecipients.h" diff --git a/client/dialogs/AddRecipients.h b/client/dialogs/AddRecipients.h index 3c0b6b339..ab7f05500 100644 --- a/client/dialogs/AddRecipients.h +++ b/client/dialogs/AddRecipients.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/AddRecipients.ui b/client/dialogs/AddRecipients.ui index 92c521200..47f8be768 100644 --- a/client/dialogs/AddRecipients.ui +++ b/client/dialogs/AddRecipients.ui @@ -1,4 +1,6 @@ + + AddRecipients diff --git a/client/dialogs/CertificateDetails.cpp b/client/dialogs/CertificateDetails.cpp index f679e3ae7..a68750adc 100644 --- a/client/dialogs/CertificateDetails.cpp +++ b/client/dialogs/CertificateDetails.cpp @@ -1,22 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "CertificateDetails.h" #include "ui_CertificateDetails.h" diff --git a/client/dialogs/CertificateDetails.h b/client/dialogs/CertificateDetails.h index 23bda8dff..2f9252860 100644 --- a/client/dialogs/CertificateDetails.h +++ b/client/dialogs/CertificateDetails.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/CertificateDetails.ui b/client/dialogs/CertificateDetails.ui index 6b43af9af..76a82404e 100644 --- a/client/dialogs/CertificateDetails.ui +++ b/client/dialogs/CertificateDetails.ui @@ -1,4 +1,6 @@ + + CertificateDetails diff --git a/client/dialogs/CertificateDetails_mac.mm b/client/dialogs/CertificateDetails_mac.mm index b211fe164..0a791e9c4 100644 --- a/client/dialogs/CertificateDetails_mac.mm +++ b/client/dialogs/CertificateDetails_mac.mm @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "CertificateDetails.h" diff --git a/client/dialogs/CertificateHistory.cpp b/client/dialogs/CertificateHistory.cpp index 02ad980d2..31ac0d456 100644 --- a/client/dialogs/CertificateHistory.cpp +++ b/client/dialogs/CertificateHistory.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDocCrypto - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "CertificateHistory.h" #include "ui_CertificateHistory.h" diff --git a/client/dialogs/CertificateHistory.h b/client/dialogs/CertificateHistory.h index 7d74258ba..69db96814 100644 --- a/client/dialogs/CertificateHistory.h +++ b/client/dialogs/CertificateHistory.h @@ -1,21 +1,5 @@ -/* - * QDigiDocCrypto - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/CertificateHistory.ui b/client/dialogs/CertificateHistory.ui index f0a5650f3..7a6ed06d8 100644 --- a/client/dialogs/CertificateHistory.ui +++ b/client/dialogs/CertificateHistory.ui @@ -1,4 +1,6 @@ + + CertificateHistory diff --git a/client/dialogs/FileDialog.cpp b/client/dialogs/FileDialog.cpp index f47151c36..f7d5db871 100644 --- a/client/dialogs/FileDialog.cpp +++ b/client/dialogs/FileDialog.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "FileDialog.h" diff --git a/client/dialogs/FileDialog.h b/client/dialogs/FileDialog.h index cb87355ff..22126f29b 100644 --- a/client/dialogs/FileDialog.h +++ b/client/dialogs/FileDialog.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/FirstRun.cpp b/client/dialogs/FirstRun.cpp index 13d89e79d..08dcb3afa 100644 --- a/client/dialogs/FirstRun.cpp +++ b/client/dialogs/FirstRun.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "FirstRun.h" #include "ui_FirstRun.h" diff --git a/client/dialogs/FirstRun.h b/client/dialogs/FirstRun.h index 2d2299a86..1fcaa4b03 100644 --- a/client/dialogs/FirstRun.h +++ b/client/dialogs/FirstRun.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/FirstRun.ui b/client/dialogs/FirstRun.ui index 7718e35fd..ee42bf3a5 100644 --- a/client/dialogs/FirstRun.ui +++ b/client/dialogs/FirstRun.ui @@ -1,4 +1,6 @@ + + FirstRun diff --git a/client/dialogs/KeyDialog.cpp b/client/dialogs/KeyDialog.cpp index ba5b7c45a..e86334ff7 100644 --- a/client/dialogs/KeyDialog.cpp +++ b/client/dialogs/KeyDialog.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDocCrypto - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "KeyDialog.h" #include "ui_KeyDialog.h" diff --git a/client/dialogs/KeyDialog.h b/client/dialogs/KeyDialog.h index a80600c75..c6b6e6c86 100644 --- a/client/dialogs/KeyDialog.h +++ b/client/dialogs/KeyDialog.h @@ -1,21 +1,5 @@ -/* - * QDigiDocCrypto - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/KeyDialog.ui b/client/dialogs/KeyDialog.ui index ea07b4dd8..85f733322 100644 --- a/client/dialogs/KeyDialog.ui +++ b/client/dialogs/KeyDialog.ui @@ -1,4 +1,6 @@ + + KeyDialog diff --git a/client/dialogs/MobileDialog.cpp b/client/dialogs/MobileDialog.cpp index b19606d01..a212696fa 100644 --- a/client/dialogs/MobileDialog.cpp +++ b/client/dialogs/MobileDialog.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "MobileDialog.h" #include "ui_MobileDialog.h" diff --git a/client/dialogs/MobileDialog.h b/client/dialogs/MobileDialog.h index 7875dba7d..e5b2ed315 100644 --- a/client/dialogs/MobileDialog.h +++ b/client/dialogs/MobileDialog.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/MobileDialog.ui b/client/dialogs/MobileDialog.ui index 5fb98339b..785f89269 100644 --- a/client/dialogs/MobileDialog.ui +++ b/client/dialogs/MobileDialog.ui @@ -1,4 +1,6 @@ + + MobileDialog diff --git a/client/dialogs/MobileProgress.cpp b/client/dialogs/MobileProgress.cpp index d78131636..f55b5292f 100644 --- a/client/dialogs/MobileProgress.cpp +++ b/client/dialogs/MobileProgress.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "MobileProgress.h" #include "ui_MobileProgress.h" diff --git a/client/dialogs/MobileProgress.h b/client/dialogs/MobileProgress.h index d8db2e232..2b8650436 100644 --- a/client/dialogs/MobileProgress.h +++ b/client/dialogs/MobileProgress.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/MobileProgress.ui b/client/dialogs/MobileProgress.ui index b9edf5b73..0548ba8fa 100644 --- a/client/dialogs/MobileProgress.ui +++ b/client/dialogs/MobileProgress.ui @@ -1,4 +1,6 @@ + + MobileProgress diff --git a/client/dialogs/PasswordDialog.cpp b/client/dialogs/PasswordDialog.cpp index 818e7c641..5e05e4565 100644 --- a/client/dialogs/PasswordDialog.cpp +++ b/client/dialogs/PasswordDialog.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "PasswordDialog.h" #include "ui_PasswordDialog.h" diff --git a/client/dialogs/PasswordDialog.h b/client/dialogs/PasswordDialog.h index 173a0fd13..1d469f7a1 100644 --- a/client/dialogs/PasswordDialog.h +++ b/client/dialogs/PasswordDialog.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/PasswordDialog.ui b/client/dialogs/PasswordDialog.ui index d43d7f401..6c3484355 100644 --- a/client/dialogs/PasswordDialog.ui +++ b/client/dialogs/PasswordDialog.ui @@ -1,4 +1,6 @@ + + PasswordDialog diff --git a/client/dialogs/PinPopup.cpp b/client/dialogs/PinPopup.cpp index 5a0646a08..08eb1a556 100644 --- a/client/dialogs/PinPopup.cpp +++ b/client/dialogs/PinPopup.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "PinPopup.h" #include "ui_PinPopup.h" diff --git a/client/dialogs/PinPopup.h b/client/dialogs/PinPopup.h index 08f8d9e3a..fb9a32b88 100644 --- a/client/dialogs/PinPopup.h +++ b/client/dialogs/PinPopup.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/PinPopup.ui b/client/dialogs/PinPopup.ui index e5efe36b3..59593998c 100644 --- a/client/dialogs/PinPopup.ui +++ b/client/dialogs/PinPopup.ui @@ -1,4 +1,6 @@ + + PinPopup diff --git a/client/dialogs/PinUnblock.cpp b/client/dialogs/PinUnblock.cpp index 5830d060d..a078eb843 100644 --- a/client/dialogs/PinUnblock.cpp +++ b/client/dialogs/PinUnblock.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "PinUnblock.h" #include "ui_PinUnblock.h" diff --git a/client/dialogs/PinUnblock.h b/client/dialogs/PinUnblock.h index 862e6c929..fedf77d71 100644 --- a/client/dialogs/PinUnblock.h +++ b/client/dialogs/PinUnblock.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/PinUnblock.ui b/client/dialogs/PinUnblock.ui index 7cf787ad6..340596890 100644 --- a/client/dialogs/PinUnblock.ui +++ b/client/dialogs/PinUnblock.ui @@ -1,4 +1,6 @@ + + PinUnblock diff --git a/client/dialogs/RoleAddressDialog.cpp b/client/dialogs/RoleAddressDialog.cpp index 362e31a2b..0bab88a6c 100644 --- a/client/dialogs/RoleAddressDialog.cpp +++ b/client/dialogs/RoleAddressDialog.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDocClient - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "RoleAddressDialog.h" #include "ui_RoleAddressDialog.h" diff --git a/client/dialogs/RoleAddressDialog.h b/client/dialogs/RoleAddressDialog.h index 66f99a58f..0190664fa 100644 --- a/client/dialogs/RoleAddressDialog.h +++ b/client/dialogs/RoleAddressDialog.h @@ -1,21 +1,5 @@ -/* - * QDigiDocCrypto - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/RoleAddressDialog.ui b/client/dialogs/RoleAddressDialog.ui index 8194c5dae..8704c3683 100644 --- a/client/dialogs/RoleAddressDialog.ui +++ b/client/dialogs/RoleAddressDialog.ui @@ -1,4 +1,6 @@ + + RoleAddressDialog diff --git a/client/dialogs/SettingsDialog.cpp b/client/dialogs/SettingsDialog.cpp index 9ad9e6a4f..f1697b5f4 100644 --- a/client/dialogs/SettingsDialog.cpp +++ b/client/dialogs/SettingsDialog.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "SettingsDialog.h" #include "ui_SettingsDialog.h" diff --git a/client/dialogs/SettingsDialog.h b/client/dialogs/SettingsDialog.h index beb558d15..5328eeb81 100644 --- a/client/dialogs/SettingsDialog.h +++ b/client/dialogs/SettingsDialog.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/SettingsDialog.ui b/client/dialogs/SettingsDialog.ui index 2ba5e1862..bdd5a97a6 100644 --- a/client/dialogs/SettingsDialog.ui +++ b/client/dialogs/SettingsDialog.ui @@ -1,4 +1,6 @@ + + SettingsDialog @@ -1698,6 +1700,7 @@ p, li { white-space: pre-wrap; margin-top:12px; margin-bottom:12px; margin-left: <p><b>libxml2 is an XML toolkit implemented in C</b><br />MIT License<br /><a href="https://gitlab.gnome.org/GNOME/libxml2/-/blob/master/Copyright?ref_type=heads">https://gitlab.gnome.org/GNOME/libxml2/-/blob/master/Copyright?ref_type=heads</a> </p> <p><b>XML Security Library is a C library based on LibXML2</b><br />MIT License<br /><a href="https://github.com/lsh123/xmlsec/blob/master/Copyright">https://github.com/lsh123/xmlsec/blob/master/Copyright</a> </p> <p><b>JSON for Modern C++</b><br />MIT License<br /><a href="https://github.com/nlohmann/json/blob/develop/LICENSE.MIT">https://github.com/nlohmann/json/blob/develop/LICENSE.MIT</a> </p> +<p><b>Scute PKCS #11 header</b><br />Copyright 2006, 2007 g10 Code GmbH, Copyright 2006 Andreas Jellinghaus<br />All-permissive license, as long as the notice is preserved<br /><a href="https://www.scute.org/">https://www.scute.org/</a> </p> <p><b>Roboto: Google’s signature family of fonts</b><br />Apache Software License, Version 2.0<br /><a href="https://github.com/google/roboto/blob/master/LICENSE">https://github.com/google/roboto/blob/master/LICENSE</a> </p></body></html> diff --git a/client/dialogs/SignatureDialog.cpp b/client/dialogs/SignatureDialog.cpp index 3b90f2ff9..c938e6a04 100644 --- a/client/dialogs/SignatureDialog.cpp +++ b/client/dialogs/SignatureDialog.cpp @@ -1,22 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "SignatureDialog.h" #include "ui_SignatureDialog.h" diff --git a/client/dialogs/SignatureDialog.h b/client/dialogs/SignatureDialog.h index 356847bb2..cf713153a 100644 --- a/client/dialogs/SignatureDialog.h +++ b/client/dialogs/SignatureDialog.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/SignatureDialog.ui b/client/dialogs/SignatureDialog.ui index f3d658bb1..321943ed2 100644 --- a/client/dialogs/SignatureDialog.ui +++ b/client/dialogs/SignatureDialog.ui @@ -1,4 +1,6 @@ + + SignatureDialog diff --git a/client/dialogs/SmartIDDialog.cpp b/client/dialogs/SmartIDDialog.cpp index eea9c1251..5bc0cd253 100644 --- a/client/dialogs/SmartIDDialog.cpp +++ b/client/dialogs/SmartIDDialog.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "SmartIDDialog.h" #include "ui_SmartIDDialog.h" diff --git a/client/dialogs/SmartIDDialog.h b/client/dialogs/SmartIDDialog.h index 45cb090fe..2f7f5538b 100644 --- a/client/dialogs/SmartIDDialog.h +++ b/client/dialogs/SmartIDDialog.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/SmartIDDialog.ui b/client/dialogs/SmartIDDialog.ui index 2afbc4495..b0572e178 100644 --- a/client/dialogs/SmartIDDialog.ui +++ b/client/dialogs/SmartIDDialog.ui @@ -1,4 +1,6 @@ + + SmartIDDialog diff --git a/client/dialogs/SmartIDProgress.cpp b/client/dialogs/SmartIDProgress.cpp index 97afb60fd..c79aad296 100644 --- a/client/dialogs/SmartIDProgress.cpp +++ b/client/dialogs/SmartIDProgress.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDocClient - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "SmartIDProgress.h" #include "ui_MobileProgress.h" diff --git a/client/dialogs/SmartIDProgress.h b/client/dialogs/SmartIDProgress.h index 18202fd5e..5ba8f32fb 100644 --- a/client/dialogs/SmartIDProgress.h +++ b/client/dialogs/SmartIDProgress.h @@ -1,21 +1,5 @@ -/* - * QDigiDocClient - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/WaitDialog.cpp b/client/dialogs/WaitDialog.cpp index 1b517ae25..0af34cb1b 100644 --- a/client/dialogs/WaitDialog.cpp +++ b/client/dialogs/WaitDialog.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "WaitDialog.h" #include "ui_WaitDialog.h" diff --git a/client/dialogs/WaitDialog.h b/client/dialogs/WaitDialog.h index 31f17259e..4c7951877 100644 --- a/client/dialogs/WaitDialog.h +++ b/client/dialogs/WaitDialog.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/WaitDialog.ui b/client/dialogs/WaitDialog.ui index 2ff404037..14a9fb65c 100644 --- a/client/dialogs/WaitDialog.ui +++ b/client/dialogs/WaitDialog.ui @@ -1,4 +1,6 @@ + + WaitDialog diff --git a/client/dialogs/WarningDialog.cpp b/client/dialogs/WarningDialog.cpp index 0ec547e96..98b2f05aa 100644 --- a/client/dialogs/WarningDialog.cpp +++ b/client/dialogs/WarningDialog.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "WarningDialog.h" #include "ui_WarningDialog.h" diff --git a/client/dialogs/WarningDialog.h b/client/dialogs/WarningDialog.h index 3169c0fb2..0d1cbab9f 100644 --- a/client/dialogs/WarningDialog.h +++ b/client/dialogs/WarningDialog.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/dialogs/WarningDialog.ui b/client/dialogs/WarningDialog.ui index eecd215a5..5e836d56d 100644 --- a/client/dialogs/WarningDialog.ui +++ b/client/dialogs/WarningDialog.ui @@ -1,4 +1,6 @@ + + WarningDialog diff --git a/client/download_tsl.py b/client/download_tsl.py index 0967fcb3e..df6fb54d3 100644 --- a/client/download_tsl.py +++ b/client/download_tsl.py @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Estonian Information System Authority +# SPDX-License-Identifier: LGPL-2.1-or-later + import sys import shutil import os diff --git a/client/ee.ria.qdigidoc4.desktop b/client/ee.ria.qdigidoc4.desktop index 86a647747..4b99b4342 100644 --- a/client/ee.ria.qdigidoc4.desktop +++ b/client/ee.ria.qdigidoc4.desktop @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: Estonian Information System Authority +# SPDX-License-Identifier: LGPL-2.1-or-later [Desktop Entry] Encoding=UTF-8 Type=Application diff --git a/client/ee.ria.qdigidoc4.metainfo.xml b/client/ee.ria.qdigidoc4.metainfo.xml index f137d11a7..837ead10b 100644 --- a/client/ee.ria.qdigidoc4.metainfo.xml +++ b/client/ee.ria.qdigidoc4.metainfo.xml @@ -1,4 +1,6 @@ + + ee.ria.qdigidoc4 DigiDoc4 diff --git a/client/effects/FadeInNotification.cpp b/client/effects/FadeInNotification.cpp index df31e2a7d..38ef84101 100644 --- a/client/effects/FadeInNotification.cpp +++ b/client/effects/FadeInNotification.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "FadeInNotification.h" diff --git a/client/effects/FadeInNotification.h b/client/effects/FadeInNotification.h index 196f03085..fd61535ec 100644 --- a/client/effects/FadeInNotification.h +++ b/client/effects/FadeInNotification.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/effects/Overlay.cpp b/client/effects/Overlay.cpp index ddbbce491..fed5400ab 100644 --- a/client/effects/Overlay.cpp +++ b/client/effects/Overlay.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "Overlay.h" diff --git a/client/effects/Overlay.h b/client/effects/Overlay.h index 7650b019f..eeff9d312 100644 --- a/client/effects/Overlay.h +++ b/client/effects/Overlay.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/images/Icon.svg b/client/images/Icon.svg index cb8af63fa..9ea47a6f3 100644 --- a/client/images/Icon.svg +++ b/client/images/Icon.svg @@ -1,4 +1,6 @@ + + + + + diff --git a/client/images/Logo_small.svg b/client/images/Logo_small.svg index e006d0328..ea08c8f15 100644 --- a/client/images/Logo_small.svg +++ b/client/images/Logo_small.svg @@ -1,4 +1,6 @@ + + diff --git a/client/images/Struktuurifondid.svg b/client/images/Struktuurifondid.svg index 4682015e4..2f4c22fba 100644 --- a/client/images/Struktuurifondid.svg +++ b/client/images/Struktuurifondid.svg @@ -1,4 +1,8 @@ + + + diff --git a/client/images/accordion_arrow_down.svg b/client/images/accordion_arrow_down.svg index 5bfa87cbf..53e13a699 100644 --- a/client/images/accordion_arrow_down.svg +++ b/client/images/accordion_arrow_down.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/accordion_arrow_right.svg b/client/images/accordion_arrow_right.svg index 6961aee7f..76b43c0ec 100644 --- a/client/images/accordion_arrow_right.svg +++ b/client/images/accordion_arrow_right.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/arrow_down.svg b/client/images/arrow_down.svg index 1a62e9fab..cffbeb434 100644 --- a/client/images/arrow_down.svg +++ b/client/images/arrow_down.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/arrow_down_selected.svg b/client/images/arrow_down_selected.svg index 5bfa87cbf..53e13a699 100644 --- a/client/images/arrow_down_selected.svg +++ b/client/images/arrow_down_selected.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/arrow_up.svg b/client/images/arrow_up.svg index d0c8cf108..7b1e651ac 100644 --- a/client/images/arrow_up.svg +++ b/client/images/arrow_up.svg @@ -1,4 +1,6 @@ + + \ No newline at end of file diff --git a/client/images/arrow_up_white.svg b/client/images/arrow_up_white.svg index f4147bf1c..d6be8862f 100644 --- a/client/images/arrow_up_white.svg +++ b/client/images/arrow_up_white.svg @@ -1,4 +1,6 @@ + + \ No newline at end of file diff --git a/client/images/bg_lovid.svg b/client/images/bg_lovid.svg index 91dd9ada0..983c3fb34 100644 --- a/client/images/bg_lovid.svg +++ b/client/images/bg_lovid.svg @@ -1,4 +1,8 @@ + + + bg lõvid diff --git a/client/images/icon_Abi.svg b/client/images/icon_Abi.svg index 55c135386..0a0287009 100644 --- a/client/images/icon_Abi.svg +++ b/client/images/icon_Abi.svg @@ -1,4 +1,6 @@ + + \ No newline at end of file diff --git a/client/images/icon_Allkiri.svg b/client/images/icon_Allkiri.svg index 3a5f9a7d1..f17522853 100644 --- a/client/images/icon_Allkiri.svg +++ b/client/images/icon_Allkiri.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_Allkiri_hover.svg b/client/images/icon_Allkiri_hover.svg index f6d4a6f8a..bba2643bf 100644 --- a/client/images/icon_Allkiri_hover.svg +++ b/client/images/icon_Allkiri_hover.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_Allkiri_small.svg b/client/images/icon_Allkiri_small.svg index 35202c838..9dc8ebaa4 100644 --- a/client/images/icon_Allkiri_small.svg +++ b/client/images/icon_Allkiri_small.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_Edit.svg b/client/images/icon_Edit.svg index 0be93d601..de11c365e 100644 --- a/client/images/icon_Edit.svg +++ b/client/images/icon_Edit.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_IDkaart_green.svg b/client/images/icon_IDkaart_green.svg index 1fc24775f..72d514086 100644 --- a/client/images/icon_IDkaart_green.svg +++ b/client/images/icon_IDkaart_green.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_IDkaart_red.svg b/client/images/icon_IDkaart_red.svg index 1c197f526..b8b777696 100644 --- a/client/images/icon_IDkaart_red.svg +++ b/client/images/icon_IDkaart_red.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_Krypto.svg b/client/images/icon_Krypto.svg index 7fa37b31e..7b7b42f96 100644 --- a/client/images/icon_Krypto.svg +++ b/client/images/icon_Krypto.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_Krypto_hover.svg b/client/images/icon_Krypto_hover.svg index cfaa56ac9..d0d253c75 100644 --- a/client/images/icon_Krypto_hover.svg +++ b/client/images/icon_Krypto_hover.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_Krypto_small.svg b/client/images/icon_Krypto_small.svg index bd81fc770..6060c3898 100644 --- a/client/images/icon_Krypto_small.svg +++ b/client/images/icon_Krypto_small.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_Minu_eID.svg b/client/images/icon_Minu_eID.svg index 98c9888d2..9c779f37a 100644 --- a/client/images/icon_Minu_eID.svg +++ b/client/images/icon_Minu_eID.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_Minu_eID_hover.svg b/client/images/icon_Minu_eID_hover.svg index bd1472a14..d3f7dee08 100644 --- a/client/images/icon_Minu_eID_hover.svg +++ b/client/images/icon_Minu_eID_hover.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_Seaded.svg b/client/images/icon_Seaded.svg index 5d0ca526a..404682768 100644 --- a/client/images/icon_Seaded.svg +++ b/client/images/icon_Seaded.svg @@ -1,4 +1,6 @@ + + \ No newline at end of file diff --git a/client/images/icon_ajatempel.svg b/client/images/icon_ajatempel.svg index 8757d6c4c..00a957787 100644 --- a/client/images/icon_ajatempel.svg +++ b/client/images/icon_ajatempel.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_alert_error.svg b/client/images/icon_alert_error.svg index 6d26ffe0d..26849f54b 100644 --- a/client/images/icon_alert_error.svg +++ b/client/images/icon_alert_error.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_alert_large_error.svg b/client/images/icon_alert_large_error.svg index f93a5eb3a..8c5c4200d 100644 --- a/client/images/icon_alert_large_error.svg +++ b/client/images/icon_alert_large_error.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_alert_large_warning.svg b/client/images/icon_alert_large_warning.svg index 69b46b14c..f5a386405 100644 --- a/client/images/icon_alert_large_warning.svg +++ b/client/images/icon_alert_large_warning.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_alert_warning.svg b/client/images/icon_alert_warning.svg index 155606317..f8710e48d 100644 --- a/client/images/icon_alert_warning.svg +++ b/client/images/icon_alert_warning.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_arrow_left.svg b/client/images/icon_arrow_left.svg index e09a5b32c..367115cbc 100644 --- a/client/images/icon_arrow_left.svg +++ b/client/images/icon_arrow_left.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_checkbox.svg b/client/images/icon_checkbox.svg index 6e829018b..136c0e510 100644 --- a/client/images/icon_checkbox.svg +++ b/client/images/icon_checkbox.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_checkbox_active.svg b/client/images/icon_checkbox_active.svg index 1a8502a09..985e7d170 100644 --- a/client/images/icon_checkbox_active.svg +++ b/client/images/icon_checkbox_active.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_checkbox_check.svg b/client/images/icon_checkbox_check.svg index 415584681..00f17df3f 100644 --- a/client/images/icon_checkbox_check.svg +++ b/client/images/icon_checkbox_check.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_checkbox_check_active.svg b/client/images/icon_checkbox_check_active.svg index f57a7f857..f47705210 100644 --- a/client/images/icon_checkbox_check_active.svg +++ b/client/images/icon_checkbox_check_active.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_checkbox_check_disabled.svg b/client/images/icon_checkbox_check_disabled.svg index 2d172f2a5..23e781255 100644 --- a/client/images/icon_checkbox_check_disabled.svg +++ b/client/images/icon_checkbox_check_disabled.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_checkbox_check_hover.svg b/client/images/icon_checkbox_check_hover.svg index a9a4b757f..220d1815b 100644 --- a/client/images/icon_checkbox_check_hover.svg +++ b/client/images/icon_checkbox_check_hover.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_checkbox_disabled.svg b/client/images/icon_checkbox_disabled.svg index 6e829018b..136c0e510 100644 --- a/client/images/icon_checkbox_disabled.svg +++ b/client/images/icon_checkbox_disabled.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_checkbox_hover.svg b/client/images/icon_checkbox_hover.svg index 1dd1846b6..17417c74e 100644 --- a/client/images/icon_checkbox_hover.svg +++ b/client/images/icon_checkbox_hover.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_digitempel.svg b/client/images/icon_digitempel.svg index 2bb230730..15e231e43 100644 --- a/client/images/icon_digitempel.svg +++ b/client/images/icon_digitempel.svg @@ -1,4 +1,6 @@ + + Icon_digitempel diff --git a/client/images/icon_download.svg b/client/images/icon_download.svg index 9239dcf42..2b2a1f82b 100644 --- a/client/images/icon_download.svg +++ b/client/images/icon_download.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_download_clicked.svg b/client/images/icon_download_clicked.svg index 27e26752d..ddedab15f 100644 --- a/client/images/icon_download_clicked.svg +++ b/client/images/icon_download_clicked.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_download_hover.svg b/client/images/icon_download_hover.svg index 5839fde88..e26c2b044 100644 --- a/client/images/icon_download_hover.svg +++ b/client/images/icon_download_hover.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_error.svg b/client/images/icon_error.svg index 24a3f658d..74e78f433 100644 --- a/client/images/icon_error.svg +++ b/client/images/icon_error.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_help.svg b/client/images/icon_help.svg index 7fb0b859f..63884275d 100644 --- a/client/images/icon_help.svg +++ b/client/images/icon_help.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_info.svg b/client/images/icon_info.svg index a09937fea..ccf4453e5 100644 --- a/client/images/icon_info.svg +++ b/client/images/icon_info.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_info_main.svg b/client/images/icon_info_main.svg index b9b08c9cc..be0fb4aff 100644 --- a/client/images/icon_info_main.svg +++ b/client/images/icon_info_main.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_link.svg b/client/images/icon_link.svg index 6dd9b2d44..2d01fd93c 100644 --- a/client/images/icon_link.svg +++ b/client/images/icon_link.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_radio.svg b/client/images/icon_radio.svg index e485fd912..1880d3c30 100644 --- a/client/images/icon_radio.svg +++ b/client/images/icon_radio.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_radio_active.svg b/client/images/icon_radio_active.svg index 3ed2b21c8..f5ed011dc 100644 --- a/client/images/icon_radio_active.svg +++ b/client/images/icon_radio_active.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_radio_check.svg b/client/images/icon_radio_check.svg index 7c4248f8a..81878830c 100644 --- a/client/images/icon_radio_check.svg +++ b/client/images/icon_radio_check.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_radio_check_active.svg b/client/images/icon_radio_check_active.svg index ccb34d01b..729d4c514 100644 --- a/client/images/icon_radio_check_active.svg +++ b/client/images/icon_radio_check_active.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_radio_check_disabled.svg b/client/images/icon_radio_check_disabled.svg index e514a2ed6..2ddbc8712 100644 --- a/client/images/icon_radio_check_disabled.svg +++ b/client/images/icon_radio_check_disabled.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_radio_check_hover.svg b/client/images/icon_radio_check_hover.svg index 47aac8da4..c7bf6def5 100644 --- a/client/images/icon_radio_check_hover.svg +++ b/client/images/icon_radio_check_hover.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_radio_disabled.svg b/client/images/icon_radio_disabled.svg index 4051c86ab..ed0a394c2 100644 --- a/client/images/icon_radio_disabled.svg +++ b/client/images/icon_radio_disabled.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_radio_hover.svg b/client/images/icon_radio_hover.svg index ae90aab8b..bb4e11e63 100644 --- a/client/images/icon_radio_hover.svg +++ b/client/images/icon_radio_hover.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_remove.svg b/client/images/icon_remove.svg index 818ad53d4..a6710ad13 100644 --- a/client/images/icon_remove.svg +++ b/client/images/icon_remove.svg @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/client/images/icon_remove_clicked.svg b/client/images/icon_remove_clicked.svg index 23c479cc9..61bd950d6 100644 --- a/client/images/icon_remove_clicked.svg +++ b/client/images/icon_remove_clicked.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/icon_remove_hover.svg b/client/images/icon_remove_hover.svg index 3c3b10dde..0da96ae1a 100644 --- a/client/images/icon_remove_hover.svg +++ b/client/images/icon_remove_hover.svg @@ -1,3 +1,5 @@ + + diff --git a/client/images/images.qrc b/client/images/images.qrc index 667f1a4e9..af312bf70 100644 --- a/client/images/images.qrc +++ b/client/images/images.qrc @@ -1,3 +1,5 @@ + + accordion_arrow_down.svg diff --git a/client/images/intro_one.svg b/client/images/intro_one.svg index 3e869b868..bdedc7c1d 100644 --- a/client/images/intro_one.svg +++ b/client/images/intro_one.svg @@ -1,4 +1,6 @@ + + + + + + + + + vapilehed diff --git a/client/images/wait.svg b/client/images/wait.svg index 216d4dd9a..c1cc7b6ec 100644 --- a/client/images/wait.svg +++ b/client/images/wait.svg @@ -1,3 +1,5 @@ + + diff --git a/client/libcdoc b/client/libcdoc index 83408f9fc..74ce5b5a1 160000 --- a/client/libcdoc +++ b/client/libcdoc @@ -1 +1 @@ -Subproject commit 83408f9fcf4af25e81d891c34f9cc437d23f021a +Subproject commit 74ce5b5a1d13a6a6668599af90fd7f8f9ba887a5 diff --git a/client/mac/Info.plist.cmake b/client/mac/Info.plist.cmake index d24699e8e..ca786b7be 100644 --- a/client/mac/Info.plist.cmake +++ b/client/mac/Info.plist.cmake @@ -1,4 +1,6 @@ + + diff --git a/client/mac/en.lproj/InfoPlist.strings b/client/mac/en.lproj/InfoPlist.strings index 33c2b1f0a..dae75b324 100644 --- a/client/mac/en.lproj/InfoPlist.strings +++ b/client/mac/en.lproj/InfoPlist.strings @@ -1,3 +1,5 @@ +/* SPDX-FileCopyrightText: Estonian Information System Authority */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* Localized versions of Info.plist keys */ CFBundleName = "DigiDoc4"; diff --git a/client/mac/et.lproj/InfoPlist.strings b/client/mac/et.lproj/InfoPlist.strings index 33c2b1f0a..dae75b324 100644 --- a/client/mac/et.lproj/InfoPlist.strings +++ b/client/mac/et.lproj/InfoPlist.strings @@ -1,3 +1,5 @@ +/* SPDX-FileCopyrightText: Estonian Information System Authority */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* Localized versions of Info.plist keys */ CFBundleName = "DigiDoc4"; diff --git a/client/mac/et.lproj/ServicesMenu.strings b/client/mac/et.lproj/ServicesMenu.strings index 36ab2c31c..899cccf17 100644 --- a/client/mac/et.lproj/ServicesMenu.strings +++ b/client/mac/et.lproj/ServicesMenu.strings @@ -1,2 +1,4 @@ +/* SPDX-FileCopyrightText: Estonian Information System Authority */ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ "Sign with DigiDoc4" = "Allkirjasta DigiDoc4 rakendusega"; "Encrypt with DigiDoc4" = "Krüpteeri DigiDoc4 rakendusega"; diff --git a/client/main.cpp b/client/main.cpp index c42144f1c..2cbb4c967 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDocClient - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "Application.h" diff --git a/client/qdigidoc4.1.cmake b/client/qdigidoc4.1.cmake index 7c3ebd175..06edae22b 100644 --- a/client/qdigidoc4.1.cmake +++ b/client/qdigidoc4.1.cmake @@ -1,3 +1,5 @@ +.\" SPDX-FileCopyrightText: Estonian Information System Authority +.\" SPDX-License-Identifier: LGPL-2.1-or-later .\" Manpage for qdigidoc4 .TH qdigidoc4 1 "${BUILD_DATE}" "${VERSION}" "qdigidoc4 man page" .SH NAME diff --git a/client/qdigidoc4.rc b/client/qdigidoc4.rc index 24bd604fc..6375c25ad 100644 --- a/client/qdigidoc4.rc +++ b/client/qdigidoc4.rc @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later + #include VS_VERSION_INFO VERSIONINFO diff --git a/client/qdigidoc4.xml b/client/qdigidoc4.xml index 308e87c61..77045fd3e 100644 --- a/client/qdigidoc4.xml +++ b/client/qdigidoc4.xml @@ -1,4 +1,6 @@ + + DigiDoc signed document diff --git a/client/widgets/Accordion.cpp b/client/widgets/Accordion.cpp index 2c23eeab3..8c9064d95 100644 --- a/client/widgets/Accordion.cpp +++ b/client/widgets/Accordion.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "Accordion.h" #include "ui_Accordion.h" diff --git a/client/widgets/Accordion.h b/client/widgets/Accordion.h index 83cf26454..aaa239df0 100644 --- a/client/widgets/Accordion.h +++ b/client/widgets/Accordion.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/Accordion.ui b/client/widgets/Accordion.ui index 8c70254c0..65d68d462 100644 --- a/client/widgets/Accordion.ui +++ b/client/widgets/Accordion.ui @@ -1,4 +1,6 @@ + + Accordion diff --git a/client/widgets/AccordionTitle.cpp b/client/widgets/AccordionTitle.cpp index 17cf8222d..df1326894 100644 --- a/client/widgets/AccordionTitle.cpp +++ b/client/widgets/AccordionTitle.cpp @@ -1,22 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "AccordionTitle.h" diff --git a/client/widgets/AccordionTitle.h b/client/widgets/AccordionTitle.h index 10a17695f..2c3d88b3c 100644 --- a/client/widgets/AccordionTitle.h +++ b/client/widgets/AccordionTitle.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/AddressItem.cpp b/client/widgets/AddressItem.cpp index ebeb6d029..fcb44440e 100644 --- a/client/widgets/AddressItem.cpp +++ b/client/widgets/AddressItem.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "AddressItem.h" #include "ui_AddressItem.h" diff --git a/client/widgets/AddressItem.h b/client/widgets/AddressItem.h index 265782648..ceb08a998 100644 --- a/client/widgets/AddressItem.h +++ b/client/widgets/AddressItem.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/AddressItem.ui b/client/widgets/AddressItem.ui index a67c48600..482b9b11c 100644 --- a/client/widgets/AddressItem.ui +++ b/client/widgets/AddressItem.ui @@ -1,4 +1,6 @@ + + AddressItem diff --git a/client/widgets/CardPopup.cpp b/client/widgets/CardPopup.cpp index a61e443a2..b309c8e14 100644 --- a/client/widgets/CardPopup.cpp +++ b/client/widgets/CardPopup.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "CardPopup.h" diff --git a/client/widgets/CardPopup.h b/client/widgets/CardPopup.h index 155050eb0..0c5685894 100644 --- a/client/widgets/CardPopup.h +++ b/client/widgets/CardPopup.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/CardWidget.cpp b/client/widgets/CardWidget.cpp index 9ca6deebb..f5765363d 100644 --- a/client/widgets/CardWidget.cpp +++ b/client/widgets/CardWidget.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "CardWidget.h" #include "ui_CardWidget.h" diff --git a/client/widgets/CardWidget.h b/client/widgets/CardWidget.h index 4728178f2..07f86f623 100644 --- a/client/widgets/CardWidget.h +++ b/client/widgets/CardWidget.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/CardWidget.ui b/client/widgets/CardWidget.ui index 136cd114d..63349c2e5 100644 --- a/client/widgets/CardWidget.ui +++ b/client/widgets/CardWidget.ui @@ -1,4 +1,6 @@ + + CardWidget diff --git a/client/widgets/ComboBox.cpp b/client/widgets/ComboBox.cpp index f420924c8..72056d47c 100644 --- a/client/widgets/ComboBox.cpp +++ b/client/widgets/ComboBox.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "widgets/ComboBox.h" diff --git a/client/widgets/ComboBox.h b/client/widgets/ComboBox.h index 95d48b99a..86f1dba8d 100644 --- a/client/widgets/ComboBox.h +++ b/client/widgets/ComboBox.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/ContainerPage.cpp b/client/widgets/ContainerPage.cpp index b10c37130..158affc1c 100644 --- a/client/widgets/ContainerPage.cpp +++ b/client/widgets/ContainerPage.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "ContainerPage.h" #include "ui_ContainerPage.h" diff --git a/client/widgets/ContainerPage.h b/client/widgets/ContainerPage.h index e301dfae7..427169cd2 100644 --- a/client/widgets/ContainerPage.h +++ b/client/widgets/ContainerPage.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/ContainerPage.ui b/client/widgets/ContainerPage.ui index 4314ac3eb..18e71cbe4 100644 --- a/client/widgets/ContainerPage.ui +++ b/client/widgets/ContainerPage.ui @@ -1,4 +1,6 @@ + + ContainerPage diff --git a/client/widgets/FileItem.cpp b/client/widgets/FileItem.cpp index 80374c92a..bf365adf1 100644 --- a/client/widgets/FileItem.cpp +++ b/client/widgets/FileItem.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "FileItem.h" #include "ui_FileItem.h" diff --git a/client/widgets/FileItem.h b/client/widgets/FileItem.h index 1176ec3c4..452bff9e2 100644 --- a/client/widgets/FileItem.h +++ b/client/widgets/FileItem.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/FileItem.ui b/client/widgets/FileItem.ui index 25156f304..5793ae327 100644 --- a/client/widgets/FileItem.ui +++ b/client/widgets/FileItem.ui @@ -1,4 +1,6 @@ + + FileItem diff --git a/client/widgets/FileList.cpp b/client/widgets/FileList.cpp index eb78a6dd2..30ad5754d 100644 --- a/client/widgets/FileList.cpp +++ b/client/widgets/FileList.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "FileList.h" #include "ui_ItemList.h" diff --git a/client/widgets/FileList.h b/client/widgets/FileList.h index ec391ddc2..8f36f0beb 100644 --- a/client/widgets/FileList.h +++ b/client/widgets/FileList.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/InfoStack.cpp b/client/widgets/InfoStack.cpp index d182057df..f6809754e 100644 --- a/client/widgets/InfoStack.cpp +++ b/client/widgets/InfoStack.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "InfoStack.h" #include "ui_InfoStack.h" diff --git a/client/widgets/InfoStack.h b/client/widgets/InfoStack.h index 7c5442c19..9dfbccc59 100644 --- a/client/widgets/InfoStack.h +++ b/client/widgets/InfoStack.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/InfoStack.ui b/client/widgets/InfoStack.ui index b326ba138..5d4b6cafe 100644 --- a/client/widgets/InfoStack.ui +++ b/client/widgets/InfoStack.ui @@ -1,4 +1,6 @@ + + InfoStack diff --git a/client/widgets/Item.cpp b/client/widgets/Item.cpp index d20755a5a..f31773711 100644 --- a/client/widgets/Item.cpp +++ b/client/widgets/Item.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "Item.h" diff --git a/client/widgets/Item.h b/client/widgets/Item.h index 3c540e381..96a693931 100644 --- a/client/widgets/Item.h +++ b/client/widgets/Item.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/ItemList.cpp b/client/widgets/ItemList.cpp index 395bc5be4..1ad7cb1bc 100644 --- a/client/widgets/ItemList.cpp +++ b/client/widgets/ItemList.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "ItemList.h" #include "ui_ItemList.h" diff --git a/client/widgets/ItemList.h b/client/widgets/ItemList.h index 51bc701a5..27a583c07 100644 --- a/client/widgets/ItemList.h +++ b/client/widgets/ItemList.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/ItemList.ui b/client/widgets/ItemList.ui index b815b2252..37ec3dd62 100644 --- a/client/widgets/ItemList.ui +++ b/client/widgets/ItemList.ui @@ -1,4 +1,6 @@ + + ItemList diff --git a/client/widgets/Label.cpp b/client/widgets/Label.cpp index 75cc4f432..8f7f49562 100644 --- a/client/widgets/Label.cpp +++ b/client/widgets/Label.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "Label.h" diff --git a/client/widgets/Label.h b/client/widgets/Label.h index 0a83086eb..dc77c49b3 100644 --- a/client/widgets/Label.h +++ b/client/widgets/Label.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/LineEdit.cpp b/client/widgets/LineEdit.cpp index a75135f1c..764c8f2c1 100644 --- a/client/widgets/LineEdit.cpp +++ b/client/widgets/LineEdit.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "LineEdit.h" diff --git a/client/widgets/LineEdit.h b/client/widgets/LineEdit.h index ce74aa521..a5977f7b0 100644 --- a/client/widgets/LineEdit.h +++ b/client/widgets/LineEdit.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/MainAction.cpp b/client/widgets/MainAction.cpp index d4f92f216..80f950e45 100644 --- a/client/widgets/MainAction.cpp +++ b/client/widgets/MainAction.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "MainAction.h" #include "ui_MainAction.h" diff --git a/client/widgets/MainAction.h b/client/widgets/MainAction.h index b558e15b1..11aae4bb2 100644 --- a/client/widgets/MainAction.h +++ b/client/widgets/MainAction.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/MainAction.ui b/client/widgets/MainAction.ui index 8d3ce0ab4..0d4e725cd 100644 --- a/client/widgets/MainAction.ui +++ b/client/widgets/MainAction.ui @@ -1,4 +1,6 @@ + + MainAction diff --git a/client/widgets/NoCardInfo.cpp b/client/widgets/NoCardInfo.cpp index 3f37c7edf..050c52913 100644 --- a/client/widgets/NoCardInfo.cpp +++ b/client/widgets/NoCardInfo.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "NoCardInfo.h" #include "ui_NoCardInfo.h" diff --git a/client/widgets/NoCardInfo.h b/client/widgets/NoCardInfo.h index 7ad3282a3..7a0815790 100644 --- a/client/widgets/NoCardInfo.h +++ b/client/widgets/NoCardInfo.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/NoCardInfo.ui b/client/widgets/NoCardInfo.ui index 5ec277b1a..3fee52995 100644 --- a/client/widgets/NoCardInfo.ui +++ b/client/widgets/NoCardInfo.ui @@ -1,4 +1,6 @@ + + NoCardInfo diff --git a/client/widgets/PageIcon.cpp b/client/widgets/PageIcon.cpp index 8bac22441..508d9c10d 100644 --- a/client/widgets/PageIcon.cpp +++ b/client/widgets/PageIcon.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "PageIcon.h" diff --git a/client/widgets/PageIcon.h b/client/widgets/PageIcon.h index cb8bc0b93..500c80536 100644 --- a/client/widgets/PageIcon.h +++ b/client/widgets/PageIcon.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/SignatureItem.cpp b/client/widgets/SignatureItem.cpp index dda359d15..51b76ab56 100644 --- a/client/widgets/SignatureItem.cpp +++ b/client/widgets/SignatureItem.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "SignatureItem.h" #include "ui_SignatureItem.h" diff --git a/client/widgets/SignatureItem.h b/client/widgets/SignatureItem.h index 06516d406..ba044432e 100644 --- a/client/widgets/SignatureItem.h +++ b/client/widgets/SignatureItem.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/SignatureItem.ui b/client/widgets/SignatureItem.ui index 619eb5f9e..c9892e2fd 100644 --- a/client/widgets/SignatureItem.ui +++ b/client/widgets/SignatureItem.ui @@ -1,4 +1,6 @@ + + SignatureItem diff --git a/client/widgets/StyledWidget.cpp b/client/widgets/StyledWidget.cpp index 9a2ebea24..75338d971 100644 --- a/client/widgets/StyledWidget.cpp +++ b/client/widgets/StyledWidget.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "StyledWidget.h" diff --git a/client/widgets/StyledWidget.h b/client/widgets/StyledWidget.h index 9ba1b47a0..8ef1655b3 100644 --- a/client/widgets/StyledWidget.h +++ b/client/widgets/StyledWidget.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/VerifyCert.cpp b/client/widgets/VerifyCert.cpp index 29b95ff94..93ee7dd71 100644 --- a/client/widgets/VerifyCert.cpp +++ b/client/widgets/VerifyCert.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "VerifyCert.h" #include "ui_VerifyCert.h" diff --git a/client/widgets/VerifyCert.h b/client/widgets/VerifyCert.h index c3f2bb8b7..32ad7b846 100644 --- a/client/widgets/VerifyCert.h +++ b/client/widgets/VerifyCert.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/VerifyCert.ui b/client/widgets/VerifyCert.ui index 53b1c5e20..8ba6136e6 100644 --- a/client/widgets/VerifyCert.ui +++ b/client/widgets/VerifyCert.ui @@ -1,4 +1,6 @@ + + VerifyCert diff --git a/client/widgets/WarningItem.cpp b/client/widgets/WarningItem.cpp index 75d94cdf2..657e7d1b0 100644 --- a/client/widgets/WarningItem.cpp +++ b/client/widgets/WarningItem.cpp @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "WarningItem.h" #include "ui_WarningItem.h" diff --git a/client/widgets/WarningItem.h b/client/widgets/WarningItem.h index 505567742..d058000a6 100644 --- a/client/widgets/WarningItem.h +++ b/client/widgets/WarningItem.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/client/widgets/WarningItem.ui b/client/widgets/WarningItem.ui index 835242995..e7f4328a2 100644 --- a/client/widgets/WarningItem.ui +++ b/client/widgets/WarningItem.ui @@ -1,4 +1,6 @@ + + WarningItem diff --git a/client/widgets/WarningList.cpp b/client/widgets/WarningList.cpp index 7ba1d706b..2a6d6a56a 100644 --- a/client/widgets/WarningList.cpp +++ b/client/widgets/WarningList.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later + #include "WarningList.h" #include "WarningItem.h" diff --git a/client/widgets/WarningList.h b/client/widgets/WarningList.h index d3da2b809..c2b6bb442 100644 --- a/client/widgets/WarningList.h +++ b/client/widgets/WarningList.h @@ -1,21 +1,5 @@ -/* - * QDigiDoc4 - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #pragma once diff --git a/cmake/modules/FindLDAP.cmake b/cmake/modules/FindLDAP.cmake index 4b9d5714c..0030b3f64 100644 --- a/cmake/modules/FindLDAP.cmake +++ b/cmake/modules/FindLDAP.cmake @@ -1,9 +1,5 @@ -# - Try to find the LDAP client libraries -# Once done this will define -# -# LDAP_FOUND - system has libldap -# LDAP_INCLUDE_DIR - the ldap include directory -# LDAP_LIBRARIES - libldap + liblber library +# SPDX-FileCopyrightText: Estonian Information System Authority +# SPDX-License-Identifier: LGPL-2.1-or-later set(CMAKE_FIND_FRAMEWORK LAST) find_path(LDAP_INCLUDE_DIR ldap.h Winldap.h) diff --git a/common b/common index f74815645..ed6a22fbe 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit f74815645e904557a09ae055885a658006811e89 +Subproject commit ed6a22fbe137f14929ba79248af1874927fab41c diff --git a/debian/copyright b/debian/copyright index b7421c1fd..ae9680aec 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,55 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: info@ria.ee Source: https://github.com/open-eid/DigiDoc4-Client +Comment: Some files are downloaded at build time and embedded in the binary + rather than being present in this source package: + . + config.json, config.ecc, config.ecpub: this authority's own signed + configuration, from https://id.eesti.ee/config.json (see + common/CMakeLists.txt). + . + eu-lotl.xml: the European Commission's List of Trusted Lists, published + under eIDAS Article 22 for consumption by implementations. Reuse of + Commission documents is permitted by Decision 2011/833/EU. + . + EE.xml: the Estonian Trusted List, published by this authority itself. + . + For an offline build, place all three configuration files in common/ and both + eu-lotl.xml and EE.xml in client/. The download branches are selected in + common/CMakeLists.txt and client/CMakeLists.txt. If the files are ever + committed rather than downloaded, eu-lotl.xml needs a stanza of its own. Files: * -Copyright: 2017-2025 Estonian Information System's Authority -License: LGPL-2.1 +Copyright: Estonian Information System Authority +License: LGPL-2.1+ + +Files: client/fonts/* +Copyright: 2011 Google Inc. +Comment: Roboto, https://github.com/google/roboto +License: Apache-2.0 + +Files: client/pkcs11.h +Copyright: 2006, 2007 g10 Code GmbH + 2006 Andreas Jellinghaus +Comment: From the Scute project, http://www.scute.org/ +License: all-permissive + +Files: extensions/kde/CMakeLists.txt +Copyright: 2010 Kalev Lember +License: LGPL-2.1+ + +Files: extensions/kde/qdigidoc-signer.desktop + extensions/nautilus/* +Copyright: 2010 Erkko Kebbinau +License: LGPL-2.1+ + +Files: extensions/nautilus/po/et.po + extensions/nautilus/po/nautilus-qdigidoc.pot +Copyright: 2010 Erkko Kebbinau + 2014 Sander Lepik +License: LGPL-2.1+ + +License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either @@ -18,3 +63,29 @@ License: LGPL-2.1 You should have received a copy of the GNU Lesser General Public License with your system, in /usr/share/common-licenses/LGPL-2.1 If not, see . + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems the full text of the Apache License version 2.0 can be + found in /usr/share/common-licenses/Apache-2.0 + +License: all-permissive + This file is free software; as a special exception the author gives + unlimited permission to copy and/or distribute it, with or without + modifications, as long as this notice is preserved. + . + This file is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY, to the extent permitted by law; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. diff --git a/debian/rules b/debian/rules index 3d706f5eb..0e0ea9d0c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +# SPDX-FileCopyrightText: Estonian Information System Authority +# SPDX-License-Identifier: LGPL-2.1-or-later %: dh $@ diff --git a/extensions/DigiDocQL/CMakeLists.txt b/extensions/DigiDocQL/CMakeLists.txt index 011971c81..c2dc5c1f0 100644 --- a/extensions/DigiDocQL/CMakeLists.txt +++ b/extensions/DigiDocQL/CMakeLists.txt @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Estonian Information System Authority +# SPDX-License-Identifier: LGPL-2.1-or-later + set(RESOURCES ../../client/mac/asic.icns) add_executable(DigiDocQL MACOSX_BUNDLE ${RESOURCES} diff --git a/extensions/DigiDocQL/DigiDocQL.entitlements b/extensions/DigiDocQL/DigiDocQL.entitlements index eb32089d7..96c3753b5 100644 --- a/extensions/DigiDocQL/DigiDocQL.entitlements +++ b/extensions/DigiDocQL/DigiDocQL.entitlements @@ -1,4 +1,6 @@ + + diff --git a/extensions/DigiDocQL/Info.plist.cmake b/extensions/DigiDocQL/Info.plist.cmake index fd81b355e..e0ca8f201 100644 --- a/extensions/DigiDocQL/Info.plist.cmake +++ b/extensions/DigiDocQL/Info.plist.cmake @@ -1,4 +1,6 @@ + + diff --git a/extensions/DigiDocQL/PreviewViewController.mm b/extensions/DigiDocQL/PreviewViewController.mm index 7f45c315f..d642713fc 100644 --- a/extensions/DigiDocQL/PreviewViewController.mm +++ b/extensions/DigiDocQL/PreviewViewController.mm @@ -1,21 +1,5 @@ -/* - * QEstEidClient - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include #include diff --git a/extensions/kde/CMakeLists.txt b/extensions/kde/CMakeLists.txt index 33984ed30..efe790e94 100644 --- a/extensions/kde/CMakeLists.txt +++ b/extensions/kde/CMakeLists.txt @@ -1,2 +1,5 @@ +# SPDX-FileCopyrightText: 2010 Kalev Lember +# SPDX-License-Identifier: LGPL-2.1-or-later + set(SERVICES_INSTALL_DIR "${CMAKE_INSTALL_DATADIR}/kservices5" CACHE PATH "Install dir for KDE service (desktop, protocol, ...) files") install(FILES qdigidoc-signer.desktop DESTINATION "${SERVICES_INSTALL_DIR}") diff --git a/extensions/kde/qdigidoc-signer.desktop b/extensions/kde/qdigidoc-signer.desktop index 9f2b4d10d..dbc0d9cb0 100644 --- a/extensions/kde/qdigidoc-signer.desktop +++ b/extensions/kde/qdigidoc-signer.desktop @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2010 Erkko Kebbinau +# SPDX-License-Identifier: LGPL-2.1-or-later [Desktop Entry] X-KDE-ServiceTypes=KonqPopupMenu/Plugin,all/allfiles Actions=sign; diff --git a/extensions/nautilus/CMakeLists.txt b/extensions/nautilus/CMakeLists.txt index b7c0e1ef3..c270145c8 100644 --- a/extensions/nautilus/CMakeLists.txt +++ b/extensions/nautilus/CMakeLists.txt @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2010 Erkko Kebbinau +# SPDX-License-Identifier: LGPL-2.1-or-later + find_package(Gettext) file(GLOB PO_FILES po/*.po) diff --git a/extensions/nautilus/nautilus-qdigidoc.py b/extensions/nautilus/nautilus-qdigidoc.py index d58bb222c..f429a7465 100644 --- a/extensions/nautilus/nautilus-qdigidoc.py +++ b/extensions/nautilus/nautilus-qdigidoc.py @@ -1,22 +1,6 @@ -# -# QDigiDoc Nautilus Extension -# -# Copyright (C) 2010 Erkko Kebbinau -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -# +# SPDX-FileCopyrightText: 2010 Erkko Kebbinau +# SPDX-License-Identifier: LGPL-2.1-or-later + import subprocess import gettext import locale diff --git a/extensions/nautilus/po/et.po b/extensions/nautilus/po/et.po index 8f9161ced..927941f85 100644 --- a/extensions/nautilus/po/et.po +++ b/extensions/nautilus/po/et.po @@ -1,7 +1,8 @@ +# SPDX-FileCopyrightText: 2010 Erkko Kebbinau +# SPDX-FileCopyrightText: 2014 Sander Lepik +# SPDX-License-Identifier: LGPL-2.1-or-later +# # Estonian translations for qdigidoc package. -# This file is distributed under the same license as the qdigidoc package. -# Erkko Kebbinau , 2010. -# Sander Lepik , 2014. # msgid "" msgstr "" diff --git a/extensions/nautilus/po/nautilus-qdigidoc.pot b/extensions/nautilus/po/nautilus-qdigidoc.pot index bba16a696..5aed814f8 100644 --- a/extensions/nautilus/po/nautilus-qdigidoc.pot +++ b/extensions/nautilus/po/nautilus-qdigidoc.pot @@ -1,7 +1,8 @@ +# SPDX-FileCopyrightText: 2010 Erkko Kebbinau +# SPDX-FileCopyrightText: 2014 Sander Lepik +# SPDX-License-Identifier: LGPL-2.1-or-later +# # Translation template for qdigidoc package. -# This file is distributed under the same license as the qdigidoc package. -# Erkko Kebbinau , 2010. -# Sander Lepik , 2014. # #, fuzzy msgid "" diff --git a/extensions/nautilus/po/update-po.sh b/extensions/nautilus/po/update-po.sh index 8d5c1df3c..d08053a24 100644 --- a/extensions/nautilus/po/update-po.sh +++ b/extensions/nautilus/po/update-po.sh @@ -1,20 +1,6 @@ #!/bin/sh - -# Copyright (C) 2010 Erkko Kebbinau -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +# SPDX-FileCopyrightText: 2010 Erkko Kebbinau +# SPDX-License-Identifier: LGPL-2.1-or-later # Generate .pot file: pushd .. diff --git a/extensions/windows/CMakeLists.txt b/extensions/windows/CMakeLists.txt index bc70c082a..70a3f2ad3 100644 --- a/extensions/windows/CMakeLists.txt +++ b/extensions/windows/CMakeLists.txt @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Estonian Information System Authority +# SPDX-License-Identifier: LGPL-2.1-or-later + cmake_minimum_required(VERSION 3.16) project(EsteidShellExtension VERSION 3.13.9) add_library(${PROJECT_NAME} SHARED diff --git a/extensions/windows/EsteidShellExtension.cpp b/extensions/windows/EsteidShellExtension.cpp index cea238ade..d2465cd31 100644 --- a/extensions/windows/EsteidShellExtension.cpp +++ b/extensions/windows/EsteidShellExtension.cpp @@ -1,21 +1,5 @@ -/* - * EsteidShellExtension - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include "resource.h" diff --git a/extensions/windows/EsteidShellExtension.def b/extensions/windows/EsteidShellExtension.def index 4a07f5a74..547c8e551 100644 --- a/extensions/windows/EsteidShellExtension.def +++ b/extensions/windows/EsteidShellExtension.def @@ -1,3 +1,5 @@ +; SPDX-FileCopyrightText: Estonian Information System Authority +; SPDX-License-Identifier: LGPL-2.1-or-later ; EsteidShellExtension.def : Declares the module parameters. LIBRARY "EsteidShellExtension.DLL" diff --git a/extensions/windows/EsteidShellExtension.rc b/extensions/windows/EsteidShellExtension.rc index 5b9fdb817..0a94625a0 100644 --- a/extensions/windows/EsteidShellExtension.rc +++ b/extensions/windows/EsteidShellExtension.rc @@ -1,21 +1,5 @@ -/* - * EsteidShellExtension - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - */ +// SPDX-FileCopyrightText: Estonian Information System Authority +// SPDX-License-Identifier: LGPL-2.1-or-later #include #include "resource.h" diff --git a/extensions/windows/EsteidShellExtension.wxs b/extensions/windows/EsteidShellExtension.wxs index b56604bd2..fee42c46b 100644 --- a/extensions/windows/EsteidShellExtension.wxs +++ b/extensions/windows/EsteidShellExtension.wxs @@ -1,4 +1,6 @@ - + + + + diff --git a/qdigidoc4.entitlements b/qdigidoc4.entitlements index 918db428d..8e7619901 100644 --- a/qdigidoc4.entitlements +++ b/qdigidoc4.entitlements @@ -1,4 +1,6 @@ + + diff --git a/qdigidoc4.wxs b/qdigidoc4.wxs index abedfe22f..daf41a68f 100644 --- a/qdigidoc4.wxs +++ b/qdigidoc4.wxs @@ -1,3 +1,5 @@ + +