summaryrefslogtreecommitdiff
path: root/src/webidl-lexer.l
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-lexer.l
parent7ba968e4c33d3a05ff9b23b8e593b400e34a4cad (diff)
downloadnsgenbind-53a218f08e4a0ab7a2042b774a871eb93f17c90f.tar.gz
nsgenbind-53a218f08e4a0ab7a2042b774a871eb93f17c90f.tar.bz2
add copyright and licence notices
Diffstat (limited to 'src/webidl-lexer.l')
-rw-r--r--src/webidl-lexer.l10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/webidl-lexer.l b/src/webidl-lexer.l
index d240edc..5c8234c 100644
--- a/src/webidl-lexer.l
+++ b/src/webidl-lexer.l
@@ -1,7 +1,13 @@
%{
-/*
- * This is a unicode capable lexer for web IDL derived from:
+/* This is a unicode tolerant lexer 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:
*
* W3C WEB IDL - http://www.w3.org/TR/WebIDL/ (especially the grammar
* in apendix A)