X-Git-Url: http://git.thejh.net/?p=libjh.git;a=blobdiff_plain;f=string.c;h=c91e6d221bfc2a383c1b530be256aaaafe809199;hp=21ff3a745db302663cb05b04672aa3b4e4da2952;hb=3b41b5c082c2c3719fbbcfc4e381fee04879dc1d;hpb=e3a7f339e843d1424aef577e5634ac70343ec49c diff --git a/string.c b/string.c index 21ff3a7..c91e6d2 100644 --- a/string.c +++ b/string.c @@ -1,3 +1,6 @@ +// Copyright (2013) Jann Horn +// This code is licensed under the AGPLv3. + #include HEADER #define streq(a,b) (!strcmp((a),(b)))