Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
34e2c1dd
Commit
34e2c1dd
authored
Apr 03, 2015
by
Felix Paul Kühne
Browse files
fix copyright headers
parent
635e61ee
Changes
12
Hide whitespace changes
Inline
Side-by-side
VLC for iOS WatchKit Extension/InterfaceController.h
View file @
34e2c1dd
//
// InterfaceController.h
// VLC for iOS WatchKit Extension
//
// Created by Carola Nitz on 22/03/15.
// Copyright (c) 2015 VideoLAN. All rights reserved.
//
/*****************************************************************************
* InterfaceController.h
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Authors: Tobias Conradi <videolan # tobias-conradi.de>
* Carola Nitz <caro # videolan.org>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import <WatchKit/WatchKit.h>
#import <Foundation/Foundation.h>
...
...
VLC for iOS WatchKit Extension/InterfaceController.m
View file @
34e2c1dd
//
// InterfaceController.m
// VLC for iOS WatchKit Extension
//
// Created by Carola Nitz on 22/03/15.
// Copyright (c) 2015 VideoLAN. All rights reserved.
//
/*****************************************************************************
* InterfaceController.m
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Authors: Tobias Conradi <videolan # tobias-conradi.de>
* Carola Nitz <caro # videolan.org>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import "InterfaceController.h"
#import <MediaLibraryKit/MediaLibraryKit.h>
...
...
VLC for iOS WatchKit Extension/VLCBaseInterfaceController.h
View file @
34e2c1dd
//
// VLCBaseInterfaceController.h
//
//
// Created by Tobias Conradi on 03.04.15.
//
//
/*****************************************************************************
* VLCBaseInterfaceController.h
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Author: Tobias Conradi <videolan # tobias-conradi.de>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import <WatchKit/WatchKit.h>
...
...
VLC for iOS WatchKit Extension/VLCBaseInterfaceController.m
View file @
34e2c1dd
//
// VLCBaseInterfaceController.m
//
//
// Created by Tobias Conradi on 03.04.15.
//
//
/*****************************************************************************
* VLCBaseInterfaceController.m
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Author: Tobias Conradi <videolan # tobias-conradi.de>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import "VLCBaseInterfaceController.h"
...
...
VLC for iOS WatchKit Extension/VLCDetailInterfaceController.h
View file @
34e2c1dd
//
// VLCDetailInterfaceController.h
// VLC for iOS
//
// Created by Tobias Conradi on 03.04.15.
// Copyright (c) 2015 VideoLAN. All rights reserved.
//
/*****************************************************************************
* VLCDetailInterfaceController.h
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Authors: Tobias Conradi <videolan # tobias-conradi.de>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import <WatchKit/WatchKit.h>
#import <Foundation/Foundation.h>
...
...
VLC for iOS WatchKit Extension/VLCDetailInterfaceController.m
View file @
34e2c1dd
//
// VLCDetailInterfaceController.m
// VLC for iOS
//
// Created by Tobias Conradi on 03.04.15.
// Copyright (c) 2015 VideoLAN. All rights reserved.
//
/*****************************************************************************
* VLCDetailInterfaceController.m
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Authors: Tobias Conradi <videolan # tobias-conradi.de>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import "VLCDetailInterfaceController.h"
#import <MediaLibraryKit/MediaLibraryKit.h>
...
...
VLC for iOS WatchKit Extension/VLCNotificationRelay.h
View file @
34e2c1dd
//
// VLCNotificationRelay.h
// VLC for iOS
//
// Created by Tobias Conradi on 02.04.15.
// Copyright (c) 2015 VideoLAN. All rights reserved.
//
/*****************************************************************************
* VLCNotificationRelay.h
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Author: Tobias Conradi <videolan # tobias-conradi.de>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import <Foundation/Foundation.h>
...
...
VLC for iOS WatchKit Extension/VLCNotificationRelay.m
View file @
34e2c1dd
//
// VLCNotificationRelay.m
// VLC for iOS
//
// Created by Tobias Conradi on 02.04.15.
// Copyright (c) 2015 VideoLAN. All rights reserved.
//
/*****************************************************************************
* VLCNotificationRelay.m
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Author: Tobias Conradi <videolan # tobias-conradi.de>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import "VLCNotificationRelay.h"
...
...
VLC for iOS WatchKit Extension/VLCNowPlayingInterfaceController.h
View file @
34e2c1dd
//
// VLCNowPlayingInterfaceController.h
// VLC for iOS
//
// Created by Tobias Conradi on 02.04.15.
// Copyright (c) 2015 VideoLAN. All rights reserved.
//
/*****************************************************************************
* VLCNowPlayingInterfaceController.h
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Authors: Tobias Conradi <videolan # tobias-conradi.de>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import <WatchKit/WatchKit.h>
#import <Foundation/Foundation.h>
...
...
VLC for iOS WatchKit Extension/VLCNowPlayingInterfaceController.m
View file @
34e2c1dd
//
// VLCNowPlayingInterfaceController.m
// VLC for iOS
//
// Created by Tobias Conradi on 02.04.15.
// Copyright (c) 2015 VideoLAN. All rights reserved.
//
/*****************************************************************************
* VLCNowPlayingInterfaceController.m
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Authors: Tobias Conradi <videolan # tobias-conradi.de>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import "VLCNowPlayingInterfaceController.h"
#import <MediaPlayer/MediaPlayer.h>
...
...
VLC for iOS WatchKit Extension/VLCRowController.h
View file @
34e2c1dd
//
// VLCRowController.h
// VLC for iOS
//
// Created by Tobias Conradi on 31.03.15.
// Copyright (c) 2015 VideoLAN. All rights reserved.
//
/*****************************************************************************
* VLCRowController.h
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Authors: Tobias Conradi <videolan # tobias-conradi.de>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import <WatchKit/WatchKit.h>
@interface
VLCRowController
:
NSObject
...
...
VLC for iOS WatchKit Extension/VLCRowController.m
View file @
34e2c1dd
//
// VLCRowController.m
// VLC for iOS
//
// Created by Tobias Conradi on 31.03.15.
// Copyright (c) 2015 VideoLAN. All rights reserved.
//
/*****************************************************************************
* VLCRowController.m
* VLC for iOS
*****************************************************************************
* Copyright (c) 2015 VideoLAN. All rights reserved.
* $Id$
*
* Authors: Tobias Conradi <videolan # tobias-conradi.de>
*
* Refer to the COPYING file of the official project for license.
*****************************************************************************/
#import "VLCRowController.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment