diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/AssemblyInfo.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/AssemblyInfo.cs index 92d12a843a..b325bae819 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/AssemblyInfo.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/AssemblyInfo.cs @@ -1,4 +1,11 @@ -using System.Reflection; +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/CodeCompletionPopupCommand.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/CodeCompletionPopupCommand.cs index 98a440d821..e52731529f 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/CodeCompletionPopupCommand.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/CodeCompletionPopupCommand.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor; using ICSharpCode.TextEditor.Actions; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/CodeCompletionWindow.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/CodeCompletionWindow.cs index 2f273743e4..0d48bc72b0 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/CodeCompletionWindow.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/CodeCompletionWindow.cs @@ -1,8 +1,8 @@ -// -// -// -// -// +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ // using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/CreateSchemaCommand.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/CreateSchemaCommand.cs index d21ef1690b..c4f0cb536a 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/CreateSchemaCommand.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/CreateSchemaCommand.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using ICSharpCode.SharpDevelop.DefaultEditor.Gui.Editor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/EncodedStringWriter.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/EncodedStringWriter.cs index 0c637340d2..a494a5e329 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/EncodedStringWriter.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/EncodedStringWriter.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; using System.IO; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/Parser.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/Parser.cs index 1cd6aa514e..0532ad88e3 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/Parser.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/Parser.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using ICSharpCode.SharpDevelop; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/QualifiedName.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/QualifiedName.cs index 885ccddfe5..53cfda358b 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/QualifiedName.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/QualifiedName.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; using System.Xml; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/QualifiedNameCollection.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/QualifiedNameCollection.cs index 516ef394af..9ecd88e9f8 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/QualifiedNameCollection.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/QualifiedNameCollection.cs @@ -1,24 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) - +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; using System.Collections; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/SelectXmlSchemaForm.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/SelectXmlSchemaForm.cs index fa89cda819..c957e748b3 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/SelectXmlSchemaForm.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/SelectXmlSchemaForm.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using ICSharpCode.SharpDevelop.Gui.XmlForms; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/ValidateXmlCommand.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/ValidateXmlCommand.cs index c977336148..505a37d2fd 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/ValidateXmlCommand.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/ValidateXmlCommand.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using ICSharpCode.SharpDevelop; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionData.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionData.cs index 6c723d1b99..fa14e981d6 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionData.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionData.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor; using ICSharpCode.TextEditor.Gui.CompletionWindow; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataCollection.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataCollection.cs index 4cc4ae1ba0..6a76403cee 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataCollection.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataCollection.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataImageList.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataImageList.cs index 6ca36fe46f..0282764461 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataImageList.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataImageList.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; using System.Windows.Forms; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataProvider.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataProvider.cs index 76d91ccc3c..4a858f1b55 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataProvider.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlCompletionDataProvider.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor; using ICSharpCode.TextEditor.Gui.CompletionWindow; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlDisplayBinding.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlDisplayBinding.cs index 0edb30fd07..416c60e022 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlDisplayBinding.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlDisplayBinding.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using ICSharpCode.SharpDevelop.Gui; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorAddInOptions.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorAddInOptions.cs index f8f5afe38b..064f104886 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorAddInOptions.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorAddInOptions.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor. -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorControl.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorControl.cs index cd3b956c46..9aa601cf47 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorControl.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorControl.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using ICSharpCode.SharpDevelop; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorOptionsPanel.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorOptionsPanel.cs index ff98984861..b83455d781 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorOptionsPanel.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlEditorOptionsPanel.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.SharpDevelop.Gui; using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlElementPath.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlElementPath.cs index f32f80d6d2..bb8b182b4e 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlElementPath.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlElementPath.cs @@ -1,24 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) - +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlFoldingStrategy.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlFoldingStrategy.cs index 0aa70b03d7..6da3f7af6c 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlFoldingStrategy.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlFoldingStrategy.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Document; using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlParser.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlParser.cs index 21fd38cceb..443335f363 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlParser.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlParser.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; using System.Collections; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaAssociation.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaAssociation.cs index ccbc646046..f7f02c889c 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaAssociation.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaAssociation.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaAssociationListBoxItem.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaAssociationListBoxItem.cs index 238144e810..1362d221fe 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaAssociationListBoxItem.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaAssociationListBoxItem.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaCompletionData.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaCompletionData.cs index e93330c9a9..e18fbb8e1b 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaCompletionData.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaCompletionData.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaCompletionDataCollection.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaCompletionDataCollection.cs index a5752383c0..990db7f61d 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaCompletionDataCollection.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaCompletionDataCollection.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaListBoxItem.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaListBoxItem.cs index 46c87d2cee..d7cc5de7ff 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaListBoxItem.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaListBoxItem.cs @@ -1,24 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) - +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaManager.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaManager.cs index 3a3fd4af9b..93a2a82d9d 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaManager.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemaManager.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using System; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemasPanel.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemasPanel.cs index b443d99093..26f5971b88 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemasPanel.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlSchemasPanel.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using ICSharpCode.SharpDevelop.Project; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlView.cs b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlView.cs index ac129ff004..913d205d6a 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Project/XmlView.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Project/XmlView.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.Core; using ICSharpCode.SharpDevelop; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs index 92d12a843a..b325bae819 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/AssemblyInfo.cs @@ -1,4 +1,11 @@ -using System.Reflection; +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/ActiveElementStartPathTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/ActiveElementStartPathTestFixture.cs index e4dcd83d71..30e7803b7a 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/ActiveElementStartPathTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/ActiveElementStartPathTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.XmlEditor; using NUnit.Framework; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/AttributeNameTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/AttributeNameTestFixture.cs index 8d1f321fac..9938d210e3 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/AttributeNameTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/AttributeNameTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.XmlEditor; using NUnit.Framework; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/NamespaceDeclarationTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/NamespaceDeclarationTestFixture.cs index 16685a5d1f..17119c2855 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/NamespaceDeclarationTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/NamespaceDeclarationTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.XmlEditor; using NUnit.Framework; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/ParentElementPathTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/ParentElementPathTestFixture.cs index 2a67a4b43f..1a01b2109b 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/ParentElementPathTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/ParentElementPathTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.XmlEditor; using NUnit.Framework; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/QualifiedNameTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/QualifiedNameTestFixture.cs index b038f38fbe..0a5946226d 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/QualifiedNameTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Parser/QualifiedNameTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.XmlEditor; using NUnit.Framework; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/NoElementPathTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/NoElementPathTestFixture.cs index 61c20c7dca..50c16f63c9 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/NoElementPathTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/NoElementPathTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.XmlEditor; using NUnit.Framework; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/SingleElementPathTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/SingleElementPathTestFixture.cs index 358e231299..0a9098f912 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/SingleElementPathTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/SingleElementPathTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.XmlEditor; using NUnit.Framework; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/TwoElementPathTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/TwoElementPathTestFixture.cs index 3b354b8542..435ffbb34c 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/TwoElementPathTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Paths/TwoElementPathTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.XmlEditor; using NUnit.Framework; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeAnnotationTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeAnnotationTestFixture.cs index 5b382ad056..d2b2d02ce4 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeAnnotationTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeAnnotationTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeGroupRefTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeGroupRefTestFixture.cs index 8ff08bfb0d..a4f5765d25 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeGroupRefTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeGroupRefTestFixture.cs @@ -1,23 +1,9 @@ -// -// ${App.Name} -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeRefTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeRefTestFixture.cs index d14cbd46e1..c1c8f96024 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeRefTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeRefTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeValueAnnotationTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeValueAnnotationTestFixture.cs index 49acd67d11..5734c66d53 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeValueAnnotationTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/AttributeValueAnnotationTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ChildElementAttributesTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ChildElementAttributesTestFixture.cs index 6def8b6097..16957012f5 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ChildElementAttributesTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ChildElementAttributesTestFixture.cs @@ -1,23 +1,9 @@ -// -// ${App.Name} -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ChoiceTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ChoiceTestFixture.cs index 1aa8e2423e..cd8d059191 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ChoiceTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ChoiceTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ComplexContentExtensionTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ComplexContentExtensionTestFixture.cs index 4f55b20d27..ba9e300ef1 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ComplexContentExtensionTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ComplexContentExtensionTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/DuplicateElementTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/DuplicateElementTestFixture.cs index f80837c660..77f7ed340f 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/DuplicateElementTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/DuplicateElementTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementAnnotationTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementAnnotationTestFixture.cs index 7e9458496e..a52e5b1e1d 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementAnnotationTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementAnnotationTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementRefAnnotationTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementRefAnnotationTestFixture.cs index 720b9a39bc..9300b834a8 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementRefAnnotationTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementRefAnnotationTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementWithAttributeSchemaTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementWithAttributeSchemaTestFixture.cs index d8997d320e..bedd5c3616 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementWithAttributeSchemaTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ElementWithAttributeSchemaTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/EnumAttributeValueTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/EnumAttributeValueTestFixture.cs index f509afce6d..ce10daf726 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/EnumAttributeValueTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/EnumAttributeValueTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ExtensionElementTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ExtensionElementTestFixture.cs index a008ba6d5d..9c2d8b58a2 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ExtensionElementTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ExtensionElementTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/GroupRefCompositorTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/GroupRefCompositorTestFixture.cs index fa60bc8f24..48a9d81223 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/GroupRefCompositorTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/GroupRefCompositorTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/GroupRefTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/GroupRefTestFixture.cs index af41c47127..fb367a08df 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/GroupRefTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/GroupRefTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NamespaceCompletionTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NamespaceCompletionTestFixture.cs index 685d457ba2..9659edc0a3 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NamespaceCompletionTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NamespaceCompletionTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedAttributeGroupRefTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedAttributeGroupRefTestFixture.cs index 8f8d563e4d..6d97c1348c 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedAttributeGroupRefTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedAttributeGroupRefTestFixture.cs @@ -1,23 +1,9 @@ -// -// ${App.Name} -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedChoiceTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedChoiceTestFixture.cs index 1302c4c4d6..8257303c3c 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedChoiceTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedChoiceTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedElementSchemaTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedElementSchemaTestFixture.cs index 99d26c3acc..ca88948168 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedElementSchemaTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedElementSchemaTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedSequenceTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedSequenceTestFixture.cs index 284115f4c2..a7f6222569 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedSequenceTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/NestedSequenceTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ReferencedElementsTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ReferencedElementsTestFixture.cs index ffac173838..1336db6597 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ReferencedElementsTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/ReferencedElementsTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/RestrictionElementTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/RestrictionElementTestFixture.cs index ed8fbcfde0..3533efa315 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/RestrictionElementTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/RestrictionElementTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SchemaTestFixtureBase.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SchemaTestFixtureBase.cs index ff1f1fc44e..fc5fe54205 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SchemaTestFixtureBase.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SchemaTestFixtureBase.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using NUnit.Framework; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SequencedChoiceTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SequencedChoiceTestFixture.cs index 33790756a3..bc2f64b82a 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SequencedChoiceTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SequencedChoiceTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SimpleContentWithAttributeTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SimpleContentWithAttributeTestFixture.cs index fa84c1f041..a9a80328a8 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SimpleContentWithAttributeTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SimpleContentWithAttributeTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SingleElementSchemaTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SingleElementSchemaTestFixture.cs index 93e5a0ee87..ee655b66b2 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SingleElementSchemaTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/SingleElementSchemaTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/TwoElementSchemaTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/TwoElementSchemaTestFixture.cs index 5a2bb29ca8..edaa510d01 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/TwoElementSchemaTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/TwoElementSchemaTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/XhtmlStrictSchemaTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/XhtmlStrictSchemaTestFixture.cs index cd7d552050..4ca8c6b487 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/XhtmlStrictSchemaTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/XhtmlStrictSchemaTestFixture.cs @@ -1,23 +1,9 @@ -// -// ${App.Name} -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/XsdSchemaTestFixture.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/XsdSchemaTestFixture.cs index 1bab00431c..89caebcbaf 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/XsdSchemaTestFixture.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Schema/XsdSchemaTestFixture.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using ICSharpCode.TextEditor.Gui.CompletionWindow; using ICSharpCode.XmlEditor; diff --git a/src/AddIns/DisplayBindings/XmlEditor/Test/Utils/ResourceManager.cs b/src/AddIns/DisplayBindings/XmlEditor/Test/Utils/ResourceManager.cs index fce6e8cc10..a82cd1dd4f 100644 --- a/src/AddIns/DisplayBindings/XmlEditor/Test/Utils/ResourceManager.cs +++ b/src/AddIns/DisplayBindings/XmlEditor/Test/Utils/ResourceManager.cs @@ -1,23 +1,9 @@ -// -// SharpDevelop Xml Editor -// -// Copyright (C) 2005 Matthew Ward -// -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// Matthew Ward (mrward@users.sourceforge.net) +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; using System.IO; diff --git a/src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs b/src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs index be2347f776..53cb433b51 100644 --- a/src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs +++ b/src/AddIns/Misc/HtmlHelp2/Project/Configuration/AssemblyInfo.cs @@ -1,4 +1,12 @@ -using System.Reflection; +/* *********************************************************** + * + * Help 2.0 Environment for SharpDevelop + * Dynamic Help Pad + * Copyright (c) 2005, Mathias Simmack. All rights reserved. + * + * ********************************************************* */ + +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following diff --git a/src/AddIns/Misc/HtmlHelp2/Project/src/BrowserControl/HelpBrowserCommands.cs b/src/AddIns/Misc/HtmlHelp2/Project/src/BrowserControl/HelpBrowserCommands.cs index 192d64de6c..e29da20c59 100644 --- a/src/AddIns/Misc/HtmlHelp2/Project/src/BrowserControl/HelpBrowserCommands.cs +++ b/src/AddIns/Misc/HtmlHelp2/Project/src/BrowserControl/HelpBrowserCommands.cs @@ -1,9 +1,9 @@ -/* - * Created by SharpDevelop. - * User: Daniel Grunwald - * Date: 05.08.2005 - * Time: 18:41 - */ +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; using System.Drawing; diff --git a/src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs b/src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs index 9be0409636..493ba804d8 100644 --- a/src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs +++ b/src/Libraries/ICSharpCode.Build.Tasks/Project/AssemblyInfo.cs @@ -31,4 +31,3 @@ using System.Runtime.CompilerServices; // numbers with the '*' character (the default): [assembly: AssemblyVersion("2.0.0.1")] - diff --git a/src/Libraries/NRefactory/Project/Src/Output/CodeDOM/CodeDOMVerboseOutputGenerator.cs b/src/Libraries/NRefactory/Project/Src/Output/CodeDOM/CodeDOMVerboseOutputGenerator.cs index 51d0bcc0eb..5d8903a475 100644 --- a/src/Libraries/NRefactory/Project/Src/Output/CodeDOM/CodeDOMVerboseOutputGenerator.cs +++ b/src/Libraries/NRefactory/Project/Src/Output/CodeDOM/CodeDOMVerboseOutputGenerator.cs @@ -1,3 +1,10 @@ +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// + using System; using System.IO; using System.CodeDom; diff --git a/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/BrowserCommands.cs b/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/BrowserCommands.cs index d88c0c52cc..b9dda4429c 100644 --- a/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/BrowserCommands.cs +++ b/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/BrowserCommands.cs @@ -1,9 +1,9 @@ -/* - * Created by SharpDevelop. - * User: Daniel Grunwald - * Date: 05.08.2005 - * Time: 14:35 - */ +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; using System.Windows.Forms; diff --git a/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/BrowserLocationConditionEvaluator.cs b/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/BrowserLocationConditionEvaluator.cs index 3086c2a7c8..488f9e0c8f 100644 --- a/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/BrowserLocationConditionEvaluator.cs +++ b/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/BrowserLocationConditionEvaluator.cs @@ -1,9 +1,9 @@ -/* - * Created by SharpDevelop. - * User: Daniel Grunwald - * Date: 05.08.2005 - * Time: 19:37 - */ +// +// 2002-2005 AlphaSierraPapa +// GNU General Public License +// +// $Revision$ +// using System; using System.Text.RegularExpressions; @@ -12,7 +12,7 @@ using ICSharpCode.Core; namespace ICSharpCode.SharpDevelop.BrowserDisplayBinding { /// - /// Description of BrowserLocationConditionEvaluator. + /// Conditions that tries to match the URL of a with a regex. /// public class BrowserLocationConditionEvaluator : IConditionEvaluator { diff --git a/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/HtmlViewPane.cs b/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/HtmlViewPane.cs index 2ae468ab7a..f2fbd47d20 100644 --- a/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/HtmlViewPane.cs +++ b/src/Main/Base/Project/Src/Gui/BrowserDisplayBinding/HtmlViewPane.cs @@ -148,6 +148,7 @@ namespace ICSharpCode.SharpDevelop.BrowserDisplayBinding webBrowser.Navigating += WebBrowserNavigating; webBrowser.NewWindowExtended += NewWindow; webBrowser.Navigated += WebBrowserNavigated; + webBrowser.StatusTextChanged += WebBrowserStatusTextChanged; Controls.Add(webBrowser); if (showNavigation) { @@ -162,6 +163,17 @@ namespace ICSharpCode.SharpDevelop.BrowserDisplayBinding WorkbenchSingleton.Workbench.ShowView(new BrowserPane(e.Url)); } + void WebBrowserStatusTextChanged(object sender, EventArgs e) + { + IWorkbenchWindow workbench = WorkbenchSingleton.Workbench.ActiveWorkbenchWindow; + if (workbench == null) return; + BrowserPane browser = workbench.ActiveViewContent as BrowserPane; + if (browser == null) return; + if (browser.HtmlViewPane == this) { + StatusBarService.SetMessage(webBrowser.StatusText); + } + } + static ArrayList descriptors; public static ISchemeExtension GetScheme(string name) diff --git a/src/Main/Base/Project/Src/Services/Debugger/BreakpointBookmarkEventArgs.cs b/src/Main/Base/Project/Src/Services/Debugger/BreakpointBookmarkEventArgs.cs index 73117f7cf2..ad16a626dd 100644 --- a/src/Main/Base/Project/Src/Services/Debugger/BreakpointBookmarkEventArgs.cs +++ b/src/Main/Base/Project/Src/Services/Debugger/BreakpointBookmarkEventArgs.cs @@ -1,7 +1,7 @@ // // 2002-2005 AlphaSierraPapa // GNU General Public License -// +// // $Revision$ // diff --git a/src/Tools/CheckFileHeaders/Main.cs b/src/Tools/CheckFileHeaders/Main.cs index a36dd76cae..afb62d148f 100644 --- a/src/Tools/CheckFileHeaders/Main.cs +++ b/src/Tools/CheckFileHeaders/Main.cs @@ -171,7 +171,6 @@ namespace CheckFileHeaders author = "David Srbecký"; return "dsrbecky@gmail.com"; case "Andrea Paatz": - //case "Andrea": author = "Andrea Paatz"; return "andrea@icsharpcode.net"; case "Matthew Ward": @@ -264,6 +263,14 @@ namespace CheckFileHeaders return 5; } else if (line == "/*") { state = 4; + } else if (line == "/* ***********************************************************") { + // Mathias' style (preserve) + lastLine = -1; + return 5; + } else if (line == "//------------------------------------------------------------------------------") { + // TlbImp auto-generated style (preserve) + lastLine = -1; + return 5; } else if (gplRegex.IsMatch(line)) { Match m = gplRegex.Match(line); author = m.Groups[1].Value;