On 3/15/06, Rick DeNatale <[EMAIL PROTECTED]> wrote: > > But in this case it doesn't matter since the condition triggering the > automatic re-licensing under later versions of the GPL hasn't been > met. Here's the linux kernel license in pseudo code: > > license_version="v.2" > call gplv2(license_version) > > define gplv2(license_version) > > #Section 9 > if (contains(license_version,"any later version") then > license_in_effect=ask_user_which_license_starting_with(license_version) > call license_in_effect() > return > endif > > That if leg NEVER comes into effect. >
I read section 9 differently, missed the all important AND. Sorry for the waste of everyone's bandwidth. -- Joseph Tate Personal e-mail: jtate AT dragonstrider DOT com Web: http://www.dragonstrider.com -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
