Update copyright year info
This commit is contained in:
parent
947a5ea044
commit
da4c0b6173
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2022 luca0N!
|
* Copyright (C) 2022-2023 luca0N!
|
||||||
*
|
*
|
||||||
* This file is part of Static Website Generator (swg).
|
* This file is part of Static Website Generator (swg).
|
||||||
*
|
*
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
#define PROGRAM_VERSION 1
|
#define PROGRAM_VERSION 1
|
||||||
#define PROGRAM_VERSION_NAME "0.1-dev"
|
#define PROGRAM_VERSION_NAME "0.1-dev"
|
||||||
#define PROGRAM_COPYRIGHT "luca0N!"
|
#define PROGRAM_COPYRIGHT "luca0N!"
|
||||||
#define PROGRAM_COPYRIGHT_YEARS "2022"
|
#define PROGRAM_COPYRIGHT_YEARS "2022-2023"
|
||||||
|
|
||||||
#define RETURN_SUCCESSFUL 0
|
#define RETURN_SUCCESSFUL 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue