summaryrefslogtreecommitdiffstats
path: root/lib/arrlen.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-05-17 16:31:42 +0100
committerTomasz Kramkowski <tk@the-tk.com>2017-05-17 17:03:45 +0100
commit151183ed9f4bfdf19db958708ef09810a838d406 (patch)
tree5323e5a603bef569278400961a196abfd3c829c6 /lib/arrlen.h
parentb348846482a17be4f35b717bc56940c84a671e79 (diff)
downloadfmk-151183ed9f4bfdf19db958708ef09810a838d406.tar.gz
fmk-151183ed9f4bfdf19db958708ef09810a838d406.tar.xz
fmk-151183ed9f4bfdf19db958708ef09810a838d406.zip
License and header guard cleanup
Fix some of the license headers being GPL2 when the project should be GPL3. Next needs a LICENSE file. Also fix header guards to a more robust <PROJECT>_<PATH> format.
Diffstat (limited to 'lib/arrlen.h')
-rw-r--r--lib/arrlen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/arrlen.h b/lib/arrlen.h
index fdc5532..a687902 100644
--- a/lib/arrlen.h
+++ b/lib/arrlen.h
@@ -1,6 +1,6 @@
-#ifndef LIB_ARRLEN_H
-#define LIB_ARRLEN_H
+#ifndef FMK_LIB_ARRLEN_H
+#define FMK_LIB_ARRLEN_H
#define ARRLEN(a) (sizeof (a) / sizeof (a)[0])
-#endif /* LIB_ARRLEN_H */
+#endif /* FMK_LIB_ARRLEN_H */