SPDXify the code.

This commit is contained in:
Eric S. Raymond 2018-03-08 20:56:21 -05:00
parent c0a4d55d6c
commit 782c5c3f29
9 changed files with 56 additions and 13 deletions

View file

@ -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 <stdlib.h>
#include <string.h>
#include <editline/readline.h>
@ -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 */
/*