From e913a58ee77643b46138a3c9db37170ef2ed55af Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 17 Dec 2012 15:15:11 +0000 Subject: add missing copyright header --- javascript/jsapi/dom.bnd | 10 +++++++++- javascript/jsapi/htmlcollection.bnd | 2 +- javascript/jsapi/nodelist.bnd | 11 ++++------- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/javascript/jsapi/dom.bnd b/javascript/jsapi/dom.bnd index 89d0d8449..e781b330c 100644 --- a/javascript/jsapi/dom.bnd +++ b/javascript/jsapi/dom.bnd @@ -1,4 +1,12 @@ -/* DOM bindings entries */ +/* Binding to generate interfaces for the DOM IDL + * + * Copyright 2012 Vincent Sanders + * + * This file is part of NetSurf, http://www.netsurf-browser.org/ + * + * Released under the terms of the MIT License, + * http://www.opensource.org/licenses/mit-license + */ webidlfile "dom.idl"; diff --git a/javascript/jsapi/htmlcollection.bnd b/javascript/jsapi/htmlcollection.bnd index f4a11549b..5e99e48b8 100644 --- a/javascript/jsapi/htmlcollection.bnd +++ b/javascript/jsapi/htmlcollection.bnd @@ -1,4 +1,4 @@ -/* Binding to generate HTMLcolelction interface +/* Binding to generate HTMLcollection interface * * The js_libdom (javascript to libdom) binding type is currently the * only one implemented and this principly describes that binding. diff --git a/javascript/jsapi/nodelist.bnd b/javascript/jsapi/nodelist.bnd index d6e9fe941..b57dc6e05 100644 --- a/javascript/jsapi/nodelist.bnd +++ b/javascript/jsapi/nodelist.bnd @@ -1,7 +1,4 @@ /* Binding to generate NodeList interface - * - * The js_libdom (javascript to libdom) binding type is currently the - * only one implemented and this principly describes that binding. * * Copyright 2012 Vincent Sanders * @@ -32,12 +29,12 @@ preamble %{ webidlfile "dom.idl"; binding nodelist { - type js_libdom; /* the binding type */ + type js_libdom; /* the binding type */ - interface NodeList; /* The WebIDL interface to generate a binding for */ + interface NodeList; /* The WebIDL interface to generate a binding for */ - private "dom_nodelist *" nodelist; - private "struct html_content *" htmlc; + private "dom_nodelist *" nodelist; + private "struct html_content *" htmlc; } getter length %{ -- cgit v1.2.3