From e20af68a6b4b7d1f5c33244b53c9f8980f8f55bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 27 Feb 2009 16:37:54 +0000 Subject: [PATCH] License and properties git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@5155 383ad7c9-94d9-4d36-a494-682f7c89f535 --- TopologyPlugin.cc | 30 ++++++++++++++++++++++++++++++ TopologyPlugin.hh | 31 +++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/TopologyPlugin.cc b/TopologyPlugin.cc index 175fefa..9c3a0da 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 6450521..056924b 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 -- GitLab