Copyright notice with year range
This commit is contained in:
parent
334b732846
commit
54790d54fb
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ $db->sort();
|
|||
<title>Patch Notification Robot</title>
|
||||
<link>https://www.patchbot.de/</link>
|
||||
<description>Providing you the latest update notifications.</description>
|
||||
<copyright>© <?php echo date('Y'); ?> Steffen Lange</copyright>
|
||||
<copyright>© 2019-<?php echo date('y'); ?> Steffen Lange</copyright>
|
||||
<pubDate><?php echo date(DATE_RSS); ?></pubDate>
|
||||
<?php
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue