From: <fr...@us...> - 2007-02-04 07:35:37
|
Revision: 86 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=86&view=rev Author: framug Date: 2007-02-03 23:35:33 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/MultiShortcut/MultiButton.suo trunk/plugins/MultiShortcut/MultiShortcut/MultiShortcut.cs Modified: trunk/plugins/MultiShortcut/MultiButton.suo =================================================================== (Binary files differ) Modified: trunk/plugins/MultiShortcut/MultiShortcut/MultiShortcut.cs =================================================================== --- trunk/plugins/MultiShortcut/MultiShortcut/MultiShortcut.cs 2007-02-03 17:49:17 UTC (rev 85) +++ trunk/plugins/MultiShortcut/MultiShortcut/MultiShortcut.cs 2007-02-04 07:35:33 UTC (rev 86) @@ -1,4 +1,27 @@ -// THIS IS NOTHING MORE THAN A HACK! +#region Copyright (C) 2005-2007 Team MediaPortal + +/* + * Copyright (C) 2005-2007 Team MediaPortal + * http://www.team-mediaportal.com + * + * 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, 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 GNU Make; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + +#endregion using System; using System.Collections.Generic; using System.Text; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |