OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / interop / DisplayStringAttribute.cs
index 3f7e62d..1d1c7e4 100644 (file)
@@ -1,10 +1,16 @@
-using System;\r
-using System.Collections.Generic;\r
-using System.Linq;\r
-using System.Text;\r
+// --------------------------------------------------------------------------------------------------------------------\r
+// <copyright file="DisplayStringAttribute.cs" company="HandBrake Project (http://handbrake.fr)">\r
+//   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
+// </copyright>\r
+// <summary>\r
+//   Defines the DisplayStringAttribute type.\r
+// </summary>\r
+// --------------------------------------------------------------------------------------------------------------------\r
 \r
 namespace HandBrake.Interop\r
 {\r
+    using System;\r
+\r
     [AttributeUsage(AttributeTargets.Field)]\r
     public sealed class DisplayStringAttribute : Attribute\r
     {\r