Przeglądaj źródła

add missing licensing header

Felix Paul Kühne 10 lat temu
rodzic
commit
d30067127f

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