diff options
author | sr55 <[email protected]> | 2007-12-24 18:43:10 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-12-24 18:43:10 +0000 |
commit | 9de854ea647f370c31bf3919a6c7377b317ea19f (patch) | |
tree | 1a4601df447243ee8d5d2b434656a4b163add1e5 /win/C#/Properties | |
parent | 1b2e8b83a825a53accf571a11dada26f9a1de774 (diff) |
WinGui:
- 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://svn.handbrake.fr/HandBrake/trunk@1147 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/AssemblyInfo.cs | 10 | ||||
-rw-r--r-- | win/C#/Properties/Resources.Designer.cs | 8 | ||||
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 8 |
3 files changed, 22 insertions, 4 deletions
diff --git a/win/C#/Properties/AssemblyInfo.cs b/win/C#/Properties/AssemblyInfo.cs index 47a916ce7..3485265df 100644 --- a/win/C#/Properties/AssemblyInfo.cs +++ b/win/C#/Properties/AssemblyInfo.cs @@ -1,4 +1,10 @@ -using System.Reflection;
+/* AssemblyInfo.cs $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.m0k.org/>.
+ It may be used under the terms of the GNU General Public License. */
+
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;
@@ -7,7 +13,7 @@ using System.Resources; // set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Handbrake")]
-[assembly: AssemblyDescription("DVD Like Source to MPEG-4 converter")]
+[assembly: AssemblyDescription("GPL'd DVD Like Source to MPEG-4 converter")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Handbrake")]
[assembly: AssemblyProduct("Handbrake")]
diff --git a/win/C#/Properties/Resources.Designer.cs b/win/C#/Properties/Resources.Designer.cs index 94b7cc47e..0b717dcc4 100644 --- a/win/C#/Properties/Resources.Designer.cs +++ b/win/C#/Properties/Resources.Designer.cs @@ -1,4 +1,10 @@ -//------------------------------------------------------------------------------
+/* Resources.Designer.cs $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.m0k.org/>.
+ It may be used under the terms of the GNU General Public License. */
+
+//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index 607a238e5..a6190cca6 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -1,4 +1,10 @@ -//------------------------------------------------------------------------------
+/* Settings.Designer.cs $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.m0k.org/>.
+ It may be used under the terms of the GNU General Public License. */
+
+//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
|