I am developing a website creation tool (ex. CMS), designed for teachers, and decided on licensing under the GPL, as I have seen many cases of software under the GPL. After coding for a while, I realized that I wanted to include software that was under the LGPL (tinyMCE).
Would I be able to license the software under the GPL, and include LGPL software inside, through a JavaScript library?
Also, what would be required in licensing, could I just copy over the files from the software downloaded? (I doubted this, but was told so by another programmer)
Also, if anyone has other info that would be good to know about the licensing, it would be appreciated.