Add license notifications to all source files
[blerg.git] / database / util.h
index e046f19..bdac3ea 100644 (file)
@@ -1 +1,9 @@
+/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
+ * BSD-style license.  Please see the COPYING file for details.
+ */
+#ifndef _UTIL_H
+#define _UTIL_H
+
 int valid_name(const char *name);
+
+#endif /* _UTIL_H */