From e267e07f2fbe8c5671f93f98f13117971288d0d3 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 27 Nov 2008 06:16:03 +0000 Subject: [PATCH] Update copyright information --- README.FIRST.txt | 20 ++++++++++++++++ bin/appliskel/.bashrc | 21 +++++++++++++++++ bin/launchConfigureParser.py | 1 + bin/salome_utils.py | 4 ++++ bin/shutdownSalome.py | 3 +++ bin/waitContainers.py | 3 +++ bin/waitNS.py | 3 +++ idl/DSC_Engines.xml | 6 +++-- idl/SALOME_Component.xml | 6 +++-- idl/SALOME_Exception.xml | 6 +++-- idl/SALOME_Ports.xml | 6 +++-- salome_adm/unix/DEPRECATED/depend.in | 22 +++++++++++++++++- src/DSC/DSC_Basic/DSC_Basic.hxx | 3 +++ .../Datastream/Calcium/CalciumException.hxx | 3 +++ src/ModuleGenerator/README | 23 +++++++++++++++++++ src/ModuleGenerator/testIDLparser.in | 21 +++++++++++++++++ src/SALOMEDS/README_attributes | 21 ++++++++++++++++- 17 files changed, 162 insertions(+), 10 deletions(-) diff --git a/README.FIRST.txt b/README.FIRST.txt index 4a727c643..021f43c35 100644 --- a/README.FIRST.txt +++ b/README.FIRST.txt @@ -1,3 +1,23 @@ +Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE + +Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS + +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 ================================================================= General information, for developpers and users diff --git a/bin/appliskel/.bashrc b/bin/appliskel/.bashrc index ab711e036..b5f17d1bb 100644 --- a/bin/appliskel/.bashrc +++ b/bin/appliskel/.bashrc @@ -1,4 +1,25 @@ #!/bin/bash +# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE +# +# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# +# 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 +# # If not running interactively, don't do anything: [ -z "$PS1" ] && return diff --git a/bin/launchConfigureParser.py b/bin/launchConfigureParser.py index dbc176d92..1d0e41dae 100755 --- a/bin/launchConfigureParser.py +++ b/bin/launchConfigureParser.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE # # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, diff --git a/bin/salome_utils.py b/bin/salome_utils.py index c9effe0c4..dc406c149 100644 --- a/bin/salome_utils.py +++ b/bin/salome_utils.py @@ -1,5 +1,9 @@ +#!/usr/bin/env python # Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE # +# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# # 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 diff --git a/bin/shutdownSalome.py b/bin/shutdownSalome.py index b32cf6368..f4d54ea9c 100755 --- a/bin/shutdownSalome.py +++ b/bin/shutdownSalome.py @@ -1,6 +1,9 @@ #!/usr/bin/env python # Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE # +# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# # 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 diff --git a/bin/waitContainers.py b/bin/waitContainers.py index 6d2b2d0b8..dd8ba9b3b 100755 --- a/bin/waitContainers.py +++ b/bin/waitContainers.py @@ -1,6 +1,9 @@ #!/usr/bin/env python # Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE # +# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# # 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 diff --git a/bin/waitNS.py b/bin/waitNS.py index bf6f0f772..03ea33f23 100755 --- a/bin/waitNS.py +++ b/bin/waitNS.py @@ -1,6 +1,9 @@ #!/usr/bin/env python # Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE # +# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# # 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 diff --git a/idl/DSC_Engines.xml b/idl/DSC_Engines.xml index a4d5603b6..bf519ac38 100644 --- a/idl/DSC_Engines.xml +++ b/idl/DSC_Engines.xml @@ -1,6 +1,8 @@