summaryrefslogtreecommitdiffstats
path: root/win/C#/interop/EncodeProgressEventArgs.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-06-04 20:46:45 +0000
committersr55 <[email protected]>2010-06-04 20:46:45 +0000
commit976158ef1ad55f52c425bd9d01b96a3d5f68b6b4 (patch)
treec8014c5c49da6a5f2f76d0e58fd0b7616d39609b /win/C#/interop/EncodeProgressEventArgs.cs
parentb8bab98e11aa16cef3c9762ca1f68906ce828d58 (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.cs11
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;