diff options
author | Jeff Davidson <jpd@google.com> | 2015-01-22 00:13:03 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-22 00:13:03 +0000 |
commit | 0fba86c685b6fd8b82055541012c1ab1efc370cd (patch) | |
tree | 204041a6b0ac0941d14faa2afe222d1b4b627db9 /src/google/protobuf/io/gzip_stream.cc | |
parent | 2429788d4e969267e28ba708130e1f6f0d737a48 (diff) | |
parent | e6ae5ecfc360e1ad261b561c8e5e16b6554d5347 (diff) | |
download | external_protobuf-0fba86c685b6fd8b82055541012c1ab1efc370cd.zip external_protobuf-0fba86c685b6fd8b82055541012c1ab1efc370cd.tar.gz external_protobuf-0fba86c685b6fd8b82055541012c1ab1efc370cd.tar.bz2 |
am e6ae5ecf: Merge "Upgrade protobuf library to v2.6.1."
* commit 'e6ae5ecfc360e1ad261b561c8e5e16b6554d5347':
Upgrade protobuf library to v2.6.1.
Diffstat (limited to 'src/google/protobuf/io/gzip_stream.cc')
-rw-r--r-- | src/google/protobuf/io/gzip_stream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/io/gzip_stream.cc b/src/google/protobuf/io/gzip_stream.cc index fe1f331..ee28696 100644 --- a/src/google/protobuf/io/gzip_stream.cc +++ b/src/google/protobuf/io/gzip_stream.cc @@ -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 |