diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-24 16:25:40 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-24 16:25:40 -0800 |
commit | d3f4149dd35b85b7ce00cb9a4b3208cab6065b86 (patch) | |
tree | 4361ff2bdcff35131405d97b459b2bcdc341c3ae | |
parent | d83dadc28264428390edeed507ae1d8a6157ba0d (diff) | |
download | DotNetOpenAuth-d3f4149dd35b85b7ce00cb9a4b3208cab6065b86.zip DotNetOpenAuth-d3f4149dd35b85b7ce00cb9a4b3208cab6065b86.tar.gz DotNetOpenAuth-d3f4149dd35b85b7ce00cb9a4b3208cab6065b86.tar.bz2 |
Fixed stylecop errors.
-rw-r--r-- | src/DotNetOpenAuth.Core/Messaging/Reflection/IMessagePartFormattingEncoder.cs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Core/Messaging/Reflection/IMessagePartFormattingEncoder.cs b/src/DotNetOpenAuth.Core/Messaging/Reflection/IMessagePartFormattingEncoder.cs index 24bf19d..66b7f3c 100644 --- a/src/DotNetOpenAuth.Core/Messaging/Reflection/IMessagePartFormattingEncoder.cs +++ b/src/DotNetOpenAuth.Core/Messaging/Reflection/IMessagePartFormattingEncoder.cs @@ -1,4 +1,10 @@ -namespace DotNetOpenAuth.Messaging.Reflection { +//----------------------------------------------------------------------- +// <copyright file="IMessagePartFormattingEncoder.cs" company="Andrew Arnott"> +// Copyright (c) Andrew Arnott. All rights reserved. +// </copyright> +//----------------------------------------------------------------------- + +namespace DotNetOpenAuth.Messaging.Reflection { using System; using System.Collections.Generic; using System.Linq; |