Open phloxic opened 11 years ago
Both the license headers of
must be fixed.
Copyright years must be updated.
flowplayer-src.js is fixed and pushed to releases.flowplayer.org (copyright year also)
No. flashembed.js + flowplayer-src.js must be concatenated into flowplayer-<version>.js
It's probably a matter of omitting the removal of flowplayer.js before uglification.
flashembed.js still has the svn keywords and other unexpanded vars: https://github.com/flowplayer/flash/blob/master/core/src/javascript/flashembed.js These would go into the unminified flowplayer.js if it was built. In theory they also should persist in the minified version as flashembed.js could also be used standalone - if jquerytools was still actively maintained ...
Proposal:
/**
* Flashembed - New wave Flash embedding
*
* NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
*/
for the non-minified version - removed automatically in the minified version.
@anssip - the copyright year is still 2008-2011 in flowplayer-src.js
@anssip - now all version information is removed from the scripts. It would be better if the build scripted added the release version and release date - as it is done for the fp html5 api.
Distributing the script with the following in the license header:
[sic] just looks clumsy.
@anssip - do you have something in place to expand these via Makefile:
Or should they just be removed?