diff --git a/README.md b/README.md index 20ff9f1..8da8434 100644 --- a/README.md +++ b/README.md @@ -4,25 +4,23 @@ This is a tutorial and source code for creating a VM of the [LC3 computer](https://en.wikipedia.org/wiki/Little_Computer_3). -## Tutorial License - -This applies to the instructional text of the tutorial and the figures. - -[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) - ## Editing The documentation and source are generated from the `.lit` file using [srcweave](https://github.com/justinmeiners/srcweave). If you don't want to go through the trouble of setting it up, your contributions are welcome. Just make your edits the `.lit` file, and we can regenerate it for you. -## Code License +## License + +This applies to the article and figures: + +[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) -This applies to all code snippets and the generated lc3.c and lc3.cpp. +This applies to all code: MIT License -Copyright (c) 2018 Justin Meiners +Copyright (c) 2022 Justin Meiners 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: