nablaa / prolog-interpreter-c

Prolog interpreter in C
6 stars 2 forks source link

License?? #1

Open Megamemnon opened 2 years ago

Megamemnon commented 2 years ago

I'm preparing to write a small prolog interpreter for the DM42 calculator from SwissMicros. I'd very much like to use this project, but you don't have any license information provided, which means it's not available for me to use. Can you add a license or otherwise indicate where this code came from if it's not yours?? Thanks!

nablaa commented 2 years ago

Nice to hear you are interested in this project!

This project is based on a university course exercise. The header files (.h) and exercise5.html are not from me so I cannot provide a license for those and unfortunately cannot anymore point to where they are from. The C source code files (.c) are mine and I'm happy to allow using them with e.g. MIT license.

I'm not sure what is the proper way to mark the license in this case, but for what it's worth, I created a branch https://github.com/nablaa/prolog-interpreter-c/tree/mit-license where I added MIT license header to all .c files. I hope this works for you!

Megamemnon commented 2 years ago

Thanks! I'll check out the new branch!