Discussion:
[elm-discuss] licensing?
Raoul Duke
2017-07-05 05:31:10 UTC
Permalink
i come across elm libraries that lack any LICENSE.md which means i
can't use them at all and probably have to burn my eyes out of their
sockets etc. to be on the safe side or something.

i wish people would always include a (good, valid) license, even if it
is just whatever the legal mumbo jumbo for "all rights reserved" is.
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Peter Damoc
2017-07-05 06:23:53 UTC
Permalink
I'm not a lawyer but every elm package has a license declaration in
elm-packages.json.
It defaults to BSD3 which is a very permissive license.

I guess it could be argued that by stating that in elm-package.json, you
are placing your code under that license.

I do think that this should be treated seriously and maybe have elm-package
throw an error if the repository does not have a LICENSE file or if the
license is not OSS approved.
Post by Raoul Duke
i come across elm libraries that lack any LICENSE.md which means i
can't use them at all and probably have to burn my eyes out of their
sockets etc. to be on the safe side or something.
i wish people would always include a (good, valid) license, even if it
is just whatever the legal mumbo jumbo for "all rights reserved" is.
--
You received this message because you are subscribed to the Google Groups
"Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
There is NO FATE, we are the creators.
blog: http://damoc.ro/
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Raoul Duke
2017-07-05 14:36:03 UTC
Permalink
oh ok! thanks.
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...