summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-12-24 18:43:10 +0000
committersr55 <[email protected]>2007-12-24 18:43:10 +0000
commit9de854ea647f370c31bf3919a6c7377b317ea19f (patch)
tree1a4601df447243ee8d5d2b434656a4b163add1e5 /win/C#/Functions
parent1b2e8b83a825a53accf571a11dada26f9a1de774 (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#/Functions')
-rw-r--r--win/C#/Functions/CLI.cs6
-rw-r--r--win/C#/Functions/Common.cs6
-rw-r--r--win/C#/Functions/QueryParser.cs6
-rw-r--r--win/C#/Functions/RssReader.cs6
4 files changed, 24 insertions, 0 deletions
diff --git a/win/C#/Functions/CLI.cs b/win/C#/Functions/CLI.cs
index b0b79d32f..422f5a7ae 100644
--- a/win/C#/Functions/CLI.cs
+++ b/win/C#/Functions/CLI.cs
@@ -1,3 +1,9 @@
+/* CLI.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;
using System.Collections.Generic;
using System.Threading;
diff --git a/win/C#/Functions/Common.cs b/win/C#/Functions/Common.cs
index 839044140..a0a7d72e9 100644
--- a/win/C#/Functions/Common.cs
+++ b/win/C#/Functions/Common.cs
@@ -1,3 +1,9 @@
+/* Common.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;
using System.Collections.Generic;
using System.Text;
diff --git a/win/C#/Functions/QueryParser.cs b/win/C#/Functions/QueryParser.cs
index fc85fb7ab..9418aaf77 100644
--- a/win/C#/Functions/QueryParser.cs
+++ b/win/C#/Functions/QueryParser.cs
@@ -1,3 +1,9 @@
+/* QueryParser.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;
using System.Collections.Generic;
using System.Text;
diff --git a/win/C#/Functions/RssReader.cs b/win/C#/Functions/RssReader.cs
index ce8dd568b..4a184de0d 100644
--- a/win/C#/Functions/RssReader.cs
+++ b/win/C#/Functions/RssReader.cs
@@ -1,3 +1,9 @@
+/* RssReader.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;
using System.Collections.Generic;
using System.ComponentModel;