Skip to content

Commit da17d55

Browse files
committed
Update copyrights
1 parent 3673561 commit da17d55

File tree

65 files changed

+65
-73
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+65
-73
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2015 Cédric Luthi
3+
Copyright (c) 2013-2016 Cédric Luthi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

XCDYouTubeKit Demo/OS X Demo/AppDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import AppKit;

XCDYouTubeKit Demo/OS X Demo/AppDelegate.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "AppDelegate.h"

XCDYouTubeKit Demo/OS X Demo/Supporting Files/XCDYouTubeKit OS X Demo-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>LSMinimumSystemVersion</key>
2626
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>Copyright © 2013-2015 Cédric Luthi. All rights reserved.</string>
28+
<string>Copyright © 2013-2016 Cédric Luthi. All rights reserved.</string>
2929
<key>NSMainNibFile</key>
3030
<string>MainMenu</string>
3131
<key>NSPrincipalClass</key>

XCDYouTubeKit Demo/OS X Demo/Supporting Files/main.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import AppKit;

XCDYouTubeKit Demo/iOS Demo/AppDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import UIKit;

XCDYouTubeKit Demo/iOS Demo/AppDelegate.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "AppDelegate.h"

XCDYouTubeKit Demo/iOS Demo/ContextLogFormatter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import Foundation;

XCDYouTubeKit Demo/iOS Demo/ContextLogFormatter.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "ContextLogFormatter.h"

XCDYouTubeKit Demo/iOS Demo/DemoAsynchronousViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import UIKit;

XCDYouTubeKit Demo/iOS Demo/DemoAsynchronousViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "DemoAsynchronousViewController.h"

XCDYouTubeKit Demo/iOS Demo/DemoFullScreenViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import UIKit;

XCDYouTubeKit Demo/iOS Demo/DemoFullScreenViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "DemoFullScreenViewController.h"

XCDYouTubeKit Demo/iOS Demo/DemoInlineViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import UIKit;

XCDYouTubeKit Demo/iOS Demo/DemoInlineViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "DemoInlineViewController.h"

XCDYouTubeKit Demo/iOS Demo/DemoThumbnailViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import UIKit;

XCDYouTubeKit Demo/iOS Demo/DemoThumbnailViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "DemoThumbnailViewController.h"

XCDYouTubeKit Demo/iOS Demo/MPMoviePlayerController+BackgroundPlayback.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import MediaPlayer;

XCDYouTubeKit Demo/iOS Demo/MPMoviePlayerController+BackgroundPlayback.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "MPMoviePlayerController+BackgroundPlayback.h"

XCDYouTubeKit Demo/iOS Demo/NowPlayingInfoCenterProvider.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import Foundation;

XCDYouTubeKit Demo/iOS Demo/NowPlayingInfoCenterProvider.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "NowPlayingInfoCenterProvider.h"

XCDYouTubeKit Demo/iOS Demo/PlayerEventLogger.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import Foundation;

XCDYouTubeKit Demo/iOS Demo/PlayerEventLogger.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "PlayerEventLogger.h"

XCDYouTubeKit Demo/iOS Demo/SettingsViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
@import UIKit;

XCDYouTubeKit Demo/iOS Demo/SettingsViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "SettingsViewController.h"

XCDYouTubeKit Demo/iOS Demo/Supporting Files/main.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "AppDelegate.h"

XCDYouTubeKit Demo/iOS Demo/VideoPickerController.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
//
2-
// VideoPickerController.h
3-
// XCDYouTubeKit Demo
4-
//
5-
// Created by Cédric Luthi on 20.01.15.
6-
// Copyright (c) 2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
73
//
84

95
@import UIKit;

XCDYouTubeKit Demo/iOS Demo/VideoPickerController.m

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
//
2-
// VideoPickerController.m
3-
// XCDYouTubeKit Demo
4-
//
5-
// Created by Cédric Luthi on 20.01.15.
6-
// Copyright (c) 2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
73
//
84

95
#import "VideoPickerController.h"

XCDYouTubeKit Demo/tvOS Demo/AppDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2015 Cédric Luthi. All rights reserved.
2+
// Copyright © 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <UIKit/UIKit.h>

XCDYouTubeKit Demo/tvOS Demo/AppDelegate.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2015 Cédric Luthi. All rights reserved.
2+
// Copyright © 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "AppDelegate.h"

XCDYouTubeKit Demo/tvOS Demo/GradientMaskView.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2015 Cédric Luthi. All rights reserved.
2+
// Copyright © 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <UIKit/UIKit.h>

XCDYouTubeKit Demo/tvOS Demo/GradientMaskView.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2015 Cédric Luthi. All rights reserved.
2+
// Copyright © 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "GradientMaskView.h"

XCDYouTubeKit Demo/tvOS Demo/PlaylistCollectionViewController.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2015 Cédric Luthi. All rights reserved.
2+
// Copyright © 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <UIKit/UIKit.h>

XCDYouTubeKit Demo/tvOS Demo/PlaylistCollectionViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2015 Cédric Luthi. All rights reserved.
2+
// Copyright © 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "PlaylistCollectionViewController.h"

XCDYouTubeKit Demo/tvOS Demo/Supporting Files/main.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2015 Cédric Luthi. All rights reserved.
2+
// Copyright © 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <UIKit/UIKit.h>

XCDYouTubeKit Demo/tvOS Demo/VideoCell.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2015 Cédric Luthi. All rights reserved.
2+
// Copyright © 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <UIKit/UIKit.h>

XCDYouTubeKit Demo/tvOS Demo/VideoCell.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2015 Cédric Luthi. All rights reserved.
2+
// Copyright © 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "VideoCell.h"

XCDYouTubeKit Tests/XCDYouTubeClientTestCase.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "XCDYouTubeKitTestCase.h"

XCDYouTubeKit Tests/XCDYouTubeKitTestCase.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <XCTest/XCTest.h>

XCDYouTubeKit Tests/XCDYouTubeKitTestCase.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "XCDYouTubeKitTestCase.h"

XCDYouTubeKit Tests/XCDYouTubeProtectedVideosTestCase.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "XCDYouTubeKitTestCase.h"

XCDYouTubeKit Tests/XCDYouTubeVideoOperationTestCase.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "XCDYouTubeKitTestCase.h"

XCDYouTubeKit Tests/XCDYouTubeVideoPlayerViewControllerTestCase.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "XCDYouTubeKitTestCase.h"

XCDYouTubeKit Tests/XCDYouTubeVideoTestCase.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <XCTest/XCTest.h>

XCDYouTubeKit Tests/XCTestWorkarounds.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
// Explanation on http://stackoverflow.com/questions/30938525/xctest-exception-when-using-keyvalueobservingexpectationforobjectkeypathhandle

XCDYouTubeKit/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>
22-
<string>Copyright © 2013-2015 Cédric Luthi. All rights reserved.</string>
22+
<string>Copyright © 2013-2016 Cédric Luthi. All rights reserved.</string>
2323
</dict>
2424
</plist>

XCDYouTubeKit/XCDYouTubeClient.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#if !__has_feature(nullability)

XCDYouTubeKit/XCDYouTubeClient.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "XCDYouTubeClient.h"

XCDYouTubeKit/XCDYouTubeError.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <Foundation/Foundation.h>

XCDYouTubeKit/XCDYouTubeKit.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <TargetConditionals.h>

XCDYouTubeKit/XCDYouTubeLogger+Private.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <Foundation/Foundation.h>

XCDYouTubeKit/XCDYouTubeLogger.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <Foundation/Foundation.h>

XCDYouTubeKit/XCDYouTubeLogger.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import "XCDYouTubeLogger.h"

XCDYouTubeKit/XCDYouTubeOperation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <Foundation/Foundation.h>

XCDYouTubeKit/XCDYouTubePlayerScript.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2013-2015 Cédric Luthi. All rights reserved.
2+
// Copyright (c) 2013-2016 Cédric Luthi. All rights reserved.
33
//
44

55
#import <Foundation/Foundation.h>

0 commit comments

Comments
 (0)