diff options
author | FRIGN <dev@frign.de> | 2016-07-14 13:05:37 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-07-18 16:09:23 +0200 |
commit | cd10166b5eccac1b8cf510a7c97544d1697fbd09 (patch) | |
tree | 994d86f104176a01e8920d3bd77b8185664a9d21 /sent.c | |
parent | e75676d9a4dd6dc275d3a233cc60f7624c62f189 (diff) |
Simplify LICENSE wording
Now, before you call your lawyers, here is some explanation:
The MIT/X Consortium-License and ISC-License are equivalent
according to the Berne-convention. This means that a court
of law presented with either licenses will act the same.
The advantage of the ISC license is that it has a simpler wording
and is recommended by the OpenBSD-project for new projects[0].
And as we at suckless.org love removing cruft, this also includes
removing legal cruft wording that is not needed any more.
[0]: http://www.openbsd.org/policy.html
Diffstat (limited to 'sent.c')
-rw-r--r-- | sent.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* See LICENSE for licence details. */ +/* See LICENSE file for copyright and license details. */ #include <sys/types.h> #include <arpa/inet.h> |