Browse Source

Added our GPL copyright header to all files

pull/2/head
Felix Paul Kühne 18 years ago
parent
commit
1ca5880fa1
  1. BIN
      projects/macosx/frontrow_plugin/English.lproj/InfoPlist.strings
  2. 29
      projects/macosx/frontrow_plugin/VLCAppliance.h
  3. 29
      projects/macosx/frontrow_plugin/VLCAppliance.m
  4. 29
      projects/macosx/frontrow_plugin/VLCApplianceController.h
  5. 29
      projects/macosx/frontrow_plugin/VLCApplianceController.m
  6. 29
      projects/macosx/frontrow_plugin/VLCDebug.h
  7. 29
      projects/macosx/frontrow_plugin/VLCDebug.m
  8. 29
      projects/macosx/frontrow_plugin/VLCMediaLayer.h
  9. 29
      projects/macosx/frontrow_plugin/VLCMediaLayer.m
  10. 29
      projects/macosx/frontrow_plugin/VLCMediaListController.h
  11. 29
      projects/macosx/frontrow_plugin/VLCMediaListController.m
  12. 29
      projects/macosx/frontrow_plugin/VLCPlayerController.h
  13. 29
      projects/macosx/frontrow_plugin/VLCPlayerController.m

BIN
projects/macosx/frontrow_plugin/English.lproj/InfoPlist.strings

Binary file not shown.

29
projects/macosx/frontrow_plugin/VLCAppliance.h

@ -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>

29
projects/macosx/frontrow_plugin/VLCAppliance.m

@ -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>

29
projects/macosx/frontrow_plugin/VLCApplianceController.h

@ -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>

29
projects/macosx/frontrow_plugin/VLCApplianceController.m

@ -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"

29
projects/macosx/frontrow_plugin/VLCDebug.h

@ -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>

29
projects/macosx/frontrow_plugin/VLCDebug.m

@ -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"

29
projects/macosx/frontrow_plugin/VLCMediaLayer.h

@ -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>

29
projects/macosx/frontrow_plugin/VLCMediaLayer.m

@ -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"

29
projects/macosx/frontrow_plugin/VLCMediaListController.h

@ -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>

29
projects/macosx/frontrow_plugin/VLCMediaListController.m

@ -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"

29
projects/macosx/frontrow_plugin/VLCPlayerController.h

@ -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>

29
projects/macosx/frontrow_plugin/VLCPlayerController.m

@ -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"

Loading…
Cancel
Save