Salome HOME
updated copyright message
[modules/gui.git] / src / TreeData / Test / tester.cxx
index e26206df8d7b1a051fb98ac2569de1a0aa9af8d7..6b5e2e20086316345baf5f96fdd932682b2b05c4 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -48,7 +48,7 @@ void TEST_DataModel() {
   MyDataModel * dataModel = new MyDataModel();
 
   int refIter = 53;
-  string refNameId;
+  std::string refNameId;
 
   DataObject * dataObject;
   for (int i=0; i<100; i++) {
@@ -72,7 +72,7 @@ void TEST_DataModel() {
 //
 // =================================================================
 //
-int main(int argc, char * argv[ ])
+int main()
 {
   TEST_DataObject();
   //TEST_DataModel();