This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52317] incorrect FSF address
- From: "alfred.minarik.1 at aon dot at" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 21 Feb 2012 20:16:41 +0000
- Subject: [Bug libstdc++/52317] incorrect FSF address
- Auto-submitted: auto-generated
- References: <bug-52317-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52317
Alfred Minarik <alfred.minarik.1 at aon dot at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alfred.minarik.1 at aon dot
| |at
--- Comment #12 from Alfred Minarik <alfred.minarik.1 at aon dot at> 2012-02-21 20:16:41 UTC ---
Sorry for my ignorance, but shouldn't the files which previous contained the
special exception
// As a special exception, you may use this file as part of a free
// software library without restriction. Specifically, if other files
// instantiate templates or use macros or inline functions
...
now contain the new replacement (like other libstdc++ files)
// 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.
// You should have received a copy of the GNU General Public License and
// a copy of the GCC Runtime Library Exception along with this program;
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>.