Преглед изворни кода

Fix wrong licensing information

Jean-Baptiste Kempf пре 12 година
родитељ
комит
9010845be5

+ 19 - 6
Headers/Public/MobileVLCKit.h

@@ -1,11 +1,24 @@
-/*
- *  MobileVLCKit.h
- *  VLCKit
+/*****************************************************************************
+ * VLCKit: MobileVLCKit
+ *****************************************************************************
+ * Copyright (C) 2010-2012 Pierre d'Herbemont and VideoLAN
  *
- *  Created by Pierre d'Herbemont on 6/28/10.
- *  Copyright 2010 __MyCompanyName__. All rights reserved.
+ * Authors: Pierre d'Herbemont
  *
- */
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import <MobileVLCKit/VLCLibrary.h>
 #import <MobileVLCKit/VLCMedia.h>

+ 21 - 7
Headers/Public/VLCExtension.h

@@ -1,10 +1,24 @@
-//
-//  VLCExtension.h
-//  VLCKit
-//
-//  Created by Pierre d'Herbemont on 1/26/10.
-//  Copyright 2010 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCKit: VLCExtensions
+ *****************************************************************************
+ * Copyright (C) 2010-2012 Pierre d'Herbemont and VideoLAN
+ *
+ * Authors: Pierre d'Herbemont
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import <Cocoa/Cocoa.h>
 

+ 21 - 7
Headers/Public/VLCExtensionsManager.h

@@ -1,10 +1,24 @@
-//
-//  VLCExtensionsManager.h
-//  VLCKit
-//
-//  Created by Pierre d'Herbemont on 1/26/10.
-//  Copyright 2010 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCKit: VLCExtensionsManager
+ *****************************************************************************
+ * Copyright (C) 2010-2012 Pierre d'Herbemont and VideoLAN
+ *
+ * Authors: Pierre d'Herbemont
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import <Cocoa/Cocoa.h>
 

+ 21 - 7
Headers/Public/VLCMediaThumbnailer.h

@@ -1,10 +1,24 @@
-//
-//  VLCMediaThumbnailer.h
-//  VLCKit
-//
-//  Created by Pierre d'Herbemont on 7/10/10.
-//  Copyright 2010 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCKit: VLCMediaThumbnailer
+ *****************************************************************************
+ * Copyright (C) 2010-2012 Pierre d'Herbemont and VideoLAN
+ *
+ * Authors: Pierre d'Herbemont
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import <Foundation/Foundation.h>
 #if TARGET_OS_IPHONE

+ 2 - 2
MobileVLCKit/AggregateStaticPlugins.sh

@@ -3,8 +3,8 @@
 # Pre-Compile.sh
 # MobileVLC
 #
-# Created by Pierre d'Herbemont on 6/27/10.
-# Copyright 2010 __MyCompanyName__. All rights reserved.
+# Copyright Pierre d'Herbemont
+# License is the same as the COPYING file at root of the project
 
 
 pushd `dirname $0` > /dev/null

+ 21 - 7
Sources/VLCExtension.m

@@ -1,10 +1,24 @@
-//
-//  VLCExtension.m
-//  VLCKit
-//
-//  Created by Pierre d'Herbemont on 1/26/10.
-//  Copyright 2010 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCKit: VLCExtensions
+ *****************************************************************************
+ * Copyright (C) 2010-2012 Pierre d'Herbemont and VideoLAN
+ *
+ * Authors: Pierre d'Herbemont
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import "VLCExtension.h"
 #import <vlc_extensions.h>

+ 21 - 7
Sources/VLCExtensionsManager.m

@@ -1,10 +1,24 @@
-//
-//  VLCExtensionsManager.m
-//  VLCKit
-//
-//  Created by Pierre d'Herbemont on 1/26/10.
-//  Copyright 2010 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCKit: VLCExtensionsManager
+ *****************************************************************************
+ * Copyright (C) 2010-2012 Pierre d'Herbemont and VideoLAN
+ *
+ * Authors: Pierre d'Herbemont
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import "VLCExtensionsManager.h"
 #import "VLCExtension.h"

+ 21 - 7
Sources/VLCMediaThumbnailer.m

@@ -1,10 +1,24 @@
-//
-//  VLCMediaThumbnailer.m
-//  VLCKit
-//
-//  Created by Pierre d'Herbemont on 7/10/10.
-//  Copyright 2010 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCKit: VLCMediaThumbnailer
+ *****************************************************************************
+ * Copyright (C) 2010-2012 Pierre d'Herbemont and VideoLAN
+ *
+ * Authors: Pierre d'Herbemont
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #import <vlc/vlc.h>