diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-11-21 17:49:28 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-11-21 17:59:42 +0200 |
commit | 65b71872aad027a129cd9682cc9c299997b2060c (patch) | |
tree | 01925b9345d1bba4d0fe70f12819c42e7b314bd4 /src/version.h.in | |
parent | Fix meson warnings (diff) | |
download | smolbote-65b71872aad027a129cd9682cc9c299997b2060c.tar.xz |
Probe several locations for configuration file
Diffstat (limited to 'src/version.h.in')
-rw-r--r-- | src/version.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/version.h.in b/src/version.h.in index 44f10d9..231fb7c 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -1,3 +1,11 @@ +/* + * This file is part of smolbote. It's copyrighted by the contributors recorded + * in the version control history of the file, available from its original + * location: https://neueland.iserlohn-fortress.net/cgit/smolbote + * + * SPDX-License-Identifier: GPL-3.0 + */ + #ifndef SMOLBOTE_VERSION_H #define SMOLBOTE_VERSION_H |