diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-06-06 09:20:03 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-06-06 09:20:03 +0200 |
| commit | 3f6fefb125f78c22b302d6e8a4bf3586b4341981 (patch) | |
| tree | 28cb4b84faad35166ad361457f12139a3a8c09a0 /htroot/js/html.js | |
| parent | 02ecb8de2969dfe7a0d910804ea5123508fc37a6 (diff) | |
Added license information for YaCy owned js files
Diffstat (limited to 'htroot/js/html.js')
| -rw-r--r-- | htroot/js/html.js | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/htroot/js/html.js b/htroot/js/html.js index 360082a64..413e68697 100644 --- a/htroot/js/html.js +++ b/htroot/js/html.js @@ -1,29 +1,7 @@ /** - * - * @licstart The following is the entire license notice for the - * JavaScript code in this page. - * * Copyright (C) 2009 by Michael Peter Christen; mc@yacy.net, Frankfurt a. M., Germany * first published 07.04.2005 on http://yacy.net - * - * - * The JavaScript code in this page 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. - * - * This program 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 this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * @licend The above is the entire license notice - * for the JavaScript code in this page. - * + * Licensed under the GNU GPL-v2 license */ function createCol(content){ |
