Index: trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc	(revision 8946)
+++ trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc	(revision 8954)
@@ -478,5 +478,5 @@
 
     // Add copyright notice
-    l = new TGLabel(f, "(c) MAGIC Software Development, 2000-2007");
+    l = new TGLabel(f, Form("(c) MARS Software Development, 2000-%d", MTime(-1).Year());
     fList->Add(l);
     f->AddFrame(l, layb);
@@ -2607,5 +2607,5 @@
         PSToolsTextNDC(*ps, 0, 1.015, TString("  ")+n->GetName());
         ps->SetTextAlign(21); // cent top
-        PSToolsTextNDC(*ps, 0.5, 1.015, TString("MARS - Magic Analysis and Reconstruction Software - ")+d.AsString());
+        PSToolsTextNDC(*ps, 0.5, 1.015, TString("MARS V"MARSVER" - Modular Analysis and Reconstruction Software - ")+d.AsString());
         ps->SetTextAlign(31); // right top
         PSToolsTextNDC(*ps, 1, 1.015, MString::Format("Page No.%i (%i)  ", page++, i));
@@ -2619,5 +2619,5 @@
             PSToolsTextNDC(*ps, 0, -0.015, TString("  ")+txt);
             ps->SetTextAlign(31); // right top
-            PSToolsTextNDC(*ps, 1, -0.015, "(c) 2000-2007, Thomas Bretz  ");
+            PSToolsTextNDC(*ps, 1, -0.015, Form("(c) 2000-%d, Thomas Bretz  ", MTime(-1).Year()));
         }
 
