COPYRIGHT 880 B

12345678910111213141516171819202122
  1. /*
  2. libsimple_sdlcore - basic wrappers and helpers for SDL2
  3. https://notabug.org/namark/libsimple_sdlcore
  4. https://gitlab.com/namark/libsimple_sdlcore
  5. https://github.com/namark/libsimple_sdlcore
  6. Copyright (C) 2017-2019 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. */