diff options
Diffstat (limited to 'win/C#/Parsing/Parser.cs')
-rw-r--r-- | win/C#/Parsing/Parser.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/C#/Parsing/Parser.cs b/win/C#/Parsing/Parser.cs index 7e00ddc2b..00dcedb84 100644 --- a/win/C#/Parsing/Parser.cs +++ b/win/C#/Parsing/Parser.cs @@ -1,3 +1,9 @@ +/* Parser.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.IO;
|