changeset 13559:316108b2dcd7

edtior: better comments in lexer files
author ttl <ttl@justmail.de>
date Sat, 30 Jul 2011 17:36:45 +0200
parents 248b897d9f36
children 09f3192f35be
files gui/src/lexer/lexeroctavegui.cpp gui/src/lexer/lexeroctavegui.h
diffstat 2 files changed, 38 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/gui/src/lexer/lexeroctavegui.cpp	Sat Jul 30 16:36:25 2011 +0200
+++ b/gui/src/lexer/lexeroctavegui.cpp	Sat Jul 30 17:36:45 2011 +0200
@@ -1,11 +1,22 @@
-// This module is a custom lexer for QScintilla for use with the Octave-GUI.
-// Examples for lexers can be found in the sources of Qscintilla-gpl-2.5.1,
-// QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-// GNU General Public License for more details.
+/* OctaveGUI - A graphical user interface for Octave
+ *
+ * This program is free software: 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 3 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, see <http://www.gnu.org/licenses/>.
+ *
+ * This module is a custom lexer for QScintilla for use with the Octave-GUI.
+ * Examples for lexers can be found in the sources of Qscintilla-gpl-2.5.1,
+ * QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.
+ */
 
 
 #include "lexeroctavegui.h"
--- a/gui/src/lexer/lexeroctavegui.h	Sat Jul 30 16:36:25 2011 +0200
+++ b/gui/src/lexer/lexeroctavegui.h	Sat Jul 30 17:36:45 2011 +0200
@@ -1,11 +1,22 @@
-// This module is a custom lexer for QScintilla for use with the Octave-GUI.
-// Examples for lexers can be found in the sources of Qscintilla-gpl-2.5.1,
-// QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-// GNU General Public License for more details.
+/* OctaveGUI - A graphical user interface for Octave
+ *
+ * This program is free software: 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 3 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, see <http://www.gnu.org/licenses/>.
+ *
+ * This module is a custom lexer for QScintilla for use with the Octave-GUI.
+ * Examples for lexers can be found in the sources of Qscintilla-gpl-2.5.1,
+ * QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.
+ */
 
 
 #ifndef LEXEROCTAVE_H