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/WatchWebStructure.js | |
| parent | 02ecb8de2969dfe7a0d910804ea5123508fc37a6 (diff) | |
Added license information for YaCy owned js files
Diffstat (limited to 'htroot/js/WatchWebStructure.js')
| -rw-r--r-- | htroot/js/WatchWebStructure.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/js/WatchWebStructure.js b/htroot/js/WatchWebStructure.js index 7c9c6c8bd..da140bab3 100644 --- a/htroot/js/WatchWebStructure.js +++ b/htroot/js/WatchWebStructure.js @@ -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); } |
