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 <simon@rozman.si>
This commit is contained in:
parent
b837c5204c
commit
445e0663e1
@ -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 <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "version.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// Update server(s)
|
// Update server(s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user