diff options
Diffstat (limited to 'win/C#/interop/Model/EncodeJob.cs')
-rw-r--r-- | win/C#/interop/Model/EncodeJob.cs | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/win/C#/interop/Model/EncodeJob.cs b/win/C#/interop/Model/EncodeJob.cs index 54f8ec194..6ae23c7c5 100644 --- a/win/C#/interop/Model/EncodeJob.cs +++ b/win/C#/interop/Model/EncodeJob.cs @@ -1,8 +1,18 @@ -namespace HandBrake.Interop.Model
+// --------------------------------------------------------------------------------------------------------------------
+// <copyright file="EncodeJob.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 EncodeJob type.
+// </summary>
+// --------------------------------------------------------------------------------------------------------------------
+
+namespace HandBrake.Interop.Model
{
using System;
using System.Collections.Generic;
using System.Xml.Serialization;
+ using Encoding;
public class EncodeJob
{
|