aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-01-13 15:37:40 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-01-13 15:37:40 +0300
commit3df66dd5350d1de1ad3a405f0ea2b329bbce02a4 (patch)
treeb4ffef876b1a12026aed01434a4eeabde129b11f /README
downloadvslicense-3df66dd5350d1de1ad3a405f0ea2b329bbce02a4.tar
vslicense-3df66dd5350d1de1ad3a405f0ea2b329bbce02a4.tar.xz
vslicense-3df66dd5350d1de1ad3a405f0ea2b329bbce02a4.zip
Very Easy License repository created.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..102f7b0
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+-= Very Easy License
+
+License text itself is in LICENSE file.
+Don't forget to replace <year> and <author> in it with specific values.
+
+-= Motivation
+
+I love permissive licenses: they are simple and actually readable.
+Probably the shortest and the simplest permissive license is ISC license,
+yet, it containts quite agressive DISCLAIMER (in caps, yeap),
+so I decided to take the best disclaimer I have met, disclaimer from zlib.
+As composition of disclaimer from zlib and terms from ISC velicense was born.
+
+Feel free to use it in your own projects. ;)