From b839dc0cbc1c895add93ce09402cbe516c121dcc Mon Sep 17 00:00:00 2001 From: Martin Albrecht Date: Wed, 25 Sep 2024 12:53:43 +0200 Subject: [PATCH] Fix copyright information --- LICENSE | 2 +- README.md | 2 +- Santa.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 76abb25..5ef417d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 Christian Braun +Copyright (c) 2019 KURZ Digital Solutions GmbH & Co. KG Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 179e390..aa95f15 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ pod 'Santa' ## Author -Christian Braun +KURZ Digital Solutions GmbH & Co. KG ## License diff --git a/Santa.podspec b/Santa.podspec index a0f8f64..886054c 100644 --- a/Santa.podspec +++ b/Santa.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/kurzdigital/Santa' s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'Christian Braun' => 'christian.braun@theempathicdev.de' } + s.author = { 'KURZ Digital Solutions GmbH & Co. KG' => 'ios@kurzdigital.com' } s.source = { :git => 'https://github.com/kurzdigital/Santa.git', :tag => s.version.to_s } s.swift_version = "5.0"