]> arthur.barton.de Git - netatalk.git/commitdiff
Add copyright and license and config.h
authorRalph Boehme <sloowfranklin@gmail.com>
Wed, 2 Jan 2013 17:51:36 +0000 (18:51 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Wed, 2 Jan 2013 17:51:36 +0000 (18:51 +0100)
bin/misc/logger_test.c

index 585c15839158a61534c96aafb62258908308d4ef..cf9321142371817b50d47adab5e42f0542e377a2 100644 (file)
@@ -1,3 +1,21 @@
+/*
+  Copyright (c) 2009 Frank Lahm <franklahm@gmail.com>
+
+  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
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+
+  This program 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 General Public License for more details.
+*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif /* HAVE_CONFIG_H */
+
 #include <stdio.h>
 #include <stdbool.h>