From: Kent Boortz Date: January 30 2011 11:16pm Subject: bzr commit into mysql-5.1-telco-7.1 branch (kent.boortz:4058) List-Archive: http://lists.mysql.com/commits/129989 Message-Id: <20110130231614.23890.qmail@helheim> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0504444090==" --===============0504444090== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline #At file:///net/helheim/store/bteam/bzr/kent/copyright-work/repos/mysql-7.1.10-release/ based on revid:kent.boortz@stripped 4058 Kent Boortz 2011-01-31 [merge] Updated/added copyright headers modified: storage/ndb/include/kernel/signaldata/ConfigChange.hpp storage/ndb/include/mgmcommon/IPCConfig.hpp storage/ndb/include/portlib/NdbDir.hpp storage/ndb/include/portlib/ndb_daemon.h storage/ndb/include/util/HashMap.hpp storage/ndb/src/common/debugger/signaldata/CreateTrigImpl.cpp storage/ndb/src/common/logger/message.h storage/ndb/src/common/mgmcommon/IPCConfig.cpp storage/ndb/src/common/portlib/NdbDir.cpp storage/ndb/src/common/portlib/ndb_daemon.cc storage/ndb/src/common/util/ndb_opts.c storage/ndb/src/common/util/require.c storage/ndb/src/kernel/angel.cpp storage/ndb/src/kernel/angel.hpp storage/ndb/src/kernel/blocks/dbinfo/Dbinfo.hpp storage/ndb/src/kernel/ndbd.cpp storage/ndb/src/kernel/ndbd.hpp storage/ndb/src/kernel/vm/dummy_mt.cpp storage/ndb/src/kernel/vm/dummy_nonmt.cpp storage/ndb/src/mgmsrv/ConfigManager.cpp storage/ndb/src/mgmsrv/ConfigManager.hpp storage/ndb/src/ndbapi/trp_client.cpp storage/ndb/test/run-test/CMakeLists.txt storage/ndb/test/run-test/create_mtr_suites.pl === modified file 'storage/ndb/include/kernel/signaldata/ConfigChange.hpp' --- a/storage/ndb/include/kernel/signaldata/ConfigChange.hpp 2010-09-21 06:04:04 +0000 +++ b/storage/ndb/include/kernel/signaldata/ConfigChange.hpp 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008 Sun Microsystems, Inc. +/* 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 === modified file 'storage/ndb/include/mgmcommon/IPCConfig.hpp' --- a/storage/ndb/include/mgmcommon/IPCConfig.hpp 2010-12-15 06:07:35 +0000 +++ b/storage/ndb/include/mgmcommon/IPCConfig.hpp 2011-01-30 23:13:49 +0000 @@ -1,6 +1,5 @@ /* - Copyright (C) 2003-2008 MySQL AB, Sun Microsystems Inc. - All rights reserved. Use is subject to license terms. + Copyright (c) 2003, 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 === modified file 'storage/ndb/include/portlib/NdbDir.hpp' --- a/storage/ndb/include/portlib/NdbDir.hpp 2010-11-18 10:03:45 +0000 +++ b/storage/ndb/include/portlib/NdbDir.hpp 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2009 Sun Microsystems, Inc. +/* 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 === modified file 'storage/ndb/include/portlib/ndb_daemon.h' --- a/storage/ndb/include/portlib/ndb_daemon.h 2010-06-16 12:06:41 +0000 +++ b/storage/ndb/include/portlib/ndb_daemon.h 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2009 Sun Microsystems, Inc. +/* Copyright (c) 2009, 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 === modified file 'storage/ndb/include/util/HashMap.hpp' --- a/storage/ndb/include/util/HashMap.hpp 2010-09-21 07:36:08 +0000 +++ b/storage/ndb/include/util/HashMap.hpp 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Sun Microsystems Inc. +/* Copyright (c) 2009, 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 === modified file 'storage/ndb/src/common/debugger/signaldata/CreateTrigImpl.cpp' --- a/storage/ndb/src/common/debugger/signaldata/CreateTrigImpl.cpp 2010-05-03 04:49:08 +0000 +++ b/storage/ndb/src/common/debugger/signaldata/CreateTrigImpl.cpp 2011-01-30 23:13:49 +0000 @@ -2,8 +2,7 @@ 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; either version 2 of the License, or - (at your option) any later version. + 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 === modified file 'storage/ndb/src/common/logger/message.h' --- a/storage/ndb/src/common/logger/message.h 2010-04-07 09:14:43 +0000 +++ b/storage/ndb/src/common/logger/message.h 2011-01-30 23:13:49 +0000 @@ -1,4 +1,21 @@ /* + Copyright (c) 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 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 +*/ + +/* To change or add messages ndbd or ndb_mgmd writes to the Windows error log, run mc.exe message.mc === modified file 'storage/ndb/src/common/mgmcommon/IPCConfig.cpp' --- a/storage/ndb/src/common/mgmcommon/IPCConfig.cpp 2010-12-15 06:07:35 +0000 +++ b/storage/ndb/src/common/mgmcommon/IPCConfig.cpp 2011-01-30 23:13:49 +0000 @@ -1,6 +1,5 @@ /* - Copyright (C) 2003-2008 MySQL AB, Sun Microsystems Inc. - All rights reserved. Use is subject to license terms. + Copyright (c) 2003, 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 === modified file 'storage/ndb/src/common/portlib/NdbDir.cpp' --- a/storage/ndb/src/common/portlib/NdbDir.cpp 2010-11-30 07:47:55 +0000 +++ b/storage/ndb/src/common/portlib/NdbDir.cpp 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2009 Sun Microsystems, Inc. +/* 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 === modified file 'storage/ndb/src/common/portlib/ndb_daemon.cc' --- a/storage/ndb/src/common/portlib/ndb_daemon.cc 2010-11-17 10:20:39 +0000 +++ b/storage/ndb/src/common/portlib/ndb_daemon.cc 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2009 Sun Microsystems, Inc. +/* Copyright (c) 2009, 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 === modified file 'storage/ndb/src/common/util/ndb_opts.c' --- a/storage/ndb/src/common/util/ndb_opts.c 2010-11-17 10:01:47 +0000 +++ b/storage/ndb/src/common/util/ndb_opts.c 2011-01-30 23:13:49 +0000 @@ -1,3 +1,20 @@ +/* + 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 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 +*/ + #define OPTEXPORT #include === modified file 'storage/ndb/src/common/util/require.c' --- a/storage/ndb/src/common/util/require.c 2009-12-03 11:39:48 +0000 +++ b/storage/ndb/src/common/util/require.c 2011-01-30 23:13:49 +0000 @@ -1,3 +1,21 @@ +/* + Copyright 2009 Sun Microsystems, Inc. + All rights reserved. Use is subject to license terms. + + 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 +*/ + #include void require_failed(int exitcode, RequirePrinter printer, === modified file 'storage/ndb/src/kernel/angel.cpp' --- a/storage/ndb/src/kernel/angel.cpp 2010-11-03 14:01:49 +0000 +++ b/storage/ndb/src/kernel/angel.cpp 2011-01-30 23:15:47 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2008 MySQL AB, 2009 Sun Microsystems, Inc. +/* Copyright (c) 2009, 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 === modified file 'storage/ndb/src/kernel/angel.hpp' --- a/storage/ndb/src/kernel/angel.hpp 2010-11-03 11:09:03 +0000 +++ b/storage/ndb/src/kernel/angel.hpp 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2008 MySQL AB, 2009 Sun Microsystems, Inc. +/* Copyright (c) 2009, 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 === modified file 'storage/ndb/src/kernel/blocks/dbinfo/Dbinfo.hpp' --- a/storage/ndb/src/kernel/blocks/dbinfo/Dbinfo.hpp 2010-01-15 11:15:33 +0000 +++ b/storage/ndb/src/kernel/blocks/dbinfo/Dbinfo.hpp 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2008 MySQL AB, 2009-2010 Sun Microsystems Inc. +/* Copyright 2008-2010 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. This program is free software; you can redistribute it and/or modify === modified file 'storage/ndb/src/kernel/ndbd.cpp' --- a/storage/ndb/src/kernel/ndbd.cpp 2010-12-20 10:33:24 +0000 +++ b/storage/ndb/src/kernel/ndbd.cpp 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2008 MySQL AB, 2009 Sun Microsystems, Inc. +/* Copyright (c) 2009, 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 === modified file 'storage/ndb/src/kernel/ndbd.hpp' --- a/storage/ndb/src/kernel/ndbd.hpp 2010-05-05 15:27:29 +0000 +++ b/storage/ndb/src/kernel/ndbd.hpp 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2003-2008 MySQL AB, 2009 Sun Microsystems, Inc. +/* Copyright (c) 2009, 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 === modified file 'storage/ndb/src/kernel/vm/dummy_mt.cpp' --- a/storage/ndb/src/kernel/vm/dummy_mt.cpp 2008-01-01 12:45:11 +0000 +++ b/storage/ndb/src/kernel/vm/dummy_mt.cpp 2011-01-30 23:13:49 +0000 @@ -1,3 +1,21 @@ +/* + Copyright (C) 2008 MySQL AB + All rights reserved. Use is subject to license terms. + + 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 +*/ + #include "FastScheduler.hpp" #include "RefConvert.hpp" === modified file 'storage/ndb/src/kernel/vm/dummy_nonmt.cpp' --- a/storage/ndb/src/kernel/vm/dummy_nonmt.cpp 2009-01-23 14:21:31 +0000 +++ b/storage/ndb/src/kernel/vm/dummy_nonmt.cpp 2011-01-30 23:13:49 +0000 @@ -1,3 +1,21 @@ +/* + Copyright (C) 2008 MySQL AB, 2008, 2009 Sun Microsystems, Inc. + All rights reserved. Use is subject to license terms. + + 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 +*/ + #include #include === modified file 'storage/ndb/src/mgmsrv/ConfigManager.cpp' --- a/storage/ndb/src/mgmsrv/ConfigManager.cpp 2011-01-11 19:13:37 +0000 +++ b/storage/ndb/src/mgmsrv/ConfigManager.cpp 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2009 Sun Microsystems, Inc. +/* Copyright (c) 2008, 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 'storage/ndb/src/mgmsrv/ConfigManager.hpp' --- a/storage/ndb/src/mgmsrv/ConfigManager.hpp 2010-09-17 14:30:59 +0000 +++ b/storage/ndb/src/mgmsrv/ConfigManager.hpp 2011-01-30 23:13:49 +0000 @@ -1,4 +1,4 @@ -/* Copyright (C) 2008 Sun Microsystems, Inc. +/* 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 === modified file 'storage/ndb/src/ndbapi/trp_client.cpp' --- a/storage/ndb/src/ndbapi/trp_client.cpp 2011-01-12 08:04:39 +0000 +++ b/storage/ndb/src/ndbapi/trp_client.cpp 2011-01-30 23:13:49 +0000 @@ -1,3 +1,20 @@ +/* + Copyright (c) 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 + 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 +*/ + #include "trp_client.hpp" #include "TransporterFacade.hpp" === modified file 'storage/ndb/test/run-test/CMakeLists.txt' --- a/storage/ndb/test/run-test/CMakeLists.txt 2010-11-17 11:35:04 +0000 +++ b/storage/ndb/test/run-test/CMakeLists.txt 2011-01-30 23:13:49 +0000 @@ -1,5 +1,4 @@ -# Copyright (C) 2009 Sun Microsystems -# All rights reserved. Use is subject to license terms. +# Copyright (c) 2009, 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 === modified file 'storage/ndb/test/run-test/create_mtr_suites.pl' --- a/storage/ndb/test/run-test/create_mtr_suites.pl 2009-03-13 13:34:10 +0000 +++ b/storage/ndb/test/run-test/create_mtr_suites.pl 2011-01-30 23:13:49 +0000 @@ -1,6 +1,22 @@ #!/usr/bin/perl # -*- cperl -*- +# Copyright 2009 Sun Microsystems, Inc. +# All rights reserved. Use is subject to license terms. +# +# 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 + use strict; use warnings; use IO::File; --===============0504444090== MIME-Version: 1.0 Content-Type: text/bzr-bundle; charset="us-ascii"; name="bzr/kent.boortz@stripped" Content-Transfer-Encoding: 7bit Content-Disposition: inline # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: kent.boortz@stripped # target_branch: file:///net/helheim/store/bteam/bzr/kent/copyright-\ # work/repos/mysql-7.1.10-release/ # testament_sha1: 8ea93f6b78481f04969d0a814c49bb7fadc02a0b # timestamp: 2011-01-31 00:16:14 +0100 # source_branch: file:///net/helheim/store/bteam/bzr/kent/copyright-\ # work/repos/mysql-5.1-telco-7.0/ # base_revision_id: kent.boortz@stripped\ # bld27t35d0hke31l # # Begin bundle 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 XckU4UJDSlEK5A== --===============0504444090==--