aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/license.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-12-02 17:50:01 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-12-02 17:50:01 +0000
commit0a109da279e9df66fb5ea7d6bdaeffed16592f02 (patch)
tree9835a26fbd77b7689050ca0bdd25c8ce0b7cf264 /externals/grill/vasp/license.txt
parent4985ae92eea0eb7609a2449d7e147f69b7134b50 (diff)
"version 0.1.1"
svn path=/trunk/; revision=266
Diffstat (limited to 'externals/grill/vasp/license.txt')
-rw-r--r--externals/grill/vasp/license.txt64
1 files changed, 64 insertions, 0 deletions
diff --git a/externals/grill/vasp/license.txt b/externals/grill/vasp/license.txt
new file mode 100644
index 00000000..24063b2c
--- /dev/null
+++ b/externals/grill/vasp/license.txt
@@ -0,0 +1,64 @@
+VASP modular - vector assembling signal processor
+Object library for Max/MSP and PD
+Copyright (C) 2002 Thomas Grill
+
+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.
+
+There is one exception though, concerning the usage of the
+mixfft code by Jens Joergen Nielsen. See the file mixfft.txt
+for the respective licensing details.
+
+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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+In the official VASP distribution, the GNU General Public License is
+in the file gpl.txt
+
+
+Excluded from this license is the source code file of MixFFT.
+See the mixfft.txt file of the VASP package for the respective license text.
+
+---------------------------------------------------------
+
+ OTHER COPYRIGHT NOTICES
+
+---------------------------------------------------------
+
+The package is based on ideas originally conceived and
+programmed in FORTRAN by Guenther Rabl.
+
+VASP modular uses some code - see the license texts below.
+
+--- flext ----------------------------------------------
+flext - C++ layer for Max/MSP and pd (pure data) externals
+Copyright (C) 2001,2002 Thomas Grill
+
+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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+In the official flext distribution, the GNU General Public License is
+in the file gpl.txt
+
+--- mixfft ----------------------------------------------
+See the file mixfft.txt included with the VASP distribution.
+