cocafe / msr-utility

Little CLI utility to control Model Specific Registers (MSRs) on Windows via WinRing0 driver, 64+ cores supported
73 stars 11 forks source link

Question regarding project licensing & attribution #9

Closed alex-spataru closed 9 months ago

alex-spataru commented 9 months ago

Hi!

I would like to use part the implementation of lib/winring0 to manually work with MSRs in an open-source project that I am currently developing (which will be released under the MIT license). Since my project already uses CMake, I found your WinRing0 implementation to be especially useful and easy to integrate with my codebase.

However, as I went through the codebase, I couldn't locate any header or comments specifying the licensing terms or the preferred method of attribution for your project. Could you kindly provide me with guidance on how you would like me to acknowledge the use of your WinRing0 library in my project?

Thanks, Alex Spataru

cocafe commented 9 months ago

Hello. That lib/wingring0 is just a wrapper of importing DLL functions, use as you like. 😉

alex-spataru commented 9 months ago

Thank you very much! Closing the issue...