From f9d94af893c83e7083065c12a643c798089ff6d8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 25 Nov 2012 22:04:01 +0000 Subject: add correct copyright headers --- javascript/jsapi/htmldocument.bnd | 15 +++++++++++++-- javascript/jsapi/window.bnd | 15 +++++++++++++-- 2 files changed, 26 insertions(+), 4 deletions(-) (limited to 'javascript') diff --git a/javascript/jsapi/htmldocument.bnd b/javascript/jsapi/htmldocument.bnd index 7ca49489c..0ed7ac153 100644 --- a/javascript/jsapi/htmldocument.bnd +++ b/javascript/jsapi/htmldocument.bnd @@ -1,10 +1,21 @@ -/* Binding to generate htmldocument */ +/* Binding to generate HTMLdocument interface + * + * 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 + */ #include "dom.bnd" webidlfile "html.idl"; -hdrcomment "Part of NetSurf Project"; +hdrcomment "Copyright 2012 Vincent Sanders "; +hdrcomment "This file is part of NetSurf, http://www.netsurf-browser.org/"; +hdrcomment "Released under the terms of the MIT License,"; +hdrcomment " http://www.opensource.org/licenses/mit-license"; preamble %{ diff --git a/javascript/jsapi/window.bnd b/javascript/jsapi/window.bnd index 3fe2afddf..7875ab40f 100644 --- a/javascript/jsapi/window.bnd +++ b/javascript/jsapi/window.bnd @@ -1,10 +1,21 @@ -/* binding to generate window */ +/* Binding to generate window interface + * + * 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 + */ #include "dom.bnd" webidlfile "html.idl"; -hdrcomment "Part of NetSurf Project"; +hdrcomment "Copyright 2012 Vincent Sanders "; +hdrcomment "This file is part of NetSurf, http://www.netsurf-browser.org/"; +hdrcomment "Released under the terms of the MIT License,"; +hdrcomment " http://www.opensource.org/licenses/mit-license"; preamble %{ -- cgit v1.2.3