generalize author attribution
All checks were successful
default-pipeline default-pipeline #130

This commit is contained in:
Bence Pőcze 2021-04-29 00:52:46 +02:00
parent 56f3a9b380
commit 8800724aa9
Signed by: bence
GPG Key ID: AA52B11A3269D1C1
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@
"ws": "^7.4.4"
},
"scripts": {},
"author": "Pőcze Bence <bence@pocze.ch>",
"author": "Pőcze Bence and The Mapguesser Contributors <bence@pocze.ch>",
"license": "GNU AGPL 3.0"
}

View File

@ -29,6 +29,6 @@
</main>
<footer>
<p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
--><p>&copy; Pőcze Bence <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
--><p>&copy; The Mapguesser Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
</footer>
@endsection