SPDXify the code.
This commit is contained in:
parent
c0a4d55d6c
commit
782c5c3f29
9 changed files with 56 additions and 13 deletions
12
init.c
12
init.c
|
@ -1,3 +1,11 @@
|
|||
/*
|
||||
* Initialisation
|
||||
*
|
||||
* Copyright (c) 1977, 2005 by Will Crowther and Don Woods
|
||||
* Copyright (c) 2017 by Eric S. Raymond
|
||||
* SPDX-License-Identifier: BSD-2-clause
|
||||
*/
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -6,10 +14,6 @@
|
|||
|
||||
#include "advent.h"
|
||||
|
||||
/*
|
||||
* Initialisation
|
||||
*/
|
||||
|
||||
struct settings_t settings = {
|
||||
.logfp = NULL,
|
||||
.oldstyle = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue