X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Flogger.c;h=c4d88eeb11a9e3634efc96fb687213ca2c586648;hb=8be1424a46b3fce8ddb83e3f0409d7a4c66775b4;hp=0ea18676b181146cb28790d97e1dad5cb7cce252;hpb=1b4a582b04fc39d9d4d930acb4d0803bdedfb32e;p=deb_shairplay.git diff --git a/src/lib/logger.c b/src/lib/logger.c index 0ea1867..c4d88ee 100644 --- a/src/lib/logger.c +++ b/src/lib/logger.c @@ -1,9 +1,24 @@ +/** + * Copyright (C) 2011-2012 Juho Vähä-Herttua + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + */ + #include #include #include #include #include "logger.h" +#include "compat.h" void logger_init(logger_t *logger)