[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdeaccessibility/kttsd/filters
From:       Gary Cramblitt <garycramblitt () comcast ! net>
Date:       2006-02-01 22:29:15
Message-ID: 1138832955.078675.5440.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 504714 by cramblitt:

Potential segfault. Relatively harmless since this is a test program. Also add license info.

 M  +24 -6     main.cpp  


--- branches/KDE/3.5/kdeaccessibility/kttsd/filters/main.cpp #504713:504714
@@ -1,9 +1,26 @@
-/**********************
-  #FILENAME: #FILEDESC
-  #COPYRIGHTNOTICE
-  #LICENSE
-***********************/
+/***************************************************** vim:set ts=4 sw=4 sts=4:
+  KTTSD Filter Test Program
+  -------------------------
+  Copyright:
+  (C) 2005 by Gary Cramblitt <garycramblitt@comcast.net>
+  -------------------
+  Original author: Gary Cramblitt <garycramblitt@comcast.net>
 
+  This program is free software; 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.
+ ******************************************************************************/
+
 #include <qstring.h>
 #include <iostream>
 using namespace std;
@@ -36,7 +53,8 @@
     { "list", I18N_NOOP("Display list of available Filter PlugIns and exit"), 0 },
     { "b", 0, 0 },
     { "break", I18N_NOOP("Display tabs as \\t, otherwise they are removed"), 0 },
-    { "list", I18N_NOOP("Display list of available filter plugins and exit"), 0 }
+    { "list", I18N_NOOP("Display list of available filter plugins and exit"), 0 },
+    KCmdLineLastOption
 };
 
 int main(int argc, char *argv[])
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic