spoon

set dwm status
git clone git://git.2f30.org/spoon
Log | Files | Refs | LICENSE

commit fd61f98bcc7c95d74ceeecde2e4e67cfb5bce2f4
parent c2a9bc8050fcea5317bff4a59df25b1e0bb64a23
Author: lostd <lostd@2f30.org>
Date:   Sun, 15 May 2016 14:16:05 +0100

Add license

Diffstat:
ALICENSE | 14++++++++++++++
Mspoon.c | 1+
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,14 @@ +Copyright (c) 2015 Lazaros Koromilas <lostd@2f30.org> +Copyright (c) 2015 Dimitris Papastamos <sin@2f30.org> + +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. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/spoon.c b/spoon.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include <sys/types.h> #include <err.h>