假设我有一个800行的源文件,我想“复制/粘贴”一个具有MIT许可证的github项目的函数,我也有自己的(可能是MIT许可证,也可能是更强的)。
1.-是否允许我这样做:
/*
My copyright notice (MIt or smt)
*/
Line 1
..code
Line.300
..code
Line.500
// At the bottom:
Line.700
/*
Copyright notice of the code
taken from that github project
*/
void function()
{
//... code cop