The following TypoScript shows how to make a copyright notice, which by itself updates the year to the current year.
## Copyright Notice [Begin]
# Automatic year update
lib.copyright = TEXT
lib.copyright.data = date:U
lib.copyright.strftime = %Y
lib.copyright.wrap =
| © Firma
# secondary language copyright notice
[globalVar = GP:L = 1]
lib.copyright.wrap =
| © Company
[end]
## Copyright Notice [End]
One Response to TYPO3: Copyright Notice with Automatic Year Update and Secondary Language Support