Browse Source

fix copyright headers

Felix Paul Kühne 10 years ago
parent
commit
34e2c1dda7

+ 12 - 7
VLC for iOS WatchKit Extension/InterfaceController.h

@@ -1,10 +1,15 @@
-//
-//  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>

+ 12 - 7
VLC for iOS WatchKit Extension/InterfaceController.m

@@ -1,10 +1,15 @@
-//
-//  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>

+ 11 - 7
VLC for iOS WatchKit Extension/VLCBaseInterfaceController.h

@@ -1,10 +1,14 @@
-//
-//  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>
 

+ 11 - 7
VLC for iOS WatchKit Extension/VLCBaseInterfaceController.m

@@ -1,10 +1,14 @@
-//
-//  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"
 

+ 11 - 7
VLC for iOS WatchKit Extension/VLCDetailInterfaceController.h

@@ -1,10 +1,14 @@
-//
-//  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>

+ 11 - 7
VLC for iOS WatchKit Extension/VLCDetailInterfaceController.m

@@ -1,10 +1,14 @@
-//
-//  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>

+ 11 - 7
VLC for iOS WatchKit Extension/VLCNotificationRelay.h

@@ -1,10 +1,14 @@
-//
-//  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>
 

+ 11 - 7
VLC for iOS WatchKit Extension/VLCNotificationRelay.m

@@ -1,10 +1,14 @@
-//
-//  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"
 

+ 11 - 7
VLC for iOS WatchKit Extension/VLCNowPlayingInterfaceController.h

@@ -1,10 +1,14 @@
-//
-//  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>

+ 11 - 7
VLC for iOS WatchKit Extension/VLCNowPlayingInterfaceController.m

@@ -1,10 +1,14 @@
-//
-//  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>

+ 11 - 7
VLC for iOS WatchKit Extension/VLCRowController.h

@@ -1,10 +1,14 @@
-//
-//  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

+ 11 - 7
VLC for iOS WatchKit Extension/VLCRowController.m

@@ -1,10 +1,14 @@
-//
-//  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"