Commit 1ca5880f authored by Felix Paul Kühne's avatar Felix Paul Kühne

Added our GPL copyright header to all files

parent 2d73307c
B/* Localized versions of Info.plist keys */ B/* Localized versions of Info.plist keys */
......
// /*****************************************************************************
// VLCAppliance.h * VLCAppliance.h: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by hyei on 31/08/07. * $Id$
// Copyright 2007 __MyCompanyName__. All rights reserved. *
// * 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 <Cocoa/Cocoa.h>
#import <BackRow/BRAppliance.h> #import <BackRow/BRAppliance.h>
......
// /*****************************************************************************
// VLCAppliance.m * VLCAppliance.m: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by hyei on 31/08/07. * $Id$
// Copyright 2007 __MyCompanyName__. All rights reserved. *
// * 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> #import <VLCKit/VLCKit.h>
......
// /*****************************************************************************
// VLCApplianceController.h * VLCApplianceController.h: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by hyei on 06/09/07. * $Id$
// Copyright 2007 __MyCompanyName__. All rights reserved. *
// * 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 <Cocoa/Cocoa.h>
#import <BackRow/BRMenuController.h> #import <BackRow/BRMenuController.h>
......
// /*****************************************************************************
// VLCApplianceController.m * VLCApplianceController.m: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by hyei on 06/09/07. * $Id$
// Copyright 2007 __MyCompanyName__. All rights reserved. *
// * 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" #import "VLCApplianceController.h"
......
// /*****************************************************************************
// VLCDebug.h * VLCDebug.h: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by hyei on 06/09/07. * $Id$
// Copyright 2007 __MyCompanyName__. All rights reserved. *
// * 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 <Cocoa/Cocoa.h>
......
// /*****************************************************************************
// VLCDebug.m * VLCDebug.m: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by hyei on 06/09/07. * $Id$
// Copyright 2007 __MyCompanyName__. All rights reserved. *
// * 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" #import "VLCDebug.h"
......
// /*****************************************************************************
// VLCMediaLayer.h * VLCMediaLayer.h: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by hyei on 11/09/07. * $Id$
// Copyright 2007 __MyCompanyName__. All rights reserved. *
// * 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 <Cocoa/Cocoa.h>
#import <QuartzCore/QuartzCore.h> #import <QuartzCore/QuartzCore.h>
......
// /*****************************************************************************
// VLCMediaLayer.m * VLCMediaLayer.m: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by hyei on 11/09/07. * $Id$
// Copyright 2007 __MyCompanyName__. All rights reserved. *
// * 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" #import "VLCMediaLayer.h"
......
// /*****************************************************************************
// VLCMediaListController.h * VLCMediaListController.h: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by Pierre d'Herbemont on 2/11/08. * $Id$
// Copyright 2008 __MyCompanyName__. All rights reserved. *
// * 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 <Cocoa/Cocoa.h>
#import <VLCKit/VLCKit.h> #import <VLCKit/VLCKit.h>
......
// /*****************************************************************************
// VLCMediaListController.m * VLCMediaListController.m: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by Pierre d'Herbemont on 2/11/08. * $Id$
// Copyright 2008 __MyCompanyName__. All rights reserved. *
// * 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 "VLCMediaListController.h"
#import "VLCPlayerController.h" #import "VLCPlayerController.h"
......
// /*****************************************************************************
// VLCPlayerController.h * VLCPlayerController.h: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by hyei on 06/09/07. * $Id$
// Copyright 2007 __MyCompanyName__. All rights reserved. *
// * 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 <Cocoa/Cocoa.h>
#import <BackRow/BRMediaPlayerController.h> #import <BackRow/BRMediaPlayerController.h>
......
// /*****************************************************************************
// VLCPlayerController.m * VLCPlayerController.m: Front Row plugin
// FRVLC *****************************************************************************
// * Copyright (C) 2007 - 2008 the VideoLAN Team
// Created by hyei on 06/09/07. * $Id$
// Copyright 2007 __MyCompanyName__. All rights reserved. *
// * 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" #import "VLCPlayerController.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment