You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that some of the code in go-json appears to have been copied or derived from work originally done in segmentio/encoding. segmentio/encoding was released under MIT license, which states the following:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Sometimes projects also dedicate a folder to hold the licenses of third-party code that they have integrated, but that's really up to you on how you prefer to manage those.
Hello!
I noticed that some of the code in go-json appears to have been copied or derived from work originally done in segmentio/encoding. segmentio/encoding was released under MIT license, which states the following:
For example, the
appendString
function in go-json seems to be an improvement ofencodeString
andescapeIndex
in segmentio/encoding.Let me know if I'm mistaken, but the comments are exactly identical and the code structure very similar.
I would like to ask if you could include the original LICENSE file in go-json to satisfy the license under which the code was originally released.
The text was updated successfully, but these errors were encountered: