diff options
| author | 2015-11-20 14:36:40 +0000 | |
|---|---|---|
| committer | 2015-11-20 14:36:40 +0000 | |
| commit | 8c04bea678b1ab72a213580a6edf310fb2825f9d (patch) | |
| tree | e7d78339c77afb89ce505110ae97bef5287f1933 | |
| parent | 756b50be2760c840eeb4dd556b847dd296064ada (diff) | |
| download | nnn-8c04bea678b1ab72a213580a6edf310fb2825f9d.tar.gz | |
Add license pointer
| -rw-r--r-- | config.def.h | 1 | ||||
| -rw-r--r-- | noice.c | 1 | ||||
| -rw-r--r-- | util.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 80cb48c..39c1799 100644 --- 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 " " @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include <sys/stat.h> #include <sys/types.h> #include <sys/wait.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 |