Make sure to adjust the license for generated code
diff --git a/gen/strgen.c b/gen/strgen.c
index cdd6bfa..3a5a150 100644
--- a/gen/strgen.c
+++ b/gen/strgen.c
@@ -31,7 +31,7 @@
 
 static const char* const bc_gen_header =
 	"// Copyright (c) 2018 Gavin D. Howard.\n"
-	"// Licensed under the 0-clause BSD license.\n"
+	"// Licensed under the 2-clause BSD license.\n"
 	"// *** AUTOMATICALLY GENERATED FROM %s. DO NOT MODIFY. ***\n";
 
 static const char* const bc_gen_include = "#include <%s>\n\n";