Skip to content

Commit ec5c231

Browse files
committed
👩‍💼 proper copyright info
1 parent 343fa68 commit ec5c231

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

LocalizationEditor.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
attributes = {
184184
LastSwiftUpdateCheck = 0920;
185185
LastUpgradeCheck = 0920;
186-
ORGANIZATIONNAME = Teamwire;
186+
ORGANIZATIONNAME = "Igor Kulman";
187187
TargetAttributes = {
188188
F3D9C94120BEC7460081830A = {
189189
CreatedOnToolsVersion = 9.2;

LocalizationEditor/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LocalizationEditor
44
//
55
// Created by Igor Kulman on 30/05/2018.
6-
// Copyright © 2018 Teamwire. All rights reserved.
6+
// Copyright © 2018 Igor Kulman. All rights reserved.
77
//
88

99
import CleanroomLogger

LocalizationEditor/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 © 2018 Teamwire. All rights reserved.</string>
26+
<string>Copyright © 2018 Igor Kulman. All rights reserved.</string>
2727
<key>NSMainStoryboardFile</key>
2828
<string>Main</string>
2929
<key>NSPrincipalClass</key>

LocalizationEditor/Models/Localization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LocalizationEditor
44
//
55
// Created by Igor Kulman on 30/05/2018.
6-
// Copyright © 2018 Teamwire. All rights reserved.
6+
// Copyright © 2018 Igor Kulman. All rights reserved.
77
//
88

99
import Foundation

LocalizationEditor/Models/LocalizationString.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LocalizationEditor
44
//
55
// Created by Igor Kulman on 30/05/2018.
6-
// Copyright © 2018 Teamwire. All rights reserved.
6+
// Copyright © 2018 Igor Kulman. All rights reserved.
77
//
88

99
import Foundation

LocalizationEditor/Providers/LocalizationProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LocalizationEditor
44
//
55
// Created by Igor Kulman on 30/05/2018.
6-
// Copyright © 2018 Teamwire. All rights reserved.
6+
// Copyright © 2018 Igor Kulman. All rights reserved.
77
//
88

99
import CleanroomLogger

LocalizationEditor/Providers/LocalizationsDataSource.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LocalizationEditor
44
//
55
// Created by Igor Kulman on 30/05/2018.
6-
// Copyright © 2018 Teamwire. All rights reserved.
6+
// Copyright © 2018 Igor Kulman. All rights reserved.
77
//
88

99
import Cocoa

LocalizationEditor/UI/Cells/KeyCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LocalizationEditor
44
//
55
// Created by Igor Kulman on 30/05/2018.
6-
// Copyright © 2018 Teamwire. All rights reserved.
6+
// Copyright © 2018 Igor Kulman. All rights reserved.
77
//
88

99
import Cocoa

LocalizationEditor/UI/Cells/LocalizationCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LocalizationEditor
44
//
55
// Created by Igor Kulman on 30/05/2018.
6-
// Copyright © 2018 Teamwire. All rights reserved.
6+
// Copyright © 2018 Igor Kulman. All rights reserved.
77
//
88

99
import Cocoa

LocalizationEditor/UI/ViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LocalizationEditor
44
//
55
// Created by Igor Kulman on 30/05/2018.
6-
// Copyright © 2018 Teamwire. All rights reserved.
6+
// Copyright © 2018 Igor Kulman. All rights reserved.
77
//
88

99
import Cocoa

0 commit comments

Comments
 (0)