aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/UnknownFieldSet.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2008-08-14 20:33:29 +0100
committerunknown <Jon@.(none)>2008-08-14 20:33:29 +0100
commitc26b43d8cd182cfb5e0317b79c90f1f3f89759ba (patch)
tree5aba580c0f4bee0c56b3e88b128d46ec1b5c2415 /csharp/ProtocolBuffers/UnknownFieldSet.cs
parent1dd0a61d09cb5274be83d61ca6eea69622097d3d (diff)
downloadprotobuf-c26b43d8cd182cfb5e0317b79c90f1f3f89759ba.tar.gz
protobuf-c26b43d8cd182cfb5e0317b79c90f1f3f89759ba.tar.bz2
protobuf-c26b43d8cd182cfb5e0317b79c90f1f3f89759ba.zip
Added copyright notices
committer: Jon Skeet <skeet@pobox.com>
Diffstat (limited to 'csharp/ProtocolBuffers/UnknownFieldSet.cs')
-rw-r--r--csharp/ProtocolBuffers/UnknownFieldSet.cs19
1 files changed, 16 insertions, 3 deletions
diff --git a/csharp/ProtocolBuffers/UnknownFieldSet.cs b/csharp/ProtocolBuffers/UnknownFieldSet.cs
index 1a452fa7..b9bbfe3a 100644
--- a/csharp/ProtocolBuffers/UnknownFieldSet.cs
+++ b/csharp/ProtocolBuffers/UnknownFieldSet.cs
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+// Protocol Buffers - Google's data interchange format
+// Copyright 2008 Google Inc.
+// http://code.google.com/p/protobuf/
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+using System;
namespace Google.ProtocolBuffers {
public class UnknownFieldSet {