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

Added our GPL copyright header to all files

parent 2d73307c
//
// 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>
......
//
// 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>
......
//
// 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>
......
//
// 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"
......
//
// 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>
......
//
// 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"
......
//
// 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>
......
//
// 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"
......
//
// 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>
......
//
// 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"
......
//
// 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>
......
//
// 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"
......
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