noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit 8c04bea678b1ab72a213580a6edf310fb2825f9d
parent 756b50be2760c840eeb4dd556b847dd296064ada
Author: sin <sin@2f30.org>
Date:   Fri, 20 Nov 2015 14:36:40 +0000

Add license pointer

Diffstat:
Mconfig.def.h | 1+
Mnoice.c | 1+
Mutil.h | 1+
3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #define CWD "cwd: " #define CURSR " > " #define EMPTY " " diff --git a/noice.c b/noice.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> diff --git a/util.h b/util.h @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #undef strlcat size_t strlcat(char *, const char *, size_t); #undef strlcpy