Added license information for YaCy owned js files

pull/56/head
luccioman 9 years ago
parent 02ecb8de29
commit 3f6fefb125

@ -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
*/
var AJAX_OFF="/env/grafics/empty.gif";
var AJAX_ON="/env/grafics/ajax.gif";

@ -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
*/
DELETE_STRING="delete";
BAR_IMG1="/env/grafics/green-block.png";
BAR_IMG2="/env/grafics/red-block.png";

@ -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
*/
var AJAX_OFF="/env/grafics/empty.gif";
var AJAX_ON="/env/grafics/ajax.gif";
var timeout="";

@ -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 changeHost(){
window.location.replace("http://"+window.location.host+":"+window.location.port+"/WatchWebStructure_p.html?host="+document.getElementById("host").value);
}

@ -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 createRequestObject() {
var ro;
if (window.XMLHttpRequest) {

@ -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){

@ -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 linkstructure(hostname, element, width, height, maxtime, maxnodes) {
var nodes = {};
var links = [];

@ -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
*/
var query = new Object();
function getQueryProps() {

@ -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
*/
// parser for rss2
function RSS2Enclosure(encElement) {

@ -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;

@ -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
*/
/* Initialize Bookmark Actions */
function bm_action(com,grid) {
if (com=='Delete') {

@ -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
*/
/* Initialize Tag Actions */
function tag_action(com,grid) {
alert("Sorry, the function you have requested is not yet available!");

@ -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
*/
HTMLenc = function(s) {
return $('<div/>').text(s).html();
}

@ -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 xmlhttpPost() {
var searchform = document.forms['searchform'];
var rsslink = document.getElementById("rsslink");

@ -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 addHover() {
if (document.all&&document.getElementById) {
var divs = document.getElementsByTagName("div");

@ -30,7 +30,7 @@
</tr>
<tr>
<td><a href="/env/bootstrap/js/bootstrap-switch.min.js">bootstrap-switch.min.js</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0-only</a></td>
<td><a href="/env/bootstrap/js/bootstrap-switch.js">bootstrap-switch.js</a> (3.0.0)</td>
</tr>
<tr>
@ -38,7 +38,81 @@
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="/env/bootstrap/js/typeahead.jquery.js">typeahead.jquery.js</a> (0.10.2)</td>
</tr>
<tr>
<td><a href="/js/ajax.js">ajax.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/ajax.js">ajax.js</a></td>
</tr>
<tr>
<td><a href="/js/Bookmarks.js">Bookmarks.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/Bookmarks.js">Bookmarks.js</a></td>
</tr>
<tr>
<td><a href="/js/Crawler.js">Crawler.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/Crawler.js">Crawler.js</a></td>
</tr>
<tr>
<td><a href="/js/html.js">html.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/html.js">html.js</a></td>
</tr>
<tr>
<td><a href="/js/hypertree.js">hypertree.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/hypertree.js">hypertree.js</a></td>
</tr>
<tr>
<td><a href="/js/IndexCreate.js">IndexCreate.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/IndexCreate.js">IndexCreate.js</a></td>
</tr>
<tr>
<td><a href="/js/query.js">query.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/query.js">query.js</a></td>
</tr>
<tr>
<td><a href="/js/rss2.js">rss2.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/rss2.js">rss2.js</a></td>
</tr>
<tr>
<td><a href="/js/WatchWebStructure.js">WatchWebStructure.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/WatchWebStructure.js">WatchWebStructure.js</a></td>
</tr>
<tr>
<td><a href="/js/xml.js">xml.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/xml.js">xml.js</a></td>
</tr>
<tr>
<td><a href="/js/yacy-ymarks-bookmark-actions.js">yacy-ymarks-bookmark-actions.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/yacy-ymarks-bookmark-actions.js">yacy-ymarks-bookmark-actions.js</a></td>
</tr>
<tr>
<td><a href="/js/yacy-ymarks-tag-actions.js">yacy-ymarks-tag-actions.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/yacy-ymarks-tag-actions.js">yacy-ymarks-tag-actions.js</a></td>
</tr>
<tr>
<td><a href="/js/yacy-ymarks.js">yacy-ymarks.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/yacy-ymarks.js">yacy-ymarks.js</a></td>
</tr>
<tr>
<td><a href="/js/yacyinteractive.js">yacyinteractive.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/yacyinteractive.js">yacyinteractive.js</a></td>
</tr>
<tr>
<td><a href="/js/yacysearch.js">yacysearch.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU-GPL-2.0-or-later</a></td>
<td><a href="/js/yacysearch.js">yacysearch.js</a></td>
</tr>
</table>
</body>
</html>

Loading…
Cancel
Save