X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=dc879a137dfef7932f65977801de6989c8882065;hp=f9fb116a1034bbd1f6a3f7d85c2d79e30d9bde60;hb=f1d3b75561ad4275155327d13696fb5978f47df0;hpb=a437136543d8b38168e446f43ec0cb815623dc09 diff --git a/main.c b/main.c index f9fb116..dc879a1 100644 --- a/main.c +++ b/main.c @@ -1,17 +1,4 @@ /* - * There used to be a note that said this: - * - * 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. - * - * Now that the code has been restructured into something much closer - * to idiomatic C, the following is more appropriate: - * - * ESR apologizes for the remaing gotos (now confined to one function - * in this file - there used to be over 350 of them, *everywhere*). - * Applying the Structured Program Theorem can be hard. - * * Copyright (c) 1977, 2005 by Will Crowther and Don Woods * Copyright (c) 2017 by Eric S. Raymond * SPDX-License-Identifier: BSD-2-clause