Browse Source

fix copyright header

Felix Paul Kühne 9 years ago
parent
commit
e66e1fc0c9

+ 11 - 7
SharedSources/Clouds/VLCOneDriveTableViewController2.h

@@ -1,10 +1,14 @@
-//
-//  VLCOneDriveTableViewController2.h
-//  VLC for iOS
-//
-//  Created by Felix Paul Kühne on 30/10/15.
-//  Copyright © 2015 VideoLAN. All rights reserved.
-//
+/*****************************************************************************
+ * VLCOneDriveTableViewController.h
+ * VLC for iOS
+ *****************************************************************************
+ * Copyright (c) 2015 VideoLAN. All rights reserved.
+ * $Id$
+ *
+ * Authors: Felix Paul Kühne <fkuehne # videolan.org>
+ *
+ * Refer to the COPYING file of the official project for license.
+ *****************************************************************************/
 
 #import <UIKit/UIKit.h>
 #import "VLCCloudStorageTVTableViewController.h"

+ 11 - 7
SharedSources/Clouds/VLCOneDriveTableViewController2.m

@@ -1,10 +1,14 @@
-//
-//  VLCOneDriveTableViewController2.m
-//  VLC for iOS
-//
-//  Created by Felix Paul Kühne on 30/10/15.
-//  Copyright © 2015 VideoLAN. All rights reserved.
-//
+/*****************************************************************************
+ * VLCOneDriveTableViewController.m
+ * VLC for iOS
+ *****************************************************************************
+ * Copyright (c) 2014-2015 VideoLAN. All rights reserved.
+ * $Id$
+ *
+ * Authors: Felix Paul Kühne <fkuehne # videolan.org>
+ *
+ * Refer to the COPYING file of the official project for license.
+ *****************************************************************************/
 
 #import "VLCOneDriveTableViewController2.h"
 #import "VLCOneDriveController.h"