This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/52317] incorrect FSF address


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/>.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]