浏览代码

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"