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
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ $db->sort();
|
|||
</tbody>
|
||||
</table>
|
||||
<hr>
|
||||
<p class="text-end">© <?php echo date('Y'); ?> <a href="https://steffen.lange.tl/">Steffen Lange</a> | Information are provided without any warranty. | <a href="https://www.dateihal.de/cms/imprint">Imprint</a> | <a href="https://www.dateihal.de/cms/privacy">Privacy</a></p>
|
||||
<p class="text-end">© 2019-<?php echo date('y'); ?> <a href="https://steffen.lange.tl/">Steffen Lange</a> | Information are provided without any warranty. | <a href="https://www.dateihal.de/cms/imprint">Imprint</a> | <a href="https://www.dateihal.de/cms/privacy">Privacy</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue