about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVadim Chugunov <vadimcn@gmail.com>2014-09-10 21:32:36 -0700
committerVadim Chugunov <vadimcn@gmail.com>2014-09-11 09:40:20 -0700
commit0ac9e9b561e361718abc5df10af216e52fc4fc3e (patch)
tree4ffd2a664640255dc5e1ab2679110b2d93febab0
parentc05ba8a298e904cabcaa1d96367b058537f541e4 (diff)
downloadrust-0ac9e9b561e361718abc5df10af216e52fc4fc3e.tar.gz
rust-0ac9e9b561e361718abc5df10af216e52fc4fc3e.zip
Update license notice.
-rw-r--r--src/etc/third-party/README.txt11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/etc/third-party/README.txt b/src/etc/third-party/README.txt
index a77c0e77efd..2544bfa2da3 100644
--- a/src/etc/third-party/README.txt
+++ b/src/etc/third-party/README.txt
@@ -1,8 +1,5 @@
-Certain files in this distribution are covered by a different license than the rest of the Rust Project.
-Specifically:
+Certain binaries in this distribution do not originate from the Rust project, but are distributed with it in its binary form. These binaries, including gcc and other parts of the GNU compiler toolchain, are licensed either under the terms of the GNU General Public License, or the GNU General Public License with the GCC Runtime Library Exception, as published by the Free Software Foundation, either version 3, or (at your option) any later version. See the files COPYING3 and COPYING.RUNTIME respectively.
 
-   - libgcc_s_dw2-1.dll and libstdc++6.dll are distributed under the terms of the GNU General Public License 
-     with the GCC Runtime Library Exception as published by the Free Software Foundation; either version 3, 
-     or (at your option) any later version.  See the files COPYING3 and COPYING.RUNTIME respectively.
-     You can obtain a copy of the source of these libraries either here: http://sourceforge.net/projects/mingw/files/MinGW/Base/gcc/Version4/gcc-4.5.2-1/,
-     or from the project website at http://gcc.gnu.org
+You can obtain a copy of the source of these libraries from the MinGW-w64 project[1].
+
+[1]: http://mingw-w64.sourceforge.net/