diff options
Diffstat (limited to 'src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs b/src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs index d065d7a..c37288a 100644 --- a/src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs +++ b/src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs @@ -1,4 +1,9 @@ -using System.Reflection;
+//-----------------------------------------------------------------------
+// <copyright file="AssemblyInfo.cs" company="Andrew Arnott">
+// Copyright (c) Andrew Arnott. All rights reserved.
+// </copyright>
+//-----------------------------------------------------------------------
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
|