bump copyright year

This commit is contained in:
ston1th 2019-01-21 20:05:24 +01:00
commit 72d00aeb21
33 changed files with 34 additions and 34 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (C) 2018 Marius Schellenberger
# Copyright (C) 2019 Marius Schellenberger
# this file generates Go source code for the gowiki
# it contains html and css and uses the contents
@ -14,7 +14,7 @@ if [ ! -d templates ]; then
fi
cat << EOF > ${templates_go}
// Copyright (C) 2018 Marius Schellenberger
// Copyright (C) 2019 Marius Schellenberger
// This file is auto-generated by templates.sh
// using the contents of the templates directory