]> git.sesse.net Git - vlc/commitdiff
Added our GPL copyright header to all files
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 25 Dec 2008 14:02:52 +0000 (15:02 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 25 Dec 2008 14:02:52 +0000 (15:02 +0100)
13 files changed:
projects/macosx/frontrow_plugin/English.lproj/InfoPlist.strings
projects/macosx/frontrow_plugin/VLCAppliance.h
projects/macosx/frontrow_plugin/VLCAppliance.m
projects/macosx/frontrow_plugin/VLCApplianceController.h
projects/macosx/frontrow_plugin/VLCApplianceController.m
projects/macosx/frontrow_plugin/VLCDebug.h
projects/macosx/frontrow_plugin/VLCDebug.m
projects/macosx/frontrow_plugin/VLCMediaLayer.h
projects/macosx/frontrow_plugin/VLCMediaLayer.m
projects/macosx/frontrow_plugin/VLCMediaListController.h
projects/macosx/frontrow_plugin/VLCMediaListController.m
projects/macosx/frontrow_plugin/VLCPlayerController.h
projects/macosx/frontrow_plugin/VLCPlayerController.m

index 17abb4b4ef1e46307c8c2c399e24abd7bbc96a72..da6f7832e53914733c7db4b0f1fe61af198583bb 100644 (file)
Binary files a/projects/macosx/frontrow_plugin/English.lproj/InfoPlist.strings and b/projects/macosx/frontrow_plugin/English.lproj/InfoPlist.strings differ
index eb6547770cf0ef607dde53e823c6fe7d03626523..0aa829fbe119da6569949153ae22f237e53a9858 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCAppliance.h
-//  FRVLC
-//
-//  Created by hyei on 31/08/07.
-//  Copyright 2007 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCAppliance.h: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: hyei
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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>
 #import <BackRow/BRAppliance.h>
index 404808dd9bc0b11936d9e92b4b099ad03a946e19..e7e3c88b8c085c6c028dbbe60d83a12d4a3870a0 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCAppliance.m
-//  FRVLC
-//
-//  Created by hyei on 31/08/07.
-//  Copyright 2007 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCAppliance.m: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: hyei
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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 <VLCKit/VLCKit.h>
 
index cf26209b341bb76c82c6f8c1d236917d2aad2a24..ab6ae7f5fcbd5b05086fef39647a8f982f4b8370 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCApplianceController.h
-//  FRVLC
-//
-//  Created by hyei on 06/09/07.
-//  Copyright 2007 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCApplianceController.h: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: hyei
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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>
 #import <BackRow/BRMenuController.h>
index 24029056bd863bb5a21b9c9141e4e1e47675d819..16228ef8af1d3451f37510ef5fd5826c273e66e6 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCApplianceController.m
-//  FRVLC
-//
-//  Created by hyei on 06/09/07.
-//  Copyright 2007 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCApplianceController.m: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: hyei
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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 "VLCApplianceController.h"
 
index 3299a8a3b2861f42767cd5251356f951fe0c5f79..0d43d8b2119ed21ed5797f35125adeda3023c392 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCDebug.h
-//  FRVLC
-//
-//  Created by hyei on 06/09/07.
-//  Copyright 2007 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCDebug.h: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: hyei
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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>
 
index e619a4fcf48661fa683c04c414cf6d4568295851..3b67bee722356189565cd8d350472e41ef3a84e4 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCDebug.m
-//  FRVLC
-//
-//  Created by hyei on 06/09/07.
-//  Copyright 2007 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCDebug.m: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: hyei
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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 "VLCDebug.h"
 
index 466ab1d36d5e4c869a98bcc5a97826e3481c65c7..2f30a7c3177687777cb9f8512fa7678d79b94940 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCMediaLayer.h
-//  FRVLC
-//
-//  Created by hyei on 11/09/07.
-//  Copyright 2007 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCMediaLayer.h: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: hyei
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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>
 #import <QuartzCore/QuartzCore.h>
index 903903b5d9891713d8c1ec684134da6d76f9fab0..96c9a78724cfa27708c6c220689784334cb7e508 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCMediaLayer.m
-//  FRVLC
-//
-//  Created by hyei on 11/09/07.
-//  Copyright 2007 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCMediaLayer.m: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: hyei
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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 "VLCMediaLayer.h"
 
index 942975e7b6105dfab40c8d71194347c25b5050f9..26f96f15b9f2e412134e22152dd4592e9dc6e8ac 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCMediaListController.h
-//  FRVLC
-//
-//  Created by Pierre d'Herbemont on 2/11/08.
-//  Copyright 2008 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCMediaListController.h: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: Pierre d'Herbemont <pdherbemont at videolan dot org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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>
 #import <VLCKit/VLCKit.h>
index d3d6843749ec6757ee8473fb67b0092acc9267a1..698d3c50c599f1d7f7ad8d0bfef3bdbdae91cb2a 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCMediaListController.m
-//  FRVLC
-//
-//  Created by Pierre d'Herbemont on 2/11/08.
-//  Copyright 2008 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCMediaListController.m: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: Pierre d'Herbemont <pdherbemont at videolan dot org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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 "VLCMediaListController.h"
 #import "VLCPlayerController.h"
index f026043cff70741aeb8cd5f4ce93978a7eae3264..2ca1edab5d7e642b936adec59f55fd1ee461df80 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCPlayerController.h
-//  FRVLC
-//
-//  Created by hyei on 06/09/07.
-//  Copyright 2007 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCPlayerController.h: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: hyei
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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>
 #import <BackRow/BRMediaPlayerController.h>
index 39a48111e125dfe87c7b500835f6305d12e6ff38..2dc8632cce55c87ccd190df5a68b2e4d3d8a00da 100644 (file)
@@ -1,10 +1,25 @@
-//
-//  VLCPlayerController.m
-//  FRVLC
-//
-//  Created by hyei on 06/09/07.
-//  Copyright 2007 __MyCompanyName__. All rights reserved.
-//
+/*****************************************************************************
+ * VLCPlayerController.m: Front Row plugin
+ *****************************************************************************
+ * Copyright (C) 2007 - 2008 the VideoLAN Team
+ * $Id$
+ *
+ * Authors: hyei
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU 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 "VLCPlayerController.h"