gabzim / circle-to-polygon

Receives a Coordinate, a Radius and a Number of edges and aproximates a circle by creating a polygon that fills its area
ISC License
113 stars 29 forks source link

Add License #18

Open gabzim opened 4 years ago

gabzim commented 4 years ago

We should pick a license and add it to the project files

johachi commented 4 years ago

Haven't you already picked ISC? Or did you mean to all files in the project?

gabzim commented 4 years ago

Yes I meant in the project files, is that necessary? I see a lot of open source projects doing it and figured you might need to add it to every file.

johachi commented 4 years ago

I googled a bit. It seems like we should have a LICENSE.txt or a LICENSE.md in the root of the project, and then also a disclaimer in every source file.

I think the disclaimer (for each source file) could easily be written when linting the file.

johachi commented 4 years ago

@gabzim I added a license file and a section to the readme in this PR: #20

Could you please see if you can add license info automatically in the source file on linting?

TODO:

johachi commented 4 years ago

I see now that you assigned yourself to this issue. Hope you don't mind that I made a small PR addressing some points on this PR. Feel free to reject it if it's not what you imagined :)