summaryrefslogtreecommitdiff
path: root/htroot/js/IndexCreate.js
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-06-08 09:56:16 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-06-08 09:56:16 +0200
commit8b95e5c91f89bbcb2504f1c932d57ea262ffade1 (patch)
tree2bd7c5b23d3b85fa1980b6b3463f6b4b779fab12 /htroot/js/IndexCreate.js
parentdf74c435be198078418665bcf4f6f13ac70570b3 (diff)
Aplied GNU licensing recommendations.
Diffstat (limited to 'htroot/js/IndexCreate.js')
-rw-r--r--htroot/js/IndexCreate.js25
1 files changed, 20 insertions, 5 deletions
diff --git a/htroot/js/IndexCreate.js b/htroot/js/IndexCreate.js
index 3b1c1211f..20bfe67d8 100644
--- a/htroot/js/IndexCreate.js
+++ b/htroot/js/IndexCreate.js
@@ -1,8 +1,23 @@
-/**
- * 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
- */
+/*
+* Copyright (C) 2006 - 2014 Alexander Schier, Martin Thelian, Michael Peter Christen,
+* Florian Richter, Stefan Förster, David Wieditz
+*
+*
+* This file is part of YaCy.
+*
+* YaCy is free software: you can redistribute it and/or modify
+* it under the terms of the GNU General Public License as published by
+* the Free Software Foundation, either version 2 of the License, or
+* (at your option) any later version.
+*
+* YaCy is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU General Public License for more details.
+*
+* You should have received a copy of the GNU General Public License
+* along with YaCy. If not, see <http://www.gnu.org/licenses/>.
+*/
var AJAX_OFF="/env/grafics/empty.gif";
var AJAX_ON="/env/grafics/ajax.gif";