aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/DynamicMessageTest.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2009-06-25 16:55:58 +0100
committerJon Skeet <skeet@pobox.com>2009-06-25 16:55:58 +0100
commitad74853e0c0b4beaf450123ea763aa8a6bde4cdd (patch)
tree8ba47eb25cdcba6ced993a9e956d1a5873b72fe9 /src/ProtocolBuffers.Test/DynamicMessageTest.cs
parente1e84316812ad5906d8102d105ea9134867f230f (diff)
downloadprotobuf-ad74853e0c0b4beaf450123ea763aa8a6bde4cdd.tar.gz
protobuf-ad74853e0c0b4beaf450123ea763aa8a6bde4cdd.tar.bz2
protobuf-ad74853e0c0b4beaf450123ea763aa8a6bde4cdd.zip
Fix copyright notices
Diffstat (limited to 'src/ProtocolBuffers.Test/DynamicMessageTest.cs')
-rw-r--r--src/ProtocolBuffers.Test/DynamicMessageTest.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ProtocolBuffers.Test/DynamicMessageTest.cs b/src/ProtocolBuffers.Test/DynamicMessageTest.cs
index 69e2e6b8..87fa7f1b 100644
--- a/src/ProtocolBuffers.Test/DynamicMessageTest.cs
+++ b/src/ProtocolBuffers.Test/DynamicMessageTest.cs
@@ -1,5 +1,3 @@
-using System.Collections.Generic;
-using Google.ProtocolBuffers.TestProtos;
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://github.com/jskeet/dotnet-protobufs/
@@ -31,8 +29,10 @@ using Google.ProtocolBuffers.TestProtos;
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-using NUnit.Framework;
using System;
+using System.Collections.Generic;
+using Google.ProtocolBuffers.TestProtos;
+using NUnit.Framework;
namespace Google.ProtocolBuffers {
[TestFixture]