The shortest licenses
Posted
by
Darek Nedza
on Programmers
See other posts from Programmers
or by Darek Nedza
Published on 2013-10-31T17:03:10Z
Indexed on
2013/10/31
22:17 UTC
Read the original article
Hit count: 189
licensing
What are the shortest licenses with aims for programmers/code.
I have found only MIT that is page-long.
What are other licenses that have approximately the same length or even shorter?
Edit:
Ok, length is not only criteria(I haven't expected one-line licenses, I have understaminate you people).
I need easy to read and short licenses. It is meant for people who want to use my code not for lawyers who want to read long licenses.
I am creating small codes to use by most people probably free of charge.
I don't want useless information to be required, for example:
- what is X(for example: what is software, source code etc.)
- very specific information(for example: you can use it shop, opera, school... free of charge; but instead "use it everywhere but don't take money"
Depending on type of code I would like to allow/disallow commercial usage.
© Programmers or respective owner