summaryrefslogtreecommitdiff
path: root/src/webidl-lexer.l
diff options
context:
space:
mode:
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)