diff --git a/TopologyPlugin.cc b/TopologyPlugin.cc index 175fefa9d4d9d81e5f746b9d79c7acd97880d87d..9c3a0daec89c09b8951de973e86a10661dc87ad7 100644 --- a/TopologyPlugin.cc +++ b/TopologyPlugin.cc @@ -1,3 +1,33 @@ +//============================================================================= +// +// OpenFlipper +// Copyright (C) 2008 by Computer Graphics Group, RWTH Aachen +// www.openflipper.org +// +//----------------------------------------------------------------------------- +// +// License +// +// OpenFlipper 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 3 of the License, or +// (at your option) any later version. +// +// OpenFlipper 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 OpenFlipper. If not, see . +// +//----------------------------------------------------------------------------- +// +// $Revision$ +// $Author$ +// $Date$ +// +//============================================================================= #include #include "TopologyPlugin.hh" diff --git a/TopologyPlugin.hh b/TopologyPlugin.hh index 6450521b4284acacec1f7edc1b16de44cc1c1268..056924bbbd782818a9d7a8715b63a12ea2fab702 100644 --- a/TopologyPlugin.hh +++ b/TopologyPlugin.hh @@ -1,3 +1,34 @@ +//============================================================================= +// +// OpenFlipper +// Copyright (C) 2008 by Computer Graphics Group, RWTH Aachen +// www.openflipper.org +// +//----------------------------------------------------------------------------- +// +// License +// +// OpenFlipper 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 3 of the License, or +// (at your option) any later version. +// +// OpenFlipper 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 OpenFlipper. If not, see . +// +//----------------------------------------------------------------------------- +// +// $Revision$ +// $Author$ +// $Date$ +// +//============================================================================= + #ifndef TOPOLOGYPLUGIN_HH #define TOPOLOGYPLUGIN_HH