SwatInc / SwatInc.Lis.Lis01A2

This library is an OO implementation of the CLSI LIS01-A2 standard. Specification for Low-Level Protocol to Transfer Messages Between Clinical Laboratory Instruments and Computer Systems
GNU General Public License v3.0
18 stars 16 forks source link

What license is this code published under? #2

Closed mscottford closed 3 years ago

mscottford commented 3 years ago

I don't see a LICENSE file, and I don't see any references to a license in any of the files in the project. What license applies to this code?

ibrahimhuycn commented 3 years ago

Gnu GPL v3. Will add a license file to the repo. Thanks 😊

ibrahimhuycn commented 3 years ago

Added license file. @mscottford btw... if you wanna see an implementation of ASTM interface using these libraries, check CD4.AstmInterface

Edit: If you decide to test with CD4.AstmInterface, please use the ASTM libraries build from branch called EvidenceInvestigator-RandoxLaboratories of this repo. I used that branch in testing.

mscottford commented 3 years ago

Thanks!