From 8a0a37b645d9118a60de3d53b51be5a91c42defe Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 28 Oct 2013 13:36:46 +0100 Subject: add some code to the header file --- config.def.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config.def.h b/config.def.h index 48de332..cf9bdb6 100644 --- a/config.def.h +++ b/config.def.h @@ -1,3 +1,13 @@ +/* + * (C) 2011-2013 by Christian Hesse + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ + +#ifndef _CONFIG_H +#define _CONFIG_H + /* name of the icon used for notifications */ #define ICON_SOUND "sound" @@ -22,3 +32,7 @@ #define MPD_HOST NULL #define MPD_PORT 0 #define MPD_TIMEOUT 0 + +#endif /* _CONFIG_H */ + +// vim: set syntax=c: -- cgit v1.2.3-54-g00ecf