SergioLuis / CHIPEIT

A CHIP-8 emulator for Android, written in Kotlin
GNU General Public License v3.0
3 stars 1 forks source link

Fill up the "License" Wiki page #18

Closed SergioLuis closed 6 years ago

SergioLuis commented 6 years ago

Developer: @ugedo Reviewer: @mikelcaz


Fill the License Wiki page. The work is not started. This should be really easy, remember that we use the GPLv3 license. Look for a template and fill it as necessary.

ugedo commented 6 years ago

I Fill the License Wiki page with information of GPLv3. Should we include on this page a text of copyright disclaimer? Also a copy of the license text must be included somewhere in the distribution. I look forward to determining the location. Each file should include license notices.. Do I know it on the wiki?

SergioLuis commented 6 years ago

Maybe we should add the license header to each source code file... any thoughts @mikelcaz?

SergioLuis commented 6 years ago

@mikelcaz Please take a look at this and decide whether we should add the license header to every source code file, or it is just enough to include a copy of the license on the repository (which we already have done).

Thanks!