X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=config%2Fscfg;fp=config%2Fscfg;h=c896f9264abf7fde2a1785bbeae3b9752f20f564;hb=741a91a98d61c7928afc9dc76ed0a158cde0d860;hp=5272c8d1c256da69648e792de5112700e722f523;hpb=7016dbf2b3abf7d373caa1a852a90cb89ddf0ca2;p=tools%2Fconfiguration.git diff --git a/config/scfg b/config/scfg index 5272c8d..c896f92 100755 --- a/config/scfg +++ b/config/scfg @@ -1,6 +1,25 @@ #!/usr/bin/env python # -*- coding: iso-8859-1 -*- +# Copyright (C) 2016 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 +# + ### # Command line tool to manage SALOME configuration. # Usage: type "scfg help" to learn how to use tool.