generalize author attribution #28

Merged
bence merged 1 commits from feature/modify-author into develop 2021-04-29 00:53:26 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8800724aa9 - Show all commits

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