summaryrefslogtreecommitdiff
path: root/src/webidl-parser.y
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-parser.y
parent7ba968e4c33d3a05ff9b23b8e593b400e34a4cad (diff)
downloadnsgenbind-53a218f08e4a0ab7a2042b774a871eb93f17c90f.tar.gz
nsgenbind-53a218f08e4a0ab7a2042b774a871eb93f17c90f.tar.bz2
add copyright and licence notices
Diffstat (limited to 'src/webidl-parser.y')
-rw-r--r--src/webidl-parser.y15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/webidl-parser.y b/src/webidl-parser.y
index 1a40e41..ef119c9 100644
--- a/src/webidl-parser.y
+++ b/src/webidl-parser.y
@@ -1,11 +1,16 @@
-/*
- * This is a bison parser for web IDL derived from the the grammar in
- * apendix A of W3C WEB IDL - http://www.w3.org/TR/WebIDL/
+%{
+
+/* This is a bison parser for Web IDL
+ *
+ * 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>
*
+ * Derived from the the grammar in apendix A of W3C WEB IDL
+ * http://www.w3.org/TR/WebIDL/
*/
-%{
-
#include <stdio.h>
#include <string.h>