Skip to content
Snippets Groups Projects
Commit c077428f authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

tiny mod to License comments

parent 8c9c6081
No related branches found
No related tags found
No related merge requests found
......@@ -50,12 +50,13 @@ module Distribution.License (
) where
-- |This datatype indicates the license under which your package is
-- released. It is also wise to add your license to each source file.
-- The 'AllRightsReserved' constructor is not actually a license, but
-- states that you are not giving anyone else a license to use or
-- distribute your work. The comments below are general guidelines.
-- Please read the licenses themselves and consult a lawyer if you are
-- unsure of your rights to release the software.
-- released. It is also wise to add your license to each source file
-- using the license-file field. The 'AllRightsReserved' constructor
-- is not actually a license, but states that you are not giving
-- anyone else a license to use or distribute your work. The comments
-- below are general guidelines. Please read the licenses themselves
-- and consult a lawyer if you are unsure of your rights to release
-- the software.
data License = GPL -- ^GNU Public License. Source code must accompany alterations.
| LGPL -- ^Lesser GPL, Less restrictive than GPL, useful for libraries.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment