Skip to content

Commit 147bcd7

Browse files
committed
Update copyright notice in source files.
1 parent e79f271 commit 147bcd7

File tree

16 files changed

+27
-27
lines changed

16 files changed

+27
-27
lines changed

Source/Config.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Config.swift
33
// OptableSDK
44
//
5-
// Created by Bosko Milekic on 2020-08-18.
6-
// Copyright © 2020 Optable Technologies, Inc. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import Foundation

Source/Core/Client.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Client.swift
33
// OptableSDK
44
//
5-
// Created by Bosko Milekic on 2020-08-18.
6-
// Copyright © 2020 Optable Technologies, Inc. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import Foundation

Source/Core/LocalStorage.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// The OptableSDK keeps some state in UserDefaults (https://developer.apple.com/documentation/foundation/userdefaults), a key/value store persisted
66
// across launches of the app. The state is therefore unique to the app+device, and not globally unique to the app across devices.
77
//
8-
// Created by Bosko Milekic on 2020-08-18.
9-
// Copyright © 2020 Optable Technologies, Inc. All rights reserved.
8+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
9+
// See LICENSE for details.
1010
//
1111

1212
import Foundation

Source/Edge/Identify.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Identify.swift
33
// OptableSDK
44
//
5-
// Created by Bosko Milekic on 2020-08-18.
6-
// Copyright © 2020 Optable Technologies, Inc. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import Foundation

Source/OptableSDK.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// OptableSDK.h
33
// OptableSDK
44
//
5-
// Created by Bosko Milekic on 2020-08-17.
6-
// Copyright © 2020 Optable Technologies, Inc. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
#import <Foundation/Foundation.h>

Source/OptableSDK.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// OptableSDK.swift
33
// demo-ios-swift
44
//
5-
// Created by Bosko Milekic on 2020-08-06.
6-
// Copyright © 2020 Bosko Milekic. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import Foundation

Tests/OptableSDKTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// OptableSDKTests.swift
33
// OptableSDKTests
44
//
5-
// Created by Bosko Milekic on 2020-08-17.
6-
// Copyright © 2020 Optable Technologies, Inc. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import XCTest

demo-ios-swift/demo-ios-swift.xcodeproj/xcuserdata/bmilekic.xcuserdatad/xcschemes/xcschememanagement.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>demo-ios-swift.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>10</integer>
10+
<integer>0</integer>
1111
</dict>
1212
</dict>
1313
</dict>

demo-ios-swift/demo-ios-swift/AppDelegate.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// AppDelegate.swift
33
// demo-ios-swift
44
//
5-
// Created by Bosko Milekic on 2020-08-06.
6-
// Copyright © 2020 Bosko Milekic. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import UIKit

demo-ios-swift/demo-ios-swift/GAMBannerViewController.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// GAMBannerViewController.swift
33
// demo-ios-swift
44
//
5-
// Created by Bosko Milekic on 2020-08-27.
6-
// Copyright © 2020 Bosko Milekic. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import UIKit

demo-ios-swift/demo-ios-swift/IdentifyViewController.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// IdentifyViewController.swift
33
// demo-ios-swift
44
//
5-
// Created by Bosko Milekic on 2020-08-06.
6-
// Copyright © 2020 Bosko Milekic. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import UIKit

demo-ios-swift/demo-ios-swift/SceneDelegate.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// SceneDelegate.swift
33
// demo-ios-swift
44
//
5-
// Created by Bosko Milekic on 2020-08-06.
6-
// Copyright © 2020 Bosko Milekic. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import UIKit

demo-ios-swift/demo-ios-swiftTests/demo_ios_swiftTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// demo_ios_swiftTests.swift
33
// demo-ios-swiftTests
44
//
5-
// Created by Bosko Milekic on 2020-08-06.
6-
// Copyright © 2020 Bosko Milekic. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import XCTest

demo-ios-swift/demo-ios-swiftUITests/demo_ios_swiftUITests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// demo_ios_swiftUITests.swift
33
// demo-ios-swiftUITests
44
//
5-
// Created by Bosko Milekic on 2020-08-06.
6-
// Copyright © 2020 Bosko Milekic. All rights reserved.
5+
// Copyright © 2020 Optable Technologies Inc. All rights reserved.
6+
// See LICENSE for details.
77
//
88

99
import XCTest

0 commit comments

Comments
 (0)