rust/src/etc/third-party
2013-10-02 11:40:44 -07:00
..
COPYING3
COPYING.LIB
COPYING.RUNTIME
README.txt

Certain files in this distribution are covered by a different license than the rest of the Rust Project.
Specifically:

   - 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
     
   - libpthread-2.dll is distributed under the terms of the GNU Lesser General Public License 
     as published by the Free Software Foundation; either version 2 of the License, or (at your option) 
     any later version.  See the file COPYING.LIB for details.
     You can obtain a copy of the source of this library either here: http://sourceforge.net/projects/mingw/files/MinGW/Base/pthreads-w32/pthreads-w32-2.8.0-3/,
     or from the project website at http://sourceware.org/pthreads-win32