COPYRIGHT 876 B

12345678910111213141516171819202122
  1. /*
  2. libsimple_support - a mess of C++ utility code
  3. https://git.disroot.org/namark/libsimple_support
  4. https://notabug.org/namark/libsimple_support
  5. https://git.sr.ht/~namark/libsimple_support
  6. Copyright (C) 2017-2025 respective authors/contributors
  7. This program is free software: you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation, either version 3 of the License, or
  10. (at your option) any later version.
  11. This program is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. GNU General Public License for more details.
  15. You should have received a copy of the GNU General Public License
  16. along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. */