OBEX / MIT license question
W9GFO
Posts: 4,010
I am using a slightly modified version of the LCD_16x2_8bit object in my project. All I did was remove the dependency of the "timing" object which appeared only once in the code and added in a few waitcnts. When I make my source code available what do I do with this object?
Do I rename it and remove all the original authors info replacing it with my own? Seems unfair but it sounds like that is what the MIT license permits.
What is the proper way to handle this?
Rich H
Do I rename it and remove all the original authors info replacing it with my own? Seems unfair but it sounds like that is what the MIT license permits.
What is the proper way to handle this?
Rich H
┌──────────────────────┐ │ Parallel LCD Driver │ ├──────────────────────┴───────────────────────┐ │ Width : 16 Characters │ │ Height : 2 Lines │ │ Interface : 8 Bit │ │ Controller : HD44780-based │ ├──────────────────────────────────────────────┤ │ By : Simon Ampleman │ │ sa@infodev.ca │ │ Date : 2006-11-18 │ │ Version : 1.0 │ └──────────────────────────────────────────────┘
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Largos - a nano operating system for the Propeller
www.mikronauts.com - a new blog about microcontrollers
-Phil
Rich H