andrewhoule / silverstripe-photogallery

Simple photo gallery with albums for Silverstripe
BSD 3-Clause "New" or "Revised" License
11 stars 13 forks source link

DOCS Add a license #10

Closed camfindlay closed 8 years ago

camfindlay commented 8 years ago

You need to license your code in order to truly open source it. It allows others to legally reuse your work.

andrewhoule commented 8 years ago

Thanks for the assist! I have to do that for my other modules too. Any suggestions for standards I should follow? Or places I can read up on the proper license to use?

Thanks again, Andy


Andrew Houle http://andyhoule.com

On Wednesday, December 16, 2015 at 6:21 PM, Cam Findlay wrote:

You need to license your code in order to truly open source it. It allows others to legally reuse your work. You can view, comment on, or merge this pull request online at: https://github.com/andrewhoule/silverstripe-photogallery/pull/10 Commit Summary DOCS Add a license

File Changes A license.md (https://github.com/andrewhoule/silverstripe-photogallery/pull/10/files#diff-0) (27)

Patch Links: https://github.com/andrewhoule/silverstripe-photogallery/pull/10.patch https://github.com/andrewhoule/silverstripe-photogallery/pull/10.diff

— Reply to this email directly or view it on GitHub (https://github.com/andrewhoule/silverstripe-photogallery/pull/10).

camfindlay commented 8 years ago

We have recently released the module standard over at https://docs.silverstripe.org/en/3.2/developer_guides/extending/modules/#module-standard

For license use, you can look at choosealicense.com note we mostly use the BSD license for SilverStripe CMS modules as it's the most permissive (lets other use and reuse your module if that is what your intentions are).

cheers :D