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/AssemblyInfo.cs | |
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/AssemblyInfo.cs')
-rw-r--r-- | win/C#/Properties/AssemblyInfo.cs | 10 |
1 files changed, 8 insertions, 2 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")]
|