Browse Source

VLCOpenInActivity: fix copyright header

Felix Paul Kühne 11 years ago
parent
commit
0d205887c1
2 changed files with 22 additions and 14 deletions
  1. 11 7
      Sources/VLCOpenInActivity.h
  2. 11 7
      Sources/VLCOpenInActivity.m

+ 11 - 7
Sources/VLCOpenInActivity.h

@@ -1,10 +1,14 @@
-//
-//  VLCOpenInActivity.h
-//  VLC for iOS
-//
-//  Created by Marc Etcheverry on 6/26/14.
-//  Copyright (c) 2014 VideoLAN. All rights reserved.
-//
+/*****************************************************************************
+ * VLCOpenInActivity.h
+ * VLC for iOS
+ *****************************************************************************
+ * Copyright (c) 2014 VideoLAN. All rights reserved.
+ * $Id$
+ *
+ * Authors: Marc Etcheverry <marc # taplightsoftware com>
+ *
+ * Refer to the COPYING file of the official project for license.
+ *****************************************************************************/
 
 /// A UIActivity that handles multiple files and presents them in a UIDocumentInteractionController
 /// This class is inspired by https://github.com/honkmaster/TTOpenInAppActivity

+ 11 - 7
Sources/VLCOpenInActivity.m

@@ -1,10 +1,14 @@
-//
-//  VLCOpenInActivity.m
-//  VLC for iOS
-//
-//  Created by Marc Etcheverry on 6/26/14.
-//  Copyright (c) 2014 VideoLAN. All rights reserved.
-//
+/*****************************************************************************
+ * VLCOpenInActivity.m
+ * VLC for iOS
+ *****************************************************************************
+ * Copyright (c) 2014 VideoLAN. All rights reserved.
+ * $Id$
+ *
+ * Authors: Marc Etcheverry <marc # taplightsoftware com>
+ *
+ * Refer to the COPYING file of the official project for license.
+ *****************************************************************************/
 
 #import "VLCOpenInActivity.h"