X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXAO%2Ftests%2Fcoverage_report.sh;h=7efe932c237c75c8d871f4275ce029d6584c145b;hb=3799901cfcf8abd1d53f9b5736284f470db439e7;hp=4bec866da6ec5b3b5fd4783fc5f9e3427a4c5424;hpb=f1519c7ef36cf42aaef99bad0aa5ba3d7d562c31;p=modules%2Fgeom.git diff --git a/src/XAO/tests/coverage_report.sh b/src/XAO/tests/coverage_report.sh index 4bec866da..7efe932c2 100755 --- a/src/XAO/tests/coverage_report.sh +++ b/src/XAO/tests/coverage_report.sh @@ -1,5 +1,24 @@ #!/bin/bash +# Copyright (C) 2013-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# +# 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, 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 +# 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 +# + # This script can be used to generate the code coverage report. # Important: the library needs to be compiled in debug mode and with coverage option # add to configure options: