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/rss2.js | |
| parent | 02ecb8de2969dfe7a0d910804ea5123508fc37a6 (diff) | |
Added license information for YaCy owned js files
Diffstat (limited to 'htroot/js/rss2.js')
| -rw-r--r-- | htroot/js/rss2.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/js/rss2.js b/htroot/js/rss2.js index 4a4e5aa7f..1e72a0fa4 100644 --- a/htroot/js/rss2.js +++ b/htroot/js/rss2.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
+ */
+
// parser for rss2
function RSS2Enclosure(encElement) {
|
