bump copyright year
This commit is contained in:
parent
d8c4bef3a3
commit
72d00aeb21
33 changed files with 34 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue