From 53bf2216c3d76fdba0c98e6b41267d6b09dab1c6 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 25 Mar 2005 04:53:19 +0000 Subject: update for flext build system avoid malicious file name characters preparing RIP release svn path=/trunk/; revision=2643 --- externals/grill/vasp/license.txt | 4 ++-- externals/grill/vasp/readme.txt | 2 +- externals/grill/vasp/source/main.cpp | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'externals/grill/vasp') 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(""); -- cgit v1.2.1