For code that is original to me (and only for code that is original to me, which is to say, most of it), the MIT License applies (note that this also explicitly includes the entirety of Wikiweb, and the rng.py source code). This explicitly excludes content that has a different license attached to it (such as the roman.py module, which I did not write).

However, the whole of the project sans roman.py and similar, are available under the Attribution-ShareAlike 4.0 International license.

While I'm not sure that I used /any/ code from Stackoverflow that was of significant enough length to not be covered by fair use (and I probably reprogrammed most or all of the ideas in my own creative expression anyway, rather than using someone else's), it should be noted that I did use the Stackoverflow community for help during my programming. Most of that help came from Bryan Oakley, helping me learn nuances of Tkinter.

If you want to attribute me, then just call me Shule.

Here is a link to the page for the Creative Commons Attribution-ShareAlike 4.0 International license license:

https://creativecommons.org/licenses/by-sa/4.0/

Here are the terms of the aforementioned MIT License (with `this Software` being defined as my aforementioned original code only in this case):

Copyright 2011 to 2024 by Shule
 
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
END OF LICENSE