Remove a remnant of the old non-licensing.
This commit is contained in:
parent
b38c11abef
commit
bd0487acc5
2 changed files with 5 additions and 6 deletions
|
@ -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.)
|
|
5
main.c
5
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 <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue