From b50700c35f957d9fe47dcfb7638e8b45ba2dbef6 Mon Sep 17 00:00:00 2001 From: luccioman Date: Wed, 13 Sep 2017 08:16:29 +0200 Subject: [PATCH] Added missing copyright header to the yacysort.js file --- htroot/js/yacysort.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/htroot/js/yacysort.js b/htroot/js/yacysort.js index d20281fde..2c5be23d1 100644 --- a/htroot/js/yacysort.js +++ b/htroot/js/yacysort.js @@ -1,3 +1,25 @@ +/* +* Copyright (C) 2017 Jeremy Rand, Ryszard Goń, luccioman +* +* 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 . +*/ + +/* Functions dedicated to (re)sort YaCy search results in the browser (configuration setting : search.jsresort=true) + * See related style sheet env/yacysort.css */ + var itemCount = 0; var highestRanking = Infinity;