Salome HOME
Copyright update 2021
[tools/medcoupling.git] / src / ParaMEDLoader / ParaMEDLoader.hxx
index a36e45f42ab18e22426dc9fb979ba6092b136a0d..2274134c71431a3eaa0e9aed3b8b7ce0b5b48f03 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  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
@@ -24,7 +24,7 @@
 #include <string>
 #include <vector>
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class ParaMESH;
   class ParaFIELD;
@@ -33,7 +33,7 @@ namespace ParaMEDMEM
 class ParaMEDLoader
 {
 public:
-  static void WriteParaMesh(const char *fileName, ParaMEDMEM::ParaMESH *mesh);
+  static void WriteParaMesh(const char *fileName, MEDCoupling::ParaMESH *mesh);
   static void WriteMasterFile(const char *fileName, const std::vector<std::string>& fileNames, const char *meshName);
 private:
   ParaMEDLoader();