From: Sivert Sorumgard Date: September 20 2012 1:02pm Subject: bzr push into mysql-5.5-cluster-7.2 branch (sivert.sorumgaard:4072 to 4073) List-Archive: http://lists.mysql.com/commits/144848 Message-Id: <20120920130226.27196.10498.4073@khepri02.no.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 4073 Sivert Sorumgard 2012-09-20 Add copyright headers in mcc frontend files modified: storage/ndb/mcc/frontend/README.unittests storage/ndb/mcc/frontend/content.html storage/ndb/mcc/frontend/css/content.css storage/ndb/mcc/frontend/css/welcome.css storage/ndb/mcc/frontend/help/css/help.css storage/ndb/mcc/frontend/help/html/help.html storage/ndb/mcc/frontend/help/html/help_cnt.html storage/ndb/mcc/frontend/help/html/help_hdr.html storage/ndb/mcc/frontend/help/html/help_toc.html storage/ndb/mcc/frontend/index.html storage/ndb/mcc/frontend/js/mcc/configuration.js storage/ndb/mcc/frontend/js/mcc/configuration/calculations.js storage/ndb/mcc/frontend/js/mcc/configuration/deploy.js storage/ndb/mcc/frontend/js/mcc/configuration/parameters.js storage/ndb/mcc/frontend/js/mcc/gui.js storage/ndb/mcc/frontend/js/mcc/gui/clusterdef.js storage/ndb/mcc/frontend/js/mcc/gui/deploymenttree.js storage/ndb/mcc/frontend/js/mcc/gui/hostdef.js storage/ndb/mcc/frontend/js/mcc/gui/hosttree.js storage/ndb/mcc/frontend/js/mcc/gui/hosttreedetails.js storage/ndb/mcc/frontend/js/mcc/gui/processtree.js storage/ndb/mcc/frontend/js/mcc/gui/processtreedetails.js storage/ndb/mcc/frontend/js/mcc/gui/wizard.js storage/ndb/mcc/frontend/js/mcc/server.js storage/ndb/mcc/frontend/js/mcc/server/api.js storage/ndb/mcc/frontend/js/mcc/storage.js storage/ndb/mcc/frontend/js/mcc/storage/MCCStorage.js storage/ndb/mcc/frontend/js/mcc/storage/Storage.js storage/ndb/mcc/frontend/js/mcc/storage/StorageItem.js storage/ndb/mcc/frontend/js/mcc/storage/stores.js storage/ndb/mcc/frontend/js/mcc/template.js storage/ndb/mcc/frontend/js/mcc/util.js storage/ndb/mcc/frontend/js/mcc/util/assert.js storage/ndb/mcc/frontend/js/mcc/util/cluster.js storage/ndb/mcc/frontend/js/mcc/util/cookies.js storage/ndb/mcc/frontend/js/mcc/util/html.js storage/ndb/mcc/frontend/js/mcc/util/log.js storage/ndb/mcc/frontend/js/mcc/util/platform.js storage/ndb/mcc/frontend/js/mcc/util/tests/assert.js storage/ndb/mcc/frontend/js/mcc/util/tests/cluster.js storage/ndb/mcc/frontend/js/mcc/util/tests/cookies.js storage/ndb/mcc/frontend/js/mcc/util/tests/html.js storage/ndb/mcc/frontend/js/mcc/util/tests/html_gui.html storage/ndb/mcc/frontend/js/mcc/util/tests/html_gui.js storage/ndb/mcc/frontend/js/mcc/util/tests/log.js storage/ndb/mcc/frontend/js/mcc/util/tests/runTests.html storage/ndb/mcc/frontend/js/mcc/util/tests/util.js storage/ndb/mcc/frontend/testProtocol.html storage/ndb/mcc/frontend/welcome.html 4072 Dyre Tjeldvoll 2012-09-20 Copyright notice for c files modified: storage/ndb/mcc/host_info/config.h.in storage/ndb/mcc/host_info/host_info.c === modified file 'storage/ndb/mcc/frontend/README.unittests' === modified file 'storage/ndb/mcc/frontend/README.unittests' --- a/storage/ndb/mcc/frontend/README.unittests 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/README.unittests 2012-09-20 13:01:51 +0000 @@ -1,3 +1,19 @@ +Copyright (c) 2012, 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 + + ================================================================================ Running unit tests with Dojo Object Harness (DOH) ================================================================================ === modified file 'storage/ndb/mcc/frontend/content.html' --- a/storage/ndb/mcc/frontend/content.html 2012-09-20 10:57:57 +0000 +++ b/storage/ndb/mcc/frontend/content.html 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ + +
=== modified file 'storage/ndb/mcc/frontend/css/content.css' --- a/storage/ndb/mcc/frontend/css/content.css 2012-09-20 10:57:57 +0000 +++ b/storage/ndb/mcc/frontend/css/content.css 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Style sheet settings for configuration of MySQL CLuster *** === modified file 'storage/ndb/mcc/frontend/css/welcome.css' --- a/storage/ndb/mcc/frontend/css/welcome.css 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/css/welcome.css 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Style sheet settings for MySQL CLuster configuration welcome page *** === modified file 'storage/ndb/mcc/frontend/help/css/help.css' --- a/storage/ndb/mcc/frontend/help/css/help.css 2012-09-19 13:06:40 +0000 +++ b/storage/ndb/mcc/frontend/help/css/help.css 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Style sheet settings for MySQL CLuster configuration user guide *** === modified file 'storage/ndb/mcc/frontend/help/html/help.html' --- a/storage/ndb/mcc/frontend/help/html/help.html 2012-09-19 13:06:40 +0000 +++ b/storage/ndb/mcc/frontend/help/html/help.html 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ + + === modified file 'storage/ndb/mcc/frontend/help/html/help_cnt.html' --- a/storage/ndb/mcc/frontend/help/html/help_cnt.html 2012-09-20 10:57:57 +0000 +++ b/storage/ndb/mcc/frontend/help/html/help_cnt.html 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ + + === modified file 'storage/ndb/mcc/frontend/help/html/help_hdr.html' --- a/storage/ndb/mcc/frontend/help/html/help_hdr.html 2012-09-19 13:06:40 +0000 +++ b/storage/ndb/mcc/frontend/help/html/help_hdr.html 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ + + === modified file 'storage/ndb/mcc/frontend/help/html/help_toc.html' --- a/storage/ndb/mcc/frontend/help/html/help_toc.html 2012-09-20 10:57:57 +0000 +++ b/storage/ndb/mcc/frontend/help/html/help_toc.html 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ + + === modified file 'storage/ndb/mcc/frontend/index.html' --- a/storage/ndb/mcc/frontend/index.html 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/index.html 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ + + === modified file 'storage/ndb/mcc/frontend/js/mcc/configuration.js' --- a/storage/ndb/mcc/frontend/js/mcc/configuration.js 2012-09-06 11:46:14 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/configuration.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** External interface wrapper for configuration utilities *** === modified file 'storage/ndb/mcc/frontend/js/mcc/configuration/calculations.js' --- a/storage/ndb/mcc/frontend/js/mcc/configuration/calculations.js 2012-09-20 10:57:57 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/configuration/calculations.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Configuration parameter calculations *** === modified file 'storage/ndb/mcc/frontend/js/mcc/configuration/deploy.js' --- a/storage/ndb/mcc/frontend/js/mcc/configuration/deploy.js 2012-09-11 10:31:36 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/configuration/deploy.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Configuration export utilities *** === modified file 'storage/ndb/mcc/frontend/js/mcc/configuration/parameters.js' --- a/storage/ndb/mcc/frontend/js/mcc/configuration/parameters.js 2012-09-06 11:46:14 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/configuration/parameters.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Configuration parameter definitions *** === modified file 'storage/ndb/mcc/frontend/js/mcc/gui.js' --- a/storage/ndb/mcc/frontend/js/mcc/gui.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/gui.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** External interface wrapper for gui elements *** === modified file 'storage/ndb/mcc/frontend/js/mcc/gui/clusterdef.js' --- a/storage/ndb/mcc/frontend/js/mcc/gui/clusterdef.js 2012-09-20 11:09:15 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/gui/clusterdef.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Cluster definition *** === modified file 'storage/ndb/mcc/frontend/js/mcc/gui/deploymenttree.js' --- a/storage/ndb/mcc/frontend/js/mcc/gui/deploymenttree.js 2012-08-07 07:00:37 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/gui/deploymenttree.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Process tree manipulation functions *** === modified file 'storage/ndb/mcc/frontend/js/mcc/gui/hostdef.js' --- a/storage/ndb/mcc/frontend/js/mcc/gui/hostdef.js 2012-09-07 13:31:09 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/gui/hostdef.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Host definition *** === modified file 'storage/ndb/mcc/frontend/js/mcc/gui/hosttree.js' --- a/storage/ndb/mcc/frontend/js/mcc/gui/hosttree.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/gui/hosttree.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Host tree manipulation functions *** === modified file 'storage/ndb/mcc/frontend/js/mcc/gui/hosttreedetails.js' --- a/storage/ndb/mcc/frontend/js/mcc/gui/hosttreedetails.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/gui/hosttreedetails.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Host tree details viewing and manipulation *** === modified file 'storage/ndb/mcc/frontend/js/mcc/gui/processtree.js' --- a/storage/ndb/mcc/frontend/js/mcc/gui/processtree.js 2012-08-31 12:21:21 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/gui/processtree.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Process tree manipulation functions *** === modified file 'storage/ndb/mcc/frontend/js/mcc/gui/processtreedetails.js' --- a/storage/ndb/mcc/frontend/js/mcc/gui/processtreedetails.js 2012-08-31 12:21:21 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/gui/processtreedetails.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Process tree details viewing and manipulation *** === modified file 'storage/ndb/mcc/frontend/js/mcc/gui/wizard.js' --- a/storage/ndb/mcc/frontend/js/mcc/gui/wizard.js 2012-09-20 10:57:57 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/gui/wizard.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Configuration wizard defintition *** === modified file 'storage/ndb/mcc/frontend/js/mcc/server.js' --- a/storage/ndb/mcc/frontend/js/mcc/server.js 2012-08-30 13:12:49 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/server.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** External interface wrapper for server communication *** === modified file 'storage/ndb/mcc/frontend/js/mcc/server/api.js' --- a/storage/ndb/mcc/frontend/js/mcc/server/api.js 2012-08-30 13:12:49 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/server/api.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** API to server *** === modified file 'storage/ndb/mcc/frontend/js/mcc/storage.js' --- a/storage/ndb/mcc/frontend/js/mcc/storage.js 2012-08-30 13:12:49 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/storage.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** External interface wrapper for MCC storage *** === modified file 'storage/ndb/mcc/frontend/js/mcc/storage/MCCStorage.js' --- a/storage/ndb/mcc/frontend/js/mcc/storage/MCCStorage.js 2012-09-20 11:09:15 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/storage/MCCStorage.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Storage instances for MCC data *** === modified file 'storage/ndb/mcc/frontend/js/mcc/storage/Storage.js' --- a/storage/ndb/mcc/frontend/js/mcc/storage/Storage.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/storage/Storage.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Generic storage class *** === modified file 'storage/ndb/mcc/frontend/js/mcc/storage/StorageItem.js' --- a/storage/ndb/mcc/frontend/js/mcc/storage/StorageItem.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/storage/StorageItem.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Generic storage item class *** === modified file 'storage/ndb/mcc/frontend/js/mcc/storage/stores.js' --- a/storage/ndb/mcc/frontend/js/mcc/storage/stores.js 2012-08-31 12:21:21 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/storage/stores.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Data stores *** === modified file 'storage/ndb/mcc/frontend/js/mcc/template.js' --- a/storage/ndb/mcc/frontend/js/mcc/template.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/template.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** ... *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util.js' --- a/storage/ndb/mcc/frontend/js/mcc/util.js 2012-08-30 13:12:49 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** External interface wrapper for MCC utilities *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/assert.js' --- a/storage/ndb/mcc/frontend/js/mcc/util/assert.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/assert.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Assertion utilities *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/cluster.js' --- a/storage/ndb/mcc/frontend/js/mcc/util/cluster.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/cluster.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Cluster utilities *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/cookies.js' --- a/storage/ndb/mcc/frontend/js/mcc/util/cookies.js 2012-08-30 13:12:49 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/cookies.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Cookie handling *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/html.js' --- a/storage/ndb/mcc/frontend/js/mcc/util/html.js 2012-08-10 13:46:03 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/html.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** HTML utilities *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/log.js' --- a/storage/ndb/mcc/frontend/js/mcc/util/log.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/log.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Logging to the console in the browser *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/platform.js' --- a/storage/ndb/mcc/frontend/js/mcc/util/platform.js 2012-08-30 13:12:49 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/platform.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Platform utilities *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/tests/assert.js' --- a/storage/ndb/mcc/frontend/js/mcc/util/tests/assert.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/tests/assert.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Unit tests: Assert utilities *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/tests/cluster.js' --- a/storage/ndb/mcc/frontend/js/mcc/util/tests/cluster.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/tests/cluster.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Unit tests: Node distribution utilities *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/tests/cookies.js' --- a/storage/ndb/mcc/frontend/js/mcc/util/tests/cookies.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/tests/cookies.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Unit tests: Cookie handling *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/tests/html.js' --- a/storage/ndb/mcc/frontend/js/mcc/util/tests/html.js 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/tests/html.js 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ +/* +Copyright (c) 2012, 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 +*/ + /****************************************************************************** *** *** *** Unit tests: HTML utilities *** === modified file 'storage/ndb/mcc/frontend/js/mcc/util/tests/html_gui.html' --- a/storage/ndb/mcc/frontend/js/mcc/util/tests/html_gui.html 2012-07-09 07:07:31 +0000 +++ b/storage/ndb/mcc/frontend/js/mcc/util/tests/html_gui.html 2012-09-20 13:01:51 +0000 @@ -1,3 +1,20 @@ + +MySQL for Telecom and Communications
MySQL for Developers
- --> +