7 Commits

Author SHA1 Message Date
Olivier Meunier e4bbe5ed14 Fixed reuse linter
Removed the Apache-2.0 license that was only used by pkg/img/ico
2025-08-20 20:46:10 +02:00
Olivier Meunier 9cf71545cb Added pkg/base58
This provides a base58 encoder / decoder using the Bitcoin alphabet.
2025-03-11 20:31:20 +01:00
Olivier Meunier 5b73f86fc7 Added a Code of Conduct
Based on https://www.contributor-covenant.org/
2023-09-13 13:06:03 +02:00
Olivier Meunier 858df5d506 ico decoder from image2ascii
golang-ico decoder being fully based on this one, and unlicensed,
we can safely fork the ico decoder from
https://github.com/zyxar/image2ascii (which is under Apache-2.0)
2023-08-14 22:50:53 +02:00
Olivier Meunier 8a23cbad74 License prefix in all go files 2023-08-13 20:29:43 +02:00
Olivier Meunier 79df3bd985 Added the license information to common files and fftr files.
We use here a .reuse/dep5 file to license two types of files:

- common files
- the 1000+ fftr files
2023-08-13 18:34:29 +02:00
Olivier Meunier 4b76ac1f80 Added AGPL-3.0-only license 2023-08-13 16:33:51 +02:00