소스 검색

add missing licensing header

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

+ 11 - 7
Sources/VLCMigrationViewController.h

@@ -1,10 +1,14 @@
-//
-//  VLCMigrationViewController.h
-//  VLC for iOS
-//
-//  Created by Carola Nitz on 17/02/15.
-//  Copyright (c) 2015 VideoLAN. All rights reserved.
-//
+/*****************************************************************************
+ * VLCMigrationViewController.h
+ * VLC for iOS
+ *****************************************************************************
+ * Copyright (c) 2015 VideoLAN. All rights reserved.
+ * $Id$
+ *
+ * Author: Carola Nitz <caro # videolan.org>
+ *
+ * Refer to the COPYING file of the official project for license.
+ *****************************************************************************/
 
 #import <UIKit/UIKit.h>
 

+ 11 - 7
Sources/VLCMigrationViewController.m

@@ -1,10 +1,14 @@
-//
-//  VLCMigrationViewController.m
-//  VLC for iOS
-//
-//  Created by Carola Nitz on 17/02/15.
-//  Copyright (c) 2015 VideoLAN. All rights reserved.
-//
+/*****************************************************************************
+ * VLCMigrationViewController.m
+ * VLC for iOS
+ *****************************************************************************
+ * Copyright (c) 2015 VideoLAN. All rights reserved.
+ * $Id$
+ *
+ * Author: Carola Nitz <caro # videolan.org>
+ *
+ * Refer to the COPYING file of the official project for license.
+ *****************************************************************************/
 
 #import "VLCMigrationViewController.h"