#At file:///C:/work/connector-net/trunk/ based on revid:reggie.burnett@stripped
927 Reggie Burnett 2010-08-30
updated license for VS integration component and updated copyright notices.
modified:
MySql.Data.Entity/Provider/Properties/AssemblyInfo.cs
MySql.Data.Entity/Tests/Properties/AssemblyInfo.cs
MySql.Data/Provider/Properties/VersionInfo.cs
MySql.Data/Tests/Properties/AssemblyInfo.cs
MySql.VisualStudio/DDEX/MySqlConnectionProperties.cs
MySql.VisualStudio/DDEX/MySqlConnectionSupport.cs
MySql.VisualStudio/DDEX/MySqlConnectionUIControl.cs
MySql.VisualStudio/DDEX/MySqlDataConnectionPromptDialog.cs
MySql.VisualStudio/DDEX/MySqlDataObjectEnumerator.cs
MySql.VisualStudio/DDEX/MySqlDataObjectIdentifierConverter.cs
MySql.VisualStudio/DDEX/MySqlDataObjectSupport.cs
MySql.VisualStudio/DDEX/MySqlDataSourceInformation.cs
MySql.VisualStudio/DDEX/MySqlDataSourceSpecializer.cs
MySql.VisualStudio/DDEX/MySqlDataViewCommandHandler.cs
MySql.VisualStudio/DDEX/MySqlDataViewSupport.cs
MySql.VisualStudio/DDEX/StoredProcedureColumnEnumerator.cs
MySql.VisualStudio/DbObjects/CharacterSetTypeConverter.cs
MySql.VisualStudio/DbObjects/CollationTypeConverter.cs
MySql.VisualStudio/DbObjects/Column.cs
MySql.VisualStudio/DbObjects/ColumnWithTypeDescriptor.cs
MySql.VisualStudio/DbObjects/DataRowHelpers.cs
MySql.VisualStudio/DbObjects/DataTypeConverter.cs
MySql.VisualStudio/DbObjects/Enums.cs
MySql.VisualStudio/DbObjects/ForeignKey.cs
MySql.VisualStudio/DbObjects/Index.cs
MySql.VisualStudio/DbObjects/IndexColumnTypeConverter.cs
MySql.VisualStudio/DbObjects/Metadata.cs
MySql.VisualStudio/DbObjects/NumericTypeConverter.cs
MySql.VisualStudio/DbObjects/ObjectComparer.cs
MySql.VisualStudio/DbObjects/Table.cs
MySql.VisualStudio/DbObjects/TableEngineTypeConverters.cs
MySql.VisualStudio/DbObjects/TablePartCollection.cs
MySql.VisualStudio/Editors/BaseEditorControl.cs
MySql.VisualStudio/Editors/ConnectDialog.cs
MySql.VisualStudio/Editors/CustomPropertyDescriptor.cs
MySql.VisualStudio/Editors/ForeignKeyDialog.cs
MySql.VisualStudio/Editors/GenerateChangeScriptDialog.cs
MySql.VisualStudio/Editors/IEditor.cs
MySql.VisualStudio/Editors/IndexColumnEditorDialog.cs
MySql.VisualStudio/Editors/MyComboBox.cs
MySql.VisualStudio/Editors/MyDataGridViewRowHeaderCell.cs
MySql.VisualStudio/Editors/MyDescriptionAttribute.cs
MySql.VisualStudio/Editors/MySplitter.cs
MySql.VisualStudio/Editors/ServiceBroker.cs
MySql.VisualStudio/Editors/SqlEditor.cs
MySql.VisualStudio/Editors/SqlEditorFactory.cs
MySql.VisualStudio/Editors/SqlEditorPane.cs
MySql.VisualStudio/Editors/TableEditor.cs
MySql.VisualStudio/Editors/TableEditorPane.cs
MySql.VisualStudio/Editors/TableIndexDialog.cs
MySql.VisualStudio/Editors/TableNamePromptDialog.cs
MySql.VisualStudio/Editors/TextBufferEditor.cs
MySql.VisualStudio/Editors/UDFEditor.cs
MySql.VisualStudio/Editors/VS2005ColorTable.cs
MySql.VisualStudio/Editors/VS2005PropertyGrid.cs
MySql.VisualStudio/Editors/VSCodeEditor.cs
MySql.VisualStudio/Editors/VSCodeEditorUserControl.cs
MySql.VisualStudio/Editors/VSCodeEditorWindow.cs
MySql.VisualStudio/Editors/YesNoTypeConverter.cs
MySql.VisualStudio/Guids.cs
MySql.VisualStudio/LanguageService/MySqlLanguageService.cs
MySql.VisualStudio/LanguageService/MySqlScanner.cs
MySql.VisualStudio/LanguageService/Tokenizer.cs
MySql.VisualStudio/MyInstaller.cs
MySql.VisualStudio/MySqlProviderObjectFactory.cs
MySql.VisualStudio/Nodes/BaseNode.cs
MySql.VisualStudio/Nodes/DocumentNode.cs
MySql.VisualStudio/Nodes/StoredProcedureNode.cs
MySql.VisualStudio/Nodes/TableNode.cs
MySql.VisualStudio/Nodes/TriggerNode.cs
MySql.VisualStudio/Nodes/UDFNode.cs
MySql.VisualStudio/Nodes/ViewNode.cs
MySql.VisualStudio/PkgCmdID.cs
MySql.VisualStudio/Properties/AssemblyInfo.cs
MySql.VisualStudio/VsPkg.cs
MySql.VisualStudio/WebConfig/ConnectionStringEditorDlg.cs
MySql.VisualStudio/WebConfig/GenericConfig.cs
MySql.VisualStudio/WebConfig/MembershipConfig.cs
MySql.VisualStudio/WebConfig/MembershipOptionsDlg.cs
MySql.VisualStudio/WebConfig/ProfileConfig.cs
MySql.VisualStudio/WebConfig/RoleConfig.cs
MySql.VisualStudio/WebConfig/SessionStateConfig.cs
MySql.VisualStudio/WebConfig/WebConfig.cs
MySql.VisualStudio/WebConfig/WebConfigDlg.cs
MySql.Web/Providers/Properties/AssemblyInfo.cs
MySql.Web/Tests/Properties/AssemblyInfo.cs
=== modified file 'MySql.Data.Entity/Provider/Properties/AssemblyInfo.cs'
=== modified file 'MySql.Data.Entity/Provider/Properties/AssemblyInfo.cs'
--- a/MySql.Data.Entity/Provider/Properties/AssemblyInfo.cs 2010-08-18 19:52:04 +0000
+++ b/MySql.Data.Entity/Provider/Properties/AssemblyInfo.cs 2010-08-30 21:23:16 +0000
@@ -30,9 +30,9 @@
[assembly: AssemblyTitle("MySql.Data.Entity")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("MySQL")]
+[assembly: AssemblyCompany("Oracle")]
[assembly: AssemblyProduct("MySql.Data.Entity")]
-[assembly: AssemblyCopyright("Copyright © Sun Microsystems 2008-2009, 2010 Oracle")]
+[assembly: AssemblyCopyright("Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
=== modified file 'MySql.Data.Entity/Tests/Properties/AssemblyInfo.cs'
--- a/MySql.Data.Entity/Tests/Properties/AssemblyInfo.cs 2010-08-27 16:32:45 +0000
+++ b/MySql.Data.Entity/Tests/Properties/AssemblyInfo.cs 2010-08-30 21:23:16 +0000
@@ -30,9 +30,9 @@
[assembly: AssemblyTitle("MySql.Data.Entity.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("MySQL")]
+[assembly: AssemblyCompany("Oracle")]
[assembly: AssemblyProduct("MySql.Data.Entity.Tests")]
-[assembly: AssemblyCopyright("Copyright © MySQL 2008-2009")]
+[assembly: AssemblyCopyright("Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
=== modified file 'MySql.Data/Provider/Properties/VersionInfo.cs'
--- a/MySql.Data/Provider/Properties/VersionInfo.cs 2010-08-30 20:17:30 +0000
+++ b/MySql.Data/Provider/Properties/VersionInfo.cs 2010-08-30 21:23:16 +0000
@@ -37,5 +37,5 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("6.3.3")]
+[assembly: AssemblyVersion("6.3.4")]
=== modified file 'MySql.Data/Tests/Properties/AssemblyInfo.cs'
--- a/MySql.Data/Tests/Properties/AssemblyInfo.cs 2010-08-18 19:48:34 +0000
+++ b/MySql.Data/Tests/Properties/AssemblyInfo.cs 2010-08-30 21:23:16 +0000
@@ -31,9 +31,9 @@
[assembly: AssemblyTitle("MySqlClientTests")]
[assembly: AssemblyDescription("Test fixtures for MySQL Connector/Net")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("MySQL AB")]
+[assembly: AssemblyCompany("Oracle")]
[assembly: AssemblyProduct("")]
-[assembly: AssemblyCopyright("Copyright 2004-2007, MySQL AB")]
+[assembly: AssemblyCopyright("Copyright 2004-2010, Oracle")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
=== modified file 'MySql.VisualStudio/DDEX/MySqlConnectionProperties.cs'
--- a/MySql.VisualStudio/DDEX/MySqlConnectionProperties.cs 2010-07-27 19:42:46 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlConnectionProperties.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
/*
* This file contains implementation of customized connection properties.
=== modified file 'MySql.VisualStudio/DDEX/MySqlConnectionSupport.cs'
--- a/MySql.VisualStudio/DDEX/MySqlConnectionSupport.cs 2010-07-02 18:36:52 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlConnectionSupport.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
/*
* This file contains implementation of custom connection support for MySQL.
=== modified file 'MySql.VisualStudio/DDEX/MySqlConnectionUIControl.cs'
--- a/MySql.VisualStudio/DDEX/MySqlConnectionUIControl.cs 2010-02-12 18:11:12 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlConnectionUIControl.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
/*
* This file contains implementation of custom connection dialog.
=== modified file 'MySql.VisualStudio/DDEX/MySqlDataConnectionPromptDialog.cs'
--- a/MySql.VisualStudio/DDEX/MySqlDataConnectionPromptDialog.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlDataConnectionPromptDialog.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
/*
* This file contains an implemetation of prompt dialog.
=== modified file 'MySql.VisualStudio/DDEX/MySqlDataObjectEnumerator.cs'
--- a/MySql.VisualStudio/DDEX/MySqlDataObjectEnumerator.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlDataObjectEnumerator.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
/*
* This file contains implementation of data object enumerator.
=== modified file 'MySql.VisualStudio/DDEX/MySqlDataObjectIdentifierConverter.cs'
--- a/MySql.VisualStudio/DDEX/MySqlDataObjectIdentifierConverter.cs 2010-07-02 18:36:52 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlDataObjectIdentifierConverter.cs 2010-08-30 21:23:16 +0000
@@ -1,4 +1,26 @@
-using System;
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
+
+using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.VisualStudio.Data.AdoDotNet;
=== modified file 'MySql.VisualStudio/DDEX/MySqlDataObjectSupport.cs'
--- a/MySql.VisualStudio/DDEX/MySqlDataObjectSupport.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlDataObjectSupport.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
/*
* This file contains data object support entity implementation.
=== modified file 'MySql.VisualStudio/DDEX/MySqlDataSourceInformation.cs'
--- a/MySql.VisualStudio/DDEX/MySqlDataSourceInformation.cs 2010-02-17 21:02:46 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlDataSourceInformation.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
/*
* This file contains class with data source specific information.
=== modified file 'MySql.VisualStudio/DDEX/MySqlDataSourceSpecializer.cs'
--- a/MySql.VisualStudio/DDEX/MySqlDataSourceSpecializer.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlDataSourceSpecializer.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
/*
* This file contains stub for data connection specializer.
=== modified file 'MySql.VisualStudio/DDEX/MySqlDataViewCommandHandler.cs'
--- a/MySql.VisualStudio/DDEX/MySqlDataViewCommandHandler.cs 2009-07-28 20:40:35 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlDataViewCommandHandler.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
/*
* This file contains implementation of data view commands handler.
=== modified file 'MySql.VisualStudio/DDEX/MySqlDataViewSupport.cs'
--- a/MySql.VisualStudio/DDEX/MySqlDataViewSupport.cs 2009-07-28 20:40:35 +0000
+++ b/MySql.VisualStudio/DDEX/MySqlDataViewSupport.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
/*
* This file contains data view support entity implementation.
=== modified file 'MySql.VisualStudio/DDEX/StoredProcedureColumnEnumerator.cs'
--- a/MySql.VisualStudio/DDEX/StoredProcedureColumnEnumerator.cs 2010-08-11 22:12:04 +0000
+++ b/MySql.VisualStudio/DDEX/StoredProcedureColumnEnumerator.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (C) 2006-2007 MySQL AB
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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 using System;
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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 using System;
using System;
using Microsoft.VisualStudio.Data;
=== modified file 'MySql.VisualStudio/DbObjects/CharacterSetTypeConverter.cs'
--- a/MySql.VisualStudio/DbObjects/CharacterSetTypeConverter.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DbObjects/CharacterSetTypeConverter.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/CollationTypeConverter.cs'
--- a/MySql.VisualStudio/DbObjects/CollationTypeConverter.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DbObjects/CollationTypeConverter.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/Column.cs'
--- a/MySql.VisualStudio/DbObjects/Column.cs 2009-08-17 15:57:42 +0000
+++ b/MySql.VisualStudio/DbObjects/Column.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/ColumnWithTypeDescriptor.cs'
--- a/MySql.VisualStudio/DbObjects/ColumnWithTypeDescriptor.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DbObjects/ColumnWithTypeDescriptor.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System.ComponentModel;
using System;
=== modified file 'MySql.VisualStudio/DbObjects/DataRowHelpers.cs'
--- a/MySql.VisualStudio/DbObjects/DataRowHelpers.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DbObjects/DataRowHelpers.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/DataTypeConverter.cs'
--- a/MySql.VisualStudio/DbObjects/DataTypeConverter.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DbObjects/DataTypeConverter.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using MySql.Data.VisualStudio.DbObjects;
using System.ComponentModel;
=== modified file 'MySql.VisualStudio/DbObjects/Enums.cs'
--- a/MySql.VisualStudio/DbObjects/Enums.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DbObjects/Enums.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/ForeignKey.cs'
--- a/MySql.VisualStudio/DbObjects/ForeignKey.cs 2009-07-28 20:40:35 +0000
+++ b/MySql.VisualStudio/DbObjects/ForeignKey.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/Index.cs'
--- a/MySql.VisualStudio/DbObjects/Index.cs 2009-07-28 20:40:35 +0000
+++ b/MySql.VisualStudio/DbObjects/Index.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.ComponentModel;
=== modified file 'MySql.VisualStudio/DbObjects/IndexColumnTypeConverter.cs'
--- a/MySql.VisualStudio/DbObjects/IndexColumnTypeConverter.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DbObjects/IndexColumnTypeConverter.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.ComponentModel;
=== modified file 'MySql.VisualStudio/DbObjects/Metadata.cs'
--- a/MySql.VisualStudio/DbObjects/Metadata.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DbObjects/Metadata.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/NumericTypeConverter.cs'
--- a/MySql.VisualStudio/DbObjects/NumericTypeConverter.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DbObjects/NumericTypeConverter.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/ObjectComparer.cs'
--- a/MySql.VisualStudio/DbObjects/ObjectComparer.cs 2009-04-23 14:37:37 +0000
+++ b/MySql.VisualStudio/DbObjects/ObjectComparer.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/Table.cs'
--- a/MySql.VisualStudio/DbObjects/Table.cs 2009-07-28 20:40:35 +0000
+++ b/MySql.VisualStudio/DbObjects/Table.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/TableEngineTypeConverters.cs'
--- a/MySql.VisualStudio/DbObjects/TableEngineTypeConverters.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/DbObjects/TableEngineTypeConverters.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/DbObjects/TablePartCollection.cs'
--- a/MySql.VisualStudio/DbObjects/TablePartCollection.cs 2009-07-28 20:40:35 +0000
+++ b/MySql.VisualStudio/DbObjects/TablePartCollection.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/BaseEditorControl.cs'
--- a/MySql.VisualStudio/Editors/BaseEditorControl.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/Editors/BaseEditorControl.cs 2010-08-30 21:23:16 +0000
@@ -1,4 +1,26 @@
-using System;
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
+
+using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
=== modified file 'MySql.VisualStudio/Editors/ConnectDialog.cs'
--- a/MySql.VisualStudio/Editors/ConnectDialog.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/Editors/ConnectDialog.cs 2010-08-30 21:23:16 +0000
@@ -1,4 +1,26 @@
-using System;
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
+
+using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
=== modified file 'MySql.VisualStudio/Editors/CustomPropertyDescriptor.cs'
--- a/MySql.VisualStudio/Editors/CustomPropertyDescriptor.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/CustomPropertyDescriptor.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System.ComponentModel;
using System;
=== modified file 'MySql.VisualStudio/Editors/ForeignKeyDialog.cs'
--- a/MySql.VisualStudio/Editors/ForeignKeyDialog.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/ForeignKeyDialog.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/GenerateChangeScriptDialog.cs'
--- a/MySql.VisualStudio/Editors/GenerateChangeScriptDialog.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/GenerateChangeScriptDialog.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/IEditor.cs'
--- a/MySql.VisualStudio/Editors/IEditor.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/IEditor.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/IndexColumnEditorDialog.cs'
--- a/MySql.VisualStudio/Editors/IndexColumnEditorDialog.cs 2009-09-01 04:00:40 +0000
+++ b/MySql.VisualStudio/Editors/IndexColumnEditorDialog.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Windows.Forms;
=== modified file 'MySql.VisualStudio/Editors/MyComboBox.cs'
--- a/MySql.VisualStudio/Editors/MyComboBox.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/MyComboBox.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System.Windows.Forms;
using System.Drawing;
=== modified file 'MySql.VisualStudio/Editors/MyDataGridViewRowHeaderCell.cs'
--- a/MySql.VisualStudio/Editors/MyDataGridViewRowHeaderCell.cs 2010-02-12 18:11:12 +0000
+++ b/MySql.VisualStudio/Editors/MyDataGridViewRowHeaderCell.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System.Windows.Forms;
using System.Drawing;
=== modified file 'MySql.VisualStudio/Editors/MyDescriptionAttribute.cs'
--- a/MySql.VisualStudio/Editors/MyDescriptionAttribute.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/MyDescriptionAttribute.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System.ComponentModel;
using MySql.Data.VisualStudio.Properties;
=== modified file 'MySql.VisualStudio/Editors/MySplitter.cs'
--- a/MySql.VisualStudio/Editors/MySplitter.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/MySplitter.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/ServiceBroker.cs'
--- a/MySql.VisualStudio/Editors/ServiceBroker.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/Editors/ServiceBroker.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright © 2010, Oracle and/or its affiliates. All rights reserved.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/SqlEditor.cs'
--- a/MySql.VisualStudio/Editors/SqlEditor.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/Editors/SqlEditor.cs 2010-08-30 21:23:16 +0000
@@ -1,4 +1,26 @@
-using System;
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
+
+using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
=== modified file 'MySql.VisualStudio/Editors/SqlEditorFactory.cs'
--- a/MySql.VisualStudio/Editors/SqlEditorFactory.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/Editors/SqlEditorFactory.cs 2010-08-30 21:23:16 +0000
@@ -1,4 +1,26 @@
-using System;
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
+
+using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.VisualStudio.Shell.Interop;
=== modified file 'MySql.VisualStudio/Editors/SqlEditorPane.cs'
--- a/MySql.VisualStudio/Editors/SqlEditorPane.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/Editors/SqlEditorPane.cs 2010-08-30 21:23:16 +0000
@@ -1,4 +1,26 @@
-using System;
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
+
+using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.VisualStudio.Shell;
=== modified file 'MySql.VisualStudio/Editors/TableEditor.cs'
--- a/MySql.VisualStudio/Editors/TableEditor.cs 2010-02-17 21:00:48 +0000
+++ b/MySql.VisualStudio/Editors/TableEditor.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/TableEditorPane.cs'
--- a/MySql.VisualStudio/Editors/TableEditorPane.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/TableEditorPane.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Runtime.InteropServices;
=== modified file 'MySql.VisualStudio/Editors/TableIndexDialog.cs'
--- a/MySql.VisualStudio/Editors/TableIndexDialog.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/TableIndexDialog.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/TableNamePromptDialog.cs'
--- a/MySql.VisualStudio/Editors/TableNamePromptDialog.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/TableNamePromptDialog.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/TextBufferEditor.cs'
--- a/MySql.VisualStudio/Editors/TextBufferEditor.cs 2010-02-09 17:04:52 +0000
+++ b/MySql.VisualStudio/Editors/TextBufferEditor.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using Microsoft.VisualStudio.TextManager.Interop;
using Microsoft.VisualStudio.OLE.Interop;
=== modified file 'MySql.VisualStudio/Editors/UDFEditor.cs'
--- a/MySql.VisualStudio/Editors/UDFEditor.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/UDFEditor.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/VS2005ColorTable.cs'
--- a/MySql.VisualStudio/Editors/VS2005ColorTable.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/VS2005ColorTable.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/VS2005PropertyGrid.cs'
--- a/MySql.VisualStudio/Editors/VS2005PropertyGrid.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/VS2005PropertyGrid.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/VSCodeEditor.cs'
--- a/MySql.VisualStudio/Editors/VSCodeEditor.cs 2010-05-19 17:56:19 +0000
+++ b/MySql.VisualStudio/Editors/VSCodeEditor.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright © 2010, Oracle and/or its affiliates. All rights reserved.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/VSCodeEditorUserControl.cs'
--- a/MySql.VisualStudio/Editors/VSCodeEditorUserControl.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/Editors/VSCodeEditorUserControl.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright © 2010, Oracle and/or its affiliates. All rights reserved.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Drawing;
=== modified file 'MySql.VisualStudio/Editors/VSCodeEditorWindow.cs'
--- a/MySql.VisualStudio/Editors/VSCodeEditorWindow.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/Editors/VSCodeEditorWindow.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright © 2010, Oracle and/or its affiliates. All rights reserved.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Editors/YesNoTypeConverter.cs'
--- a/MySql.VisualStudio/Editors/YesNoTypeConverter.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Editors/YesNoTypeConverter.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-ystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.ComponentModel;
=== modified file 'MySql.VisualStudio/Guids.cs'
--- a/MySql.VisualStudio/Guids.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/Guids.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
// Guids.cs
// MUST match guids.h
=== modified file 'MySql.VisualStudio/LanguageService/MySqlLanguageService.cs'
--- a/MySql.VisualStudio/LanguageService/MySqlLanguageService.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/LanguageService/MySqlLanguageService.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System.Runtime.InteropServices;
using Microsoft.VisualStudio.Package;
=== modified file 'MySql.VisualStudio/LanguageService/MySqlScanner.cs'
--- a/MySql.VisualStudio/LanguageService/MySqlScanner.cs 2009-07-28 20:40:35 +0000
+++ b/MySql.VisualStudio/LanguageService/MySqlScanner.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using Microsoft.VisualStudio.Package;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/LanguageService/Tokenizer.cs'
--- a/MySql.VisualStudio/LanguageService/Tokenizer.cs 2010-02-12 18:13:11 +0000
+++ b/MySql.VisualStudio/LanguageService/Tokenizer.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/MyInstaller.cs'
--- a/MySql.VisualStudio/MyInstaller.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/MyInstaller.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections;
=== modified file 'MySql.VisualStudio/MySqlProviderObjectFactory.cs'
--- a/MySql.VisualStudio/MySqlProviderObjectFactory.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/MySqlProviderObjectFactory.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Runtime.InteropServices;
=== modified file 'MySql.VisualStudio/Nodes/BaseNode.cs'
--- a/MySql.VisualStudio/Nodes/BaseNode.cs 2010-08-12 15:15:10 +0000
+++ b/MySql.VisualStudio/Nodes/BaseNode.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Nodes/DocumentNode.cs'
--- a/MySql.VisualStudio/Nodes/DocumentNode.cs 2010-08-12 15:07:35 +0000
+++ b/MySql.VisualStudio/Nodes/DocumentNode.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Nodes/StoredProcedureNode.cs'
--- a/MySql.VisualStudio/Nodes/StoredProcedureNode.cs 2010-07-27 19:48:14 +0000
+++ b/MySql.VisualStudio/Nodes/StoredProcedureNode.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Nodes/TableNode.cs'
--- a/MySql.VisualStudio/Nodes/TableNode.cs 2010-02-09 17:04:52 +0000
+++ b/MySql.VisualStudio/Nodes/TableNode.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Data.Common;
=== modified file 'MySql.VisualStudio/Nodes/TriggerNode.cs'
--- a/MySql.VisualStudio/Nodes/TriggerNode.cs 2010-08-12 15:15:10 +0000
+++ b/MySql.VisualStudio/Nodes/TriggerNode.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/Nodes/UDFNode.cs'
--- a/MySql.VisualStudio/Nodes/UDFNode.cs 2009-04-21 18:02:13 +0000
+++ b/MySql.VisualStudio/Nodes/UDFNode.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Data.Common;
=== modified file 'MySql.VisualStudio/Nodes/ViewNode.cs'
--- a/MySql.VisualStudio/Nodes/ViewNode.cs 2010-04-02 19:24:57 +0000
+++ b/MySql.VisualStudio/Nodes/ViewNode.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/PkgCmdID.cs'
--- a/MySql.VisualStudio/PkgCmdID.cs 2009-07-28 20:40:35 +0000
+++ b/MySql.VisualStudio/PkgCmdID.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
// PkgCmdID.cs
// MUST match PkgCmdID.h
=== modified file 'MySql.VisualStudio/Properties/AssemblyInfo.cs'
--- a/MySql.VisualStudio/Properties/AssemblyInfo.cs 2010-02-13 05:00:25 +0000
+++ b/MySql.VisualStudio/Properties/AssemblyInfo.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2008 MySQL AB, 2008-2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System.Reflection;
using System.Runtime.CompilerServices;
@@ -24,9 +30,9 @@
[assembly: AssemblyTitle("MySQL Tools for Visual Studio")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("MySQL AB")]
+[assembly: AssemblyCompany("Oracle")]
[assembly: AssemblyProduct("MySQL Tools for Visual Studio")]
-[assembly: AssemblyCopyright("Copyright © MySQL AB 2007, 2008-2009 Sun Microsystems, 2010 Oracle")]
+[assembly: AssemblyCopyright("Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
=== modified file 'MySql.VisualStudio/VsPkg.cs'
--- a/MySql.VisualStudio/VsPkg.cs 2010-06-30 20:07:18 +0000
+++ b/MySql.VisualStudio/VsPkg.cs 2010-08-30 21:23:16 +0000
@@ -1,5 +1,24 @@
-// VsPkg.cs : Implementation of VSPackage3
-//
+// Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Diagnostics;
=== modified file 'MySql.VisualStudio/WebConfig/ConnectionStringEditorDlg.cs'
--- a/MySql.VisualStudio/WebConfig/ConnectionStringEditorDlg.cs 2009-06-30 19:17:37 +0000
+++ b/MySql.VisualStudio/WebConfig/ConnectionStringEditorDlg.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2009, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Data.Common;
=== modified file 'MySql.VisualStudio/WebConfig/GenericConfig.cs'
--- a/MySql.VisualStudio/WebConfig/GenericConfig.cs 2009-08-18 03:16:34 +0000
+++ b/MySql.VisualStudio/WebConfig/GenericConfig.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2009, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Configuration;
=== modified file 'MySql.VisualStudio/WebConfig/MembershipConfig.cs'
--- a/MySql.VisualStudio/WebConfig/MembershipConfig.cs 2009-06-30 19:17:37 +0000
+++ b/MySql.VisualStudio/WebConfig/MembershipConfig.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2009, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Configuration;
=== modified file 'MySql.VisualStudio/WebConfig/MembershipOptionsDlg.cs'
--- a/MySql.VisualStudio/WebConfig/MembershipOptionsDlg.cs 2009-06-30 19:17:37 +0000
+++ b/MySql.VisualStudio/WebConfig/MembershipOptionsDlg.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2009, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.VisualStudio/WebConfig/ProfileConfig.cs'
--- a/MySql.VisualStudio/WebConfig/ProfileConfig.cs 2009-06-30 19:17:37 +0000
+++ b/MySql.VisualStudio/WebConfig/ProfileConfig.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2009, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Configuration;
=== modified file 'MySql.VisualStudio/WebConfig/RoleConfig.cs'
--- a/MySql.VisualStudio/WebConfig/RoleConfig.cs 2009-06-30 19:17:37 +0000
+++ b/MySql.VisualStudio/WebConfig/RoleConfig.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2009, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Configuration;
=== modified file 'MySql.VisualStudio/WebConfig/SessionStateConfig.cs'
--- a/MySql.VisualStudio/WebConfig/SessionStateConfig.cs 2009-08-18 03:16:34 +0000
+++ b/MySql.VisualStudio/WebConfig/SessionStateConfig.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright © 2009, 2010, Oracle and/or its affiliates. All rights reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Configuration;
=== modified file 'MySql.VisualStudio/WebConfig/WebConfig.cs'
--- a/MySql.VisualStudio/WebConfig/WebConfig.cs 2009-08-18 03:16:34 +0000
+++ b/MySql.VisualStudio/WebConfig/WebConfig.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Xml;
=== modified file 'MySql.VisualStudio/WebConfig/WebConfigDlg.cs'
--- a/MySql.VisualStudio/WebConfig/WebConfigDlg.cs 2009-08-27 14:55:41 +0000
+++ b/MySql.VisualStudio/WebConfig/WebConfigDlg.cs 2010-08-30 21:23:16 +0000
@@ -1,18 +1,24 @@
-// Copyright (c) 2009 Sun Microsystems, Inc.
-//
-// This file is part of MySQL Tools for Visual Studio.
-// MySQL Tools for Visual Studio is free software; you can redistribute it
-// and/or modify it under the terms of the GNU Lesser General Public
-// License version 2.1 as published by the Free Software Foundation
-//
-// 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 Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser 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
+// Copyright reserved.
+//
+// MySQL Connector/NET is licensed under the terms of the GPLv2
+// <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most
+// MySQL Connectors. There are special exceptions to the terms and
+// conditions of the GPLv2 as it is applied to this software, see the
+// FLOSS License Exception
+// <http://www.mysql.com/about/legal/licensing/foss-exception.html>.
+//
+// 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
using System;
using System.Collections.Generic;
=== modified file 'MySql.Web/Providers/Properties/AssemblyInfo.cs'
--- a/MySql.Web/Providers/Properties/AssemblyInfo.cs 2010-08-18 19:52:04 +0000
+++ b/MySql.Web/Providers/Properties/AssemblyInfo.cs 2010-08-30 21:23:16 +0000
@@ -31,9 +31,9 @@
[assembly: AssemblyTitle("MySql.Web")]
[assembly: AssemblyDescription("ADO.Net driver for MySQL")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("MySQL AB")]
+[assembly: AssemblyCompany("Oracle")]
[assembly: AssemblyProduct("MySql.Web")]
-[assembly: AssemblyCopyright("Copyright 2004-2007, MySQL AB, 2008-2009 Sun Microsystems, Inc., 2010 Oracle, Inc.")]
+[assembly: AssemblyCopyright("Copyright reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AllowPartiallyTrustedCallers()]
=== modified file 'MySql.Web/Tests/Properties/AssemblyInfo.cs'
--- a/MySql.Web/Tests/Properties/AssemblyInfo.cs 2010-08-18 19:48:34 +0000
+++ b/MySql.Web/Tests/Properties/AssemblyInfo.cs 2010-08-30 21:23:16 +0000
@@ -30,9 +30,9 @@
[assembly: AssemblyTitle("MySql.Web.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("MySQL AB")]
+[assembly: AssemblyCompany("Oracle")]
[assembly: AssemblyProduct("MySql.Web.Tests")]
-[assembly: AssemblyCopyright("Copyright © 2004-2007, MySQL AB")]
+[assembly: AssemblyCopyright("Copyright © 2004, 2010, Oracle and/or its affiliates. All rights reserved.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20100830212316-c7rpr0amkmtob5vf.bundle
| Thread |
|---|
| • bzr commit into connector-net-trunk branch (reggie.burnett:927) | Reggie Burnett | 30 Aug |