From 445e0663e1fbb139bd41d6b247861455e32c1e67 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 19 Nov 2020 11:21:39 +0100 Subject: [PATCH] Add copyright colophon to .h files Resource Compiler has an issue with the first line of an UTF-8 .h file. The workaround is not to begin UTF-8 .h files with anything important. A blank line would do or a comment. Signed-off-by: Simon Rozman --- include/UpdaterCfg.h | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/include/UpdaterCfg.h b/include/UpdaterCfg.h index 0525028..cecae46 100644 --- a/include/UpdaterCfg.h +++ b/include/UpdaterCfg.h @@ -1,4 +1,23 @@ -#include "version.h" +/* + Copyright 2015-2020 Amebis + + This file is part of ZRCola. + + ZRCola is free software: you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + ZRCola is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with ZRCola. If not, see . +*/ + +#include "version.h" // // Update server(s)