diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-23 21:01:14 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-23 21:02:36 (EDT) |
commit | 7ce13f6794c562a6079741c08b01102dce33eb14 (patch) | |
tree | 0477946f406330744da0e9e27a6abc6927285a49 /copyright | |
parent | f7ee66c4239bdd8025be916497ab765b8ebb18f5 (diff) |
copyright: Document copyright information.
Diffstat (limited to 'copyright')
-rw-r--r-- | copyright | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/copyright b/copyright new file mode 100644 index 0000000..eab761d --- /dev/null +++ b/copyright @@ -0,0 +1,46 @@ +GCC +=== + +Copyright (C) 1985, 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, +1998, 1999, 2000, 2003, 2004, 2006, 2007, 2010, 2011, 2012, 2013 Free +Software Foundation, Inc. + +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 3, or (at your option) any later +version. + +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +Under Section 7 of GPL version 3, you are granted additional +permissions described in the GCC Runtime Library Exception, version +3.1, as published by the Free Software Foundation. These permissions +apply to the following libraries: + + * libgcc + * libgomp + * libitm + * libmudflap + * libssp + * libstdc++-v3 + +On this system, a copy of the GNU General Public License may be found at +<file:///usr/share/common-licenses/GPL-3>. + +A copy of the GCC Runtime Library Exception may be found in the file +COPYING.RUNTIME. + + +Distribution Packaging +====================== + +Copyright (C) 2013 Patrick "P. J." McDermott + +These files may be reproduced, distributed, modified, and otherwise dealt in +under the terms of the Expat License. + +On this system, a copy of the Expat License may be found at +<file:///usr/share/common-licenses/Expat>. |