From 780a9d087a4eb227be3f24e152ff731a4dc9d814 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sat, 26 Jan 2008 18:00:47 +0100 Subject: [PATCH] clean some stuff --- common/awesome-version.c | 3 ++- common/awesome-version.h | 8 +++++--- common/draw.h | 4 ++-- common/list.h | 4 ++-- common/swindow.h | 2 +- common/util.c | 2 +- common/util.h | 4 ++-- 7 files changed, 15 insertions(+), 12 deletions(-) diff --git a/common/awesome-version.c b/common/awesome-version.c index b1edcab1..70023370 100644 --- a/common/awesome-version.c +++ b/common/awesome-version.c @@ -1,4 +1,5 @@ -/* awesome-version.c - version message utility functions +/* + * awesome-version.c - version message utility functions * * Copyright © 2008 Julien Danjou * Copyright © 2008 Hans Ulrich Niedermann diff --git a/common/awesome-version.h b/common/awesome-version.h index 88ce9ac0..50f803db 100644 --- a/common/awesome-version.h +++ b/common/awesome-version.h @@ -1,5 +1,7 @@ -/* awesome-version.c - version message utility functions +/* + * awesome-version.h - version message utility functions header * + * Copyright © 2008 Julien Danjou * Copyright © 2008 Hans Ulrich Niedermann * * This program is free software; you can redistribute it and/or modify @@ -17,8 +19,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef AWESOME_VERSION_H -#define AWESOME_VERSION_H +#ifndef AWESOME_COMMON_VERSION_H +#define AWESOME_COMMON_VERSION_H void eprint_version(const char *const executable) diff --git a/common/draw.h b/common/draw.h index 92cbeccb..ace4120b 100644 --- a/common/draw.h +++ b/common/draw.h @@ -19,8 +19,8 @@ * */ -#ifndef AWESOME_DRAW_H -#define AWESOME_DRAW_H +#ifndef AWESOME_COMMON_DRAW_H +#define AWESOME_COMMON_DRAW_H #include #include diff --git a/common/list.h b/common/list.h index 45f21112..bde59d34 100644 --- a/common/list.h +++ b/common/list.h @@ -20,8 +20,8 @@ * */ -#ifndef AWESOME_LIST_H -#define AWESOME_LIST_H +#ifndef AWESOME_COMMON_LIST_H +#define AWESOME_COMMON_LIST_H #define DO_SLIST(type, prefix, dtor) \ static inline type *prefix##_list_pop(type **list) \ diff --git a/common/swindow.h b/common/swindow.h index 877f9399..cab5476f 100644 --- a/common/swindow.h +++ b/common/swindow.h @@ -1,7 +1,7 @@ /* * swindow.h - simple window handling functions header * - * Copyright © 2007-2008 Julien Danjou + * Copyright © 2008 Julien Danjou * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/util.c b/common/util.c index ab0b31e9..40052a29 100644 --- a/common/util.c +++ b/common/util.c @@ -1,7 +1,7 @@ /* * util.c - useful functions * - * Copyright © 2007 Julien Danjou + * Copyright © 2007-2008 Julien Danjou * Copyright © 2006 Pierre Habouzit * * This program is free software; you can redistribute it and/or modify diff --git a/common/util.h b/common/util.h index 581e4da1..b0a74931 100644 --- a/common/util.h +++ b/common/util.h @@ -20,8 +20,8 @@ * */ -#ifndef AWESOME_UTIL_H -#define AWESOME_UTIL_H +#ifndef AWESOME_COMMON_UTIL_H +#define AWESOME_COMMON_UTIL_H #include #include