Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 68983 invoked from network); 19 Apr 2009 07:18:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Apr 2009 07:18:21 -0000 Received: (qmail 16480 invoked by uid 500); 19 Apr 2009 07:18:20 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 16387 invoked by uid 500); 19 Apr 2009 07:18:20 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 16377 invoked by uid 99); 19 Apr 2009 07:18:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Apr 2009 07:18:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of clement.escoffier@gmail.com designates 209.85.218.224 as permitted sender) Received: from [209.85.218.224] (HELO mail-bw0-f224.google.com) (209.85.218.224) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Apr 2009 07:18:12 +0000 Received: by bwz24 with SMTP id 24so308022bwz.22 for ; Sun, 19 Apr 2009 00:17:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=1wvaoSfO2AiCMzSfbkdpQKrEooBhTn73nfbiqpAUiYI=; b=XOvBvtP7X/ie+L6bpIFOp/6O3TrxlX5yfghXXeW6GDSyf2cRqfSbktINajB1vhtr7Q jCQVy6n03nd589O2LglkzJqx+v4GHpuX6KTKemK9I1/gosdErk2Zp3sh1l8VImIojmQL 6NKJ866SOve14cDGfpl6k3LSALPq14ABV745w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=Q40BZcdzHhMtNlJG7VC0yW9ejQsZfLUcDFp0zaAHHvLLD3sCqr2CVbdfaeclAYF8Rn /3y7c4CsjqER3l1ENvb0cH2aziuEmaEFEaO4Cqp7bkcOYMm8/3yaDcUup9JYDSdRQOTy 9LsGuB/bzcAuvnX1x2ijBqMwsUS0i3VmzjThw= Received: by 10.103.222.1 with SMTP id z1mr2361016muq.100.1240125470776; Sun, 19 Apr 2009 00:17:50 -0700 (PDT) Received: from ?192.168.0.197? (77-22-119-105-dynip.superkabel.de [77.22.119.105]) by mx.google.com with ESMTPS id 14sm10411543muo.50.2009.04.19.00.17.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 19 Apr 2009 00:17:49 -0700 (PDT) Message-Id: From: Clement Escoffier To: dev@felix.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Question about used third-party dependencies Date: Sun, 19 Apr 2009 09:17:47 +0200 X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have a small question about third-party dependencies. When a project includes the code of another project (such as ASM), the project has to declare it by: - specifying the dependency in the NOTICE file (in the included software section) - containing a copy of the LICENSE file of the project named LICENSE.xxx (for example, LICENSE.asm) [if not ASL 2.0] However, what about used dependencies (not included). For sure, it has to declare the dependencies in the used software section of the NOTICE file, but what about the LICENSE.xxx ? Regards, Clement