From 151183ed9f4bfdf19db958708ef09810a838d406 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Wed, 17 May 2017 16:31:42 +0100 Subject: 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 _ format. --- lib/arrlen.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/arrlen.h') 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 */ -- cgit v1.2.3-54-g00ecf