[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Wed Oct 15 03:50:01 UTC 2003


CVS commit by jriddell: 

Add copyright for 2003


  M +2 -2      main.cpp   1.15


--- kdesdk/umbrello/umbrello/main.cpp  #1.14:1.15
@@ -29,6 +29,6 @@ static KCmdLineOptions options[] =
     {
         { "+[File]", I18N_NOOP("file to open"), 0 },
-        KCmdLineLastOption
         // INSERT YOUR COMMANDLINE OPTIONS HERE
+        KCmdLineLastOption
     };
 
@@ -36,5 +36,5 @@ int main(int argc, char *argv[]) {
         KAboutData aboutData( "umbrello", I18N_NOOP("Umbrello UML Modeller"),
                               UMBRELLO_VERSION, description, KAboutData::License_GPL,
-                              I18N_NOOP("(c) 2001 Paul Hensgen, (c) 2002 Umbrello UML Modeller Authors"), 0,
+                              I18N_NOOP("(c) 2001 Paul Hensgen, (c) 2002, 2003 Umbrello UML Modeller Authors"), 0,
                               "http://uml.sf.net/");
         aboutData.addAuthor("Paul Hensgen",0, "phensgen at users.sourceforge.net");






More information about the umbrello-devel mailing list