diff --git a/Settings.StyleCop b/Settings.StyleCop index 5025b0c..e0a1007 100644 --- a/Settings.StyleCop +++ b/Settings.StyleCop @@ -12,11 +12,6 @@ - - - False - - False @@ -72,6 +67,16 @@ True + + + False + + + + + True + + diff --git a/trunk/BZip2Decompress/BZip2.cs b/trunk/BZip2Decompress/BZip2.cs index 5d34d08..ceb6cc7 100644 --- a/trunk/BZip2Decompress/BZip2.cs +++ b/trunk/BZip2Decompress/BZip2.cs @@ -1,3 +1,42 @@ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; diff --git a/trunk/BZip2Decompress/BZip2Constants.cs b/trunk/BZip2Decompress/BZip2Constants.cs index 59b3b9d..618c2cd 100644 --- a/trunk/BZip2Decompress/BZip2Constants.cs +++ b/trunk/BZip2Decompress/BZip2Constants.cs @@ -1,3 +1,42 @@ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + namespace LSLEditor.Decompressor { diff --git a/trunk/BZip2Decompress/BZip2InputStream.cs b/trunk/BZip2Decompress/BZip2InputStream.cs index ce4f0ba..c10b3e3 100644 --- a/trunk/BZip2Decompress/BZip2InputStream.cs +++ b/trunk/BZip2Decompress/BZip2InputStream.cs @@ -1,3 +1,42 @@ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; diff --git a/trunk/Browser.cs b/trunk/Browser.cs index f8b1573..061eba3 100644 --- a/trunk/Browser.cs +++ b/trunk/Browser.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// Browser.cs +// +// + using System; using System.ComponentModel; using System.Drawing; diff --git a/trunk/BugReport/BugReportForm.cs b/trunk/BugReport/BugReportForm.cs index a0a4f8b..de64197 100644 --- a/trunk/BugReport/BugReportForm.cs +++ b/trunk/BugReport/BugReportForm.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// BugReportForm.cs +// +// + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/trunk/BugReport/UploadBugReport.cs b/trunk/BugReport/UploadBugReport.cs index abb78e7..4ab277e 100644 --- a/trunk/BugReport/UploadBugReport.cs +++ b/trunk/BugReport/UploadBugReport.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Text; diff --git a/trunk/Decompressor/Decompress.cs b/trunk/Decompressor/Decompress.cs index 8249bc8..504e110 100644 --- a/trunk/Decompressor/Decompress.cs +++ b/trunk/Decompressor/Decompress.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; // bitconvertor using System.IO; using System.IO.Compression; diff --git a/trunk/Decompressor/ZipEntry.cs b/trunk/Decompressor/ZipEntry.cs index 4aa89c0..35f1aaa 100644 --- a/trunk/Decompressor/ZipEntry.cs +++ b/trunk/Decompressor/ZipEntry.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; namespace LSLEditor.Decompressor diff --git a/trunk/EditForm.cs b/trunk/EditForm.cs index e30436d..452e73a 100644 --- a/trunk/EditForm.cs +++ b/trunk/EditForm.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Xml; diff --git a/trunk/Editor/GListBox.cs b/trunk/Editor/GListBox.cs index e7004a2..ed2966c 100644 --- a/trunk/Editor/GListBox.cs +++ b/trunk/Editor/GListBox.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Drawing; using System.Windows.Forms; diff --git a/trunk/Editor/GListBoxWindow.cs b/trunk/Editor/GListBoxWindow.cs index 9961607..079b84d 100644 --- a/trunk/Editor/GListBoxWindow.cs +++ b/trunk/Editor/GListBoxWindow.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Drawing; using System.ComponentModel; diff --git a/trunk/Editor/KeyWords.cs b/trunk/Editor/KeyWords.cs index 07044f6..f8f8da6 100644 --- a/trunk/Editor/KeyWords.cs +++ b/trunk/Editor/KeyWords.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Drawing; diff --git a/trunk/Editor/MsXsltContext.cs b/trunk/Editor/MsXsltContext.cs index d4ef4d6..79af03e 100644 --- a/trunk/Editor/MsXsltContext.cs +++ b/trunk/Editor/MsXsltContext.cs @@ -1,43 +1,39 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + diff --git a/trunk/Editor/Numbered.cs b/trunk/Editor/Numbered.cs index dad1dd2..2297fbc 100644 --- a/trunk/Editor/Numbered.cs +++ b/trunk/Editor/Numbered.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Drawing; using System.Windows.Forms; diff --git a/trunk/Editor/NumberedTextBoxUC.cs b/trunk/Editor/NumberedTextBoxUC.cs index 606e367..8aae851 100644 --- a/trunk/Editor/NumberedTextBoxUC.cs +++ b/trunk/Editor/NumberedTextBoxUC.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.ComponentModel; using System.Drawing; diff --git a/trunk/Editor/RichLabel.cs b/trunk/Editor/RichLabel.cs index fdb2b6f..ccd7875 100644 --- a/trunk/Editor/RichLabel.cs +++ b/trunk/Editor/RichLabel.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Drawing; using System.Globalization; diff --git a/trunk/Editor/SyntaxRichTextBox.cs b/trunk/Editor/SyntaxRichTextBox.cs index f7d8287..b4da3e2 100644 --- a/trunk/Editor/SyntaxRichTextBox.cs +++ b/trunk/Editor/SyntaxRichTextBox.cs @@ -20,7 +20,7 @@ // ******** // * LSLEditor, a External editor for the LSL Language. // * Copyright (C) 2010 The LSLEditor Group. -// +// // * 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 diff --git a/trunk/Editor/TooltipWindow.cs b/trunk/Editor/TooltipWindow.cs index 293aee8..2a88243 100644 --- a/trunk/Editor/TooltipWindow.cs +++ b/trunk/Editor/TooltipWindow.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Drawing; using System.ComponentModel; diff --git a/trunk/FindWindow.cs b/trunk/FindWindow.cs index b0260dc..33420d5 100644 --- a/trunk/FindWindow.cs +++ b/trunk/FindWindow.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Text; // StringBuilder using System.Text.RegularExpressions; diff --git a/trunk/GotoWindow.cs b/trunk/GotoWindow.cs index d69b693..2e3f932 100644 --- a/trunk/GotoWindow.cs +++ b/trunk/GotoWindow.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Windows.Forms; diff --git a/trunk/Helpers/AutoFormatter.cs b/trunk/Helpers/AutoFormatter.cs index 08d0285..8c65e6a 100644 --- a/trunk/Helpers/AutoFormatter.cs +++ b/trunk/Helpers/AutoFormatter.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Text; diff --git a/trunk/Helpers/CodeCompletion.cs b/trunk/Helpers/CodeCompletion.cs index 2a6f33e..d17531c 100644 --- a/trunk/Helpers/CodeCompletion.cs +++ b/trunk/Helpers/CodeCompletion.cs @@ -1,48 +1,44 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ -using System.Drawing; +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System.Collections.Generic; +using System.Drawing; using System.Text.RegularExpressions; namespace LSLEditor.Helpers @@ -71,8 +67,7 @@ namespace LSLEditor.Helpers )* " , - RegexOptions.IgnorePatternWhitespace - | RegexOptions.Compiled); + RegexOptions.IgnorePatternWhitespace | RegexOptions.Compiled); } public void CodeCompletionUserVar(string strKeyWord, string strTextIn, int intStart, List list) diff --git a/trunk/Helpers/CompilerHelper.cs b/trunk/Helpers/CompilerHelper.cs index eb81825..6e1928d 100644 --- a/trunk/Helpers/CompilerHelper.cs +++ b/trunk/Helpers/CompilerHelper.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Reflection; diff --git a/trunk/Helpers/FileAssociator.cs b/trunk/Helpers/FileAssociator.cs index cc10503..a5e594b 100644 --- a/trunk/Helpers/FileAssociator.cs +++ b/trunk/Helpers/FileAssociator.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Text; using Microsoft.Win32; diff --git a/trunk/Helpers/GetTemplate.cs b/trunk/Helpers/GetTemplate.cs index 7461df5..090e210 100644 --- a/trunk/Helpers/GetTemplate.cs +++ b/trunk/Helpers/GetTemplate.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Reflection; using System.IO; diff --git a/trunk/Helpers/GroupboxEvent.cs b/trunk/Helpers/GroupboxEvent.cs index 7316091..ce0da2f 100644 --- a/trunk/Helpers/GroupboxEvent.cs +++ b/trunk/Helpers/GroupboxEvent.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections; using System.ComponentModel; diff --git a/trunk/Helpers/HTTPRequest.cs b/trunk/Helpers/HTTPRequest.cs index 4a86305..e73f77c 100644 --- a/trunk/Helpers/HTTPRequest.cs +++ b/trunk/Helpers/HTTPRequest.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.IO.Compression; diff --git a/trunk/Helpers/LSL2CSharp.cs b/trunk/Helpers/LSL2CSharp.cs index cf8f33c..e4a8350 100644 --- a/trunk/Helpers/LSL2CSharp.cs +++ b/trunk/Helpers/LSL2CSharp.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Xml; using System.Text; diff --git a/trunk/Helpers/Measure.cs b/trunk/Helpers/Measure.cs index 5731264..47c1666 100644 --- a/trunk/Helpers/Measure.cs +++ b/trunk/Helpers/Measure.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Drawing; diff --git a/trunk/Helpers/OopsFormatter.cs b/trunk/Helpers/OopsFormatter.cs index f5c4ae8..4050890 100644 --- a/trunk/Helpers/OopsFormatter.cs +++ b/trunk/Helpers/OopsFormatter.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Text; diff --git a/trunk/Helpers/OutlineHelper.cs b/trunk/Helpers/OutlineHelper.cs index fc7d03e..2c70137 100644 --- a/trunk/Helpers/OutlineHelper.cs +++ b/trunk/Helpers/OutlineHelper.cs @@ -1,3 +1,42 @@ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections.Generic; using System.Text; diff --git a/trunk/Helpers/PrinterHelper.cs b/trunk/Helpers/PrinterHelper.cs index 8458c90..49a5c6c 100644 --- a/trunk/Helpers/PrinterHelper.cs +++ b/trunk/Helpers/PrinterHelper.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. // -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Text; using System.Collections; diff --git a/trunk/Helpers/SendMyKeys.cs b/trunk/Helpers/SendMyKeys.cs index a6b8305..b38adae 100644 --- a/trunk/Helpers/SendMyKeys.cs +++ b/trunk/Helpers/SendMyKeys.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Text; using System.Threading; diff --git a/trunk/Helpers/Settings.cs b/trunk/Helpers/Settings.cs index 002dd75..d518eaa 100644 --- a/trunk/Helpers/Settings.cs +++ b/trunk/Helpers/Settings.cs @@ -1,47 +1,44 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ -namespace LSLEditor.Properties { +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + +namespace LSLEditor.Properties +{ // This class allows you to handle specific events on the settings class: diff --git a/trunk/Helpers/SmtpClient.cs b/trunk/Helpers/SmtpClient.cs index 0736ce6..af2094f 100644 --- a/trunk/Helpers/SmtpClient.cs +++ b/trunk/Helpers/SmtpClient.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Net; diff --git a/trunk/Helpers/TabControlExtended.cs b/trunk/Helpers/TabControlExtended.cs index 15a48f9..f01d371 100644 --- a/trunk/Helpers/TabControlExtended.cs +++ b/trunk/Helpers/TabControlExtended.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Drawing; using System.ComponentModel; diff --git a/trunk/Helpers/TaskQueue.cs b/trunk/Helpers/TaskQueue.cs index 73d5f5b..33a0530 100644 --- a/trunk/Helpers/TaskQueue.cs +++ b/trunk/Helpers/TaskQueue.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Reflection; using System.Collections; diff --git a/trunk/Helpers/WebRequestClass.cs b/trunk/Helpers/WebRequestClass.cs index 31a0dfd..6788e3c 100644 --- a/trunk/Helpers/WebRequestClass.cs +++ b/trunk/Helpers/WebRequestClass.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections; using System.Net; diff --git a/trunk/Helpers/XMLRPC.cs b/trunk/Helpers/XMLRPC.cs index afa0628..55ce440 100644 --- a/trunk/Helpers/XMLRPC.cs +++ b/trunk/Helpers/XMLRPC.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Xml; using System.Net; diff --git a/trunk/LSLEditorForm.cs b/trunk/LSLEditorForm.cs index da23a30..5e514f2 100644 --- a/trunk/LSLEditorForm.cs +++ b/trunk/LSLEditorForm.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. // -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Xml; diff --git a/trunk/PermissionsForm.cs b/trunk/PermissionsForm.cs index 4d64c37..52b537f 100644 --- a/trunk/PermissionsForm.cs +++ b/trunk/PermissionsForm.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections; using System.ComponentModel; diff --git a/trunk/Plugins/Generic.cs b/trunk/Plugins/Generic.cs index 49acdf9..fa3d61c 100644 --- a/trunk/Plugins/Generic.cs +++ b/trunk/Plugins/Generic.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Windows.Forms; diff --git a/trunk/Plugins/LSLint.cs b/trunk/Plugins/LSLint.cs index 6f6d0fb..2b725e7 100644 --- a/trunk/Plugins/LSLint.cs +++ b/trunk/Plugins/LSLint.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Reflection; diff --git a/trunk/Plugins/Particles.cs b/trunk/Plugins/Particles.cs index cb52bb2..dc041d6 100644 --- a/trunk/Plugins/Particles.cs +++ b/trunk/Plugins/Particles.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Windows.Forms; diff --git a/trunk/Plugins/Svn.cs b/trunk/Plugins/Svn.cs index 04bcc39..43dc227 100644 --- a/trunk/Plugins/Svn.cs +++ b/trunk/Plugins/Svn.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections.Generic; using System.Text; diff --git a/trunk/RuntimeConsole.cs b/trunk/RuntimeConsole.cs index 47ad84e..a151413 100644 --- a/trunk/RuntimeConsole.cs +++ b/trunk/RuntimeConsole.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Xml; diff --git a/trunk/SecondLife/Float.cs b/trunk/SecondLife/Float.cs index 16bc30c..65feb26 100644 --- a/trunk/SecondLife/Float.cs +++ b/trunk/SecondLife/Float.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. // -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// Float.cs +// +// + using System; using System.Diagnostics.CodeAnalysis; using System.Text.RegularExpressions; diff --git a/trunk/SecondLife/LSL_Constants.cs b/trunk/SecondLife/LSL_Constants.cs index beeafcb..259d60a 100644 --- a/trunk/SecondLife/LSL_Constants.cs +++ b/trunk/SecondLife/LSL_Constants.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. // -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// LSL_Constants.cs +// +// + using System; using System.Diagnostics.CodeAnalysis; diff --git a/trunk/SecondLife/LSL_Events.cs b/trunk/SecondLife/LSL_Events.cs index ef762be..c9ccec8 100644 --- a/trunk/SecondLife/LSL_Events.cs +++ b/trunk/SecondLife/LSL_Events.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. // -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// LSL_Events.cs +// +// + using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/trunk/SecondLife/LSL_Functions.cs b/trunk/SecondLife/LSL_Functions.cs index d936ec0..7cd74f9 100644 --- a/trunk/SecondLife/LSL_Functions.cs +++ b/trunk/SecondLife/LSL_Functions.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. // -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// LSL_Functions.cs +// +// + using System; using System.Collections; using System.Collections.Generic; diff --git a/trunk/SecondLife/SecondLifeHost.cs b/trunk/SecondLife/SecondLifeHost.cs index 8f8db71..e2d506a 100644 --- a/trunk/SecondLife/SecondLifeHost.cs +++ b/trunk/SecondLife/SecondLifeHost.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// SecondLifeHost.cs +// +// + using System; using System.IO; using System.Text; diff --git a/trunk/SecondLife/SecondLifeMain.cs b/trunk/SecondLife/SecondLifeMain.cs index 4f24b34..e06fbd5 100644 --- a/trunk/SecondLife/SecondLifeMain.cs +++ b/trunk/SecondLife/SecondLifeMain.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. // -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// SecondLifeMain.cs +// +// + using System; using System.Collections; using System.Collections.Generic; @@ -52,7 +48,7 @@ using System.Text.RegularExpressions; // (C) 2006,2007 Alphons van der Heijden // mail: alphons@heijden.com */ - +[module: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1650:ElementDocumentationMustBeSpelledCorrectly", Justification = "Reviewed.")] [module: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1642:ConstructorSummaryDocumentationMustBeginWithStandardText", Justification = "Reviewed.")] namespace LSLEditor diff --git a/trunk/SecondLife/String.cs b/trunk/SecondLife/String.cs index 9948159..7d973d1 100644 --- a/trunk/SecondLife/String.cs +++ b/trunk/SecondLife/String.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; namespace LSLEditor diff --git a/trunk/SecondLife/integer.cs b/trunk/SecondLife/integer.cs index 7c6a65e..4923040 100644 --- a/trunk/SecondLife/integer.cs +++ b/trunk/SecondLife/integer.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; namespace LSLEditor diff --git a/trunk/SecondLife/key.cs b/trunk/SecondLife/key.cs index 357f403..0f1a9f0 100644 --- a/trunk/SecondLife/key.cs +++ b/trunk/SecondLife/key.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; namespace LSLEditor diff --git a/trunk/SecondLife/list.cs b/trunk/SecondLife/list.cs index 6517108..0e92f65 100644 --- a/trunk/SecondLife/list.cs +++ b/trunk/SecondLife/list.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Text; using System.Collections; diff --git a/trunk/SecondLife/rotation.cs b/trunk/SecondLife/rotation.cs index d64a577..824bc07 100644 --- a/trunk/SecondLife/rotation.cs +++ b/trunk/SecondLife/rotation.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Text.RegularExpressions; diff --git a/trunk/SecondLife/vector.cs b/trunk/SecondLife/vector.cs index 9003ba3..f4b5b9e 100644 --- a/trunk/SecondLife/vector.cs +++ b/trunk/SecondLife/vector.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Text.RegularExpressions; diff --git a/trunk/SimulatorConsole.cs b/trunk/SimulatorConsole.cs index b1c9df0..f1fce66 100644 --- a/trunk/SimulatorConsole.cs +++ b/trunk/SimulatorConsole.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Drawing; using System.Collections.Generic; diff --git a/trunk/Solution/GuidProperty.cs b/trunk/Solution/GuidProperty.cs index 2bc9ba8..317fa5e 100644 --- a/trunk/Solution/GuidProperty.cs +++ b/trunk/Solution/GuidProperty.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/trunk/Solution/NewProject.cs b/trunk/Solution/NewProject.cs index 0cf9d36..9bddfe5 100644 --- a/trunk/Solution/NewProject.cs +++ b/trunk/Solution/NewProject.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.ComponentModel; diff --git a/trunk/Solution/SolutionExplorer.cs b/trunk/Solution/SolutionExplorer.cs index eea352f..423e185 100644 --- a/trunk/Solution/SolutionExplorer.cs +++ b/trunk/Solution/SolutionExplorer.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Xml; diff --git a/trunk/Solution/SvnAguments.cs b/trunk/Solution/SvnAguments.cs index 431aaa0..e5d952b 100644 --- a/trunk/Solution/SvnAguments.cs +++ b/trunk/Solution/SvnAguments.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/trunk/SyntaxError.cs b/trunk/SyntaxError.cs index b114efc..69ab96b 100644 --- a/trunk/SyntaxError.cs +++ b/trunk/SyntaxError.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Text; using System.Drawing; diff --git a/trunk/ToolWindow.cs b/trunk/ToolWindow.cs index 32c90af..7f72f20 100644 --- a/trunk/ToolWindow.cs +++ b/trunk/ToolWindow.cs @@ -1,4 +1,43 @@ -using System; +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/trunk/Tools/EnvironmentBrowser.cs b/trunk/Tools/EnvironmentBrowser.cs index 12c11f2..ebb674f 100644 --- a/trunk/Tools/EnvironmentBrowser.cs +++ b/trunk/Tools/EnvironmentBrowser.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.ComponentModel; using System.Drawing; diff --git a/trunk/Tools/EnvironmentGeneral.cs b/trunk/Tools/EnvironmentGeneral.cs index 23be313..5472444 100644 --- a/trunk/Tools/EnvironmentGeneral.cs +++ b/trunk/Tools/EnvironmentGeneral.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/trunk/Tools/EnvironmentHelp.cs b/trunk/Tools/EnvironmentHelp.cs index 4a74310..a79ebfd 100644 --- a/trunk/Tools/EnvironmentHelp.cs +++ b/trunk/Tools/EnvironmentHelp.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Reflection; using System.ComponentModel; diff --git a/trunk/Tools/EnvironmentPlugins.cs b/trunk/Tools/EnvironmentPlugins.cs index 3a6cff7..aabd65a 100644 --- a/trunk/Tools/EnvironmentPlugins.cs +++ b/trunk/Tools/EnvironmentPlugins.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Drawing; diff --git a/trunk/Tools/ProjectSettings.cs b/trunk/Tools/ProjectSettings.cs index d58b267..6e303ad 100644 --- a/trunk/Tools/ProjectSettings.cs +++ b/trunk/Tools/ProjectSettings.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Reflection; diff --git a/trunk/Tools/RuntimeExternal.cs b/trunk/Tools/RuntimeExternal.cs index 71bcc69..a051073 100644 --- a/trunk/Tools/RuntimeExternal.cs +++ b/trunk/Tools/RuntimeExternal.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/trunk/Tools/RuntimeGeneral.cs b/trunk/Tools/RuntimeGeneral.cs index 5c201a5..0e1b000 100644 --- a/trunk/Tools/RuntimeGeneral.cs +++ b/trunk/Tools/RuntimeGeneral.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Windows.Forms; diff --git a/trunk/Tools/RuntimeInternal.cs b/trunk/Tools/RuntimeInternal.cs index 711e13b..76c19da 100644 --- a/trunk/Tools/RuntimeInternal.cs +++ b/trunk/Tools/RuntimeInternal.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/trunk/Tools/RuntimeSmtp.cs b/trunk/Tools/RuntimeSmtp.cs index b68fcb4..7bfb3a5 100644 --- a/trunk/Tools/RuntimeSmtp.cs +++ b/trunk/Tools/RuntimeSmtp.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/trunk/Tools/TextEditorCodeCompletion.cs b/trunk/Tools/TextEditorCodeCompletion.cs index ff0208e..4b94086 100644 --- a/trunk/Tools/TextEditorCodeCompletion.cs +++ b/trunk/Tools/TextEditorCodeCompletion.cs @@ -1,46 +1,43 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// TextEditorCodeCompletion.cs +// Code for getting/setting the Tool/Options/.../CodeCompletion dialogue options. +// + +using System.Diagnostics.CodeAnalysis; using System.Windows.Forms; namespace LSLEditor.Tools diff --git a/trunk/Tools/TextEditorFontColors.cs b/trunk/Tools/TextEditorFontColors.cs index 4afb9b1..d5774db 100644 --- a/trunk/Tools/TextEditorFontColors.cs +++ b/trunk/Tools/TextEditorFontColors.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections.Generic; using System.ComponentModel; diff --git a/trunk/Tools/TextEditorGeneral.cs b/trunk/Tools/TextEditorGeneral.cs index fec4962..8a72bec 100644 --- a/trunk/Tools/TextEditorGeneral.cs +++ b/trunk/Tools/TextEditorGeneral.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Reflection; using System.ComponentModel; diff --git a/trunk/Tools/ToolsOptions.cs b/trunk/Tools/ToolsOptions.cs index 4e34eb9..06992a2 100644 --- a/trunk/Tools/ToolsOptions.cs +++ b/trunk/Tools/ToolsOptions.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Reflection; using System.ComponentModel; diff --git a/trunk/Tools/VersionControlGeneral.cs b/trunk/Tools/VersionControlGeneral.cs index e963255..5aa6839 100644 --- a/trunk/Tools/VersionControlGeneral.cs +++ b/trunk/Tools/VersionControlGeneral.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Windows.Forms; diff --git a/trunk/UpdateApplicationForm.cs b/trunk/UpdateApplicationForm.cs index 16c53a5..fa4cd3c 100644 --- a/trunk/UpdateApplicationForm.cs +++ b/trunk/UpdateApplicationForm.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.IO; using System.Net; diff --git a/trunk/llDialogForm.cs b/trunk/llDialogForm.cs index aaaf176..b1e60df 100644 --- a/trunk/llDialogForm.cs +++ b/trunk/llDialogForm.cs @@ -1,46 +1,42 @@ -// /** -// ******** -// * -// * ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden -// * The code was donated on 4/28/2010 by Alphons van der Heijden -// * To Brandon 'Dimentox Travanti' Husbands & Malcolm J. Kudra, who in turn License under the GPLv2. -// * In agreement with Alphons van der Heijden's wishes. -// * -// * The community would like to thank Alphons for all of his hard work, blood sweat and tears. -// * Without his work the community would be stuck with crappy editors. -// * -// * The source code in this file ("Source Code") is provided by The LSLEditor Group -// * to you under the terms of the GNU General Public License, version 2.0 -// * ("GPL"), unless you have obtained a separate licensing agreement -// * ("Other License"), formally executed by you and The LSLEditor Group. Terms of -// * the GPL can be found in the gplv2.txt document. -// * -// ******** -// * GPLv2 Header -// ******** -// * LSLEditor, a External editor for the LSL Language. -// * Copyright (C) 2010 The LSLEditor Group. -// -// * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -// ******** -// * -// * The above copyright notice and this permission notice shall be included in all -// * copies or substantial portions of the Software. -// * -// ******** -// */ +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + using System; using System.Collections; using System.ComponentModel; diff --git a/trunk/llTextBoxForm.cs b/trunk/llTextBoxForm.cs index 470dfdb..625eeb6 100644 --- a/trunk/llTextBoxForm.cs +++ b/trunk/llTextBoxForm.cs @@ -1,4 +1,43 @@ -/* +// +// ORIGINAL CODE BASE IS Copyright (C) 2006-2010 by Alphons van der Heijden. +// The code was donated on 2010-04-28 by Alphons van der Heijden to Brandon 'Dimentox Travanti' Husbands & +// Malcolm J. Kudra, who in turn License under the GPLv2 in agreement with Alphons van der Heijden's wishes. +// +// The community would like to thank Alphons for all of his hard work, blood sweat and tears. Without his work +// the community would be stuck with crappy editors. +// +// The source code in this file ("Source Code") is provided by The LSLEditor Group to you under the terms of the GNU +// General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other +// License"), formally executed by you and The LSLEditor Group. +// Terms of the GPL can be found in the gplv2.txt document. +// +// GPLv2 Header +// ************ +// LSLEditor, a External editor for the LSL Language. +// Copyright (C) 2010 The LSLEditor Group. +// +// 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// ******************************************************************************************************************** +// The above copyright notice and this permission notice shall be included in copies or substantial portions of the +// Software. +// ******************************************************************************************************************** +// +// +// +// +// +// + +/* * @author MrSoundless * @date 29 April 2011 */