OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 24 Dec 2007 18:43:10 +0000 (18:43 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 24 Dec 2007 18:43:10 +0000 (18:43 +0000)
- Added GPL Licence comment at the top of each code file as required. (this may need to be changed later but will do for now)

git-svn-id: svn://localhost/HandBrake/trunk@1147 b64f7644-9d1e-0410-96f1-a4d463321fa5

33 files changed:
win/C#/Functions/CLI.cs
win/C#/Functions/Common.cs
win/C#/Functions/QueryParser.cs
win/C#/Functions/RssReader.cs
win/C#/Installer/Installer.nsi
win/C#/Parsing/AudioTrack.cs
win/C#/Parsing/Chapter.cs
win/C#/Parsing/DVD.cs
win/C#/Parsing/Parser.cs
win/C#/Parsing/Subtitle.cs
win/C#/Parsing/Title.cs
win/C#/Program.cs
win/C#/Properties/AssemblyInfo.cs
win/C#/Properties/Resources.Designer.cs
win/C#/Properties/Settings.Designer.cs
win/C#/frmAbout.Designer.cs
win/C#/frmAbout.cs
win/C#/frmDownload.Designer.cs
win/C#/frmDownload.cs
win/C#/frmDvdInfo.Designer.cs
win/C#/frmDvdInfo.cs
win/C#/frmMain.Designer.cs
win/C#/frmMain.cs
win/C#/frmOptions.Designer.cs
win/C#/frmOptions.cs
win/C#/frmQueue.Designer.cs
win/C#/frmQueue.cs
win/C#/frmReadDVD.Designer.cs
win/C#/frmReadDVD.cs
win/C#/frmSplashScreen.Designer.cs
win/C#/frmSplashScreen.cs
win/C#/frmUpdater.Designer.cs
win/C#/frmUpdater.cs

index b0b79d3..422f5a7 100644 (file)
@@ -1,3 +1,9 @@
+/*  CLI.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.Threading;\r
index 8390441..a0a7d72 100644 (file)
@@ -1,3 +1,9 @@
+/*  Common.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.Text;\r
index fc85fb7..9418aaf 100644 (file)
@@ -1,3 +1,9 @@
+/*  QueryParser.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.Text;\r
index ce8dd56..4a184de 100644 (file)
@@ -1,3 +1,9 @@
+/*  RssReader.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.ComponentModel;\r
index 4115065..84bb9bf 100644 (file)
@@ -1,8 +1,14 @@
+/*  Resources.Designer.cs $\r
+\r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 ; Script generated by the HM NIS Edit Script Wizard.\r
 \r
 ; HM NIS Edit Wizard helper defines\r
 !define PRODUCT_NAME "Handbrake"\r
-!define PRODUCT_VERSION "2.4.1"\r
+!define PRODUCT_VERSION "0.9.1"\r
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\Handbrake.exe"\r
 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"\r
 !define PRODUCT_UNINST_ROOT_KEY "HKLM"\r
index 2977a99..22a5a1b 100644 (file)
@@ -1,3 +1,9 @@
+/*  AudioTrack.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.IO;\r
index f2d10f5..0131916 100644 (file)
@@ -1,3 +1,9 @@
+/*  Chapter.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.IO;\r
index c06244a..c110c3e 100644 (file)
@@ -1,3 +1,9 @@
+/*  DVD.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.Windows.Forms;\r
index 7e00ddc..00dcedb 100644 (file)
@@ -1,3 +1,9 @@
+/*  Parser.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.IO;\r
index defcb5b..b6908e2 100644 (file)
@@ -1,3 +1,9 @@
+/*  Subtitle.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.IO;\r
index 0cfbff3..55babd2 100644 (file)
@@ -1,3 +1,9 @@
+/*  Title.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.Drawing;\r
index e764a1c..ab485c1 100644 (file)
@@ -1,3 +1,9 @@
+/*  Program.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.Collections.Specialized;\r
@@ -24,6 +30,16 @@ namespace Handbrake
         static void Main()\r
         {\r
 \r
+            // Development Code Expiry.\r
+            // Remember to comment out on public release!!!\r
+            int year = DateTime.Now.Year;\r
+            int month = DateTime.Now.Month;\r
+            int day = DateTime.Now.Day;\r
+\r
+            if ((year > 2007) || (month > 10 )) { MessageBox.Show("Sorry, This development build of Handbrake has expired."); return; } \r
+\r
+\r
+\r
             // Check the system meets the system requirements.\r
             Boolean launch = true;\r
             try\r
index 47a916c..3485265 100644 (file)
@@ -1,4 +1,10 @@
-using System.Reflection;\r
+/*  AssemblyInfo.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
+using System.Reflection;\r
 using System.Runtime.CompilerServices;\r
 using System.Runtime.InteropServices;\r
 using System.Resources;\r
@@ -7,7 +13,7 @@ using System.Resources;
 // set of attributes. Change these attribute values to modify the information\r
 // associated with an assembly.\r
 [assembly: AssemblyTitle("Handbrake")]\r
-[assembly: AssemblyDescription("DVD Like Source to MPEG-4 converter")]\r
+[assembly: AssemblyDescription("GPL'd DVD Like Source to MPEG-4 converter")]\r
 [assembly: AssemblyConfiguration("")]\r
 [assembly: AssemblyCompany("Handbrake")]\r
 [assembly: AssemblyProduct("Handbrake")]\r
index 94b7cc4..0b717dc 100644 (file)
@@ -1,4 +1,10 @@
-//------------------------------------------------------------------------------\r
+/*  Resources.Designer.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
+//------------------------------------------------------------------------------\r
 // <auto-generated>\r
 //     This code was generated by a tool.\r
 //     Runtime Version:2.0.50727.1433\r
index 607a238..a6190cc 100644 (file)
@@ -1,4 +1,10 @@
-//------------------------------------------------------------------------------\r
+/*  Settings.Designer.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
+//------------------------------------------------------------------------------\r
 // <auto-generated>\r
 //     This code was generated by a tool.\r
 //     Runtime Version:2.0.50727.1433\r
index 7e9ca1f..90240bc 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmAbout.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmAbout\r
index ab1ed26..b2df57e 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmAbout.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.ComponentModel;\r
index 0255828..003c615 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmDownload.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmDownload\r
index 4fdd10d..69c079a 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmDownload.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.ComponentModel;\r
index 88f5cf8..e9c3bea 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmDvdInfo.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmDvdInfo\r
index ee3a4e5..6015041 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmDvdInfo.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.ComponentModel;\r
index a4762ad..9a4721b 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmMain.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmMain\r
index 85b428b..c5c2fdf 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmMain.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.Collections.Specialized;\r
index b5eddd0..2268c95 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmOptions.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmOptions\r
index 42e5b04..fe681bd 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmOptions.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.ComponentModel;\r
index aa0cec4..dfc5cea 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmQueue.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmQueue\r
index deb0972..61e07d3 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmQueue.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.ComponentModel;\r
index 92b5459..903d7fc 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmReadDVD.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmReadDVD\r
index 6ab8205..d6da8fe 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmReadDVD.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.ComponentModel;\r
index d823170..caf36fc 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmSplashScreen.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmSplashScreen\r
index f29cfde..a60703b 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmSplashScreen.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Collections.Generic;\r
 using System.ComponentModel;\r
index 8897f5b..a8ddbac 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmUpdater.Designer.cs \r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 namespace Handbrake\r
 {\r
     partial class frmUpdater\r
index 05598b3..9180f6d 100644 (file)
@@ -1,3 +1,9 @@
+/*  frmUpdater.cs $\r
+       \r
+          This file is part of the HandBrake source code.\r
+          Homepage: <http://handbrake.m0k.org/>.\r
+          It may be used under the terms of the GNU General Public License. */\r
+\r
 using System;\r
 using System.Windows.Forms;\r
 using System.IO;\r