Browse Source

docs: generalise authors, add license

main
decentral1se 2 years ago
parent
commit
c552b847fe
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 7
      AUTHORS.md
  2. 15
      LICENSE
  3. 8
      README.md
  4. 4
      distribusi.go

7
AUTHORS.md

@ -0,0 +1,7 @@
# authors
The real `distribusi-go` was the friends we made along the way 🌠
- decentral1se
- rra
- crunk

15
LICENSE

@ -0,0 +1,15 @@
distribusi-go: low-tech content management system for the web
Copyright (C) 2022 Varia <info@varia.zone>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

8
README.md

@ -67,3 +67,11 @@ If you wanna learn Go, I've got [this book], feel free to take a loan of it :gri
[open a ticket]: https://git.vvvvvvaria.org/decentral1se/distribusi-go/issues/new/choose
[here]: https://pkg.go.dev/path/filepath#Match
[this book]: https://www.gopl.io/
## Acknowledgements
[`AUTHORS.md`](./AUTHORS.md)
## License
![](https://www.gnu.org/graphics/gplv3-or-later.png)

4
distribusi.go

@ -1,3 +1,5 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// Package main is the command-line entrypoint for the distribusi command.
package main
@ -153,7 +155,7 @@ See https://pkg.go.dev/path/filepath#Match for supported patterns for "-i/--igno
},
Authors: []*cli.Author{
{
Name: "decentral1se",
Name: "Varia",
Email: "info@varia.zone",
},
},

Loading…
Cancel
Save