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#/frmDownload.Designer.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#/frmDownload.Designer.cs')
-rw-r--r-- | win/C#/frmDownload.Designer.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/C#/frmDownload.Designer.cs b/win/C#/frmDownload.Designer.cs index 025582864..003c61514 100644 --- a/win/C#/frmDownload.Designer.cs +++ b/win/C#/frmDownload.Designer.cs @@ -1,3 +1,9 @@ +/* frmDownload.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. */
+
namespace Handbrake
{
partial class frmDownload
|