From 72ebcf23d362ba6dd94e20538b1a2b9f950f559e Mon Sep 17 00:00:00 2001 From: "Tzouvaras, Stilianos" Date: Thu, 16 Nov 2023 21:35:36 +0200 Subject: [PATCH] Updated License, readme and copyright --- FileHeader.txt | 13 ++ FileModification.txt | 14 ++ LICENSE | 201 ------------------ LICENSE.txt | 191 +++++++++++++++++ NOTICE.txt | 20 +- README.md | 18 +- .../eudi/wallet/ui/ExampleInstrumentedTest.kt | 16 ++ app/src/main/AndroidManifest.xml | 18 +- .../europa/ec/eudi/wallet/ui/MainActivity.kt | 18 +- .../europa/ec/eudi/wallet/ui/WalletUIApp.kt | 18 +- .../ec/eudi/wallet/ui/WalletUIBaseActivity.kt | 18 +- .../ec/eudi/wallet/ui/WalletUIBaseFragment.kt | 18 +- .../eudi/wallet/ui/detail/DetailFragment.kt | 18 +- .../eudi/wallet/ui/detail/DetailViewModel.kt | 18 +- .../ui/detail/DocumentDataElementParser.kt | 18 +- .../eudi/wallet/ui/detail/DocumentDetails.kt | 18 +- .../ui/permissions/BlePermissionsFragment.kt | 18 +- .../SelectedDocumentCollection.kt | 18 +- .../SelectiveDisclosureFragment.kt | 18 +- .../SelectiveDisclosureSheet.kt | 18 +- .../SelectiveDisclosureSheetData.kt | 18 +- .../ui/selectivedisclosure/UserAuthStatus.kt | 18 +- .../ec/eudi/wallet/ui/share/ShareFragment.kt | 18 +- .../ec/eudi/wallet/ui/share/ShareViewModel.kt | 18 +- .../europa/ec/eudi/wallet/ui/theme/Color.kt | 18 +- .../europa/ec/eudi/wallet/ui/theme/Theme.kt | 18 +- .../eu/europa/ec/eudi/wallet/ui/theme/Type.kt | 18 +- .../wallet/ui/transfer/TransferFragment.kt | 18 +- .../wallet/ui/transfer/TransferViewModel.kt | 18 +- .../ui/userauth/BiometricUserAuthPrompt.kt | 18 +- .../ui/userauth/UserAuthPromptBuilder.kt | 18 +- .../ec/eudi/wallet/ui/util/BindingAdapters.kt | 18 +- .../ec/eudi/wallet/ui/util/EuPidIssuance.kt | 18 +- .../ec/eudi/wallet/ui/util/LogExtensions.kt | 18 +- .../ui/util/NfcEngagementServiceImpl.kt | 18 +- .../eudi/wallet/ui/wallet/WalletFragment.kt | 18 +- .../eudi/wallet/ui/wallet/WalletViewModel.kt | 18 +- .../wallet/ui/wallet/ui/DocumentAdapter.kt | 18 +- .../main/res/drawable/app_icon_foreground.xml | 16 ++ .../main/res/drawable/ic_arrow_forward.xml | 18 +- app/src/main/res/drawable/ic_delete.xml | 18 +- app/src/main/res/layout/activity_main.xml | 18 +- .../res/layout/fragment_ble_permissions.xml | 18 +- app/src/main/res/layout/fragment_detail.xml | 18 +- app/src/main/res/layout/fragment_share.xml | 18 +- app/src/main/res/layout/fragment_transfer.xml | 18 +- app/src/main/res/layout/fragment_wallet.xml | 18 +- .../main/res/layout/list_item_document.xml | 18 +- .../main/res/mipmap-anydpi-v26/app_icon.xml | 16 ++ .../res/mipmap-anydpi-v26/app_icon_round.xml | 16 ++ app/src/main/res/navigation/nav_graph.xml | 18 +- .../main/res/values/app_icon_background.xml | 16 ++ app/src/main/res/values/colors.xml | 18 +- app/src/main/res/values/strings.xml | 18 +- app/src/main/res/values/themes.xml | 18 +- app/src/main/res/xml/backup_rules.xml | 18 +- .../main/res/xml/data_extraction_rules.xml | 18 +- .../ec/eudi/wallet/ui/ExampleUnitTest.kt | 18 +- gradle.properties | 16 ++ gradle/wrapper/gradle-wrapper.properties | 16 ++ license-header.txt | 15 -- licenses.md | 2 +- .../lightIssuing/ExampleInstrumentedTest.kt | 18 +- .../src/main/AndroidManifest.xml | 18 +- .../ec/eudi/web/lightIssuing/EudiPidIssuer.kt | 18 +- .../web/lightIssuing/EudiPidIssuerActivity.kt | 18 +- 66 files changed, 809 insertions(+), 695 deletions(-) create mode 100644 FileHeader.txt create mode 100644 FileModification.txt delete mode 100644 LICENSE create mode 100644 LICENSE.txt delete mode 100644 license-header.txt diff --git a/FileHeader.txt b/FileHeader.txt new file mode 100644 index 00000000..baf2b6f9 --- /dev/null +++ b/FileHeader.txt @@ -0,0 +1,13 @@ +Copyright (c) 2023 European Commission + +Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European +Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work +except in compliance with the Licence. + +You may obtain a copy of the Licence at: +https://joinup.ec.europa.eu/software/page/eupl + +Unless required by applicable law or agreed to in writing, software distributed under +the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF +ANY KIND, either express or implied. See the Licence for the specific language +governing permissions and limitations under the Licence. \ No newline at end of file diff --git a/FileModification.txt b/FileModification.txt new file mode 100644 index 00000000..de03762f --- /dev/null +++ b/FileModification.txt @@ -0,0 +1,14 @@ +Modifications have been made to the original file (available at https://github.com/google/identity-credential) +All modifications Copyright (c) 2023 European Commission + +All modifications licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European +Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work +except in compliance with the Licence. + +You may obtain a copy of the Licence at: +https://joinup.ec.europa.eu/software/page/eupl + +Unless required by applicable law or agreed to in writing, software distributed under +the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF +ANY KIND, either express or implied. See the Licence for the specific language +governing permissions and limitations under the Licence. diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 261eeb9e..00000000 --- a/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - 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/LICENSE.txt b/LICENSE.txt new file mode 100644 index 00000000..4e2a69e7 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,191 @@ +EUROPEAN UNION PUBLIC LICENCE v. 1.2 +EUPL © the European Union 2007, 2016 + +This European Union Public Licence (the ‘EUPL’) applies to the Work (as defined below) which is provided under the +terms of this Licence. Any use of the Work, other than as authorised under this Licence is prohibited (to the extent such +use is covered by a right of the copyright holder of the Work). +The Work is provided under the terms of this Licence when the Licensor (as defined below) has placed the following +notice immediately following the copyright notice for the Work: + Licensed under the EUPL +or has expressed by any other means his willingness to license under the EUPL. + +1.Definitions +In this Licence, the following terms have the following meaning: +— ‘The Licence’:this Licence. +— ‘The Original Work’:the work or software distributed or communicated by the Licensor under this Licence, available +as Source Code and also as Executable Code as the case may be. +— ‘Derivative Works’:the works or software that could be created by the Licensee, based upon the Original Work or +modifications thereof. This Licence does not define the extent of modification or dependence on the Original Work +required in order to classify a work as a Derivative Work; this extent is determined by copyright law applicable in +the country mentioned in Article 15. +— ‘The Work’:the Original Work or its Derivative Works. +— ‘The Source Code’:the human-readable form of the Work which is the most convenient for people to study and +modify. +— ‘The Executable Code’:any code which has generally been compiled and which is meant to be interpreted by +a computer as a program. +— ‘The Licensor’:the natural or legal person that distributes or communicates the Work under the Licence. +— ‘Contributor(s)’:any natural or legal person who modifies the Work under the Licence, or otherwise contributes to +the creation of a Derivative Work. +— ‘The Licensee’ or ‘You’:any natural or legal person who makes any usage of the Work under the terms of the +Licence. +— ‘Distribution’ or ‘Communication’:any act of selling, giving, lending, renting, distributing, communicating, +transmitting, or otherwise making available, online or offline, copies of the Work or providing access to its essential +functionalities at the disposal of any other natural or legal person. + +2.Scope of the rights granted by the Licence +The Licensor hereby grants You a worldwide, royalty-free, non-exclusive, sublicensable licence to do the following, for +the duration of copyright vested in the Original Work: +— use the Work in any circumstance and for all usage, +— reproduce the Work, +— modify the Work, and make Derivative Works based upon the Work, +— communicate to the public, including the right to make available or display the Work or copies thereof to the public +and perform publicly, as the case may be, the Work, +— distribute the Work or copies thereof, +— lend and rent the Work or copies thereof, +— sublicense rights in the Work or copies thereof. +Those rights can be exercised on any media, supports and formats, whether now known or later invented, as far as the +applicable law permits so. +In the countries where moral rights apply, the Licensor waives his right to exercise his moral right to the extent allowed +by law in order to make effective the licence of the economic rights here above listed. +The Licensor grants to the Licensee royalty-free, non-exclusive usage rights to any patents held by the Licensor, to the +extent necessary to make use of the rights granted on the Work under this Licence. + +3.Communication of the Source Code +The Licensor may provide the Work either in its Source Code form, or as Executable Code. If the Work is provided as +Executable Code, the Licensor provides in addition a machine-readable copy of the Source Code of the Work along with +each copy of the Work that the Licensor distributes or indicates, in a notice following the copyright notice attached to +the Work, a repository where the Source Code is easily and freely accessible for as long as the Licensor continues to +distribute or communicate the Work. + +4.Limitations on copyright +Nothing in this Licence is intended to deprive the Licensee of the benefits from any exception or limitation to the +exclusive rights of the rights owners in the Work, of the exhaustion of those rights or of other applicable limitations +thereto. + +5.Obligations of the Licensee +The grant of the rights mentioned above is subject to some restrictions and obligations imposed on the Licensee. Those +obligations are the following: + +Attribution right: The Licensee shall keep intact all copyright, patent or trademarks notices and all notices that refer to +the Licence and to the disclaimer of warranties. The Licensee must include a copy of such notices and a copy of the +Licence with every copy of the Work he/she distributes or communicates. The Licensee must cause any Derivative Work +to carry prominent notices stating that the Work has been modified and the date of modification. + +Copyleft clause: If the Licensee distributes or communicates copies of the Original Works or Derivative Works, this +Distribution or Communication will be done under the terms of this Licence or of a later version of this Licence unless +the Original Work is expressly distributed only under this version of the Licence — for example by communicating +‘EUPL v. 1.2 only’. The Licensee (becoming Licensor) cannot offer or impose any additional terms or conditions on the +Work or Derivative Work that alter or restrict the terms of the Licence. + +Compatibility clause: If the Licensee Distributes or Communicates Derivative Works or copies thereof based upon both +the Work and another work licensed under a Compatible Licence, this Distribution or Communication can be done +under the terms of this Compatible Licence. For the sake of this clause, ‘Compatible Licence’ refers to the licences listed +in the appendix attached to this Licence. Should the Licensee's obligations under the Compatible Licence conflict with +his/her obligations under this Licence, the obligations of the Compatible Licence shall prevail. + +Provision of Source Code: When distributing or communicating copies of the Work, the Licensee will provide +a machine-readable copy of the Source Code or indicate a repository where this Source will be easily and freely available +for as long as the Licensee continues to distribute or communicate the Work. +Legal Protection: This Licence does not grant permission to use the trade names, trademarks, service marks, or 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 copyright notice. + +6.Chain of Authorship +The original Licensor warrants that the copyright in the Original Work granted hereunder is owned by him/her or +licensed to him/her and that he/she has the power and authority to grant the Licence. +Each Contributor warrants that the copyright in the modifications he/she brings to the Work are owned by him/her or +licensed to him/her and that he/she has the power and authority to grant the Licence. +Each time You accept the Licence, the original Licensor and subsequent Contributors grant You a licence to their contributions +to the Work, under the terms of this Licence. + +7.Disclaimer of Warranty +The Work is a work in progress, which is continuously improved by numerous Contributors. It is not a finished work +and may therefore contain defects or ‘bugs’ inherent to this type of development. +For the above reason, the Work is provided under the Licence on an ‘as is’ basis and without warranties of any kind +concerning the Work, including without limitation merchantability, fitness for a particular purpose, absence of defects or +errors, accuracy, non-infringement of intellectual property rights other than copyright as stated in Article 6 of this +Licence. +This disclaimer of warranty is an essential part of the Licence and a condition for the grant of any rights to the Work. + +8.Disclaimer of Liability +Except in the cases of wilful misconduct or damages directly caused to natural persons, the Licensor will in no event be +liable for any direct or indirect, material or moral, damages of any kind, arising out of the Licence or of the use of the +Work, including without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, loss +of data or any commercial damage, even if the Licensor has been advised of the possibility of such damage. However, +the Licensor will be liable under statutory product liability laws as far such laws apply to the Work. + +9.Additional agreements +While distributing the Work, You may choose to conclude an additional agreement, defining obligations or services +consistent with this Licence. However, if accepting obligations, You may act only on your own behalf and on your sole +responsibility, not on behalf of the original Licensor or 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 +the fact You have accepted any warranty or additional liability. + +10.Acceptance of the Licence +The provisions of this Licence can be accepted by clicking on an icon ‘I agree’ placed under the bottom of a window +displaying the text of this Licence or by affirming consent in any other similar way, in accordance with the rules of +applicable law. Clicking on that icon indicates your clear and irrevocable acceptance of this Licence and all of its terms +and conditions. +Similarly, you irrevocably accept this Licence and all of its terms and conditions by exercising any rights granted to You +by Article 2 of this Licence, such as the use of the Work, the creation by You of a Derivative Work or the Distribution +or Communication by You of the Work or copies thereof. + +11.Information to the public +In case of any Distribution or Communication of the Work by means of electronic communication by You (for example, +by offering to download the Work from a remote location) the distribution channel or media (for example, a website) +must at least provide to the public the information requested by the applicable law regarding the Licensor, the Licence +and the way it may be accessible, concluded, stored and reproduced by the Licensee. + +12.Termination of the Licence +The Licence and the rights granted hereunder will terminate automatically upon any breach by the Licensee of the terms +of the Licence. +Such a termination will not terminate the licences of any person who has received the Work from the Licensee under +the Licence, provided such persons remain in full compliance with the Licence. + +13.Miscellaneous +Without prejudice of Article 9 above, the Licence represents the complete agreement between the Parties as to the +Work. +If any provision of the Licence is invalid or unenforceable under applicable law, this will not affect the validity or +enforceability of the Licence as a whole. Such provision will be construed or reformed so as necessary to make it valid +and enforceable. +The European Commission may publish other linguistic versions or new versions of this Licence or updated versions of +the Appendix, so far this is required and reasonable, without reducing the scope of the rights granted by the Licence. +New versions of the Licence will be published with a unique version number. +All linguistic versions of this Licence, approved by the European Commission, have identical value. Parties can take +advantage of the linguistic version of their choice. + +14.Jurisdiction +Without prejudice to specific agreement between parties, +— any litigation resulting from the interpretation of this License, arising between the European Union institutions, +bodies, offices or agencies, as a Licensor, and any Licensee, will be subject to the jurisdiction of the Court of Justice +of the European Union, as laid down in article 272 of the Treaty on the Functioning of the European Union, +— any litigation arising between other parties and resulting from the interpretation of this License, will be subject to +the exclusive jurisdiction of the competent court where the Licensor resides or conducts its primary business. + +15.Applicable Law +Without prejudice to specific agreement between parties, +— this Licence shall be governed by the law of the European Union Member State where the Licensor has his seat, +resides or has his registered office, +— this licence shall be governed by Belgian law if the Licensor has no seat, residence or registered office inside +a European Union Member State. + + + Appendix + +‘Compatible Licences’ according to Article 5 EUPL are: +— GNU General Public License (GPL) v. 2, v. 3 +— GNU Affero General Public License (AGPL) v. 3 +— Open Software License (OSL) v. 2.1, v. 3.0 +— Eclipse Public License (EPL) v. 1.0 +— CeCILL v. 2.0, v. 2.1 +— Mozilla Public Licence (MPL) v. 2 +— GNU Lesser General Public Licence (LGPL) v. 2.1, v. 3 +— Creative Commons Attribution-ShareAlike v. 3.0 Unported (CC BY-SA 3.0) for works other than software +— European Union Public Licence (EUPL) v. 1.1, v. 1.2 +— Québec Free and Open-Source Licence — Reciprocity (LiLiQ-R) or Strong Reciprocity (LiLiQ-R+). + +The European Commission may update this Appendix to later versions of the above licences without producing +a new version of the EUPL, as long as they provide the rights granted in Article 2 of this Licence and protect the +covered Source Code from exclusive appropriation. +All other changes or additions to this Appendix require the production of a new EUPL version. + diff --git a/NOTICE.txt b/NOTICE.txt index 27f4609d..3aad90e7 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,20 +1,20 @@ EU Digital Identity Wallet Copyright (c) 2023 European Commission -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 +Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European +Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work +except in compliance with the Licence. - http://www.apache.org/licenses/LICENSE-2.0 +You may obtain a copy of the Licence at: +https://joinup.ec.europa.eu/software/page/eupl -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. +Unless required by applicable law or agreed to in writing, software distributed under +the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF +ANY KIND, either express or implied. See the Licence for the specific language +governing permissions and limitations under the Licence. (1) google/identity-credential (available at https://github.com/google/identity-credential) -Certain file packages were originally created under the Apache License, Version 2.0. These files have been copied into this project and modified. All modifications are Copyright 2023 European Commission, and are licensed under the Apache License, Version 2.0. +Certain file packages were originally created under the Apache License, Version 2.0. These files have been copied into this project and modified. All modifications are licensed under the EUPL, Version 1.2. Original License: Apache License diff --git a/README.md b/README.md index db00b4b4..e756cb3f 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,14 @@ See [licenses.md](licenses.md) for details. Copyright (c) 2023 European Commission -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 +Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European +Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work +except in compliance with the Licence. - http://www.apache.org/licenses/LICENSE-2.0 +You may obtain a copy of the Licence at: +https://joinup.ec.europa.eu/software/page/eupl -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. +Unless required by applicable law or agreed to in writing, software distributed under +the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF +ANY KIND, either express or implied. See the Licence for the specific language +governing permissions and limitations under the Licence. \ No newline at end of file diff --git a/app/src/androidTest/java/eu/europa/ec/eudi/wallet/ui/ExampleInstrumentedTest.kt b/app/src/androidTest/java/eu/europa/ec/eudi/wallet/ui/ExampleInstrumentedTest.kt index 5ea2b633..30dc60cc 100644 --- a/app/src/androidTest/java/eu/europa/ec/eudi/wallet/ui/ExampleInstrumentedTest.kt +++ b/app/src/androidTest/java/eu/europa/ec/eudi/wallet/ui/ExampleInstrumentedTest.kt @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2023 European Commission + * + * Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European + * Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work + * except in compliance with the Licence. + * + * You may obtain a copy of the Licence at: + * https://joinup.ec.europa.eu/software/page/eupl + * + * Unless required by applicable law or agreed to in writing, software distributed under + * the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF + * ANY KIND, either express or implied. See the Licence for the specific language + * governing permissions and limitations under the Licence. + */ + package eu.europa.ec.eudi.wallet.ui import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 3dfa6a51..84c40d91 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,17 +1,17 @@ + + + + diff --git a/app/src/main/res/mipmap-anydpi-v26/app_icon_round.xml b/app/src/main/res/mipmap-anydpi-v26/app_icon_round.xml index 904c3b57..a4bbd3e0 100644 --- a/app/src/main/res/mipmap-anydpi-v26/app_icon_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/app_icon_round.xml @@ -1,4 +1,20 @@ + + diff --git a/app/src/main/res/navigation/nav_graph.xml b/app/src/main/res/navigation/nav_graph.xml index aef895a1..87d68965 100644 --- a/app/src/main/res/navigation/nav_graph.xml +++ b/app/src/main/res/navigation/nav_graph.xml @@ -1,17 +1,17 @@ + + #004494 \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 6eec7e8f..f78c4380 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,17 +1,17 @@ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6f1f9d75..d6ef02ed 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,17 +1,17 @@ diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index 47880ada..c4909a93 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -1,17 +1,17 @@ diff --git a/app/src/main/res/xml/backup_rules.xml b/app/src/main/res/xml/backup_rules.xml index bd13c4c5..c3d94efc 100644 --- a/app/src/main/res/xml/backup_rules.xml +++ b/app/src/main/res/xml/backup_rules.xml @@ -1,17 +1,17 @@ diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/app/src/main/res/xml/data_extraction_rules.xml index f24262e6..3c052102 100644 --- a/app/src/main/res/xml/data_extraction_rules.xml +++ b/app/src/main/res/xml/data_extraction_rules.xml @@ -1,17 +1,17 @@ diff --git a/app/src/test/java/eu/europa/ec/eudi/wallet/ui/ExampleUnitTest.kt b/app/src/test/java/eu/europa/ec/eudi/wallet/ui/ExampleUnitTest.kt index 27c34268..4ab3f105 100644 --- a/app/src/test/java/eu/europa/ec/eudi/wallet/ui/ExampleUnitTest.kt +++ b/app/src/test/java/eu/europa/ec/eudi/wallet/ui/ExampleUnitTest.kt @@ -1,17 +1,17 @@ /* * Copyright (c) 2023 European Commission * - * 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 + * Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European + * Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work + * except in compliance with the Licence. * - * http://www.apache.org/licenses/LICENSE-2.0 + * You may obtain a copy of the Licence at: + * https://joinup.ec.europa.eu/software/page/eupl * - * 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. + * Unless required by applicable law or agreed to in writing, software distributed under + * the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF + * ANY KIND, either express or implied. See the Licence for the specific language + * governing permissions and limitations under the Licence. */ package eu.europa.ec.eudi.wallet.ui diff --git a/gradle.properties b/gradle.properties index 28adee4c..7e936a2f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,19 @@ +# +# Copyright (c) 2023 European Commission +# +# Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European +# Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work +# except in compliance with the Licence. +# +# You may obtain a copy of the Licence at: +# https://joinup.ec.europa.eu/software/page/eupl +# +# Unless required by applicable law or agreed to in writing, software distributed under +# the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF +# ANY KIND, either express or implied. See the Licence for the specific language +# governing permissions and limitations under the Licence. +# + # Project-wide Gradle settings. # IDE (e.g. Android Studio) users: # Gradle settings configured through the IDE *will override* diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5225386c..660cdcab 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,3 +1,19 @@ +# +# Copyright (c) 2023 European Commission +# +# Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European +# Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work +# except in compliance with the Licence. +# +# You may obtain a copy of the Licence at: +# https://joinup.ec.europa.eu/software/page/eupl +# +# Unless required by applicable law or agreed to in writing, software distributed under +# the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF +# ANY KIND, either express or implied. See the Licence for the specific language +# governing permissions and limitations under the Licence. +# + #Tue May 30 16:53:34 EET 2023 distributionBase=GRADLE_USER_HOME distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip diff --git a/license-header.txt b/license-header.txt deleted file mode 100644 index 0cce80a2..00000000 --- a/license-header.txt +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (c) 2023 European Commission - * - * 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. - */ \ No newline at end of file diff --git a/licenses.md b/licenses.md index 9e73bc0b..95247230 100644 --- a/licenses.md +++ b/licenses.md @@ -2,7 +2,7 @@ # EUDI Wallet UI for Android ## Dependency License Report _2023-11-06 11:58:00 EET_ -## Apache License, Version 2.0 +## EUROPEAN UNION PUBLIC LICENCE v. 1.2 **1** **Group:** `androidx.activity` **Name:** `activity-compose` **Version:** `1.7.2` > - **POM Project URL**: [https://developer.android.com/jetpack/androidx/releases/activity#1.7.2](https://developer.android.com/jetpack/androidx/releases/activity#1.7.2) diff --git a/web-light-issuing/src/androidTest/java/eu/europa/ec/eudi/web/lightIssuing/ExampleInstrumentedTest.kt b/web-light-issuing/src/androidTest/java/eu/europa/ec/eudi/web/lightIssuing/ExampleInstrumentedTest.kt index 63901e0c..2a806b7e 100644 --- a/web-light-issuing/src/androidTest/java/eu/europa/ec/eudi/web/lightIssuing/ExampleInstrumentedTest.kt +++ b/web-light-issuing/src/androidTest/java/eu/europa/ec/eudi/web/lightIssuing/ExampleInstrumentedTest.kt @@ -1,17 +1,17 @@ /* * Copyright (c) 2023 European Commission * - * 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 + * Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European + * Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work + * except in compliance with the Licence. * - * http://www.apache.org/licenses/LICENSE-2.0 + * You may obtain a copy of the Licence at: + * https://joinup.ec.europa.eu/software/page/eupl * - * 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. + * Unless required by applicable law or agreed to in writing, software distributed under + * the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF + * ANY KIND, either express or implied. See the Licence for the specific language + * governing permissions and limitations under the Licence. */ package eu.europa.ec.eudi.web.lightIssuing diff --git a/web-light-issuing/src/main/AndroidManifest.xml b/web-light-issuing/src/main/AndroidManifest.xml index 732a187d..3aab8000 100644 --- a/web-light-issuing/src/main/AndroidManifest.xml +++ b/web-light-issuing/src/main/AndroidManifest.xml @@ -3,17 +3,17 @@ diff --git a/web-light-issuing/src/main/java/eu/europa/ec/eudi/web/lightIssuing/EudiPidIssuer.kt b/web-light-issuing/src/main/java/eu/europa/ec/eudi/web/lightIssuing/EudiPidIssuer.kt index 59971bc8..f6b725ae 100644 --- a/web-light-issuing/src/main/java/eu/europa/ec/eudi/web/lightIssuing/EudiPidIssuer.kt +++ b/web-light-issuing/src/main/java/eu/europa/ec/eudi/web/lightIssuing/EudiPidIssuer.kt @@ -1,17 +1,17 @@ /* * Copyright (c) 2023 European Commission * - * 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 + * Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European + * Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work + * except in compliance with the Licence. * - * http://www.apache.org/licenses/LICENSE-2.0 + * You may obtain a copy of the Licence at: + * https://joinup.ec.europa.eu/software/page/eupl * - * 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. + * Unless required by applicable law or agreed to in writing, software distributed under + * the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF + * ANY KIND, either express or implied. See the Licence for the specific language + * governing permissions and limitations under the Licence. */ package eu.europa.ec.eudi.web.lightIssuing diff --git a/web-light-issuing/src/main/java/eu/europa/ec/eudi/web/lightIssuing/EudiPidIssuerActivity.kt b/web-light-issuing/src/main/java/eu/europa/ec/eudi/web/lightIssuing/EudiPidIssuerActivity.kt index d69a5217..dded259a 100644 --- a/web-light-issuing/src/main/java/eu/europa/ec/eudi/web/lightIssuing/EudiPidIssuerActivity.kt +++ b/web-light-issuing/src/main/java/eu/europa/ec/eudi/web/lightIssuing/EudiPidIssuerActivity.kt @@ -1,17 +1,17 @@ /* * Copyright (c) 2023 European Commission * - * 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 + * Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European + * Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work + * except in compliance with the Licence. * - * http://www.apache.org/licenses/LICENSE-2.0 + * You may obtain a copy of the Licence at: + * https://joinup.ec.europa.eu/software/page/eupl * - * 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. + * Unless required by applicable law or agreed to in writing, software distributed under + * the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF + * ANY KIND, either express or implied. See the Licence for the specific language + * governing permissions and limitations under the Licence. */ package eu.europa.ec.eudi.web.lightIssuing