pstarter.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  1. This is the next-generation TIGCC Program Starter. I (Kevin) wanted to get
  2. rid of all the #ifdef mess in ttstart, instead concentrating on a launcher
  3. explicitly optimized for use as an automatic TIGCC decompressor. There are
  4. 3 supported decompresssion routines:
  5. * ttunpack-small
  6. * ttunpack-fast
  7. * LZMA
  8. TI-68k Specific Program Starter
  9. Copyright (C) 2004-2009 Kevin Kofler, Lionel Debroux
  10. This launcher is free software; you can redistribute it and/or
  11. modify it under the terms of the GNU Lesser General Public
  12. License as published by the Free Software Foundation; either
  13. version 2.1 of the License, or (at your option) any later version.
  14. As a special exception, UNMODIFIED copies of this launcher may also be
  15. redistributed or sold without source code, for any purpose, as long as
  16. such redistribution or selling is allowed by the license of the chosen
  17. decompression routine. (The Lesser General Public License restrictions
  18. do apply in other respects; for example, they cover modification of
  19. the launcher. Licensing restrictions of the chosen decompression routine
  20. also apply.) Merely replacing "tempprog" with the name of your program
  21. shall not be considered a modification for the purposes of this
  22. paragraph. This exception notice must be removed on modified copies of
  23. this launcher.
  24. This launcher is distributed in the hope that it will be useful,
  25. but WITHOUT ANY WARRANTY; without even the implied warranty of
  26. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  27. Lesser General Public License for more details.
  28. You should have received a copy of the GNU Lesser General Public
  29. License along with this library; if not, write to the Free Software
  30. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA