]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
functional: Fix License to GPL with exception.
authorPaolo Carlini <pcarlini@suse.de>
Tue, 22 Feb 2005 17:07:07 +0000 (17:07 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 22 Feb 2005 17:07:07 +0000 (17:07 +0000)
2005-02-22  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/functional: Fix License to GPL with exception.
* include/tr1/hashtable: Likewise.
* include/tr1/tuple: Likewise.
* include/tr1/type_traits: Likewise.
* include/tr1/type_traits_fwd.h: Likewise.
* include/tr1/unordered_map: Likewise.
* include/tr1/unordered_set: Likewise.
* include/tr1/utility: Likewise.

From-SVN: r95398

libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1/functional
libstdc++-v3/include/tr1/hashtable
libstdc++-v3/include/tr1/tuple
libstdc++-v3/include/tr1/type_traits
libstdc++-v3/include/tr1/type_traits_fwd.h
libstdc++-v3/include/tr1/unordered_map
libstdc++-v3/include/tr1/unordered_set
libstdc++-v3/include/tr1/utility

index 67958e698e575dbb1e1e9155d95608612025c148..c7065519aacbbd3b61b392d269326609f5c9b8ef 100644 (file)
@@ -1,3 +1,14 @@
+2005-02-22  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/tr1/functional: Fix License to GPL with exception.
+       * include/tr1/hashtable: Likewise.
+       * include/tr1/tuple: Likewise.
+       * include/tr1/type_traits: Likewise.
+       * include/tr1/type_traits_fwd.h: Likewise.
+       * include/tr1/unordered_map: Likewise.
+       * include/tr1/unordered_set: Likewise.
+       * include/tr1/utility: Likewise.
+
 2005-02-22  Paolo Carlini  <pcarlini@suse.de>
 
        * testsuite/tr1/2_general_utilities/memory/shared_ptr/assign/
index 0323b962d3f31de2d8c9df6806ddf82cab9e3560..602946f42c9667300147ff699b85e3a4f429dd5a 100644 (file)
 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
+// 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 from this file, or you compile
+// this file and link it with other files to produce an executable, this
+// file does not by itself cause the resulting executable to be covered by
+// the GNU General Public License.  This exception does not however
+// invalidate any other reasons why the executable file might be covered by
+// the GNU General Public License.
+
 /** @file 
  *  This is a TR1 C++ Library header. 
  */
index 28a71f9b1f726116242213f24ad782735063f195..c015e9edf69bbe3f8e667f7b3bf9f97622785457 100644 (file)
 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
+// 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 from this file, or you compile
+// this file and link it with other files to produce an executable, this
+// file does not by itself cause the resulting executable to be covered by
+// the GNU General Public License.  This exception does not however
+// invalidate any other reasons why the executable file might be covered by
+// the GNU General Public License.
+
 /** @file 
  *  This is a TR1 C++ Library header. 
  */
index 928c75f88cf8095c6984db66e82bd85cad3716b3..b3fed8ad6d6008d121979a7abcfb853df2651443 100644 (file)
@@ -1,6 +1,6 @@
 // class template tuple -*- C++ -*-
 
-// Copyright (C) 2004 Free Software Foundation, Inc.
+// Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
+// 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 from this file, or you compile
+// this file and link it with other files to produce an executable, this
+// file does not by itself cause the resulting executable to be covered by
+// the GNU General Public License.  This exception does not however
+// invalidate any other reasons why the executable file might be covered by
+// the GNU General Public License.
+
 /** @file 
  *  This is a TR1 C++ Library header. 
  */
index c4aa58d853d12ff0c04325d257dc230ae38c3362..c4c1ff487f067e54ae9ceee023c09b8fcf9eb154 100644 (file)
 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
+// 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 from this file, or you compile
+// this file and link it with other files to produce an executable, this
+// file does not by itself cause the resulting executable to be covered by
+// the GNU General Public License.  This exception does not however
+// invalidate any other reasons why the executable file might be covered by
+// the GNU General Public License.
+
 /** @file 
  *  This is a TR1 C++ Library header. 
  */
index 46beade5819b3f792eb5a1e64910084aa442ae33..738e67cd1d693c71db6fdf2ee18040bb811417ab 100644 (file)
 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
+// 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 from this file, or you compile
+// this file and link it with other files to produce an executable, this
+// file does not by itself cause the resulting executable to be covered by
+// the GNU General Public License.  This exception does not however
+// invalidate any other reasons why the executable file might be covered by
+// the GNU General Public License.
+
 /** @file type_traits_fwd.h
  *  This is an internal header file, included by other library headers.
  *  You should not attempt to use it directly.
index 8a724ebfad3aeecd8f7e3acd0d60fdb889fddce9..e35683d36aa9d00541308651db9a7207d13f51e3 100644 (file)
 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
+// 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 from this file, or you compile
+// this file and link it with other files to produce an executable, this
+// file does not by itself cause the resulting executable to be covered by
+// the GNU General Public License.  This exception does not however
+// invalidate any other reasons why the executable file might be covered by
+// the GNU General Public License.
+
 /** @file 
  *  This is a TR1 C++ Library header. 
  */
index 554141cbad5f034fb2abfbb2a0359eca60aacd94..e0f75f05c13a57a619c76829dc0befba222cf46a 100644 (file)
 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
+// 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 from this file, or you compile
+// this file and link it with other files to produce an executable, this
+// file does not by itself cause the resulting executable to be covered by
+// the GNU General Public License.  This exception does not however
+// invalidate any other reasons why the executable file might be covered by
+// the GNU General Public License.
+
 /** @file 
  *  This is a TR1 C++ Library header. 
  */
index 6a74dfaf4d8d911912c475919f57e71fd893e429..645edb6592f0b4f17d26d0bdd0873fe8e6abd27c 100644 (file)
 // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 // USA.
 
+// 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 from this file, or you compile
+// this file and link it with other files to produce an executable, this
+// file does not by itself cause the resulting executable to be covered by
+// the GNU General Public License.  This exception does not however
+// invalidate any other reasons why the executable file might be covered by
+// the GNU General Public License.
+
 /** @file 
  *  This is a TR1 C++ Library header. 
  */