瀏覽代碼

VLCOpenInActivity: fix copyright header

Felix Paul Kühne 11 年之前
父節點
當前提交
0d205887c1
共有 2 個文件被更改,包括 22 次插入14 次删除
  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"