aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/Descriptors/OneofDescriptor.cs
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-06-30 17:22:26 +0100
committerJon Skeet <jonskeet@google.com>2015-06-30 17:22:26 +0100
commitee835a3fe44d929512601045fb4e4e527d26e547 (patch)
tree60eb01d44cee529fd84c65ddbca84d92701fc5bf /csharp/src/ProtocolBuffers/Descriptors/OneofDescriptor.cs
parentf34d37a3d4d64621bc87aa0a65a05cab64062399 (diff)
downloadprotobuf-ee835a3fe44d929512601045fb4e4e527d26e547.tar.gz
protobuf-ee835a3fe44d929512601045fb4e4e527d26e547.tar.bz2
protobuf-ee835a3fe44d929512601045fb4e4e527d26e547.zip
Fix copyright lines for all C# code.
Everything should now be consistent - the only difference between files is the year (aside from generated files). Fixes issue #531.
Diffstat (limited to 'csharp/src/ProtocolBuffers/Descriptors/OneofDescriptor.cs')
-rw-r--r--csharp/src/ProtocolBuffers/Descriptors/OneofDescriptor.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/csharp/src/ProtocolBuffers/Descriptors/OneofDescriptor.cs b/csharp/src/ProtocolBuffers/Descriptors/OneofDescriptor.cs
index 8997cb63..ab3b76ec 100644
--- a/csharp/src/ProtocolBuffers/Descriptors/OneofDescriptor.cs
+++ b/csharp/src/ProtocolBuffers/Descriptors/OneofDescriptor.cs
@@ -1,6 +1,7 @@
-// Protocol Buffers - Google's data interchange format
+#region Copyright notice and license
+// Protocol Buffers - Google's data interchange format
// Copyright 2015 Google Inc. All rights reserved.
-// Author: jieluo@google.com (Jie Luo)
+// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
@@ -27,10 +28,9 @@
// 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 System;
+#endregion
+
using System.Collections.Generic;
-using System.Linq;
-using System.Text;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Descriptors