From 53a218f08e4a0ab7a2042b774a871eb93f17c90f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 7 Sep 2012 17:25:02 +0100 Subject: add copyright and licence notices --- src/webidl-parser.y | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'src/webidl-parser.y') 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 * + * Derived from the the grammar in apendix A of W3C WEB IDL + * http://www.w3.org/TR/WebIDL/ */ -%{ - #include #include -- cgit v1.2.3