aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen.Test
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-10-23 21:17:56 +0100
committerJon Skeet <skeet@pobox.com>2008-10-23 21:17:56 +0100
commit60c059b8f0b2b01fba14c537e370b56445437510 (patch)
treee98629ac033c9e9377ebea0aee834b1d7ef979e6 /src/ProtoGen.Test
parent20bfd9bf5015b21adab17fce4bd78510f25137d9 (diff)
downloadprotobuf-60c059b8f0b2b01fba14c537e370b56445437510.tar.gz
protobuf-60c059b8f0b2b01fba14c537e370b56445437510.tar.bz2
protobuf-60c059b8f0b2b01fba14c537e370b56445437510.zip
Replaced copyright notice
Diffstat (limited to 'src/ProtoGen.Test')
-rw-r--r--src/ProtoGen.Test/DependencyResolutionTest.cs2
-rw-r--r--src/ProtoGen.Test/DescriptorUtilTest.cs2
-rw-r--r--src/ProtoGen.Test/GeneratorTest.cs2
-rw-r--r--src/ProtoGen.Test/HelpersTest.cs2
-rw-r--r--src/ProtoGen.Test/Properties/AssemblyInfo.cs2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/ProtoGen.Test/DependencyResolutionTest.cs b/src/ProtoGen.Test/DependencyResolutionTest.cs
index ef911263..d9fca15e 100644
--- a/src/ProtoGen.Test/DependencyResolutionTest.cs
+++ b/src/ProtoGen.Test/DependencyResolutionTest.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Text;
using Google.ProtocolBuffers.Descriptors;
diff --git a/src/ProtoGen.Test/DescriptorUtilTest.cs b/src/ProtoGen.Test/DescriptorUtilTest.cs
index 5674892e..0cbc1c3c 100644
--- a/src/ProtoGen.Test/DescriptorUtilTest.cs
+++ b/src/ProtoGen.Test/DescriptorUtilTest.cs
@@ -1,4 +1,4 @@
-using Google.ProtocolBuffers.DescriptorProtos;
+using Google.ProtocolBuffers.DescriptorProtos;
using Google.ProtocolBuffers.Descriptors;
using NUnit.Framework;
diff --git a/src/ProtoGen.Test/GeneratorTest.cs b/src/ProtoGen.Test/GeneratorTest.cs
index dbd18787..d1beb585 100644
--- a/src/ProtoGen.Test/GeneratorTest.cs
+++ b/src/ProtoGen.Test/GeneratorTest.cs
@@ -1,4 +1,4 @@
-using Google.ProtocolBuffers.DescriptorProtos;
+using Google.ProtocolBuffers.DescriptorProtos;
using NUnit.Framework;
using Google.ProtocolBuffers.Descriptors;
diff --git a/src/ProtoGen.Test/HelpersTest.cs b/src/ProtoGen.Test/HelpersTest.cs
index af084973..6896cfb6 100644
--- a/src/ProtoGen.Test/HelpersTest.cs
+++ b/src/ProtoGen.Test/HelpersTest.cs
@@ -1,4 +1,4 @@
-using Google.ProtocolBuffers.ProtoGen;
+using Google.ProtocolBuffers.ProtoGen;
using NUnit.Framework;
namespace Google.ProtocolBuffers.ProtoGen {
diff --git a/src/ProtoGen.Test/Properties/AssemblyInfo.cs b/src/ProtoGen.Test/Properties/AssemblyInfo.cs
index 98a0a384..4b15d0a2 100644
--- a/src/ProtoGen.Test/Properties/AssemblyInfo.cs
+++ b/src/ProtoGen.Test/Properties/AssemblyInfo.cs
@@ -1,4 +1,4 @@
-using System.Reflection;
+using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;