Add license notifications to all source files
[blerg.git] / database / util.c
index ede0450..2accd5d 100644 (file)
@@ -1,3 +1,7 @@
+/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
+ * BSD-style license.  Please see the COPYING file for details.
+ */
+
 #define VALID_CHAR(x) (x == ' ' || x == '\'' || x == '-' || x == '.' || (x >= '0' && x <= '9') || (x >= 'A' && x <= 'Z') || x == '_' || (x >= 'a' && x <= 'z'))
 
 int valid_name(const char *name) {