Browse Source

Merge pull request #111 from xfxyjwf/googlebot

Replace links in nano proto code.
Feng Xiao 10 years ago
parent
commit
ef4311302f
27 changed files with 27 additions and 27 deletions
  1. 1 1
      javanano/src/main/java/com/google/protobuf/nano/CodedInputByteBufferNano.java
  2. 1 1
      javanano/src/main/java/com/google/protobuf/nano/CodedOutputByteBufferNano.java
  3. 1 1
      javanano/src/main/java/com/google/protobuf/nano/ExtendableMessageNano.java
  4. 1 1
      javanano/src/main/java/com/google/protobuf/nano/Extension.java
  5. 1 1
      javanano/src/main/java/com/google/protobuf/nano/FieldArray.java
  6. 1 1
      javanano/src/main/java/com/google/protobuf/nano/FieldData.java
  7. 1 1
      javanano/src/main/java/com/google/protobuf/nano/InternalNano.java
  8. 1 1
      javanano/src/main/java/com/google/protobuf/nano/InvalidProtocolBufferNanoException.java
  9. 1 1
      javanano/src/main/java/com/google/protobuf/nano/MessageNano.java
  10. 1 1
      javanano/src/main/java/com/google/protobuf/nano/MessageNanoPrinter.java
  11. 1 1
      javanano/src/main/java/com/google/protobuf/nano/UnknownFieldData.java
  12. 1 1
      javanano/src/main/java/com/google/protobuf/nano/WireFormatNano.java
  13. 1 1
      javanano/src/test/java/com/google/protobuf/nano/NanoTest.java
  14. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_accessors_nano.proto
  15. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_enum_class_multiple_nano.proto
  16. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_enum_class_nano.proto
  17. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_has_nano.proto
  18. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_import_nano.proto
  19. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_multiple_nameclash_nano.proto
  20. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_multiple_nano.proto
  21. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_nano.proto
  22. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_recursive_nano.proto
  23. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_repeated_merge_nano.proto
  24. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_repeated_packables_nano.proto
  25. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_simple_nano.proto
  26. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_single_nano.proto
  27. 1 1
      javanano/src/test/java/com/google/protobuf/nano/unittest_stringutf8_nano.proto

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/CodedInputByteBufferNano.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2013 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/CodedOutputByteBufferNano.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2013 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/ExtendableMessageNano.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2013 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
 // modification, are permitted provided that the following conditions are

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

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2013 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/FieldArray.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2014 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/FieldData.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2014 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/InternalNano.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/InvalidProtocolBufferNanoException.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2013 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/MessageNano.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2013 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/MessageNanoPrinter.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2013 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/UnknownFieldData.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2013 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/main/java/com/google/protobuf/nano/WireFormatNano.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2013 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/NanoTest.java

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // Copyright 2013 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_accessors_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_enum_class_multiple_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_enum_class_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_has_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_import_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_multiple_nameclash_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_multiple_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_recursive_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_repeated_merge_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_repeated_packables_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_simple_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_single_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are

+ 1 - 1
javanano/src/test/java/com/google/protobuf/nano/unittest_stringutf8_nano.proto

@@ -1,6 +1,6 @@
 // Protocol Buffers - Google's data interchange format
 // 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
 // modification, are permitted provided that the following conditions are