Apbsplugin: Difference between revisions
Jump to navigation
Jump to search
(Redirected page to APBS) |
No edit summary |
||
Line 1: | Line 1: | ||
== References and LICENSES == | |||
=== MALOX === | |||
Copyright and Terms of Use Please acknowledge your use of MALOC and FETK by citing: | |||
M. Holst, ''Adaptive numerical treatment of elliptic systems on manifolds.'' '''Advances in Computational Mathematics''', 15 (2001), pp. 139-191. | |||
GNU General Public License: http://www.gnu.org/copyleft/gpl.html | |||
<syntaxhighlight lang="text"> | |||
This version of MALOC is distributed under the following guidelines: | |||
MALOC (Minimal Abstraction Layer for Object-oriented C) | |||
Copyright (C) 1994-2010 Michael Holst | |||
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. | |||
This program 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 General Public License for more details. | |||
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | |||
</syntaxhighlight> |
Revision as of 04:40, 6 December 2011
References and LICENSES
MALOX
Copyright and Terms of Use Please acknowledge your use of MALOC and FETK by citing: M. Holst, Adaptive numerical treatment of elliptic systems on manifolds. Advances in Computational Mathematics, 15 (2001), pp. 139-191.
GNU General Public License: http://www.gnu.org/copyleft/gpl.html
This version of MALOC is distributed under the following guidelines:
MALOC (Minimal Abstraction Layer for Object-oriented C)
Copyright (C) 1994-2010 Michael Holst
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.