]> SALOME platform Git repositories - tools/install.git/blobdiff - src/SALOME_InstallWizard.cxx
Salome HOME
update copyright notes (2007)
[tools/install.git] / src / SALOME_InstallWizard.cxx
index 55e4de7ea06f2411c09c5c84516d37249c740176..21d77c2fd492aef2af64af40f72e9030b0106210 100644 (file)
@@ -3,7 +3,7 @@
 //  Author    : Vadim SANDLER, Open CASCADE SAS (vadim.sandler@opencascade.com)
 //  Project   : SALOME
 //  Module    : Installation Wizard
-//  Copyright : 2002-2006 CEA
+//  Copyright : 2002-2007 CEA
 
 #include "globals.h"
 
@@ -419,7 +419,7 @@ public:
                      .arg( __IW_VERSION_MINOR__ ) \
                      .arg( __IW_VERSION_PATCH__ ) );
     QLabel* copyright = new QLabel( this, "copyright" );
-    copyright->setText( "<b>Copyright</b> &copy; 2004-2006 CEA" );
+    copyright->setText( "<b>Copyright</b> &copy; 2004-2007 CEA" );
     QFont font = title->font();
     font.setPointSize( (int)( font.pointSize() * 1.8 ) );
     title->setFont( font );