diff options
Diffstat (limited to 'resources/views/trainer.blade.php')
-rw-r--r-- | resources/views/trainer.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> |