Salome HOME
Copyright update 2022
[modules/paravis.git] / src / Plugins / JSONReader / Test / MainTest.hxx
index 7e08570428e335c61b9ca682ce883c1616256903..aae341eafcc3fbf5109c7cc118e36d06a9f3712d 100644 (file)
@@ -1,9 +1,9 @@
-//  Copyright (C) 2015 CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2015-2022  CEA/DEN, EDF R&D
 //
 // 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
@@ -71,7 +71,7 @@ int main(int argc, char* argv[])
 
   std::ofstream testFile;
   testFile.open("UnitTestsResult.txt", std::ios::out |  std::ios::trunc);
-  //CPPUNIT_NS::CompilerOutputter outputter( &result, std::cerr );
+//  CPPUNIT_NS::CompilerOutputter outputter( &result, std::cerr );
   CPPUNIT_NS::CompilerOutputter outputter( &result, testFile );
   outputter.write();