diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-06-08 09:56:16 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-06-08 09:56:16 +0200 |
| commit | 8b95e5c91f89bbcb2504f1c932d57ea262ffade1 (patch) | |
| tree | 2bd7c5b23d3b85fa1980b6b3463f6b4b779fab12 /htroot/js/query.js | |
| parent | df74c435be198078418665bcf4f6f13ac70570b3 (diff) | |
Aplied GNU licensing recommendations.
Diffstat (limited to 'htroot/js/query.js')
| -rw-r--r-- | htroot/js/query.js | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/htroot/js/query.js b/htroot/js/query.js index 52e9366b6..a90711bf7 100644 --- a/htroot/js/query.js +++ b/htroot/js/query.js @@ -1,8 +1,21 @@ -/** - * 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) 2008, 2013 Michael Peter Christen, Roland Haeder +* +* 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 query = new Object(); |
