summaryrefslogtreecommitdiff
path: root/src/webidl-ast.c
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-07 17:25:02 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-09-07 17:25:02 +0100
commit53a218f08e4a0ab7a2042b774a871eb93f17c90f (patch)
tree6549dc1aa6dd9ecade7eb3483a4222d3e37778b1 /src/webidl-ast.c
parent7ba968e4c33d3a05ff9b23b8e593b400e34a4cad (diff)
downloadnsgenbind-53a218f08e4a0ab7a2042b774a871eb93f17c90f.tar.gz
nsgenbind-53a218f08e4a0ab7a2042b774a871eb93f17c90f.tar.bz2
add copyright and licence notices
Diffstat (limited to 'src/webidl-ast.c')
-rw-r--r--src/webidl-ast.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/webidl-ast.c b/src/webidl-ast.c
index 95b271d..1eddd68 100644
--- a/src/webidl-ast.c
+++ b/src/webidl-ast.c
@@ -1,3 +1,11 @@
+/* AST generator for the WEB IDL parser
+ *
+ * This file is part of nsgenjsbind.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ * Copyright 2012 Vincent Sanders <vince@netsurf-browser.org>
+ */
+
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>