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/EncodeProgressEventArgs.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/EncodeProgressEventArgs.cs')
-rw-r--r-- | win/C#/interop/EncodeProgressEventArgs.cs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/win/C#/interop/EncodeProgressEventArgs.cs b/win/C#/interop/EncodeProgressEventArgs.cs index 9500bdaaf..9ebcada9e 100644 --- a/win/C#/interop/EncodeProgressEventArgs.cs +++ b/win/C#/interop/EncodeProgressEventArgs.cs @@ -1,4 +1,13 @@ -namespace HandBrake.Interop
+// --------------------------------------------------------------------------------------------------------------------
+// <copyright file="EncodeProgressEventArgs.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>
+// Defines the EncodeProgressEventArgs type.
+// </summary>
+// --------------------------------------------------------------------------------------------------------------------
+
+namespace HandBrake.Interop
{
using System;
|