Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE1649BBD for ; Sun, 15 Jan 2012 18:22:14 +0000 (UTC) Received: (qmail 66368 invoked by uid 500); 15 Jan 2012 18:22:14 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 66309 invoked by uid 500); 15 Jan 2012 18:22:13 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 66301 invoked by uid 99); 15 Jan 2012 18:22:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2012 18:22:13 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yojibee@gmail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2012 18:22:08 +0000 Received: by iabz21 with SMTP id z21so61335iab.6 for ; Sun, 15 Jan 2012 10:21:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=Tdy5b0pB1GlFv95SKtyN/SXpk4wj+UL1WMqvCbdeiR8=; b=NveaXfk7UbFbFpfnzUmFdDHy8laxDNM/z2EL8OAMitNZQrd6ZS17XaVEZzE/Vib8Wx zWVXbpd+sepgkl8PP9LdT4ejbLRzNV20XMgWsMbzL2mvwl2kwaORBHJF9a0RZAYtdH6j OgDHMLoSweccgEiKWHMqPwEN+4jy+FDnvOflQ= Received: by 10.50.173.98 with SMTP id bj2mr6942818igc.27.1326651707142; Sun, 15 Jan 2012 10:21:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.133.201 with HTTP; Sun, 15 Jan 2012 10:21:26 -0800 (PST) In-Reply-To: References: <7087560d$59c0a553$1e63cc42$@com> From: =?ISO-8859-1?Q?Anne_Kathrine_Petter=F8e?= Date: Sun, 15 Jan 2012 19:21:26 +0100 Message-ID: Subject: Re: Non-core code, contrib and samples (was: Goal for Flex: Strengthening large-scale Flex applications...) To: flex-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On 15 January 2012 11:25, Sebastian Mohr wrote: > @Bertrand > > Would there be any legal issues when using > third party Opensource libraries in these Apache > Flex code examples? > > Here are some Opensource-Microarchitectures > which are commonly used when building Flex apps: > > Cairngorm 2, Cairngorm License, MIT License ... http://sourceforge.net/ad= obe/cairngorm/wiki/License/ > Cairngorm 3 Libraries, Cairngorm License, MIT License ... http://sourcefo= rge.net/adobe/cairngorm/wiki/CairngormLibraries/ > Mate, Apache License, =A0Version 2 ... http://mate.riaforge.org/ > PureMVC, =A0Creative Commons license ... http://en.wikipedia.org/wiki/Cre= ative_Commons_licenses > Robotlegs, MIT License ... https://github.com/robotlegs/robotlegs-framewo= rk/blob/version2/LICENSE > Parsley, Apache License 2.0 ... http://www.spicefactory.org/parsley/ > Spring AS, Apache Software License, Version 2.0 ... http://www.springacti= onscript.org/license.html > Swiz, Apache License 2.0 ... http://swizframework.org/ MIT and Apache 2.0 licenses can both be included in Apache products. [1] PureMVC uses a Creative Commons Attribution 3.0 license [2] Only Creative Commons Attribution-Share Alike 3.0 may be included in Apache products. [3] So for this we would need to contact the Legal PMC. [1] http://www.apache.org/legal/3party.html [2] http://creativecommons.org/licenses/by/3.0/ [3] http://www.apache.org/legal/resolved.html#cc-sa - Anne