From: Bjorn Munch Date: January 18 2011 10:03am Subject: bzr commit into mysql-5.1-mtr branch (bjorn.munch:2970) List-Archive: http://lists.mysql.com/commits/129059 Message-Id: <201101181003.p0IA3vDF018928@khepri15.norway.sun.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0136635067==" --===============0136635067== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline #At file:///home/bm136801/my/mtr-51/ based on revid:bjorn.munch@stripped 2970 Bjorn Munch 2011-01-18 Fixed copyright headers in mtr src files modified: client/mysqltest.cc mysql-test/Makefile.am mysql-test/lib/My/ConfigFactory.pm mysql-test/lib/My/CoreDump.pm mysql-test/lib/My/File/Path.pm mysql-test/lib/My/Find.pm mysql-test/lib/My/Options.pm mysql-test/lib/My/Platform.pm mysql-test/lib/My/SafeProcess.pm mysql-test/lib/My/SafeProcess/Base.pm mysql-test/lib/My/SafeProcess/CMakeLists.txt mysql-test/lib/My/SafeProcess/Makefile.am mysql-test/lib/My/SafeProcess/safe_kill_win.cc mysql-test/lib/My/SafeProcess/safe_process.cc mysql-test/lib/My/SafeProcess/safe_process_win.cc mysql-test/lib/My/SysInfo.pm mysql-test/lib/My/Test.pm mysql-test/lib/mtr_misc.pl mysql-test/lib/mtr_report.pm mysql-test/mysql-stress-test.pl mysql-test/mysql-test-run.pl mysql-test/valgrind.supp === modified file 'client/mysqltest.cc' --- a/client/mysqltest.cc 2011-01-11 09:54:42 +0000 +++ b/client/mysqltest.cc 2011-01-18 10:03:44 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 MySQL AB +/* Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -11,7 +11,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /* mysqltest === modified file 'mysql-test/Makefile.am' --- a/mysql-test/Makefile.am 2010-12-28 23:47:05 +0000 +++ b/mysql-test/Makefile.am 2011-01-18 10:03:44 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2006 MySQL AB +# Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -10,10 +10,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Library General Public License for more details. # -# You should have received a copy of the GNU Library General Public -# License along with this library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -# MA 02111-1307, USA +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## Process this file with automake to create Makefile.in === modified file 'mysql-test/lib/My/ConfigFactory.pm' --- a/mysql-test/lib/My/ConfigFactory.pm 2010-06-15 09:16:38 +0000 +++ b/mysql-test/lib/My/ConfigFactory.pm 2011-01-18 10:03:44 +0000 @@ -1,4 +1,20 @@ # -*- cperl -*- +# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; version 2 +# of the License. +# +# This program 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + package My::ConfigFactory; use strict; === modified file 'mysql-test/lib/My/CoreDump.pm' --- a/mysql-test/lib/My/CoreDump.pm 2009-03-24 13:44:21 +0000 +++ b/mysql-test/lib/My/CoreDump.pm 2011-01-18 10:03:44 +0000 @@ -1,5 +1,5 @@ # -*- cperl -*- -# Copyright (C) 2004-2006 MySQL AB +# Copyright (C) 2008 MySQL AB, 2009 Sun Microsystems, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/File/Path.pm' --- a/mysql-test/lib/My/File/Path.pm 2009-04-01 14:23:10 +0000 +++ b/mysql-test/lib/My/File/Path.pm 2011-01-18 10:03:44 +0000 @@ -1,4 +1,19 @@ # -*- cperl -*- +# Copyright (C) 2008 MySQL AB, 2009 Sun Microsystems, Inc. +# +# This program 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; version 2 of the License. +# +# This program 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. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + package My::File::Path; use strict; === modified file 'mysql-test/lib/My/Find.pm' --- a/mysql-test/lib/My/Find.pm 2008-09-20 13:51:31 +0000 +++ b/mysql-test/lib/My/Find.pm 2011-01-18 10:03:44 +0000 @@ -1,5 +1,5 @@ # -*- cperl -*- -# Copyright (C) 2004-2006 MySQL AB +# Copyright (C) 2008 MySQL AB # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/Options.pm' --- a/mysql-test/lib/My/Options.pm 2008-04-24 11:02:53 +0000 +++ b/mysql-test/lib/My/Options.pm 2011-01-18 10:03:44 +0000 @@ -1,5 +1,5 @@ # -*- cperl -*- -# Copyright (C) 2004-2006 MySQL AB +# Copyright (C) 2008 MySQL AB # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/Platform.pm' --- a/mysql-test/lib/My/Platform.pm 2009-08-06 07:30:53 +0000 +++ b/mysql-test/lib/My/Platform.pm 2011-01-18 10:03:44 +0000 @@ -1,5 +1,5 @@ # -*- cperl -*- -# Copyright (C) 2004-2006 MySQL AB +# Copyright (C) 2008 MySQL AB, 2009 Sun Microsystems, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/SafeProcess.pm' --- a/mysql-test/lib/My/SafeProcess.pm 2010-03-16 09:45:32 +0000 +++ b/mysql-test/lib/My/SafeProcess.pm 2011-01-18 10:03:44 +0000 @@ -1,14 +1,15 @@ # -*- cperl -*- -# Copyright (C) 2004-2006 MySQL AB +# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. # -# This program 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; version 2 of the License. +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; version 2 +# of the License. # # This program 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. +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software === modified file 'mysql-test/lib/My/SafeProcess/Base.pm' --- a/mysql-test/lib/My/SafeProcess/Base.pm 2009-04-23 11:35:02 +0000 +++ b/mysql-test/lib/My/SafeProcess/Base.pm 2011-01-18 10:03:44 +0000 @@ -1,5 +1,5 @@ # -*- cperl -*- -# Copyright (C) 2004-2006 MySQL AB +# Copyright (C) 2008 MySQL AB, 2009 Sun Microsystems, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/SafeProcess/CMakeLists.txt' --- a/mysql-test/lib/My/SafeProcess/CMakeLists.txt 2007-12-19 11:58:06 +0000 +++ b/mysql-test/lib/My/SafeProcess/CMakeLists.txt 2011-01-18 10:03:44 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2006 MySQL AB +# Copyright (C) 2008 MySQL AB # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/SafeProcess/Makefile.am' --- a/mysql-test/lib/My/SafeProcess/Makefile.am 2009-10-13 18:21:42 +0000 +++ b/mysql-test/lib/My/SafeProcess/Makefile.am 2011-01-18 10:03:44 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2000-2006 MySQL AB +# Copyright (C) 2008 MySQL AB # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/SafeProcess/safe_kill_win.cc' --- a/mysql-test/lib/My/SafeProcess/safe_kill_win.cc 2009-09-29 22:19:00 +0000 +++ b/mysql-test/lib/My/SafeProcess/safe_kill_win.cc 2011-01-18 10:03:44 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2004 MySQL AB +/* Copyright (C) 2008 MySQL AB, 2009 Sun Microsystems, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/SafeProcess/safe_process.cc' --- a/mysql-test/lib/My/SafeProcess/safe_process.cc 2010-07-02 18:30:47 +0000 +++ b/mysql-test/lib/My/SafeProcess/safe_process.cc 2011-01-18 10:03:44 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008 MySQL AB +/* Copyright (C) 2008 MySQL AB, 2009 Sun Microsystems, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/SafeProcess/safe_process_win.cc' --- a/mysql-test/lib/My/SafeProcess/safe_process_win.cc 2010-01-19 08:48:56 +0000 +++ b/mysql-test/lib/My/SafeProcess/safe_process_win.cc 2011-01-18 10:03:44 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2004 MySQL AB +/* Copyright (C) 2008 MySQL AB, 2009 Sun Microsystems, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/SysInfo.pm' --- a/mysql-test/lib/My/SysInfo.pm 2008-10-11 15:30:26 +0000 +++ b/mysql-test/lib/My/SysInfo.pm 2011-01-18 10:03:44 +0000 @@ -1,5 +1,5 @@ # -*- cperl -*- -# Copyright (C) 2004-2006 MySQL AB +# Copyright (C) 2008 MySQL AB # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'mysql-test/lib/My/Test.pm' --- a/mysql-test/lib/My/Test.pm 2008-11-14 10:49:12 +0000 +++ b/mysql-test/lib/My/Test.pm 2011-01-18 10:03:44 +0000 @@ -1,4 +1,18 @@ # -*- cperl -*- +# Copyright (C) 2008 MySQL AB +# +# This program 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; version 2 of the License. +# +# This program 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. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # === modified file 'mysql-test/lib/mtr_misc.pl' --- a/mysql-test/lib/mtr_misc.pl 2010-06-03 08:31:26 +0000 +++ b/mysql-test/lib/mtr_misc.pl 2011-01-18 10:03:44 +0000 @@ -1,15 +1,16 @@ # -*- cperl -*- -# Copyright (C) 2004-2006 MySQL AB -# -# This program 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; version 2 of the License. -# +# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; version 2 +# of the License. +# # This program 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. -# +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Library General Public License for more details. +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA === modified file 'mysql-test/lib/mtr_report.pm' --- a/mysql-test/lib/mtr_report.pm 2011-01-11 09:53:22 +0000 +++ b/mysql-test/lib/mtr_report.pm 2011-01-18 10:03:44 +0000 @@ -1,5 +1,5 @@ # -*- cperl -*- -# Copyright 2004-2008 MySQL AB, 2008 Sun Microsystems, Inc. +# Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by === modified file 'mysql-test/mysql-stress-test.pl' --- a/mysql-test/mysql-stress-test.pl 2010-12-28 23:47:05 +0000 +++ b/mysql-test/mysql-stress-test.pl 2011-01-18 10:03:44 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2005, 2006 MySQL AB +# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -12,10 +12,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Library General Public License for more details. # -# You should have received a copy of the GNU Library General Public -# License along with this library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -# MA 02111-1307, USA +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # ====================================================================== # MySQL server stress test system === modified file 'mysql-test/mysql-test-run.pl' --- a/mysql-test/mysql-test-run.pl 2010-12-29 15:01:07 +0000 +++ b/mysql-test/mysql-test-run.pl 2011-01-18 10:03:44 +0000 @@ -13,10 +13,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Library General Public License for more details. # -# You should have received a copy of the GNU Library General Public -# License along with this library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -# MA 02111-1307, USA +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # ############################################################################## === modified file 'mysql-test/valgrind.supp' --- a/mysql-test/valgrind.supp 2010-12-28 23:47:05 +0000 +++ b/mysql-test/valgrind.supp 2011-01-18 10:03:44 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 2005, 2008 MySQL AB +# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU Library General Public @@ -10,10 +10,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Library General Public License for more details. # -# You should have received a copy of the GNU Library General Public -# License along with this library; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, -# MA 02111-1307, USA +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # Suppress some common (not fatal) errors in system libraries found by valgrind --===============0136635067== MIME-Version: 1.0 Content-Type: text/bzr-bundle; charset="us-ascii"; name="bzr/bjorn.munch@stripped" Content-Transfer-Encoding: 7bit Content-Disposition: inline # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: bjorn.munch@stripped # target_branch: file:///home/bm136801/my/mtr-51/ # testament_sha1: 651c6c93653511a0384cb981ce9a18652e5a4014 # timestamp: 2011-01-18 11:03:57 +0100 # base_revision_id: bjorn.munch@stripped\ # oc0zs9d8ytqf9yee # # Begin bundle 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 u5IpwoSFvpciGA== --===============0136635067==--