Remove a remnant of the old non-licensing.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 18 May 2017 20:54:06 +0000 (16:54 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 18 May 2017 20:54:06 +0000 (16:54 -0400)
copyright [deleted file]
main.c

diff --git a/copyright b/copyright
deleted file mode 100644 (file)
index df9ea10..0000000
--- a/copyright
+++ /dev/null
@@ -1,6 +0,0 @@
-Don Wood's Adventure 2.5: (c) Copyright 1995 by Donald R. Woods.
-
-This software may be freely redistributed if this notice is retained.
-(The author apologises for the style of the code; it is a result of
-running the original Fortran IV source through a home-brew Fortran-to-C
-converter.)
diff --git a/main.c b/main.c
index 7127ba29837ee4f47c8996b9b117d54fee963211..e0887e94c953b407232755f5640ad78fb9139dd9 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,3 +1,8 @@
+/*
+ * The author - Don Woods - apologises for the style of the code; it
+ * is a result of running the original Fortran IV source through a
+ * home-brew Fortran-to-C converter.)
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include "main.h"