aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2014-08-26 16:16:00 -0700
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2014-08-26 16:16:00 -0700
commite9c00d9dd0ac75dc3d1d140207939f11abe328b5 (patch)
tree8a22b892bd41b3454d4f438969d27cf3ccc1b626
parenta21bf2e6466095c7a2cdb991017da9639cf496e5 (diff)
Rename COPYING.txt to LICENSE for opensource compliance and update links
in README.txt.
-rw-r--r--LICENSE (renamed from COPYING.txt)0
-rw-r--r--Makefile.am2
-rw-r--r--README.txt4
3 files changed, 3 insertions, 3 deletions
diff --git a/COPYING.txt b/LICENSE
index 705db579..705db579 100644
--- a/COPYING.txt
+++ b/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/