From 49bad5d04a4032d77f66420545d50ab07dbc0dc7 Mon Sep 17 00:00:00 2001 From: asl Date: Fri, 30 Dec 2005 08:21:19 +0000 Subject: [PATCH] *** empty log message *** --- src/Qtx/QtxDblValidator.cxx | 20 ++++++++++++++++++++ src/Qtx/QtxDblValidator.h | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/src/Qtx/QtxDblValidator.cxx b/src/Qtx/QtxDblValidator.cxx index d851653bc..2769fd406 100644 --- a/src/Qtx/QtxDblValidator.cxx +++ b/src/Qtx/QtxDblValidator.cxx @@ -1,3 +1,23 @@ +// Copyright (C) 2005 OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA 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/ +// +// File: QtxDblValidator.cxx +// Author: Alexandre SOLOVYOV #include "QtxDblValidator.h" diff --git a/src/Qtx/QtxDblValidator.h b/src/Qtx/QtxDblValidator.h index 43beef90c..bae6c03ea 100644 --- a/src/Qtx/QtxDblValidator.h +++ b/src/Qtx/QtxDblValidator.h @@ -1,3 +1,23 @@ +// Copyright (C) 2005 OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA 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/ +// +// File: QtxDblValidator.h +// Author: Alexandre SOLOVYOV #ifndef QTX_DOUBLE_VALIDATOR #define QTX_DOUBLE_VALIDATOR -- 2.39.2