O
O
Outoverlay2016-03-29 16:46:13
Copyright
Outoverlay, 2016-03-29 16:46:13

Is it permissible to use part of the source code, under mit license?

For example, there is one library. There is some functionality that I really liked.
I know that I can absolutely legally take and remake it for myself simply by indicating authorship.
But is it worth it if I take and put this piece of code for myself. Approximately around 500-800 lines of code?
I could write it myself, but I will not find the best result. Is it worth it to invent something of your own?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nirvimel, 2016-03-30
@Outoverlay

500-800 lines of code is nothing (especially when it comes to loose JavaScript code).
Go through it with powerful refactoring with renaming of all identifiers, spread the logic of functions over several functions, turn out all the class methods, set up new classes and wrap the pieces that turned out to be outside. Everything will take a couple of hours. What eventually remains of the code, the mother will not know.

V
Vov Vov, 2016-03-29
@balamut108

Yes, do not suffer, take what you need, the main issue is ethical, not legal.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question