X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=database%2Futil.c;fp=database%2Futil.c;h=2accd5d79ac9d1ea82bd726e0eae2002d34363fc;hb=54789cc8538714fc3622646721f6f2ecceae94ac;hp=ede0450431affa4c9998ca16cb7a050a7beb55b6;hpb=6ce5fb7ab6e31f76e57639e4d04e32af33e77ee6;p=blerg.git diff --git a/database/util.c b/database/util.c index ede0450..2accd5d 100644 --- a/database/util.c +++ b/database/util.c @@ -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) {