]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix find&replace error in license boilerplate
authorJonathan Wakely <jwakely@redhat.com>
Tue, 15 Nov 2016 14:44:15 +0000 (14:44 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 15 Nov 2016 14:44:15 +0000 (14:44 +0000)
* testsuite/experimental/any/typedefs.cc: Fix license text.
* testsuite/experimental/chrono/value.cc: Likewise.
* testsuite/experimental/optional/assignment/1.cc: Likewise.
* testsuite/experimental/optional/assignment/2.cc: Likewise.
* testsuite/experimental/optional/assignment/3.cc: Likewise.
* testsuite/experimental/optional/assignment/4.cc: Likewise.
* testsuite/experimental/optional/assignment/5.cc: Likewise.
* testsuite/experimental/optional/assignment/6.cc: Likewise.
* testsuite/experimental/optional/cons/move.cc: Likewise.
* testsuite/experimental/optional/cons/value.cc: Likewise.
* testsuite/experimental/optional/constexpr/cons/value.cc: Likewise.
* testsuite/experimental/optional/constexpr/make_optional.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/1.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/2.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/3.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/4.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/5.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/1.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/2.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/3.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/4.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/5.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/6.cc: Likewise.
* testsuite/experimental/optional/make_optional.cc: Likewise.
* testsuite/experimental/optional/observers/1.cc: Likewise.
* testsuite/experimental/optional/observers/2.cc: Likewise.
* testsuite/experimental/optional/observers/3.cc: Likewise.
* testsuite/experimental/optional/observers/4.cc: Likewise.
* testsuite/experimental/optional/observers/5.cc: Likewise.
* testsuite/experimental/optional/relops/1.cc: Likewise.
* testsuite/experimental/optional/relops/2.cc: Likewise.
* testsuite/experimental/optional/relops/3.cc: Likewise.
* testsuite/experimental/optional/relops/4.cc: Likewise.
* testsuite/experimental/optional/relops/5.cc: Likewise.
* testsuite/experimental/optional/relops/6.cc: Likewise.
* testsuite/experimental/optional/requirements.cc: Likewise.
* testsuite/experimental/optional/swap/1.cc: Likewise.
* testsuite/experimental/optional/typedefs.cc: Likewise.
* testsuite/experimental/ratio/value.cc: Likewise.
* testsuite/experimental/string_view/typedefs.cc: Likewise.
* testsuite/experimental/system_error/value.cc: Likewise.
* testsuite/experimental/tuple/tuple_size.cc: Likewise.
* testsuite/experimental/type_traits/value.cc: Likewise.

From-SVN: r242420

44 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/experimental/any/typedefs.cc
libstdc++-v3/testsuite/experimental/chrono/value.cc
libstdc++-v3/testsuite/experimental/optional/assignment/1.cc
libstdc++-v3/testsuite/experimental/optional/assignment/2.cc
libstdc++-v3/testsuite/experimental/optional/assignment/3.cc
libstdc++-v3/testsuite/experimental/optional/assignment/4.cc
libstdc++-v3/testsuite/experimental/optional/assignment/5.cc
libstdc++-v3/testsuite/experimental/optional/assignment/6.cc
libstdc++-v3/testsuite/experimental/optional/cons/move.cc
libstdc++-v3/testsuite/experimental/optional/cons/value.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc
libstdc++-v3/testsuite/experimental/optional/make_optional.cc
libstdc++-v3/testsuite/experimental/optional/observers/1.cc
libstdc++-v3/testsuite/experimental/optional/observers/2.cc
libstdc++-v3/testsuite/experimental/optional/observers/3.cc
libstdc++-v3/testsuite/experimental/optional/observers/4.cc
libstdc++-v3/testsuite/experimental/optional/observers/5.cc
libstdc++-v3/testsuite/experimental/optional/relops/1.cc
libstdc++-v3/testsuite/experimental/optional/relops/2.cc
libstdc++-v3/testsuite/experimental/optional/relops/3.cc
libstdc++-v3/testsuite/experimental/optional/relops/4.cc
libstdc++-v3/testsuite/experimental/optional/relops/5.cc
libstdc++-v3/testsuite/experimental/optional/relops/6.cc
libstdc++-v3/testsuite/experimental/optional/requirements.cc
libstdc++-v3/testsuite/experimental/optional/swap/1.cc
libstdc++-v3/testsuite/experimental/optional/typedefs.cc
libstdc++-v3/testsuite/experimental/ratio/value.cc
libstdc++-v3/testsuite/experimental/string_view/typedefs.cc
libstdc++-v3/testsuite/experimental/system_error/value.cc
libstdc++-v3/testsuite/experimental/tuple/tuple_size.cc
libstdc++-v3/testsuite/experimental/type_traits/value.cc

index 5e7c3116ff9b1d004bb2698afff01d2a164a57fd..26ec7c105d84f812f0bcd909eb7eca8d473eaa3a 100644 (file)
@@ -1,3 +1,49 @@
+2016-11-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/experimental/any/typedefs.cc: Fix license text.
+       * testsuite/experimental/chrono/value.cc: Likewise.
+       * testsuite/experimental/optional/assignment/1.cc: Likewise.
+       * testsuite/experimental/optional/assignment/2.cc: Likewise.
+       * testsuite/experimental/optional/assignment/3.cc: Likewise.
+       * testsuite/experimental/optional/assignment/4.cc: Likewise.
+       * testsuite/experimental/optional/assignment/5.cc: Likewise.
+       * testsuite/experimental/optional/assignment/6.cc: Likewise.
+       * testsuite/experimental/optional/cons/move.cc: Likewise.
+       * testsuite/experimental/optional/cons/value.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/cons/value.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/make_optional.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/1.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/2.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/3.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/4.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/5.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/1.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/2.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/3.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/4.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/5.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/6.cc: Likewise.
+       * testsuite/experimental/optional/make_optional.cc: Likewise.
+       * testsuite/experimental/optional/observers/1.cc: Likewise.
+       * testsuite/experimental/optional/observers/2.cc: Likewise.
+       * testsuite/experimental/optional/observers/3.cc: Likewise.
+       * testsuite/experimental/optional/observers/4.cc: Likewise.
+       * testsuite/experimental/optional/observers/5.cc: Likewise.
+       * testsuite/experimental/optional/relops/1.cc: Likewise.
+       * testsuite/experimental/optional/relops/2.cc: Likewise.
+       * testsuite/experimental/optional/relops/3.cc: Likewise.
+       * testsuite/experimental/optional/relops/4.cc: Likewise.
+       * testsuite/experimental/optional/relops/5.cc: Likewise.
+       * testsuite/experimental/optional/relops/6.cc: Likewise.
+       * testsuite/experimental/optional/requirements.cc: Likewise.
+       * testsuite/experimental/optional/swap/1.cc: Likewise.
+       * testsuite/experimental/optional/typedefs.cc: Likewise.
+       * testsuite/experimental/ratio/value.cc: Likewise.
+       * testsuite/experimental/string_view/typedefs.cc: Likewise.
+       * testsuite/experimental/system_error/value.cc: Likewise.
+       * testsuite/experimental/tuple/tuple_size.cc: Likewise.
+       * testsuite/experimental/type_traits/value.cc: Likewise.
+
 2016-10-20  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/78052
index b10cfec4a5d68ec5a0fc1ca03de2462465d9fb03..74099aebb67fd15a838eb981bb90b6708d83a914 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 32e757f60946a390f7ac1ace21e1619362c60a04..c375ad086e6f07e156c2a0f1a3b3edfa88fc5794 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e9a866a5fedcd0cef2fa63846fef17deea0fb2e7..3f124c8270042351702469024c5e1acdbbf7b0bc 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index ed160cb7c3df1e47c241801ccd0eb4976036fdb9..615f5ca2fd08e71dd065f20b965184d5f7bc8897 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 55cc75a5e6fc6b503a52349ea1ac1321fe49d704..4f210af6ed81b58482b0529830b81f325e23bfa9 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e589dde880fa1019a24e6fbbd2d87f0a0c68c82a..4b93e6db183a45ad5240755f7832823e4373b561 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 2440339a3e3d5a5a6d2fe7514e693f94a7cfbf2f..2a836e1327a64b452f20bebdc00094a6b178cbe1 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index f80e7d0f9ef2ef7cab044b422d5bebdd7dba4b97..0a8af5b7499254d8355c7f95e1e1125d69a483ef 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index fb123aea8091057846702e9247d91579425a4aac..53f27479677810d3170a15b19e6a632a5703cb8d 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index d7d2ad5b59df96981708368ed0081754a58e26e0..084195dd794c3d1e32331d000a4500a70845a991 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index bcc891936c858b569d445596c81da783f3d4cacf..eaafbabe7e2963f570f9ef8e3f4256d2d1ad7c6e 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index d57cf5cf6ebe7b419b3bf1542a1011bfc28293f8..f77a6f2875a79dd670cf5a6d38bd1df37172e557 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index e0cce10db562949c1661353aa579b36361498134..26d7f90d9c5dcb873676c239a20028dac8589083 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 803927bec05243a7f8b88f6e4e7c8cfc2655076d..74896be0094c20d775e304628d2d1c62d11ac7f5 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index be170f572462fb6c0f08c91d741db7c6a0e69948..6ccb06aecca9b1bd6bf2b37fcce0f64a884a32bc 100644 (file)
@@ -13,7 +13,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index c8cd20a1b23c1832849564bd849b031e10acda0d..c8b48dde7d9cfd91a7ff064e3623f0f4df79f07f 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index bb66b8f147b3cc63d3d922424ae77c106dff55d1..8915478632d000b25bdae38aa54bcbf678df38ab 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 66bbaeec64d34a9580ff40f99776665f3d7e3354..92cb51b419bbdbd354cfb612cc5e2dc1d54ac1df 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 35095cf67a05567ff43e6178f52c7e81258e51a6..136b539f0eb27022bedebf7695b7c98ee329eff7 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 70cc5258ae06ead56e996da0d1a4e9dcf3af301f..ac6640ce9a484ea538058a888e82d3bb412dafaf 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 7d859563958d8acc08c0c8da66b5d9416a198c1a..c4ab1ad5fdca716dd585ae88dd15ba4a4aa1fcb8 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 25f0eb41e56ceba532722ae98682d4bc7ac56e78..e2883c2ea5b28b2cc3d258b5ab76c496eac63591 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 9df92b793014831d83f4f3304f5b176da96586b7..da66044d2386bf7cfcd1ad16e80988b6977e1ee0 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 3b3689fb52c47df0566062981109d868326f4d5e..65544ca5453f5dcc50c112d06e88077e5dee8870 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 1aeebf7405af4abcd2c0a26bcfc63f7d22b810c6..d8f43ae0f51923edaa0bc493788ae3e9a7a4ebb9 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 7cf5a5880ee0d44c44a4cf20fd363b7cb5f421e3..04bee98039ea600e81746ccbeb0f136befcaaa71 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 68eacc42f46f3991bacf5a2310730d2770f555a9..003f48218021ada64bdf7b7aa8349ac7ec8362d8 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 0de043a5aa2ed269b9bee83aa2fb4fadf656b6a9..0dcb4ac6ad5c0dc62655cdc9efc16e5974426c6d 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 2bf4cc4fda8992f86544aa036e976e778145257f..72febbccbfb20e30dd6ba9a5631a38a480874913 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index d82fae934abbd9f3e003e47d43778fea90cddcd6..26a5ca553c2b37a79118a695ba261f968099be12 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 3eed56f2a03c2916546c515877836c2a86aa0d8c..48cf1835c91ed43006d3a5a9327ba34e3d26b715 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index de410d7df07b41899a348cd8680d602cd1815c27..a1a37a81e0a265deebae7b74375b5b6e1f88bbb1 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 0c256839fd33c66ff24c07cf122b827ffeb5b043..31964c0f42c7104eaf19312517d4e4bf0db96097 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index c3ed269291fecf84b29d259c96a89fcfcfdfcd68..2362a96a29532f8871e0d64aa2454cd8dba794b0 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 60a13a8cb79649b8e0d844b7fe5c0b4347edfa0c..05875290c17b1d4ee2ee48b51ad258e09c0c4733 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 531b6ca4101ef4a5a09b703d45968454d3714c38..b925e5b39d0f50f41d895fe05037358a29cc765a 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 383791c32780bf5bb0261fd49544fd5fa0d35459..3a2d55eb02336d7ce47a06818e7036d984bba82a 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 503aa054eeebcdb267c1c3bab07be5e0d23a7a2c..11150e6c50cf3c3ab45583af6f4ca25161c2285b 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 7cc20b18600b1f7689333ff780bbf2e522ae73b3..d48ee0597b384526a51f240418aff2466505a6e9 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index c91527024df7f645f9dc0b0e9452a0094446998c..a5acbb2b38a3adeb18182e2111f3d69ce5302db0 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index c6e8f3b5bcba312033299d1e294bb2255c08e6a4..2fb8f74ac460d558971194d29b81205f872355d2 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index 262bd5758fb410d510a401936b116a70ef42d6f8..70ef7a4a181b6fb943dd17f2ee9565c0989ce010 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
index fefe52391a2760bcaf48b086510184f05b592873..8f5bbec529a9d8d60233eefaad58a69ec3725df7 100644 (file)
@@ -14,7 +14,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
 
-// You should have received a moved_to of the GNU General Public License along
+// You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.