aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-25 04:53:19 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-25 04:53:19 +0000
commit53bf2216c3d76fdba0c98e6b41267d6b09dab1c6 (patch)
tree4595ab851f6f037de661ca1afff83220d2172dc7 /externals/grill/vasp
parent03df01d81c2db0c7234833fce06fcdd7f0aae8e0 (diff)
update for flext build system
avoid malicious file name characters preparing RIP release svn path=/trunk/; revision=2643
Diffstat (limited to 'externals/grill/vasp')
-rw-r--r--externals/grill/vasp/license.txt4
-rw-r--r--externals/grill/vasp/readme.txt2
-rw-r--r--externals/grill/vasp/source/main.cpp6
3 files changed, 6 insertions, 6 deletions
diff --git a/externals/grill/vasp/license.txt b/externals/grill/vasp/license.txt
index fecc0f5f..9f60de24 100644
--- a/externals/grill/vasp/license.txt
+++ b/externals/grill/vasp/license.txt
@@ -1,6 +1,6 @@
VASP modular - vector assembling signal processor
Object library for Max/MSP and PD
-Copyright (C) 2002-2003 Thomas Grill
+Copyright (C) 2002-2005 Thomas Grill
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -40,7 +40,7 @@ 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-2003 Thomas Grill
+Copyright (C) 2001-2005 Thomas Grill
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/externals/grill/vasp/readme.txt b/externals/grill/vasp/readme.txt
index d81d547f..e186b281 100644
--- a/externals/grill/vasp/readme.txt
+++ b/externals/grill/vasp/readme.txt
@@ -13,7 +13,7 @@ Visit https://www.paypal.com/xclick/business=gr%40grrrr.org&item_name=vasp&no_no
DOWNLOAD:
=========
-http://grrrr.org/vasp
+http://grrrr.org/ext/vasp
----------------------------------------------------------------------------
diff --git a/externals/grill/vasp/source/main.cpp b/externals/grill/vasp/source/main.cpp
index 7fb2f0bc..83090263 100644
--- a/externals/grill/vasp/source/main.cpp
+++ b/externals/grill/vasp/source/main.cpp
@@ -12,7 +12,7 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include "classes.h"
-const C *VASP_VERSION = "0.1.3pre12";
+const C *VASP_VERSION = "0.1.3";
#include "opfuns.h"
@@ -22,12 +22,12 @@ static V vasp_main()
post("-----------------------------------------");
post(" VASP modular %s ",VASP_VERSION);
post(" vector assembling signal processor ");
- post(" (C)2002-2003 Thomas Grill ");
+ post(" (C)2002-2005 Thomas Grill ");
#ifdef FLEXT_DEBUG
post(" DEBUG BUILD - " __DATE__ " " __TIME__);
#endif
post("");
- post(" http://www.parasitaere-kapazitaeten.net ");
+ post(" http://grrrr.org/ext ");
post("-----------------------------------------");
post("");