Fix Issue 104: supply original BSD-style license#105
Fix Issue 104: supply original BSD-style license#105bbadour wants to merge 1 commit intomoby:masterfrom
Conversation
I located the original LICENSE file content that accompanied dictionary.go and appended it to the LICENSE file here. Signed-off-by: Bob Badour <bbadour@google.com>
|
Adding it inside the Apache license is probably confusing; the project is Apache licensed (which allows including MIT licensed code); given that effectively the |
|
i agree with @thaJeztah |
|
The lawyers where I work appreciate having all license texts that apply to a project in a single file at the root of the project. The header just says "the LICENSE". Sometimes they specify it's in the root; this one doesn't. I have no objection if someone wants to break it out into a separate file. I can work with it where-ever you put it. |
|
P.S. If the other contents of the |
Ah, sorry, I posted from my phone and meant BSD, not MIT 🙈 I also did a bit of searching, and opened #106 as alternative; happy to hear if that works for you; I added you as co-author, but let me know if you prefer to not have that 👍 |
I located the original LICENSE file content that accompanied dictionary.go and appended it to the LICENSE file here.