소스 검색

fix copyright header

Felix Paul Kühne 9 년 전
부모
커밋
e66e1fc0c9
2개의 변경된 파일22개의 추가작업 그리고 14개의 파일을 삭제
  1. 11 7
      SharedSources/Clouds/VLCOneDriveTableViewController2.h
  2. 11 7
      SharedSources/Clouds/VLCOneDriveTableViewController2.m

+ 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"