From a587a74821c155e281d2a6ce9a9a1d7b6a336fce Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 May 2008 23:14:15 +0000 Subject: Checked in latest from Tom Schouten's darcs repository, which was checked in 19-Feb-2008. Changes are mostly the email address and URLs, but two new objects are also added: pdp_array2grey and pdp_grey2array for converting between Pd arrays and greyscale images. svn path=/trunk/externals/pdp/; revision=9899 --- scaf/README | 2 +- scaf/compiler/kernel.scaf | 2 +- scaf/compiler/optim.rules | 2 +- scaf/compiler/scafc.pl | 2 +- scaf/compiler/scafmacro.s | 2 +- scaf/include/pdp_ca.h | 2 +- scaf/pdp/pdp_ca.c | 2 +- scaf/pdp/pdp_ca_system.c | 2 +- scaf/pdp/scaf_feeder.s | 2 +- scaf/rules/carules.scaf | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'scaf') diff --git a/scaf/README b/scaf/README index e71d1c9..b68beaf 100644 --- a/scaf/README +++ b/scaf/README @@ -1,7 +1,7 @@ PDP_SCAF for pdp v0.7 Cellular Automata modules for PDP -Copyright (c) by Tom Schouten +Copyright (c) by Tom Schouten 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 diff --git a/scaf/compiler/kernel.scaf b/scaf/compiler/kernel.scaf index 0bc2788..868e502 100644 --- a/scaf/compiler/kernel.scaf +++ b/scaf/compiler/kernel.scaf @@ -1,5 +1,5 @@ ( Pure Data Packet - scaforth kernel. ) -( Copyright (c) by Tom Schouten ) +( Copyright (c) by Tom Schouten ) ( ) ( 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 ) diff --git a/scaf/compiler/optim.rules b/scaf/compiler/optim.rules index 282caf4..04fd0f1 100644 --- a/scaf/compiler/optim.rules +++ b/scaf/compiler/optim.rules @@ -1,5 +1,5 @@ # Pure Data Packet - scaf optimization rules. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # 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 diff --git a/scaf/compiler/scafc.pl b/scaf/compiler/scafc.pl index ee6b969..918acee 100755 --- a/scaf/compiler/scafc.pl +++ b/scaf/compiler/scafc.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # Pure Data Packet - scafc: scaf compiler. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # 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 diff --git a/scaf/compiler/scafmacro.s b/scaf/compiler/scafmacro.s index 04e6537..a37fb65 100644 --- a/scaf/compiler/scafmacro.s +++ b/scaf/compiler/scafmacro.s @@ -1,5 +1,5 @@ # Pure Data Packet - scaf assembler macros. - # Copyright (c) by Tom Schouten + # Copyright (c) by Tom Schouten # # 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 diff --git a/scaf/include/pdp_ca.h b/scaf/include/pdp_ca.h index 3d77133..dfecc9d 100644 --- a/scaf/include/pdp_ca.h +++ b/scaf/include/pdp_ca.h @@ -1,6 +1,6 @@ /* * Cellular Automata Extension Module for pdp - Main header file - * Copyright (c) by Tom Schouten + * Copyright (c) by Tom Schouten * * 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 diff --git a/scaf/pdp/pdp_ca.c b/scaf/pdp/pdp_ca.c index 3f80a75..e49c4e3 100644 --- a/scaf/pdp/pdp_ca.c +++ b/scaf/pdp/pdp_ca.c @@ -1,6 +1,6 @@ /* * Pure Data Packet module for cellular automata - * Copyright (c) by Tom Schouten + * Copyright (c) by Tom Schouten * * 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 diff --git a/scaf/pdp/pdp_ca_system.c b/scaf/pdp/pdp_ca_system.c index 2ecf43c..176f3bf 100644 --- a/scaf/pdp/pdp_ca_system.c +++ b/scaf/pdp/pdp_ca_system.c @@ -1,6 +1,6 @@ /* * Cellular Automata Extension Module for pdp - Main system code - * Copyright (c) by Tom Schouten + * Copyright (c) by Tom Schouten * * 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 diff --git a/scaf/pdp/scaf_feeder.s b/scaf/pdp/scaf_feeder.s index e7ef3c6..46b52a9 100644 --- a/scaf/pdp/scaf_feeder.s +++ b/scaf/pdp/scaf_feeder.s @@ -1,5 +1,5 @@ # Pure Data Packet - scaf feeder routine. -# Copyright (c) by Tom Schouten +# Copyright (c) by Tom Schouten # # 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 diff --git a/scaf/rules/carules.scaf b/scaf/rules/carules.scaf index 6725641..91f05af 100644 --- a/scaf/rules/carules.scaf +++ b/scaf/rules/carules.scaf @@ -1,5 +1,5 @@ ( Pure Data Packet - ca rules library. ) -( Copyright (c) by Tom Schouten ) +( Copyright (c) by Tom Schouten ) ( ) ( 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 ) -- cgit v1.2.1