summaryrefslogtreecommitdiffstats
path: root/src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-08-31 20:43:56 -0700
committerAndrew <andrewarnott@gmail.com>2008-08-31 20:43:56 -0700
commit22f2e18dfaeff7ab1be6f6f26f7321eaac94e749 (patch)
treea853ba924f7c2d47bee05b3533b9352a36205a00 /src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs
parentba57c42a89f8267db4b2dd8673f23ce826e0b151 (diff)
downloadDotNetOpenAuth-22f2e18dfaeff7ab1be6f6f26f7321eaac94e749.zip
DotNetOpenAuth-22f2e18dfaeff7ab1be6f6f26f7321eaac94e749.tar.gz
DotNetOpenAuth-22f2e18dfaeff7ab1be6f6f26f7321eaac94e749.tar.bz2
Added more StyleCop rules.
Diffstat (limited to 'src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs')
-rw-r--r--src/YOURLIBNAME.Test/Properties/AssemblyInfo.cs7
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;