diff options
author | sr55 <[email protected]> | 2010-06-04 20:46:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-06-04 20:46:45 +0000 |
commit | 976158ef1ad55f52c425bd9d01b96a3d5f68b6b4 (patch) | |
tree | c8014c5c49da6a5f2f76d0e58fd0b7616d39609b /win/C#/interop/Language.cs | |
parent | b8bab98e11aa16cef3c9762ca1f68906ce828d58 (diff) |
WinGui:
#interop
- Integrated Stylecop into the 2008 solution
- Added file headers
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3354 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/interop/Language.cs')
-rw-r--r-- | win/C#/interop/Language.cs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/win/C#/interop/Language.cs b/win/C#/interop/Language.cs index e36110585..f16f80c2b 100644 --- a/win/C#/interop/Language.cs +++ b/win/C#/interop/Language.cs @@ -1,4 +1,13 @@ -namespace HandBrake.Interop
+// --------------------------------------------------------------------------------------------------------------------
+// <copyright file="Language.cs" company="HandBrake Project (http://handbrake.fr)">
+// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
+// </copyright>
+// <summary>
+// Represents a language.
+// </summary>
+// --------------------------------------------------------------------------------------------------------------------
+
+namespace HandBrake.Interop
{
/// <summary>
/// Represents a language.
|