aboutsummaryrefslogtreecommitdiff
path: root/www/mapedit/files
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-03-17 22:45:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-03-17 22:45:48 +0000
commitd9808168fd671f0cda5d64ed1b94535c4358291e (patch)
tree3eaec1da10953fc4b1835cc90852dfc84ce9d947 /www/mapedit/files
parentfc94a9d79622b69da048a2d3170b9dcffe629322 (diff)
Notes
Diffstat (limited to 'www/mapedit/files')
-rw-r--r--www/mapedit/files/COPYRIGHT10
-rw-r--r--www/mapedit/files/patch-aa13
2 files changed, 23 insertions, 0 deletions
diff --git a/www/mapedit/files/COPYRIGHT b/www/mapedit/files/COPYRIGHT
new file mode 100644
index 000000000000..79e08d4cadfc
--- /dev/null
+++ b/www/mapedit/files/COPYRIGHT
@@ -0,0 +1,10 @@
+Copyright 1994 by Thomas Boutell. THIS IS NOT PUBLIC DOMAIN SOFTWARE.
+Commercial users must pay for it to continue using it after 30
+days. You need not register again when new versions are released.
+Please remit $25 to:
+
+Thomas Boutell
+426 Bellevue Ave. E Apt. 1
+Seattle, WA 98102 USA
+
+Nonprofit and educational users are required to send me a postcard!
diff --git a/www/mapedit/files/patch-aa b/www/mapedit/files/patch-aa
new file mode 100644
index 000000000000..e9165ace2434
--- /dev/null
+++ b/www/mapedit/files/patch-aa
@@ -0,0 +1,13 @@
+*** gd.c.orig Sun Mar 17 19:28:12 1996
+--- gd.c Sun Mar 17 19:29:10 1996
+***************
+*** 1,4 ****
+--- 1,8 ----
++ #ifdef __FreeBSD__
++ #include <stdlib.h>
++ #else
+ #include <malloc.h>
++ #endif
+ #include <stdio.h>
+ #include <math.h>
+ #include <string.h>