aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/WireFormat.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2009-09-09 18:48:02 +0100
committerJon Skeet <skeet@pobox.com>2009-09-09 18:48:02 +0100
commit0aac0e4fe3a329431fa58710c780b02748c07301 (patch)
treedd1a6cd4e0146d5fda17b3cccfdbb1ba311cb7cd /src/ProtocolBuffers/WireFormat.cs
parentf29da0367946951e60f693f282839c442b712692 (diff)
downloadprotobuf-0aac0e4fe3a329431fa58710c780b02748c07301.tar.gz
protobuf-0aac0e4fe3a329431fa58710c780b02748c07301.tar.bz2
protobuf-0aac0e4fe3a329431fa58710c780b02748c07301.zip
Regionify copyright statement
Diffstat (limited to 'src/ProtocolBuffers/WireFormat.cs')
-rw-r--r--src/ProtocolBuffers/WireFormat.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ProtocolBuffers/WireFormat.cs b/src/ProtocolBuffers/WireFormat.cs
index 2b850533..22346460 100644
--- a/src/ProtocolBuffers/WireFormat.cs
+++ b/src/ProtocolBuffers/WireFormat.cs
@@ -1,3 +1,4 @@
+#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://github.com/jskeet/dotnet-protobufs/
@@ -29,11 +30,11 @@
// 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.
+#endregion
+
using System;
-using System.Reflection;
using Google.ProtocolBuffers.Descriptors;
-using System.Collections.Generic;
-using Google.ProtocolBuffers.Collections;
+
namespace Google.ProtocolBuffers {
/// <summary>