mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
add missing copyright header
This commit is contained in:
parent
347fdf0743
commit
e913a58ee7
@ -1,4 +1,12 @@
|
||||
/* DOM bindings entries */
|
||||
/* Binding to generate interfaces for the DOM IDL
|
||||
*
|
||||
* Copyright 2012 Vincent Sanders <vince@netsurf-browser.org>
|
||||
*
|
||||
* 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";
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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 <vince@netsurf-browser.org>
|
||||
*
|
||||
@ -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 %{
|
||||
|
Loading…
Reference in New Issue
Block a user