MIT.txt 1.3 KB

12345678910111213141516171819202122232425262728
  1. ###########################################################
  2. # Name: radxide
  3. # Author: Daniele Bonini (posta@elettronica.lol)
  4. # Date: 05/12/2023
  5. # Desc: RADXIDE.
  6. #
  7. # RADXIDE files and most of the code
  8. # here presented and distributed contains excerpts
  9. # from [alited](https://github.com/aplsimple/alited
  10. # by Alex Plotnikov and contributors to the project.
  11. # The original code of these excerpts could be
  12. # borrowed from other sources which the author
  13. # and the contributors of RADXIDE have no
  14. # knowledge about.
  15. #
  16. # Code Library scaffolding and most of its code contains
  17. # excerpts from "Practical Programming in Tcl and Tk, 4th Ed."
  18. # by Brent B. Welch, Ken Jones, Jeffrey Hebbs.
  19. # The original code of these excerpts could be
  20. # borrowed from other sources which the author
  21. # and the contributors to RadXIDE have no
  22. # knowledge about. For the related copyright notice
  23. # refer to <eglib.tcl>, part of this software.
  24. #
  25. # License: MIT. Copyrights 5 Mode (Last implementation and adaptations.)
  26. # Copyright (c) 2021-2023 Alex Plotnikov https://aplsimple.github.io (original scaffolding and excerpts.)
  27. #
  28. ###########################################################