Browse Source

Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers

Feng Xiao 11 years ago
parent
commit
e428862450
100 changed files with 103 additions and 103 deletions
  1. 1 1
      benchmarks/ProtoBench.java
  2. 1 1
      editors/proto.vim
  3. 1 1
      examples/README.txt
  4. 1 1
      java/README.txt
  5. 4 4
      java/pom.xml
  6. 1 1
      java/src/main/java/com/google/protobuf/AbstractMessage.java
  7. 1 1
      java/src/main/java/com/google/protobuf/AbstractMessageLite.java
  8. 1 1
      java/src/main/java/com/google/protobuf/AbstractParser.java
  9. 1 1
      java/src/main/java/com/google/protobuf/BlockingRpcChannel.java
  10. 1 1
      java/src/main/java/com/google/protobuf/BlockingService.java
  11. 1 1
      java/src/main/java/com/google/protobuf/BoundedByteString.java
  12. 1 1
      java/src/main/java/com/google/protobuf/ByteString.java
  13. 1 1
      java/src/main/java/com/google/protobuf/CodedInputStream.java
  14. 1 1
      java/src/main/java/com/google/protobuf/CodedOutputStream.java
  15. 1 1
      java/src/main/java/com/google/protobuf/Descriptors.java
  16. 1 1
      java/src/main/java/com/google/protobuf/DynamicMessage.java
  17. 1 1
      java/src/main/java/com/google/protobuf/Extension.java
  18. 1 1
      java/src/main/java/com/google/protobuf/ExtensionRegistry.java
  19. 1 1
      java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java
  20. 1 1
      java/src/main/java/com/google/protobuf/FieldSet.java
  21. 1 1
      java/src/main/java/com/google/protobuf/GeneratedMessage.java
  22. 1 1
      java/src/main/java/com/google/protobuf/GeneratedMessageLite.java
  23. 1 1
      java/src/main/java/com/google/protobuf/Internal.java
  24. 1 1
      java/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java
  25. 1 1
      java/src/main/java/com/google/protobuf/LazyField.java
  26. 1 1
      java/src/main/java/com/google/protobuf/LazyFieldLite.java
  27. 1 1
      java/src/main/java/com/google/protobuf/LazyStringArrayList.java
  28. 1 1
      java/src/main/java/com/google/protobuf/LazyStringList.java
  29. 1 1
      java/src/main/java/com/google/protobuf/LiteralByteString.java
  30. 1 1
      java/src/main/java/com/google/protobuf/Message.java
  31. 1 1
      java/src/main/java/com/google/protobuf/MessageLite.java
  32. 1 1
      java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java
  33. 1 1
      java/src/main/java/com/google/protobuf/MessageOrBuilder.java
  34. 1 1
      java/src/main/java/com/google/protobuf/MessageReflection.java
  35. 1 1
      java/src/main/java/com/google/protobuf/Parser.java
  36. 1 1
      java/src/main/java/com/google/protobuf/ProtocolMessageEnum.java
  37. 1 1
      java/src/main/java/com/google/protobuf/ProtocolStringList.java
  38. 1 1
      java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java
  39. 1 1
      java/src/main/java/com/google/protobuf/RopeByteString.java
  40. 1 1
      java/src/main/java/com/google/protobuf/RpcCallback.java
  41. 1 1
      java/src/main/java/com/google/protobuf/RpcChannel.java
  42. 1 1
      java/src/main/java/com/google/protobuf/RpcController.java
  43. 1 1
      java/src/main/java/com/google/protobuf/RpcUtil.java
  44. 1 1
      java/src/main/java/com/google/protobuf/Service.java
  45. 1 1
      java/src/main/java/com/google/protobuf/ServiceException.java
  46. 1 1
      java/src/main/java/com/google/protobuf/SingleFieldBuilder.java
  47. 1 1
      java/src/main/java/com/google/protobuf/SmallSortedMap.java
  48. 1 1
      java/src/main/java/com/google/protobuf/TextFormat.java
  49. 1 1
      java/src/main/java/com/google/protobuf/UninitializedMessageException.java
  50. 1 1
      java/src/main/java/com/google/protobuf/UnknownFieldSet.java
  51. 1 1
      java/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java
  52. 1 1
      java/src/main/java/com/google/protobuf/Utf8.java
  53. 1 1
      java/src/main/java/com/google/protobuf/WireFormat.java
  54. 1 1
      java/src/test/java/com/google/protobuf/AbstractMessageTest.java
  55. 1 1
      java/src/test/java/com/google/protobuf/BoundedByteStringTest.java
  56. 1 1
      java/src/test/java/com/google/protobuf/ByteStringTest.java
  57. 1 1
      java/src/test/java/com/google/protobuf/CheckUtf8Test.java
  58. 1 1
      java/src/test/java/com/google/protobuf/CodedInputStreamTest.java
  59. 1 1
      java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java
  60. 1 1
      java/src/test/java/com/google/protobuf/DeprecatedFieldTest.java
  61. 1 1
      java/src/test/java/com/google/protobuf/DescriptorsTest.java
  62. 1 1
      java/src/test/java/com/google/protobuf/DynamicMessageTest.java
  63. 1 1
      java/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java
  64. 1 1
      java/src/test/java/com/google/protobuf/GeneratedMessageTest.java
  65. 1 1
      java/src/test/java/com/google/protobuf/IsValidUtf8Test.java
  66. 1 1
      java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java
  67. 1 1
      java/src/test/java/com/google/protobuf/LazyFieldLiteTest.java
  68. 1 1
      java/src/test/java/com/google/protobuf/LazyFieldTest.java
  69. 1 1
      java/src/test/java/com/google/protobuf/LazyMessageLiteTest.java
  70. 1 1
      java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java
  71. 1 1
      java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java
  72. 1 1
      java/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java
  73. 1 1
      java/src/test/java/com/google/protobuf/LiteTest.java
  74. 1 1
      java/src/test/java/com/google/protobuf/LiteralByteStringTest.java
  75. 1 1
      java/src/test/java/com/google/protobuf/MessageTest.java
  76. 1 1
      java/src/test/java/com/google/protobuf/NestedBuildersTest.java
  77. 1 1
      java/src/test/java/com/google/protobuf/ParserTest.java
  78. 1 1
      java/src/test/java/com/google/protobuf/RepeatedFieldBuilderTest.java
  79. 1 1
      java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java
  80. 1 1
      java/src/test/java/com/google/protobuf/RopeByteStringTest.java
  81. 1 1
      java/src/test/java/com/google/protobuf/ServiceTest.java
  82. 1 1
      java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java
  83. 1 1
      java/src/test/java/com/google/protobuf/SmallSortedMapTest.java
  84. 1 1
      java/src/test/java/com/google/protobuf/TestBadIdentifiers.java
  85. 1 1
      java/src/test/java/com/google/protobuf/TestUtil.java
  86. 1 1
      java/src/test/java/com/google/protobuf/TextFormatTest.java
  87. 1 1
      java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java
  88. 1 1
      java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java
  89. 1 1
      java/src/test/java/com/google/protobuf/WireFormatTest.java
  90. 1 1
      java/src/test/java/com/google/protobuf/lazy_fields_lite.proto
  91. 1 1
      java/src/test/java/com/google/protobuf/lite_equals_and_hash.proto
  92. 1 1
      java/src/test/java/com/google/protobuf/multiple_files_test.proto
  93. 1 1
      java/src/test/java/com/google/protobuf/nested_builders_test.proto
  94. 1 1
      java/src/test/java/com/google/protobuf/nested_extension.proto
  95. 1 1
      java/src/test/java/com/google/protobuf/nested_extension_lite.proto
  96. 1 1
      java/src/test/java/com/google/protobuf/non_nested_extension.proto
  97. 1 1
      java/src/test/java/com/google/protobuf/non_nested_extension_lite.proto
  98. 1 1
      java/src/test/java/com/google/protobuf/outer_class_name_test.proto
  99. 1 1
      java/src/test/java/com/google/protobuf/outer_class_name_test2.proto
  100. 1 1
      java/src/test/java/com/google/protobuf/outer_class_name_test3.proto

+ 1 - 1
benchmarks/ProtoBench.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2009 Google Inc.  All rights reserved.
 // Copyright 2009 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
editors/proto.vim

@@ -1,6 +1,6 @@
 " Protocol Buffers - Google's data interchange format
 " Protocol Buffers - Google's data interchange format
 " Copyright 2008 Google Inc.  All rights reserved.
 " Copyright 2008 Google Inc.  All rights reserved.
-" http://code.google.com/p/protobuf/
+" https://developers.google.com/protocol-buffers/
 "
 "
 " Redistribution and use in source and binary forms, with or without
 " Redistribution and use in source and binary forms, with or without
 " modification, are permitted provided that the following conditions are
 " modification, are permitted provided that the following conditions are

+ 1 - 1
examples/README.txt

@@ -22,7 +22,7 @@ All of these programs simply take an address book file as their parameter.
 The add_person programs will create the file if it doesn't already exist.
 The add_person programs will create the file if it doesn't already exist.
 
 
 These examples are part of the Protocol Buffers tutorial, located at:
 These examples are part of the Protocol Buffers tutorial, located at:
-  http://code.google.com/apis/protocolbuffers/docs/tutorials.html
+  https://developers.google.com/protocol-buffers/docs/tutorials
 
 
 * Note that on some platforms you may have to edit the Makefile and remove
 * Note that on some platforms you may have to edit the Makefile and remove
 "-lpthread" from the linker commands (perhaps replacing it with something else).
 "-lpthread" from the linker commands (perhaps replacing it with something else).

+ 1 - 1
java/README.txt

@@ -93,4 +93,4 @@ Usage
 The complete documentation for Protocol Buffers is available via the
 The complete documentation for Protocol Buffers is available via the
 web at:
 web at:
 
 
-  http://code.google.com/apis/protocolbuffers/
+  https://developers.google.com/protocol-buffers/

+ 4 - 4
java/pom.xml

@@ -18,7 +18,7 @@
     extensible format.
     extensible format.
   </description>
   </description>
   <inceptionYear>2008</inceptionYear>
   <inceptionYear>2008</inceptionYear>
-  <url>http://code.google.com/p/protobuf</url>
+  <url>https://developers.google.com/protocol-buffers/</url>
   <licenses>
   <licenses>
     <license>
     <license>
       <name>New BSD license</name>
       <name>New BSD license</name>
@@ -27,9 +27,9 @@
     </license>
     </license>
   </licenses>
   </licenses>
   <scm>
   <scm>
-    <url>http://code.google.com/p/protobuf/source/browse</url>
+    <url>https://github.com/google/protobuf</url>
     <connection>
     <connection>
-      scm:svn:http://protobuf.googlecode.com/svn/trunk/
+      scm:git:https://github.com/google/protobuf.git
     </connection>
     </connection>
   </scm>
   </scm>
   <dependencies>
   <dependencies>
@@ -146,7 +146,7 @@
         <extensions>true</extensions>
         <extensions>true</extensions>
         <configuration>
         <configuration>
           <instructions>
           <instructions>
-            <Bundle-DocURL>http://code.google.com/p/protobuf</Bundle-DocURL>
+            <Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
             <Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
             <Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
             <Export-Package>com.google.protobuf;version=2.6.0</Export-Package>
             <Export-Package>com.google.protobuf;version=2.6.0</Export-Package>
           </instructions>
           </instructions>

+ 1 - 1
java/src/main/java/com/google/protobuf/AbstractMessage.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/AbstractMessageLite.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/AbstractParser.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/BlockingRpcChannel.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/BlockingService.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/BoundedByteString.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/ByteString.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/CodedInputStream.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/CodedOutputStream.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/Descriptors.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/DynamicMessage.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/Extension.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/ExtensionRegistry.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/ExtensionRegistryLite.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/FieldSet.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/GeneratedMessage.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/GeneratedMessageLite.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/Internal.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/LazyField.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/LazyFieldLite.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/LazyStringArrayList.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/LazyStringList.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/LiteralByteString.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/Message.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/MessageLite.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/MessageOrBuilder.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/MessageReflection.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/Parser.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/ProtocolMessageEnum.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/ProtocolStringList.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/RopeByteString.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/RpcCallback.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/RpcChannel.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/RpcController.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/RpcUtil.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/Service.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/ServiceException.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/SingleFieldBuilder.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/SmallSortedMap.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/TextFormat.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/UninitializedMessageException.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/UnknownFieldSet.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/Utf8.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/main/java/com/google/protobuf/WireFormat.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/AbstractMessageTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/BoundedByteStringTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/ByteStringTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/CheckUtf8Test.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/CodedInputStreamTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/CodedOutputStreamTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/DeprecatedFieldTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/DescriptorsTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/DynamicMessageTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/GeneratedMessageTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/IsValidUtf8Test.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/LazyFieldLiteTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/LazyFieldTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/LazyMessageLiteTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/LazyStringArrayListTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/LiteTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/LiteralByteStringTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/MessageTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/NestedBuildersTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/ParserTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/RepeatedFieldBuilderTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/RopeByteStringTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/ServiceTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/SingleFieldBuilderTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/SmallSortedMapTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/TestBadIdentifiers.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/TestUtil.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/TextFormatTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/UnknownFieldSetTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/WireFormatTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/lazy_fields_lite.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/lite_equals_and_hash.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/multiple_files_test.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/nested_builders_test.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/nested_extension.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/nested_extension_lite.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/non_nested_extension.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/non_nested_extension_lite.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/outer_class_name_test.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/outer_class_name_test2.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

+ 1 - 1
java/src/test/java/com/google/protobuf/outer_class_name_test3.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Protocol Buffers - Google's data interchange format
 // Copyright 2008 Google Inc.  All rights reserved.
 // Copyright 2008 Google Inc.  All rights reserved.
-// http://code.google.com/p/protobuf/
+// https://developers.google.com/protocol-buffers/
 //
 //
 // Redistribution and use in source and binary forms, with or without
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
 // modification, are permitted provided that the following conditions are

Some files were not shown because too many files changed in this diff