Skip to content

Commit ddef59e

Browse files
committed
docs: fixed copyright year and owner
1 parent c67ec93 commit ddef59e

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

Example iOS-Carthage/Example.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
attributes = {
148148
LastSwiftUpdateCheck = 1010;
149149
LastUpgradeCheck = 1120;
150-
ORGANIZATIONNAME = "techprimate GmbH & Co. KG";
150+
ORGANIZATIONNAME = "techprimate GmbH";
151151
TargetAttributes = {
152152
607FACCF1AFB9204008FA782 = {
153153
CreatedOnToolsVersion = 6.3.1;

Example iOS-Cocoapods/Example.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
attributes = {
161161
LastSwiftUpdateCheck = 1010;
162162
LastUpgradeCheck = 1120;
163-
ORGANIZATIONNAME = "techprimate GmbH & Co. KG";
163+
ORGANIZATIONNAME = "techprimate GmbH";
164164
TargetAttributes = {
165165
607FACCF1AFB9204008FA782 = {
166166
CreatedOnToolsVersion = 6.3.1;

Example iOS-SwiftPM/Example.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
attributes = {
151151
LastSwiftUpdateCheck = 1010;
152152
LastUpgradeCheck = 1120;
153-
ORGANIZATIONNAME = "techprimate GmbH & Co. KG";
153+
ORGANIZATIONNAME = "techprimate GmbH";
154154
TargetAttributes = {
155155
607FACCF1AFB9204008FA782 = {
156156
CreatedOnToolsVersion = 6.3.1;

Example macOS/Example.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
attributes = {
142142
LastSwiftUpdateCheck = 1150;
143143
LastUpgradeCheck = 1150;
144-
ORGANIZATIONNAME = "techprimate GmbH & Co. KG";
144+
ORGANIZATIONNAME = "techprimate GmbH";
145145
TargetAttributes = {
146146
D48C538424A269F400D7A3DD = {
147147
CreatedOnToolsVersion = 11.5;

Example macOS/Example/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// TPPDFAsync
44
//
55
// Created by Philip Niedertscheider on 23.06.20.
6-
// Copyright © 2020 techprimate GmbH & Co. KG. All rights reserved.
6+
// Copyright © 2023 techprimate GmbH. All rights reserved.
77
//
88

99
import Cocoa

Example macOS/Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>Copyright © 2020 techprimate GmbH &amp; Co. KG. All rights reserved.</string>
26+
<string>Copyright © 2023 techprimate GmbH &amp; Co. KG. All rights reserved.</string>
2727
<key>NSMainStoryboardFile</key>
2828
<string>Main</string>
2929
<key>NSPrincipalClass</key>

Example macOS/Example/UI/ContentView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Example
44
//
55
// Created by Philip Niedertscheider on 02.07.20.
6-
// Copyright © 2020 techprimate GmbH & Co. KG. All rights reserved.
6+
// Copyright © 2023 techprimate GmbH. All rights reserved.
77
//
88

99
import SwiftUI

Example macOS/Example/UI/DetailView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Example
44
//
55
// Created by Philip Niedertscheider on 02.07.20.
6-
// Copyright © 2020 techprimate GmbH & Co. KG. All rights reserved.
6+
// Copyright © 2023 techprimate GmbH. All rights reserved.
77
//
88

99
import TPPDF

Example macOS/Example/UI/PDFView+SwiftUI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Example
44
//
55
// Created by Philip Niedertscheider on 23.06.20.
6-
// Copyright © 2020 techprimate GmbH & Co. KG. All rights reserved.
6+
// Copyright © 2023 techprimate GmbH. All rights reserved.
77
//
88

99
import PDFKit

Example macOS/Example/UI/ProgressBar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Example
44
//
55
// Created by Philip Niedertscheider on 02.07.20.
6-
// Copyright © 2020 techprimate GmbH & Co. KG. All rights reserved.
6+
// Copyright © 2023 techprimate GmbH. All rights reserved.
77
//
88

99
import SwiftUI

0 commit comments

Comments
 (0)