diff options
Diffstat (limited to 'win/C#/Queue/QueueHandler.cs')
-rw-r--r-- | win/C#/Queue/QueueHandler.cs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/win/C#/Queue/QueueHandler.cs b/win/C#/Queue/QueueHandler.cs index 3317fb82f..2b36a9712 100644 --- a/win/C#/Queue/QueueHandler.cs +++ b/win/C#/Queue/QueueHandler.cs @@ -1,4 +1,10 @@ -using System;
+/* QueueHandler.cs $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License. */
+
+using System;
using System.Collections.Generic;
using System.IO;
using System.Windows.Forms;
|