瀏覽代碼

Mention the LICENSE in the files headers

Jean-Baptiste Kempf 12 年之前
父節點
當前提交
19738bed6a
共有 45 個文件被更改,包括 90 次插入0 次删除
  1. 2 0
      AspenProject/NSString+SupportedMedia.h
  2. 2 0
      AspenProject/NSString+SupportedMedia.m
  3. 2 0
      AspenProject/VLCAboutViewController.h
  4. 2 0
      AspenProject/VLCAboutViewController.m
  5. 2 0
      AspenProject/VLCAppDelegate.h
  6. 2 0
      AspenProject/VLCAppDelegate.m
  7. 2 0
      AspenProject/VLCCircularProgressIndicator.h
  8. 2 0
      AspenProject/VLCCircularProgressIndicator.m
  9. 2 0
      AspenProject/VLCConstants.h
  10. 2 0
      AspenProject/VLCDropboxConstants.h
  11. 2 0
      AspenProject/VLCDropboxController.h
  12. 2 0
      AspenProject/VLCDropboxController.m
  13. 2 0
      AspenProject/VLCDropboxTableViewCell.h
  14. 2 0
      AspenProject/VLCDropboxTableViewCell.m
  15. 2 0
      AspenProject/VLCDropboxTableViewController.h
  16. 2 0
      AspenProject/VLCDropboxTableViewController.m
  17. 2 0
      AspenProject/VLCExternalDisplayController.h
  18. 2 0
      AspenProject/VLCExternalDisplayController.m
  19. 2 0
      AspenProject/VLCHTTPFileDownloader.h
  20. 2 0
      AspenProject/VLCHTTPFileDownloader.m
  21. 2 0
      AspenProject/VLCHTTPUploaderController.h
  22. 2 0
      AspenProject/VLCHTTPUploaderController.m
  23. 2 0
      AspenProject/VLCHorizontalSwipeGestureRecognizer.h
  24. 2 0
      AspenProject/VLCHorizontalSwipeGestureRecognizer.m
  25. 2 0
      AspenProject/VLCLinearProgressIndicator.h
  26. 2 0
      AspenProject/VLCLinearProgressIndicator.m
  27. 2 0
      AspenProject/VLCMenuViewController.h
  28. 2 0
      AspenProject/VLCMenuViewController.m
  29. 2 0
      AspenProject/VLCMovieViewController.h
  30. 2 0
      AspenProject/VLCMovieViewController.m
  31. 2 0
      AspenProject/VLCPlaylistGridView.h
  32. 2 0
      AspenProject/VLCPlaylistGridView.m
  33. 2 0
      AspenProject/VLCPlaylistTableViewCell.h
  34. 2 0
      AspenProject/VLCPlaylistTableViewCell.m
  35. 2 0
      AspenProject/VLCPlaylistViewController.h
  36. 2 0
      AspenProject/VLCPlaylistViewController.m
  37. 2 0
      AspenProject/VLCSettingsController.h
  38. 2 0
      AspenProject/VLCSettingsController.m
  39. 2 0
      AspenProject/VLCSlider.h
  40. 2 0
      AspenProject/VLCSlider.m
  41. 2 0
      AspenProject/VLCStatusLabel.h
  42. 2 0
      AspenProject/VLCStatusLabel.m
  43. 2 0
      AspenProject/VLCVerticalSwipeGestureRecognizer.h
  44. 2 0
      AspenProject/VLCVerticalSwipeGestureRecognizer.m
  45. 2 0
      AspenProject/main.m

+ 2 - 0
AspenProject/NSString+SupportedMedia.h

@@ -5,6 +5,8 @@
 //  Created by Gleb on 6/1/13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <Foundation/Foundation.h>
 

+ 2 - 0
AspenProject/NSString+SupportedMedia.m

@@ -5,6 +5,8 @@
 //  Created by Gleb on 6/1/13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "NSString+SupportedMedia.h"
 

+ 2 - 0
AspenProject/VLCAboutViewController.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 07.04.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>
 

+ 2 - 0
AspenProject/VLCAboutViewController.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 07.04.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCAboutViewController.h"
 

+ 2 - 0
AspenProject/VLCAppDelegate.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCDropboxTableViewController.h"
 

+ 2 - 0
AspenProject/VLCAppDelegate.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCAppDelegate.h"
 #import "DirectoryWatcher.h"

+ 2 - 0
AspenProject/VLCCircularProgressIndicator.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 12.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>
 

+ 2 - 0
AspenProject/VLCCircularProgressIndicator.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 12.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCCircularProgressIndicator.h"
 

+ 2 - 0
AspenProject/VLCConstants.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 20.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #define kVLCVersionCodename @"Aspen"
 

+ 2 - 0
AspenProject/VLCDropboxConstants.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 29.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #define kVLCDropboxAppKey @"a60fc6qj9zdg7bw"
 #warning Dropbox app secret missing, login will fail

+ 2 - 0
AspenProject/VLCDropboxController.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 23.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <DropboxSDK/DropboxSDK.h>
 

+ 2 - 0
AspenProject/VLCDropboxController.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 23.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCDropboxController.h"
 #import "NSString+SupportedMedia.h"

+ 2 - 0
AspenProject/VLCDropboxTableViewCell.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 24.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <DropboxSDK/DropboxSDK.h>
 

+ 2 - 0
AspenProject/VLCDropboxTableViewCell.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 24.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCDropboxTableViewCell.h"
 

+ 2 - 0
AspenProject/VLCDropboxTableViewController.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 24.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCDropboxController.h"
 

+ 2 - 0
AspenProject/VLCDropboxTableViewController.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 24.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCDropboxTableViewController.h"
 #import "VLCDropboxTableViewCell.h"

+ 2 - 0
AspenProject/VLCExternalDisplayController.h

@@ -5,6 +5,8 @@
 //  Created by Gleb on 4/6/13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>
 

+ 2 - 0
AspenProject/VLCExternalDisplayController.m

@@ -5,6 +5,8 @@
 //  Created by Gleb on 4/6/13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCExternalDisplayController.h"
 

+ 2 - 0
AspenProject/VLCHTTPFileDownloader.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 20.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 @class VLCMenuViewController;
 

+ 2 - 0
AspenProject/VLCHTTPFileDownloader.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 20.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCHTTPFileDownloader.h"
 #import "VLCMenuViewController.h"

+ 2 - 0
AspenProject/VLCHTTPUploaderController.h

@@ -5,6 +5,8 @@
 //  Created by Jean-Baptiste Kempf on 19/05/13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>
 #import "HTTPConnection.h"

+ 2 - 0
AspenProject/VLCHTTPUploaderController.m

@@ -5,6 +5,8 @@
 //  Created by Jean-Baptiste Kempf on 19/05/13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCHTTPUploaderController.h"
 #import "VLCAppDelegate.h"

+ 2 - 0
AspenProject/VLCHorizontalSwipeGestureRecognizer.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 26.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>
 

+ 2 - 0
AspenProject/VLCHorizontalSwipeGestureRecognizer.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 26.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCHorizontalSwipeGestureRecognizer.h"
 

+ 2 - 0
AspenProject/VLCLinearProgressIndicator.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 13.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>
 

+ 2 - 0
AspenProject/VLCLinearProgressIndicator.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 13.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCLinearProgressIndicator.h"
 

+ 2 - 0
AspenProject/VLCMenuViewController.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 19.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>
 

+ 2 - 0
AspenProject/VLCMenuViewController.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 19.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCMenuViewController.h"
 #import "VLCAppDelegate.h"

+ 2 - 0
AspenProject/VLCMovieViewController.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCStatusLabel.h"
 #import "VLCHorizontalSwipeGestureRecognizer.h"

+ 2 - 0
AspenProject/VLCMovieViewController.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCMovieViewController.h"
 #import "VLCExternalDisplayController.h"

+ 2 - 0
AspenProject/VLCPlaylistGridView.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 11.04.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCLinearProgressIndicator.h"
 #import "AQGridViewCell.h"

+ 2 - 0
AspenProject/VLCPlaylistGridView.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 11.04.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCPlaylistGridView.h"
 #import "VLCAppDelegate.h"

+ 2 - 0
AspenProject/VLCPlaylistTableViewCell.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 01.04.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <Foundation/Foundation.h>
 #import "VLCLinearProgressIndicator.h"

+ 2 - 0
AspenProject/VLCPlaylistTableViewCell.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 01.04.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCPlaylistTableViewCell.h"
 

+ 2 - 0
AspenProject/VLCPlaylistViewController.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>
 #import "AQGridView.h"

+ 2 - 0
AspenProject/VLCPlaylistViewController.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCPlaylistViewController.h"
 #import "VLCMovieViewController.h"

+ 2 - 0
AspenProject/VLCSettingsController.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 23.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "IASKAppSettingsViewController.h"
 #import "PAPasscodeViewController.h"

+ 2 - 0
AspenProject/VLCSettingsController.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 23.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCSettingsController.h"
 #import "VLCAppDelegate.h"

+ 2 - 0
AspenProject/VLCSlider.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 06.06.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "OBSlider.h"
 

+ 2 - 0
AspenProject/VLCSlider.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 06.06.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCSlider.h"
 

+ 2 - 0
AspenProject/VLCStatusLabel.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 17.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>
 

+ 2 - 0
AspenProject/VLCStatusLabel.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 17.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCStatusLabel.h"
 

+ 2 - 0
AspenProject/VLCVerticalSwipeGestureRecognizer.h

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 26.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>
 

+ 2 - 0
AspenProject/VLCVerticalSwipeGestureRecognizer.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 26.05.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import "VLCVerticalSwipeGestureRecognizer.h"
 

+ 2 - 0
AspenProject/main.m

@@ -5,6 +5,8 @@
 //  Created by Felix Paul Kühne on 27.02.13.
 //  Copyright (c) 2013 VideoLAN. All rights reserved.
 //
+//  Refer to the COPYING file of the official project for license.
+//
 
 #import <UIKit/UIKit.h>