From 4a65d3472c5b087fb5eb400026e94f736254bd0d Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Mon, 17 Oct 2011 15:56:43 +0200 Subject: [PATCH] =?utf8?q?Mise=20=C3=A0=20jour=20des=20informations=20de?= =?utf8?q?=20copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/daComposant/daAlgorithms/__init__.py | 3 ++- src/daComposant/daCore/BasicObjects.py | 2 ++ src/daComposant/daCore/Logging.py | 2 ++ src/daComposant/daCore/PlatformInfo.py | 2 ++ src/daComposant/daCore/__init__.py | 3 ++- src/daComposant/daCore/version.py | 6 ++++-- src/daComposant/daDiagnostics/__init__.py | 1 + src/daComposant/daMatrices/__init__.py | 4 +++- src/daComposant/daNumerics/__init__.py | 4 +++- 9 files changed, 21 insertions(+), 6 deletions(-) diff --git a/src/daComposant/daAlgorithms/__init__.py b/src/daComposant/daAlgorithms/__init__.py index 01e8d68..e5591ea 100644 --- a/src/daComposant/daAlgorithms/__init__.py +++ b/src/daComposant/daAlgorithms/__init__.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2011 EDF R&D +# Copyright (C) 2008-2011 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 @@ -18,3 +18,4 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D diff --git a/src/daComposant/daCore/BasicObjects.py b/src/daComposant/daCore/BasicObjects.py index e9c3ce4..b736601 100644 --- a/src/daComposant/daCore/BasicObjects.py +++ b/src/daComposant/daCore/BasicObjects.py @@ -18,6 +18,8 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D + __doc__ = """ Définit les outils généraux élémentaires. diff --git a/src/daComposant/daCore/Logging.py b/src/daComposant/daCore/Logging.py index a3e41d8..88956b0 100644 --- a/src/daComposant/daCore/Logging.py +++ b/src/daComposant/daCore/Logging.py @@ -18,6 +18,8 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D + __doc__ = """ Ce module permet de mettre en place un logging utilisable partout dans l'application, par défaut à la console, et si nécessaire dans un fichier. diff --git a/src/daComposant/daCore/PlatformInfo.py b/src/daComposant/daCore/PlatformInfo.py index 6230c91..8b905c7 100644 --- a/src/daComposant/daCore/PlatformInfo.py +++ b/src/daComposant/daCore/PlatformInfo.py @@ -18,6 +18,8 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D + __doc__ = """ Informations sur le code et la plateforme, et mise à jour des chemins diff --git a/src/daComposant/daCore/__init__.py b/src/daComposant/daCore/__init__.py index 01e8d68..e5591ea 100644 --- a/src/daComposant/daCore/__init__.py +++ b/src/daComposant/daCore/__init__.py @@ -1,6 +1,6 @@ #-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2011 EDF R&D +# Copyright (C) 2008-2011 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 @@ -18,3 +18,4 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D diff --git a/src/daComposant/daCore/version.py b/src/daComposant/daCore/version.py index 2ec581e..13a7a61 100644 --- a/src/daComposant/daCore/version.py +++ b/src/daComposant/daCore/version.py @@ -18,6 +18,8 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D + name = "Data Assimilation Package" -version = "0.3.0-SP630" -date = "lundi 15 octobre 2010, 11:11:11 (UTC+0200)" +version = "0.4.0-SP640" +date = "mardi 11 octobre 2011, 11:11:11 (UTC+0200)" diff --git a/src/daComposant/daDiagnostics/__init__.py b/src/daComposant/daDiagnostics/__init__.py index 6beeba4..e5591ea 100644 --- a/src/daComposant/daDiagnostics/__init__.py +++ b/src/daComposant/daDiagnostics/__init__.py @@ -18,3 +18,4 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D diff --git a/src/daComposant/daMatrices/__init__.py b/src/daComposant/daMatrices/__init__.py index de89eca..e5591ea 100644 --- a/src/daComposant/daMatrices/__init__.py +++ b/src/daComposant/daMatrices/__init__.py @@ -1,5 +1,6 @@ +#-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2011 EDF R&D +# Copyright (C) 2008-2011 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 @@ -17,3 +18,4 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D diff --git a/src/daComposant/daNumerics/__init__.py b/src/daComposant/daNumerics/__init__.py index de89eca..e5591ea 100644 --- a/src/daComposant/daNumerics/__init__.py +++ b/src/daComposant/daNumerics/__init__.py @@ -1,5 +1,6 @@ +#-*-coding:iso-8859-1-*- # -# Copyright (C) 2008-2011 EDF R&D +# Copyright (C) 2008-2011 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 @@ -17,3 +18,4 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +# Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D -- 2.39.2