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/query.js | |
| parent | 02ecb8de2969dfe7a0d910804ea5123508fc37a6 (diff) | |
Added license information for YaCy owned js files
Diffstat (limited to 'htroot/js/query.js')
| -rw-r--r-- | htroot/js/query.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/js/query.js b/htroot/js/query.js index 816ef9229..52e9366b6 100644 --- a/htroot/js/query.js +++ b/htroot/js/query.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 + */ + var query = new Object(); function getQueryProps() { |
