From f5cf853662445e6f864752a036525a5197e88add Mon Sep 17 00:00:00 2001 From: codepushr <1425202+codepushr@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:07:23 +0200 Subject: [PATCH] chore: use correct podspec and add license file --- LICENSE | 38 ++++++++++++++++++++++++++++++++++++++ package.json | 3 ++- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ca9b01a --- /dev/null +++ b/LICENSE @@ -0,0 +1,38 @@ +Copyright (C) 2024 EVVA Sicherheitstechnologie GmbH All Rights Reserved. + +This EVVA software is supplied to you by EVVA Sicherheitstechnologie GmbH ("EVVA") +in consideration of your agreement to the following terms, and your use, +installation, modification or redistribution of this EVVA software constitutes +acceptance of these terms. If you do not agree with these terms, please do not +use, install, modify or redistribute this EVVA software. + +In consideration of your agreement to abide by the following terms, and +subject to these terms, EVVA grants you a personal, non-exclusive +license, under EVVA's copyrights in this original EVVA software (the +"EVVA Software"), to use, reproduce, modify and redistribute the EVVA +Software, with or without modifications, in source and/or binary forms; +provided that if you redistribute the EVVA Software in its entirety and +without modifications, you must retain this notice and the following +text and disclaimers in all such redistributions of the EVVA Software. +Neither the name, trademarks, service marks or logos of EVVA Sicherheitstechnologie GmbH may +be used to endorse or promote products derived from the EVVA Software +without specific prior written permission from EVVA. Except as +expressly stated in this notice, no other rights or licenses, express or +implied, are granted by EVVA herein, including but not limited to any +patent rights that may be infringed by your derivative works or by other +works in which the EVVA Software may be incorporated. + +The EVVA Software is provided by EVVA on an "AS IS" basis. EVVA +MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION +THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE, REGARDING THE EVVA SOFTWARE OR ITS USE AND +OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS. + +IN NO EVENT SHALL EVVA BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL +OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, +MODIFICATION AND/OR DISTRIBUTION OF THE EVVA SOFTWARE, HOWEVER CAUSED +AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), +STRICT LIABILITY OR OTHERWISE, EVEN IF EVVA HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/package.json b/package.json index 7d7c561..f5dfde9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "android/build.gradle", "dist/", "ios/Plugin/", - "EvvaSfwCapacitorAbrevva.podspec" + "EvvaSfwAbrevvaCapacitor.podspec", + "LICENSE" ], "author": "EVVA Sicherheitstechnologie GmbH", "license": "SEE LICENSE IN ",