aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/DescriptorProtos/PartialClasses.cs
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-07-09 07:54:10 +0100
committerJon Skeet <skeet@pobox.com>2015-07-09 07:54:10 +0100
commita249bbc9e61307474d64e352980ee111dfe36c35 (patch)
tree60eb01d44cee529fd84c65ddbca84d92701fc5bf /csharp/src/ProtocolBuffers/DescriptorProtos/PartialClasses.cs
parent4ae9b6c0d1e7317f9dc7420230ebcef605275caf (diff)
parentee835a3fe44d929512601045fb4e4e527d26e547 (diff)
downloadprotobuf-a249bbc9e61307474d64e352980ee111dfe36c35.tar.gz
protobuf-a249bbc9e61307474d64e352980ee111dfe36c35.tar.bz2
protobuf-a249bbc9e61307474d64e352980ee111dfe36c35.zip
Merge pull request #561 from jskeet/csharp-copyright
Fix C# copyright statements
Diffstat (limited to 'csharp/src/ProtocolBuffers/DescriptorProtos/PartialClasses.cs')
-rw-r--r--csharp/src/ProtocolBuffers/DescriptorProtos/PartialClasses.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/src/ProtocolBuffers/DescriptorProtos/PartialClasses.cs b/csharp/src/ProtocolBuffers/DescriptorProtos/PartialClasses.cs
index 9c84aa9d..15f339ba 100644
--- a/csharp/src/ProtocolBuffers/DescriptorProtos/PartialClasses.cs
+++ b/csharp/src/ProtocolBuffers/DescriptorProtos/PartialClasses.cs
@@ -1,8 +1,7 @@
+#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/
-// Original C++/Java/Python code:
-// http://code.google.com/p/protobuf/
+// 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
@@ -29,6 +28,7 @@
// 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
// This file just contains partial classes for each of the
// autogenerated classes, so that they implement