diff options
Diffstat (limited to 'win/C#/Functions/Common.cs')
-rw-r--r-- | win/C#/Functions/Common.cs | 6 |
1 files changed, 6 insertions, 0 deletions
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;
|