diff options
author | Camil Staps | 2018-08-29 12:52:07 +0200 |
---|---|---|
committer | Camil Staps | 2018-08-29 12:52:07 +0200 |
commit | d539e304a10461a84c89c98067394ffdbe0d64a2 (patch) | |
tree | 16b44b3f7fd3e3fcfa1be6f9d6e2ea1ce53fa8b6 | |
parent | Remove contribution links from public pages (diff) |
Automatically update copyright year
-rw-r--r-- | Readme.md | 4 | ||||
-rw-r--r-- | resources/views/trainer.blade.php | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -99,10 +99,10 @@ In a subdirectory, we need to enforce trailing slashes and do some special thing ## License -GPL v3.0, see the LICENSE file. +Copyright 2015–present Camil Staps. +Licensed under GPL v3.0, see the LICENSE file. This project uses the [EzraSIL][ezrasil] font which is licensed under the Open Font License. [demo]: https://parse.hebrewtools.org/ [ezrasil]: http://scripts.sil.org/cms/scripts/page.php?item_id=EzraSIL_Home - diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php index 1671d25..ea0c141 100644 --- a/resources/views/trainer.blade.php +++ b/resources/views/trainer.blade.php @@ -81,7 +81,7 @@ use HebrewParseTrainer\Tense; <h3 class="panel-title">About</h3> </div> <div class="panel-body"> - <p>© 2015-18 <a href="https://camilstaps.nl">Camil Staps</a>. Licensed under <a href="http://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3.0</a>. Source is on <a href="https://github.com/HebrewTools/ParseTrainer">GitHub</a>.</p> + <p>© 2015–{!! date('y') !!} <a href="https://camilstaps.nl">Camil Staps</a>. Licensed under <a href="http://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3.0</a>. Source is on <a href="https://github.com/HebrewTools/ParseTrainer">GitHub</a>.</p> <p>Please report any mistakes to <a href="mailto:info@camilstaps.nl">info@camilstaps.nl</a>.</p> </div> </div> |