Tim Smith writes: > Suppose I create a copyrighted work. I release it under a license > such as GPLv2. You use it, in a way that requires permission of the > copyright holder, but is in accord with GPLv2, so you are OK. > > Suppose now that I transfer the copyright to someone else. > > Do you now have something to worry about if the copyright assignee > wishes to stop you from copying, modifying, and distributing the > software?
In practice I might have - over time: The user community move away from the version I have. I no longer get bugfixes and upgrades. Operating systems moves on, so eventually the program may malfunction, dependent on obsolete features. Compilers get more aggressive, optimizing code which "always worked before" but was not actually correct. Eventually the program may not even compile. Or maybe someone forks the program with the old licence, part of the user community stays, and all is well. So the answer depends on a lot of things, from timeframe to program complexity and dependencies, to the quality of the code. -- Hallvard _______________________________________________ gnu-misc-discuss mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-misc-discuss
