From e9c00d9dd0ac75dc3d1d140207939f11abe328b5 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Tue, 26 Aug 2014 16:16:00 -0700 Subject: [PATCH] Rename COPYING.txt to LICENSE for opensource compliance and update links in README.txt. --- COPYING.txt => LICENSE | 0 Makefile.am | 2 +- README.txt | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename COPYING.txt => LICENSE (100%) diff --git a/COPYING.txt b/LICENSE similarity index 100% rename from COPYING.txt rename to LICENSE diff --git a/Makefile.am b/Makefile.am index 790b8f7d..09b92ead 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ EXTRA_DIST = \ generate_descriptor_proto.sh \ README.txt \ INSTALL.txt \ - COPYING.txt \ + LICENSE \ CONTRIBUTORS.txt \ CHANGES.txt \ editors/README.txt \ diff --git a/README.txt b/README.txt index 17551a5a..0180d1e6 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ Protocol Buffers - Google's data interchange format Copyright 2008 Google Inc. -http://code.google.com/apis/protocolbuffers/ +https://developers.google.com/protocol-buffers/ C++ Installation - Unix ======================= @@ -149,4 +149,4 @@ Usage The complete documentation for Protocol Buffers is available via the web at: - http://code.google.com/apis/protocolbuffers/ + https://developers.google.com/protocol-buffers/