From 2485485c71058ba9f164a27c53e45a2ee050d4b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Ribes?= Date: Tue, 7 Jun 2011 13:54:13 +0200 Subject: [PATCH] Ajout des copyrigths dans les fichiers __init__.py Il ne faut pas oublier le encoding --- .../daGUI/daEficasWrapper/__init__.py | 21 +++++++++++++++++++ src/daSalome/daGUI/daGuiImpl/__init__.py | 21 +++++++++++++++++++ src/daSalome/daGUI/daUtils/__init__.py | 21 +++++++++++++++++++ src/daSalome/daYacsIntegration/__init__.py | 1 + src/daSalome/daYacsSchemaCreator/__init__.py | 3 ++- 5 files changed, 66 insertions(+), 1 deletion(-) diff --git a/src/daSalome/daGUI/daEficasWrapper/__init__.py b/src/daSalome/daGUI/daEficasWrapper/__init__.py index e69de29..ae776e1 100644 --- a/src/daSalome/daGUI/daEficasWrapper/__init__.py +++ b/src/daSalome/daGUI/daEficasWrapper/__init__.py @@ -0,0 +1,21 @@ +#-*- coding: utf-8 -*- +# Copyright (C) 2010-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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# +# Author: André Ribes, andre.ribes@edf.fr, EDF R&D + diff --git a/src/daSalome/daGUI/daGuiImpl/__init__.py b/src/daSalome/daGUI/daGuiImpl/__init__.py index e69de29..ae776e1 100644 --- a/src/daSalome/daGUI/daGuiImpl/__init__.py +++ b/src/daSalome/daGUI/daGuiImpl/__init__.py @@ -0,0 +1,21 @@ +#-*- coding: utf-8 -*- +# Copyright (C) 2010-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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# +# Author: André Ribes, andre.ribes@edf.fr, EDF R&D + diff --git a/src/daSalome/daGUI/daUtils/__init__.py b/src/daSalome/daGUI/daUtils/__init__.py index e69de29..ae776e1 100644 --- a/src/daSalome/daGUI/daUtils/__init__.py +++ b/src/daSalome/daGUI/daUtils/__init__.py @@ -0,0 +1,21 @@ +#-*- coding: utf-8 -*- +# Copyright (C) 2010-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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# +# Author: André Ribes, andre.ribes@edf.fr, EDF R&D + diff --git a/src/daSalome/daYacsIntegration/__init__.py b/src/daSalome/daYacsIntegration/__init__.py index c9da4c0..bf02dd0 100644 --- a/src/daSalome/daYacsIntegration/__init__.py +++ b/src/daSalome/daYacsIntegration/__init__.py @@ -1,3 +1,4 @@ +#-*- coding: utf-8 -*- # Copyright (C) 2010-2011 EDF R&D # # This library is free software; you can redistribute it and/or diff --git a/src/daSalome/daYacsSchemaCreator/__init__.py b/src/daSalome/daYacsSchemaCreator/__init__.py index 0067b71..b725e1c 100644 --- a/src/daSalome/daYacsSchemaCreator/__init__.py +++ b/src/daSalome/daYacsSchemaCreator/__init__.py @@ -1,3 +1,4 @@ +#-*- coding: utf-8 -*- # Copyright (C) 2010-2011 EDF R&D # # This library is free software; you can redistribute it and/or @@ -16,4 +17,4 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -# Author: André Ribes, andre.ribes@edf.fr, EDF R&D \ No newline at end of file +# Author: André Ribes, andre.ribes@edf.fr, EDF R&D -- 2.39.2