Add LICENSE and a copyright note to all sources
[jansson.git] / src / utf.c
index 0adf01b..cf2e8e4 100644 (file)
--- a/src/utf.c
+++ b/src/utf.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
+ *
+ * Jansson is free software; you can redistribute it and/or modify
+ * it under the terms of the MIT license. See LICENSE for details.
+ */
+
 #include <string.h>
 
 int utf8_encode(int codepoint, char *buffer, int *size)