vincetam2010 / jquery-swip

Automatically exported from code.google.com/p/jquery-swip
0 stars 0 forks source link

No license associated with popupWindow code -- please consider MIT open source license or dual MIT/GPL #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
0. Checkout latest source code
1. grep -i -drecurse license * > grep.txt
2. Examine resulting grep.txt file
3. Observe that there are no matches within jquery-popupWindow.js or a general 
LICENSE file.

Note: there do appear to be licenses associated with the following, which is 
good:
jquery.chili-2.1.1.js
recipes.js
jquery.easing.1.3.js
jquery.hoverIntent.js
jquery.kwicks-1.5.1

What is the expected output? What do you see instead?
grep.txt should contain at least one match from jquery.popupWindow.js or a 
general LICENSE or README file stating the terms under which this code is 
licensed for use.

What version of the product are you using? On what operating system?
Just checked out latest SVN on 11/25/2013 using the following command:
svn checkout http://jquery-swip.googlecode.com/svn/trunk/ jquery-swip-read-only

Operating system is irrelevant in this case, but I happen to be using Windows 7 
x64 at the moment.

Please provide any additional information below.

Original issue reported on code.google.com by jac...@gmail.com on 25 Nov 2013 at 2:47