Skip to content

Commit

Permalink
Copyright changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
aperechnev committed Aug 1, 2020
1 parent cab3561 commit 0e59a54
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Example/SidebarOverlayExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
attributes = {
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0810;
ORGANIZATIONNAME = "Alex Krzyżanowski";
ORGANIZATIONNAME = "Alexander Perechnev";
TargetAttributes = {
322EAC351C2BC04D0077D684 = {
CreatedOnToolsVersion = 7.2;
Expand Down
4 changes: 2 additions & 2 deletions Example/SidebarOverlayExample/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// AppDelegate.swift
// SidebarOverlayExample
//
// Created by Alex Krzyżanowski on 12/24/15.
// Copyright © 2015 Alex Krzyżanowski. All rights reserved.
// Created by Alexander Perechnev on 12/24/15.
// Copyright © 2015 Alexander Perechnev. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions Example/SidebarOverlayExample/LeftViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// LeftViewController.swift
// SidebarOverlayExample
//
// Created by Alex Krzyżanowski on 09.01.16.
// Copyright © 2016 Alex Krzyżanowski. All rights reserved.
// Created by Alexander Perechnev on 09.01.16.
// Copyright © 2016 Alexander Perechnev. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions Example/SidebarOverlayExample/TopViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// TopViewController.swift
// SidebarOverlayExample
//
// Created by Alex Krzyżanowski on 1/2/16.
// Copyright © 2016 Alex Krzyżanowski. All rights reserved.
// Created by Alexander Perechnev on 1/2/16.
// Copyright © 2016 Alexander Perechnev. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions Example/SidebarOverlayExample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// ViewController.swift
// SidebarOverlayExample
//
// Created by Alex Krzyżanowski on 12/24/15.
// Copyright © 2015 Alex Krzyżanowski. All rights reserved.
// Created by Alexander Perechnev on 12/24/15.
// Copyright © 2015 Alexander Perechnev. All rights reserved.
//

import UIKit
Expand Down
4 changes: 2 additions & 2 deletions SidebarOverlay.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@
322EAC061C2B3F820077D684 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = SO;
CLASSPREFIX = "";
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = "Alex Krzyżanowski";
ORGANIZATIONNAME = "Alexander Perechnev";
TargetAttributes = {
322EAC0E1C2B3F820077D684 = {
CreatedOnToolsVersion = 7.2;
Expand Down
4 changes: 2 additions & 2 deletions Source/SOSide.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// SOSide.swift
// SidebarOverlay
//
// Created by Alex Krzyżanowski on 15.07.16.
// Copyright © 2016 Alex Krzyżanowski. All rights reserved.
// Created by Alexander Perechnev on 15.07.16.
// Copyright © 2016 Alexander Perechnev. All rights reserved.
//


Expand Down
4 changes: 2 additions & 2 deletions Source/SidebarOverlay.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// SidebarOverlay.h
// SidebarOverlay
//
// Created by Alex Krzyżanowski on 12/23/15.
// Copyright © 2015 Alex Krzyżanowski. All rights reserved.
// Created by Alexander Perechnev on 12/23/15.
// Copyright © 2015 Alexander Perechnev. All rights reserved.
//

#import <UIKit/UIKit.h>
Expand Down
4 changes: 2 additions & 2 deletions Tests/SOContainerViewControllerTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// SOContainerViewControllerTestCase.swift
// SidebarOverlay
//
// Created by Alex Krzyżanowski on 18.01.16.
// Copyright © 2016 Alex Krzyżanowski. All rights reserved.
// Created by Alexander Perechnev on 18.01.16.
// Copyright © 2016 Alexander Perechnev. All rights reserved.
//

import XCTest
Expand Down

0 comments on commit 0e59a54

Please sign in to comment.