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
This commit is contained in:
FRIGN
2016-07-14 13:05:37 +02:00
committed by Markus Teich
parent e75676d9a4
commit cd10166b5e
2 changed files with 25 additions and 18 deletions

2
sent.c
View File

@ -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>