summaryrefslogtreecommitdiff
path: root/htroot/js/xml.js
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-06-06 09:20:03 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-06-06 09:20:03 +0200
commit3f6fefb125f78c22b302d6e8a4bf3586b4341981 (patch)
tree28cb4b84faad35166ad361457f12139a3a8c09a0 /htroot/js/xml.js
parent02ecb8de2969dfe7a0d910804ea5123508fc37a6 (diff)
Added license information for YaCy owned js files
Diffstat (limited to 'htroot/js/xml.js')
-rw-r--r--htroot/js/xml.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/js/xml.js b/htroot/js/xml.js
index ff43dee05..493f06980 100644
--- a/htroot/js/xml.js
+++ b/htroot/js/xml.js
@@ -1,3 +1,9 @@
+/**
+ * Copyright (C) 2009 by Michael Peter Christen; mc@yacy.net, Frankfurt a. M., Germany
+ * first published 07.04.2005 on http://yacy.net
+ * Licensed under the GNU GPL-v2 license
+ */
+
function removeAllChildren(element){
if(element==null){
return;