Updated copyright information in backend

This commit is contained in:
Alex Tselegidis 2020-12-08 14:16:42 +02:00
parent e62a099ed6
commit 22ac631995
4 changed files with 22 additions and 10 deletions

View File

@ -1,19 +1,31 @@
<div id="footer">
<div id="footer-content" class="col-12 col-sm-8">
Powered by
<img class="mr-1" src="<?= base_url('assets/img/logo-16x16.png') ?>" alt="Easy!Appointments Logo">
<a href="https://easyappointments.org">
Easy!Appointments
v<?= config('version') ?>
<?php if (config('release_label')): ?>
- <?= config('release_label') ?>
<?php endif ?>
</a>
v<?= config('version') ?>
<?php if (config('release_label')): ?>
- <?= config('release_label') ?>
<?php endif ?>
|
<?= lang('licensed_under') ?> GPLv3 |
<img class="mx-1" src="<?= base_url('assets/img/alextselegidis-logo-16x16.png') ?>" alt="Alex Tselegidis Logo">
<a href="https://alextselegidis.com">
Alex Tselegidis
</a>
&copy; <?= date('Y') ?> - Software Development
|
<?= lang('licensed_under') ?>
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
GPL-3.0
</a>
|
<span id="select-language" class="badge badge-secondary">
<i class="fas fa-language mr-2"></i>

View File

@ -115,10 +115,10 @@
<p>
<h3>License</h3>
Easy!Appointments is licensed under the <span class="badge badge-default">GPLv3 license</span>.
Easy!Appointments is licensed under the <span class="badge badge-default">GPL-3.0 license</span>.
By using the code of Easy!Appointments in any way <br> you agree with the terms described in the
following url:
<a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a>
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">https://www.gnu.org/licenses/gpl-3.0.en.html</a>
</p>
<br>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
assets/img/logo-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B