Code copyright review for 'apps/owsWatch' module
All files have been reviewed. Open issues are listet below.
Contents
1. Review Status
First review (determin problematic files / add missing headers to flawless files) finished for:
- *.*
- css/deegree.css
- javascript/*.*
- WEB-INF/web.xml
- WEB-INF/conf/owswatch/owsWatchConfiguration.xml
- WEB-INF/conf/owswatch/services.xml
- WEB-INF/conf/owswatch/protocols/protocol2html.xsl
- WEB-INF/conf/owswatch/request_snippets/*
Second review (solving open issues) finished on 2009-10-20.
2. [SOLVED] Files containing HTML code snippets
Affected Files:
- WEB-INF/conf/owswatch/request_snippets/*
Action: Do these files need the header as well? Yes, the short version, please. Done
3. [SOLVED] Files probably by Michael Synovic
Affected Files:
- javascript/hashtable.js
Header Example:
- no header available
Explanation:
Code looks like it was copied from http://weblogs.asp.net/ssadasivuni/archive/2003/09/17/27902.aspx, where, the author is stated to be Michael Synovic.
His own page at http://work.synovic.net/hashtable/hashtable.html shows a slightly different code, but the license is given as LGPL.
Action:
I would suggest to copy the file header from http://work.synovic.net/hashtable/hashtable.html, even though the code is not exactly as provided there.
Alternatively, we could contact the author and ask if the code version at http://weblogs.asp.net/ssadasivuni/archive/2003/09/17/27902.aspx is also under LGPL. If not, we might update to the other version.
Please use the LGPL header version from http://work.synovic.net/hashtable/hashtable.html. Done