Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
516 stars 133 forks source link

Attribution for certain sourcefiles? #203

Closed hanetzer closed 6 years ago

hanetzer commented 6 years ago

For example, debugwriter.h. I rather like the way it works and whatnot, and would like to use it in a project of my own. I would think a header like this would be enough?

/*
** debugwriter.h
** This file is part of <myproject>
** Taken from mkxp
**
** Copyright (C) 2013 Jonas Kulla ...
** Copyright (C) 2018 Marty Plummer .... (if I make changes to it)
**
** gpl text
*/

Would this be sufficient?

Ancurio commented 6 years ago

Sure, go ahead.