Modified:
branches/1.0/Commands/AlterCommand.cs
branches/1.0/Commands/BaseCommand.cs
branches/1.0/Commands/CloneCommand.cs
branches/1.0/Commands/CommandFactory.cs
branches/1.0/Commands/CommandHandlerAttribute.cs
branches/1.0/Commands/CreateCommand.cs
branches/1.0/Commands/CreateNewFunctionCommand.cs
branches/1.0/Commands/CreateNewProcedureCommand.cs
branches/1.0/Commands/CreateTriggerCommand.cs
branches/1.0/Commands/CreateUdfCommand.cs
branches/1.0/Commands/DropCommand.cs
branches/1.0/Commands/EditTableDataCommand.cs
branches/1.0/Commands/ICommand.cs
branches/1.0/Commands/OpenEditorCommand.cs
branches/1.0/CtcComponents/Guids.h
branches/1.0/CtcComponents/PkgCmd.ctc
branches/1.0/CtcComponents/PkgCmdID.h
branches/1.0/DataConnectionUIStub.cs
branches/1.0/DataConnectionWrapper.cs
branches/1.0/Descriptors/AdoNet20Descriptor.cs
branches/1.0/Descriptors/Attributes/FieldAttribute.cs
branches/1.0/Descriptors/Attributes/IdLengthAttribute.cs
branches/1.0/Descriptors/Attributes/IdentifierAttribute.cs
branches/1.0/Descriptors/Attributes/ObjectDescriptorAttribute.cs
branches/1.0/Descriptors/Attributes/OptionStringAttribute.cs
branches/1.0/Descriptors/CharacterSetDescriptor.cs
branches/1.0/Descriptors/CollationDescriptor.cs
branches/1.0/Descriptors/ColumnDescriptor.cs
branches/1.0/Descriptors/EngineDescriptor.cs
branches/1.0/Descriptors/ForeignKeyColumnDescriptor.cs
branches/1.0/Descriptors/ForeignKeyDescriptor.cs
branches/1.0/Descriptors/IObjectDescriptor.cs
branches/1.0/Descriptors/IndexColumnDescriptor.cs
branches/1.0/Descriptors/IndexDescriptor.cs
branches/1.0/Descriptors/ObjectDescriptor.cs
branches/1.0/Descriptors/ObjectDescriptorFactory.cs
branches/1.0/Descriptors/RootDescriptor.cs
branches/1.0/Descriptors/StoredProcDescriptor.cs
branches/1.0/Descriptors/StoredProcParameterDescriptor.cs
branches/1.0/Descriptors/TableDataDescriptor.cs
branches/1.0/Descriptors/TableDescriptor.cs
branches/1.0/Descriptors/TriggerDescriptor.cs
branches/1.0/Descriptors/UdfDescriptor.cs
branches/1.0/Descriptors/ViewColumnDescriptor.cs
branches/1.0/Descriptors/ViewDescriptor.cs
branches/1.0/Dialogs/SqlErrorDialog.cs
branches/1.0/Dialogs/SqlPreviewDialog.cs
branches/1.0/DocumentView/DocumentObjectAttribute.cs
branches/1.0/DocumentView/DocumentViewFactory.cs
branches/1.0/DocumentView/Documents/BaseDocument.cs
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableCategoryAttribute.cs
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableDescriptionAttribute.cs
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableDisplayNameAttribute.cs
branches/1.0/DocumentView/Documents/StoredProcDocument.cs
branches/1.0/DocumentView/Documents/TableDataDocument.cs
branches/1.0/DocumentView/Documents/TableDocument.cs
branches/1.0/DocumentView/Documents/TriggerDocument.cs
branches/1.0/DocumentView/Documents/TypeConverters/BaseValueListConverter.cs
branches/1.0/DocumentView/Documents/TypeConverters/CharacterSetConverter.cs
branches/1.0/DocumentView/Documents/TypeConverters/CollationConverter.cs
branches/1.0/DocumentView/Documents/TypeConverters/EngineConverter.cs
branches/1.0/DocumentView/Documents/UdfDocument.cs
branches/1.0/DocumentView/Documents/ViewDocument.cs
branches/1.0/DocumentView/Editors/AdvancedDataGridView.cs
branches/1.0/DocumentView/Editors/BaseEditor.cs
branches/1.0/DocumentView/Editors/CodeEditor.cs
branches/1.0/DocumentView/Editors/ColumnDetails.cs
branches/1.0/DocumentView/Editors/DataGridViewFlagsCell.cs
branches/1.0/DocumentView/Editors/DataGridViewFlagsColumn.cs
branches/1.0/DocumentView/Editors/DataGridViewNotNullableTextBoxCell.cs
branches/1.0/DocumentView/Editors/ForeignKeysEdit.cs
branches/1.0/DocumentView/Editors/IndexesEdit.cs
branches/1.0/DocumentView/Editors/KeyEventsManager.cs
branches/1.0/DocumentView/Editors/NameTextBox.cs
branches/1.0/DocumentView/Editors/SqlEditor.cs
branches/1.0/DocumentView/Editors/SqlSourceEditor.cs
branches/1.0/DocumentView/Editors/TableDataEditor.cs
branches/1.0/DocumentView/Editors/TableEditor.cs
branches/1.0/DocumentView/Editors/TriggerEditor.cs
branches/1.0/DocumentView/Editors/UdfEditor.cs
branches/1.0/DocumentView/IDocument.cs
branches/1.0/DocumentView/IEditor.cs
branches/1.0/DocumentView/ISqlSource.cs
branches/1.0/DocumentView/ViewObjectAttribute.cs
branches/1.0/GuidList.cs
branches/1.0/MySqlConnectionProperties.cs
branches/1.0/MySqlConnectionSupport.cs
branches/1.0/MySqlConnectionUIControl.cs
branches/1.0/MySqlDataConnectionPromptDialog.cs
branches/1.0/MySqlDataObjectEnumerator.cs
branches/1.0/MySqlDataObjectIdentifierConverter.cs
branches/1.0/MySqlDataObjectSupport.cs
branches/1.0/MySqlDataProviderPackage.cs
branches/1.0/MySqlDataSourceInformation.cs
branches/1.0/MySqlDataSourceSpecializer.cs
branches/1.0/MySqlDataViewCommandHandler.cs
branches/1.0/MySqlDataViewSupport.cs
branches/1.0/MySqlProviderObjectFactory.cs
branches/1.0/ServerExplorerFacade.cs
branches/1.0/Utils/DataInterpreter.cs
branches/1.0/Utils/KeyDisplayValuePair.cs
branches/1.0/Utils/Parser.cs
branches/1.0/Utils/QueryBuilder.cs
branches/1.0/Utils/ReflectionHelper.cs
branches/1.0/Utils/ResourceHelper.cs
branches/1.0/Utils/UIHelper.cs
Log:
Moved all files under the LGPL
Modified: branches/1.0/Commands/AlterCommand.cs
===================================================================
--- branches/1.0/Commands/AlterCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/AlterCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,10 +1,23 @@
-/*
- * This file contains implementation of "Alter Object" command handler.
- */
-using System;
+// 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;
+
using System.Collections.Generic;
using System.Text;
using MySql.Data.VisualStudio.DocumentView;
+using System;
namespace MySql.Data.VisualStudio.Commands
{
Modified: branches/1.0/Commands/BaseCommand.cs
===================================================================
--- branches/1.0/Commands/BaseCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/BaseCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This class contains implementation of the base class for all command handlers.
*/
Modified: branches/1.0/Commands/CloneCommand.cs
===================================================================
--- branches/1.0/Commands/CloneCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/CloneCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contins implementation of the handler for the "Clone Object" command
*/
Modified: branches/1.0/Commands/CommandFactory.cs
===================================================================
--- branches/1.0/Commands/CommandFactory.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/CommandFactory.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of comand handlers factory.
*/
Modified: branches/1.0/Commands/CommandHandlerAttribute.cs
===================================================================
--- branches/1.0/Commands/CommandHandlerAttribute.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/CommandHandlerAttribute.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains attribute class used to mark command handlers.
*/
Modified: branches/1.0/Commands/CreateCommand.cs
===================================================================
--- branches/1.0/Commands/CreateCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/CreateCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of "Create Object" command handler.
*/
Modified: branches/1.0/Commands/CreateNewFunctionCommand.cs
===================================================================
--- branches/1.0/Commands/CreateNewFunctionCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/CreateNewFunctionCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of create new function command handler.
*/
Modified: branches/1.0/Commands/CreateNewProcedureCommand.cs
===================================================================
--- branches/1.0/Commands/CreateNewProcedureCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/CreateNewProcedureCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of create new procedure command handler.
*/
Modified: branches/1.0/Commands/CreateTriggerCommand.cs
===================================================================
--- branches/1.0/Commands/CreateTriggerCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/CreateTriggerCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the Create Trigger command handler.
*/
Modified: branches/1.0/Commands/CreateUdfCommand.cs
===================================================================
--- branches/1.0/Commands/CreateUdfCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/CreateUdfCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.Globalization;
Modified: branches/1.0/Commands/DropCommand.cs
===================================================================
--- branches/1.0/Commands/DropCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/DropCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contins implementation of the handler for the "Drop Object" command
*/
Modified: branches/1.0/Commands/EditTableDataCommand.cs
===================================================================
--- branches/1.0/Commands/EditTableDataCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/EditTableDataCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the handler for the "Edit Table Data" command
*/
Modified: branches/1.0/Commands/ICommand.cs
===================================================================
--- branches/1.0/Commands/ICommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/ICommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains definition of command handler interface.
*/
Modified: branches/1.0/Commands/OpenEditorCommand.cs
===================================================================
--- branches/1.0/Commands/OpenEditorCommand.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Commands/OpenEditorCommand.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains base class for commands, which needs to open editors.
*/
Modified: branches/1.0/CtcComponents/Guids.h
===================================================================
--- branches/1.0/CtcComponents/Guids.h 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/CtcComponents/Guids.h 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file is used to define the Guids used to identify the command groups.
*/
Modified: branches/1.0/CtcComponents/PkgCmd.ctc
===================================================================
--- branches/1.0/CtcComponents/PkgCmd.ctc 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/CtcComponents/PkgCmd.ctc 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* Defines the actual layout and type of the commands.
*/
Modified: branches/1.0/CtcComponents/PkgCmdID.h
===================================================================
--- branches/1.0/CtcComponents/PkgCmdID.h 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/CtcComponents/PkgCmdID.h 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* Definition of the numeric part of the IDs for the CTC commands.
*/
Modified: branches/1.0/DataConnectionUIStub.cs
===================================================================
--- branches/1.0/DataConnectionUIStub.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DataConnectionUIStub.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains stub class, created to allow form designer
* to edit connection dialog.
Modified: branches/1.0/DataConnectionWrapper.cs
===================================================================
--- branches/1.0/DataConnectionWrapper.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DataConnectionWrapper.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This class contains implementation of the DataConnection wrapper.
*/
Modified: branches/1.0/Descriptors/AdoNet20Descriptor.cs
===================================================================
--- branches/1.0/Descriptors/AdoNet20Descriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/AdoNet20Descriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the base class for all descriptors which
* are using GetSchema for enumeration.
Modified: branches/1.0/Descriptors/Attributes/FieldAttribute.cs
===================================================================
--- branches/1.0/Descriptors/Attributes/FieldAttribute.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/Attributes/FieldAttribute.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the Option attribute.
*/
Modified: branches/1.0/Descriptors/Attributes/IdLengthAttribute.cs
===================================================================
--- branches/1.0/Descriptors/Attributes/IdLengthAttribute.cs 2007-02-01 20:53:23 UTC (rev
34)
+++ branches/1.0/Descriptors/Attributes/IdLengthAttribute.cs 2007-02-02 17:24:59 UTC (rev
35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of IdLength custom attribute.
*/
Modified: branches/1.0/Descriptors/Attributes/IdentifierAttribute.cs
===================================================================
--- branches/1.0/Descriptors/Attributes/IdentifierAttribute.cs 2007-02-01 20:53:23 UTC
(rev 34)
+++ branches/1.0/Descriptors/Attributes/IdentifierAttribute.cs 2007-02-02 17:24:59 UTC
(rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the Identifier attribute.
*/
Modified: branches/1.0/Descriptors/Attributes/ObjectDescriptorAttribute.cs
===================================================================
--- branches/1.0/Descriptors/Attributes/ObjectDescriptorAttribute.cs 2007-02-01 20:53:23
UTC (rev 34)
+++ branches/1.0/Descriptors/Attributes/ObjectDescriptorAttribute.cs 2007-02-02 17:24:59
UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the ObjectDescriptor custom attribute.
*/
Modified: branches/1.0/Descriptors/Attributes/OptionStringAttribute.cs
===================================================================
--- branches/1.0/Descriptors/Attributes/OptionStringAttribute.cs 2007-02-01 20:53:23 UTC
(rev 34)
+++ branches/1.0/Descriptors/Attributes/OptionStringAttribute.cs 2007-02-02 17:24:59 UTC
(rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This class contains implementation of the Field String attribute.
*/
Modified: branches/1.0/Descriptors/CharacterSetDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/CharacterSetDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/CharacterSetDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains character set Database Object descriptor.
*/
Modified: branches/1.0/Descriptors/CollationDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/CollationDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/CollationDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.Collections.Generic;
using System.Text;
Modified: branches/1.0/Descriptors/ColumnDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/ColumnDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/ColumnDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation for the column database object descriptor.
*/
Modified: branches/1.0/Descriptors/EngineDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/EngineDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/EngineDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.Collections.Generic;
using System.Text;
Modified: branches/1.0/Descriptors/ForeignKeyColumnDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/ForeignKeyColumnDescriptor.cs 2007-02-01 20:53:23 UTC (rev
34)
+++ branches/1.0/Descriptors/ForeignKeyColumnDescriptor.cs 2007-02-02 17:24:59 UTC (rev
35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the foreign key column descriptor.
*/
Modified: branches/1.0/Descriptors/ForeignKeyDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/ForeignKeyDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/ForeignKeyDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains descriptor for the foreign key database object.
*/
Modified: branches/1.0/Descriptors/IObjectDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/IObjectDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/IObjectDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains definition of common descriptor interface.
*/
Modified: branches/1.0/Descriptors/IndexColumnDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/IndexColumnDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/IndexColumnDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains the implementation of the descriptor for the index column
* database object.
Modified: branches/1.0/Descriptors/IndexDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/IndexDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/IndexDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains the implementation of the descriptor for the index
* database object.
Modified: branches/1.0/Descriptors/ObjectDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/ObjectDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/ObjectDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the base class for all descriptors.
*/
Modified: branches/1.0/Descriptors/ObjectDescriptorFactory.cs
===================================================================
--- branches/1.0/Descriptors/ObjectDescriptorFactory.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/ObjectDescriptorFactory.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of descriptors factory.
*/
Modified: branches/1.0/Descriptors/RootDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/RootDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/RootDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of schema descriptor
*/
Modified: branches/1.0/Descriptors/StoredProcDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/StoredProcDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/StoredProcDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.Data;
using System.Text;
Modified: branches/1.0/Descriptors/StoredProcParameterDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/StoredProcParameterDescriptor.cs 2007-02-01 20:53:23 UTC (rev
34)
+++ branches/1.0/Descriptors/StoredProcParameterDescriptor.cs 2007-02-02 17:24:59 UTC (rev
35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains the implementation of the descriptor for the stored procedure
* parameter database object.
Modified: branches/1.0/Descriptors/TableDataDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/TableDataDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/TableDataDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the descriptor for the table data pseudo-object.
*/
Modified: branches/1.0/Descriptors/TableDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/TableDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/TableDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains Table object descriptor
*/
Modified: branches/1.0/Descriptors/TriggerDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/TriggerDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/TriggerDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.Data;
using System.Globalization;
Modified: branches/1.0/Descriptors/UdfDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/UdfDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/UdfDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.Data;
using System.Globalization;
Modified: branches/1.0/Descriptors/ViewColumnDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/ViewColumnDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/ViewColumnDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System.Data;
using System;
namespace MySql.Data.VisualStudio.Descriptors
Modified: branches/1.0/Descriptors/ViewDescriptor.cs
===================================================================
--- branches/1.0/Descriptors/ViewDescriptor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Descriptors/ViewDescriptor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.Data;
using System.Globalization;
Modified: branches/1.0/Dialogs/SqlErrorDialog.cs
===================================================================
--- branches/1.0/Dialogs/SqlErrorDialog.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Dialogs/SqlErrorDialog.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the SQL error dialog.
*/
Modified: branches/1.0/Dialogs/SqlPreviewDialog.cs
===================================================================
--- branches/1.0/Dialogs/SqlPreviewDialog.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Dialogs/SqlPreviewDialog.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the SQL execution confirmation dialog.
*/
Modified: branches/1.0/DocumentView/DocumentObjectAttribute.cs
===================================================================
--- branches/1.0/DocumentView/DocumentObjectAttribute.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/DocumentObjectAttribute.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the custom attribute, used to mark
* classes as documents.
Modified: branches/1.0/DocumentView/DocumentViewFactory.cs
===================================================================
--- branches/1.0/DocumentView/DocumentViewFactory.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/DocumentViewFactory.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains the implementation of Document/View
* objects factory
Modified: branches/1.0/DocumentView/Documents/BaseDocument.cs
===================================================================
--- branches/1.0/DocumentView/Documents/BaseDocument.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Documents/BaseDocument.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.Collections.Generic;
using System.Text;
Modified:
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableCategoryAttribute.cs
===================================================================
---
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableCategoryAttribute.cs 2007-02-01
20:53:23 UTC (rev 34)
+++
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableCategoryAttribute.cs 2007-02-02
17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the localizable variant
* of the Category attribute
Modified:
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableDescriptionAttribute.cs
===================================================================
---
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableDescriptionAttribute.cs 2007-02-01
20:53:23 UTC (rev 34)
+++
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableDescriptionAttribute.cs 2007-02-02
17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the localizable variant
* of the Description attribute
Modified:
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableDisplayNameAttribute.cs
===================================================================
---
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableDisplayNameAttribute.cs 2007-02-01
20:53:23 UTC (rev 34)
+++
branches/1.0/DocumentView/Documents/LocalizableAttributes/LocalizableDisplayNameAttribute.cs 2007-02-02
17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the localizable variant
* of the DisplayName attribute
Modified: branches/1.0/DocumentView/Documents/StoredProcDocument.cs
===================================================================
--- branches/1.0/DocumentView/Documents/StoredProcDocument.cs 2007-02-01 20:53:23 UTC (rev
34)
+++ branches/1.0/DocumentView/Documents/StoredProcDocument.cs 2007-02-02 17:24:59 UTC (rev
35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.ComponentModel;
using System.Data;
Modified: branches/1.0/DocumentView/Documents/TableDataDocument.cs
===================================================================
--- branches/1.0/DocumentView/Documents/TableDataDocument.cs 2007-02-01 20:53:23 UTC (rev
34)
+++ branches/1.0/DocumentView/Documents/TableDataDocument.cs 2007-02-02 17:24:59 UTC (rev
35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the document for table and view data editing.
*/
Modified: branches/1.0/DocumentView/Documents/TableDocument.cs
===================================================================
--- branches/1.0/DocumentView/Documents/TableDocument.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Documents/TableDocument.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of data object for TABLE representation.
*/
Modified: branches/1.0/DocumentView/Documents/TriggerDocument.cs
===================================================================
--- branches/1.0/DocumentView/Documents/TriggerDocument.cs 2007-02-01 20:53:23 UTC (rev
34)
+++ branches/1.0/DocumentView/Documents/TriggerDocument.cs 2007-02-02 17:24:59 UTC (rev
35)
@@ -1,3 +1,19 @@
+// 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;
+
using System.ComponentModel;
using System.Data;
using System.Text;
Modified: branches/1.0/DocumentView/Documents/TypeConverters/BaseValueListConverter.cs
===================================================================
---
branches/1.0/DocumentView/Documents/TypeConverters/BaseValueListConverter.cs 2007-02-01
20:53:23 UTC (rev 34)
+++
branches/1.0/DocumentView/Documents/TypeConverters/BaseValueListConverter.cs 2007-02-02
17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the base class for converters
* with dynamic list of supported values.
Modified: branches/1.0/DocumentView/Documents/TypeConverters/CharacterSetConverter.cs
===================================================================
--- branches/1.0/DocumentView/Documents/TypeConverters/CharacterSetConverter.cs 2007-02-01
20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Documents/TypeConverters/CharacterSetConverter.cs 2007-02-02
17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This class contains implementation of the character set name
* standard values extractor.
Modified: branches/1.0/DocumentView/Documents/TypeConverters/CollationConverter.cs
===================================================================
--- branches/1.0/DocumentView/Documents/TypeConverters/CollationConverter.cs 2007-02-01
20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Documents/TypeConverters/CollationConverter.cs 2007-02-02
17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the collations converter.
*/
Modified: branches/1.0/DocumentView/Documents/TypeConverters/EngineConverter.cs
===================================================================
--- branches/1.0/DocumentView/Documents/TypeConverters/EngineConverter.cs 2007-02-01
20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Documents/TypeConverters/EngineConverter.cs 2007-02-02
17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.Collections.Generic;
using System.Text;
Modified: branches/1.0/DocumentView/Documents/UdfDocument.cs
===================================================================
--- branches/1.0/DocumentView/Documents/UdfDocument.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Documents/UdfDocument.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.ComponentModel;
using System.Data;
Modified: branches/1.0/DocumentView/Documents/ViewDocument.cs
===================================================================
--- branches/1.0/DocumentView/Documents/ViewDocument.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Documents/ViewDocument.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.ComponentModel;
using System.Data;
Modified: branches/1.0/DocumentView/Editors/AdvancedDataGridView.cs
===================================================================
--- branches/1.0/DocumentView/Editors/AdvancedDataGridView.cs 2007-02-01 20:53:23 UTC (rev
34)
+++ branches/1.0/DocumentView/Editors/AdvancedDataGridView.cs 2007-02-02 17:24:59 UTC (rev
35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the advanced grid control.
*/
Modified: branches/1.0/DocumentView/Editors/BaseEditor.cs
===================================================================
--- branches/1.0/DocumentView/Editors/BaseEditor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/BaseEditor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the base class for all editors
*/
Modified: branches/1.0/DocumentView/Editors/CodeEditor.cs
===================================================================
--- branches/1.0/DocumentView/Editors/CodeEditor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/CodeEditor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains astub for future smart SQL editor.
*/
Modified: branches/1.0/DocumentView/Editors/ColumnDetails.cs
===================================================================
--- branches/1.0/DocumentView/Editors/ColumnDetails.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/ColumnDetails.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the columns details editing control.
*/
Modified: branches/1.0/DocumentView/Editors/DataGridViewFlagsCell.cs
===================================================================
--- branches/1.0/DocumentView/Editors/DataGridViewFlagsCell.cs 2007-02-01 20:53:23 UTC
(rev 34)
+++ branches/1.0/DocumentView/Editors/DataGridViewFlagsCell.cs 2007-02-02 17:24:59 UTC
(rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the custom cell type for flags column in the
columns editor.
*/
Modified: branches/1.0/DocumentView/Editors/DataGridViewFlagsColumn.cs
===================================================================
--- branches/1.0/DocumentView/Editors/DataGridViewFlagsColumn.cs 2007-02-01 20:53:23 UTC
(rev 34)
+++ branches/1.0/DocumentView/Editors/DataGridViewFlagsColumn.cs 2007-02-02 17:24:59 UTC
(rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains a custom column type for flags column in the columns editor.
*/
Modified: branches/1.0/DocumentView/Editors/DataGridViewNotNullableTextBoxCell.cs
===================================================================
--- branches/1.0/DocumentView/Editors/DataGridViewNotNullableTextBoxCell.cs 2007-02-01
20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/DataGridViewNotNullableTextBoxCell.cs 2007-02-02
17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains stub cell used to prevent null image drawing for some collumns.
*/
Modified: branches/1.0/DocumentView/Editors/ForeignKeysEdit.cs
===================================================================
--- branches/1.0/DocumentView/Editors/ForeignKeysEdit.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/ForeignKeysEdit.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the custom user control for foregin
* keys editing.
Modified: branches/1.0/DocumentView/Editors/IndexesEdit.cs
===================================================================
--- branches/1.0/DocumentView/Editors/IndexesEdit.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/IndexesEdit.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the custom user control for indexes editing.
*/
Modified: branches/1.0/DocumentView/Editors/KeyEventsManager.cs
===================================================================
--- branches/1.0/DocumentView/Editors/KeyEventsManager.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/KeyEventsManager.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System.Windows.Forms;
namespace MySql.Data.VisualStudio.DocumentView
Modified: branches/1.0/DocumentView/Editors/NameTextBox.cs
===================================================================
--- branches/1.0/DocumentView/Editors/NameTextBox.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/NameTextBox.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the Name attribute editor.
*/
Modified: branches/1.0/DocumentView/Editors/SqlEditor.cs
===================================================================
--- branches/1.0/DocumentView/Editors/SqlEditor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/SqlEditor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using System.Windows.Forms;
Modified: branches/1.0/DocumentView/Editors/SqlSourceEditor.cs
===================================================================
--- branches/1.0/DocumentView/Editors/SqlSourceEditor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/SqlSourceEditor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using MySql.Data.VisualStudio.Descriptors;
Modified: branches/1.0/DocumentView/Editors/TableDataEditor.cs
===================================================================
--- branches/1.0/DocumentView/Editors/TableDataEditor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/TableDataEditor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the table and view data editor.
*/
Modified: branches/1.0/DocumentView/Editors/TableEditor.cs
===================================================================
--- branches/1.0/DocumentView/Editors/TableEditor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/TableEditor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the table editor class.
*/
Modified: branches/1.0/DocumentView/Editors/TriggerEditor.cs
===================================================================
--- branches/1.0/DocumentView/Editors/TriggerEditor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/TriggerEditor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the custom editor for triggers.
*/
Modified: branches/1.0/DocumentView/Editors/UdfEditor.cs
===================================================================
--- branches/1.0/DocumentView/Editors/UdfEditor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/Editors/UdfEditor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using System;
using MySql.Data.VisualStudio.Descriptors;
Modified: branches/1.0/DocumentView/IDocument.cs
===================================================================
--- branches/1.0/DocumentView/IDocument.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/IDocument.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This class contains definition of the common document object interface.
*/
Modified: branches/1.0/DocumentView/IEditor.cs
===================================================================
--- branches/1.0/DocumentView/IEditor.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/IEditor.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file conatins definition of the common interface for all editors.
*/
Modified: branches/1.0/DocumentView/ISqlSource.cs
===================================================================
--- branches/1.0/DocumentView/ISqlSource.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/ISqlSource.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
namespace MySql.Data.VisualStudio.DocumentView
{
/// <summary>
Modified: branches/1.0/DocumentView/ViewObjectAttribute.cs
===================================================================
--- branches/1.0/DocumentView/ViewObjectAttribute.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/DocumentView/ViewObjectAttribute.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of custom attribute, used to mark view
* classes.
Modified: branches/1.0/GuidList.cs
===================================================================
--- branches/1.0/GuidList.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/GuidList.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,4 +1,20 @@
-/*
+// 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;
+
+/*
* This file contains set of GUIDs, used in this project. MUST match guids.h
*/
using System;
Modified: branches/1.0/MySqlConnectionProperties.cs
===================================================================
--- branches/1.0/MySqlConnectionProperties.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlConnectionProperties.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of customized connection properties.
*/
Modified: branches/1.0/MySqlConnectionSupport.cs
===================================================================
--- branches/1.0/MySqlConnectionSupport.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlConnectionSupport.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of custom connection support for MySQL.
*/
Modified: branches/1.0/MySqlConnectionUIControl.cs
===================================================================
--- branches/1.0/MySqlConnectionUIControl.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlConnectionUIControl.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of custom connection dialog.
*/
Modified: branches/1.0/MySqlDataConnectionPromptDialog.cs
===================================================================
--- branches/1.0/MySqlDataConnectionPromptDialog.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlDataConnectionPromptDialog.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains an implemetation of prompt dialog.
*/
Modified: branches/1.0/MySqlDataObjectEnumerator.cs
===================================================================
--- branches/1.0/MySqlDataObjectEnumerator.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlDataObjectEnumerator.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of data object enumerator.
*/
Modified: branches/1.0/MySqlDataObjectIdentifierConverter.cs
===================================================================
--- branches/1.0/MySqlDataObjectIdentifierConverter.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlDataObjectIdentifierConverter.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of identifier convertor support entity.
*/
Modified: branches/1.0/MySqlDataObjectSupport.cs
===================================================================
--- branches/1.0/MySqlDataObjectSupport.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlDataObjectSupport.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains data object support entity implementation.
*/
Modified: branches/1.0/MySqlDataProviderPackage.cs
===================================================================
--- branches/1.0/MySqlDataProviderPackage.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlDataProviderPackage.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of root package class.
*/
Modified: branches/1.0/MySqlDataSourceInformation.cs
===================================================================
--- branches/1.0/MySqlDataSourceInformation.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlDataSourceInformation.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains class with data source specific information.
*/
Modified: branches/1.0/MySqlDataSourceSpecializer.cs
===================================================================
--- branches/1.0/MySqlDataSourceSpecializer.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlDataSourceSpecializer.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains stub for data connection specializer.
*/
Modified: branches/1.0/MySqlDataViewCommandHandler.cs
===================================================================
--- branches/1.0/MySqlDataViewCommandHandler.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlDataViewCommandHandler.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of data view commands handler.
*/
Modified: branches/1.0/MySqlDataViewSupport.cs
===================================================================
--- branches/1.0/MySqlDataViewSupport.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlDataViewSupport.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains data view support entity implementation.
*/
Modified: branches/1.0/MySqlProviderObjectFactory.cs
===================================================================
--- branches/1.0/MySqlProviderObjectFactory.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/MySqlProviderObjectFactory.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of support entities factory.
*/
Modified: branches/1.0/ServerExplorerFacade.cs
===================================================================
--- branches/1.0/ServerExplorerFacade.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/ServerExplorerFacade.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the hierarchy accessor proxy.
*/
Modified: branches/1.0/Utils/DataInterpreter.cs
===================================================================
--- branches/1.0/Utils/DataInterpreter.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Utils/DataInterpreter.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of DataInterpreter utility.
*/
Modified: branches/1.0/Utils/KeyDisplayValuePair.cs
===================================================================
--- branches/1.0/Utils/KeyDisplayValuePair.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Utils/KeyDisplayValuePair.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains key-displayabe value pair utility used for listboxes and
comboboxes.
*/
Modified: branches/1.0/Utils/Parser.cs
===================================================================
--- branches/1.0/Utils/Parser.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Utils/Parser.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of the Parser utility.
*/
Modified: branches/1.0/Utils/QueryBuilder.cs
===================================================================
--- branches/1.0/Utils/QueryBuilder.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Utils/QueryBuilder.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of SQL query builder utility.
*/
Modified: branches/1.0/Utils/ReflectionHelper.cs
===================================================================
--- branches/1.0/Utils/ReflectionHelper.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Utils/ReflectionHelper.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains Reflection utility, used to retrieve type attributes.
*/
Modified: branches/1.0/Utils/ResourceHelper.cs
===================================================================
--- branches/1.0/Utils/ResourceHelper.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Utils/ResourceHelper.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
using MySql.Data.VisualStudio.Properties;
using System.Diagnostics;
Modified: branches/1.0/Utils/UIHelper.cs
===================================================================
--- branches/1.0/Utils/UIHelper.cs 2007-02-01 20:53:23 UTC (rev 34)
+++ branches/1.0/Utils/UIHelper.cs 2007-02-02 17:24:59 UTC (rev 35)
@@ -1,3 +1,19 @@
+// 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;
+
/*
* This file contains implementation of UI helper utility.
*/
| Thread |
|---|
| • Visual Studio Plugin commit: r35 - in branches/1.0: . Commands CtcComponents Descriptors Descriptors/Attributes Dialogs DocumentView DocumentView/Docu... | rburnett | 2 Feb |