add AUTHORS

This commit is contained in:
HF 2024-04-16 09:21:36 +02:00
parent 68a1183c01
commit 3e548899e9
Signed by: hf
GPG Key ID: E7ABBB827162F9CC
4 changed files with 27 additions and 2 deletions

21
AUTHORS Normal file
View File

@ -0,0 +1,21 @@
# This is the list of pixelplanets significant contributors.
#
# This does not necessarily list everyone who has contributed code.
# If you authored code, feel free to add your name and optionally your
# PGP public key below it.
HF <hf@pixelplanet.fun>
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZh4aCxYJKwYBBAHaRw8BAQdAbv6ca5okEYqyb6h8uG4J54bhP+L2fDsvj5YO
VMSMgk20F0hGIDxoZkBwaXhlbHBsYW5ldC5mdW4+iJkEExYKAEEWIQQvEFNFVajM
Ad8LrS7nq7uCcWL5zAUCZh4aCwIbAwUJBaOagAULCQgHAgIiAgYVCgkICwIEFgID
AQIeBwIXgAAKCRDnq7uCcWL5zNjFAP0d9LfJ/5vSRVPA1WYMyUFsTFYtO8p3edyC
FPoRE8VN8wEAj4ZWuEqcIOiTBHoNDBpNmV15zMxl/XA52e1qDxKOWwi4OARmHhoL
EgorBgEEAZdVAQUBAQdABtF2ec6tRBTvd+xw/BSAVxzUHSeMK336ElztLCddIGMD
AQgHiH4EGBYKACYWIQQvEFNFVajMAd8LrS7nq7uCcWL5zAUCZh4aCwIbDAUJBaOa
gAAKCRDnq7uCcWL5zJF+AP94fSkgvBa7vJvOrjPW6J/wsmXAmnd8ckT+DEy79/oe
xgD+IkV/Td8jymaHwaqzwQljM1KRTA+NaQBcPiXh/9XBwg0=
=YLWT
-----END PGP PUBLIC KEY BLOCK-----

View File

@ -1,5 +1,5 @@
pixelplanet - Collaborative online canvas to draw with multiple people
Copyright (C) 2020, 2024 hf
Copyright (C) 2020, 2024 hf <hf@pixelplanet.fun>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as

View File

@ -1,6 +1,6 @@
{
"name": "PixelPlanet",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"engines": {
"node": ">=16"

View File

@ -154,6 +154,10 @@ module.exports = ({
to: path.resolve('dist', 'public'),
},
path.resolve('src', 'canvases.json'),
path.resolve('LICENSE'),
path.resolve('COPYING'),
path.resolve('CODE_OF_CONDUCT.md'),
path.resolve('AUTHORS'),
{
from: path.resolve('deployment', 'example-ecosystem.yml'),
to: path.resolve('dist', 'ecosystem.yml'),