diff options
author | hitlerrip <git@hitler.rip> | 2025-07-29 21:09:33 +0200 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-07-29 21:09:33 +0200 |
commit | cf81ced021761f14056808a99d5081bff9f3036c (patch) | |
tree | e02b5377a8545a11dab2556ba9feac234b2ebdd7 /backend/click.php | |
parent | d4b297598e2ffe6890ef4890cba884f875a25c63 (diff) | |
download | hitler-clicker-cf81ced021761f14056808a99d5081bff9f3036c.tar.gz hitler-clicker-cf81ced021761f14056808a99d5081bff9f3036c.tar.bz2 hitler-clicker-cf81ced021761f14056808a99d5081bff9f3036c.zip |
license
added license notices and a copy of the license
Diffstat (limited to 'backend/click.php')
-rw-r--r-- | backend/click.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/click.php b/backend/click.php index 7b8a067..f871732 100644 --- a/backend/click.php +++ b/backend/click.php @@ -1,4 +1,10 @@ <?php +/* hitler-clicker + * api for incrementing counters + * © 2025 hitler.rip <git@hitler.rip> + * licensed under AGPLv3-or-later; see LICENSE.md for more information + */ + header('Content-Type: application/json; charset=UTF-8'); try { |