diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2021-01-13 15:37:40 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2021-01-13 15:37:40 +0300 |
commit | 3df66dd5350d1de1ad3a405f0ea2b329bbce02a4 (patch) | |
tree | b4ffef876b1a12026aed01434a4eeabde129b11f | |
download | vslicense-3df66dd5350d1de1ad3a405f0ea2b329bbce02a4.tar vslicense-3df66dd5350d1de1ad3a405f0ea2b329bbce02a4.tar.xz vslicense-3df66dd5350d1de1ad3a405f0ea2b329bbce02a4.zip |
Very Easy License repository created.
-rw-r--r-- | LICENSE | 9 | ||||
-rw-r--r-- | README | 14 |
2 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,9 @@ +Copyright <year> <author> + +This software is provided 'as-is', without any express or implied warranty. +In no event will the authors be held liable for any damages arising from +the use of this software. + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. @@ -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. ;) |