X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=saveresume.c;h=b03a6215c5c6d11b862add5700eb91a39e5d551e;hp=d4940159216ee17e37087233260647c896e9c175;hb=782c5c3f290555fa9368208efdb3b428f45468eb;hpb=c0a4d55d6cb21c70af69d2ed6d5d4544c382539e diff --git a/saveresume.c b/saveresume.c index d494015..b03a621 100644 --- a/saveresume.c +++ b/saveresume.c @@ -1,3 +1,14 @@ +/* + * Saving and resuming. + * + * (ESR) This replaces a bunch of particularly nasty FORTRAN-derived code; + * see the history.adoc file in the source distribution for discussion. + * + * Copyright (c) 1977, 2005 by Will Crowther and Don Woods + * Copyright (c) 2017 by Eric S. Raymond + * SPDX-License-Identifier: BSD-2-clause + */ + #include #include #include @@ -7,11 +18,6 @@ #include "advent.h" #include "dungeon.h" -/* - * (ESR) This replaces a bunch of particularly nasty FORTRAN-derived code; - * see the history.adoc file in the source distribution for discussion. - */ - #define VRSION 28 /* bump on save format change */ /*