]> Sergey Matveev's repositories - nnn.git/commitdiff
Add license pointer
authorsin <sin@2f30.org>
Fri, 20 Nov 2015 14:36:40 +0000 (14:36 +0000)
committersin <sin@2f30.org>
Fri, 20 Nov 2015 14:36:40 +0000 (14:36 +0000)
config.def.h
noice.c
util.h

index 80cb48c37abb5b69819967a027ae8605250f74ef..39c1799492a1e58e2b10500722ec86bfeaed541e 100644 (file)
@@ -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
index 12de74ace23a17dc82b8588049dcc09c0178b96d..9955a8d3b8d1edadf79654ee66186489ff641129 100644 (file)
--- 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
index b1540858a2b7a8e0e8b6d4d6dc337b055caa16df..c4d1904bebe93439ad71aa7c051c9866be55db91 100644 (file)
--- 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