Fix hardcoded copyright year

This commit is contained in:
Thomas Trepl 2023-09-11 11:26:10 +02:00
parent cb6fcea9bf
commit 0627fc2281

View File

@ -24,7 +24,7 @@ if ! git status > /dev/null; then
echo "<!ENTITY version \"unknown-systemd\">" >> version.ent
echo "]]>" >> version.ent
echo "<!ENTITY releasedate \"unknown\">" >> version.ent
echo "<!ENTITY copyrightdate \"1999-2022\">" >> version.ent
echo "<!ENTITY copyrightdate \"1999-$(date +%Y)\">" >> version.ent
exit 0
fi