Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-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 CC23597F1 for ; Wed, 1 Feb 2012 21:26:18 +0000 (UTC) Received: (qmail 92063 invoked by uid 500); 1 Feb 2012 21:26:18 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 92007 invoked by uid 500); 1 Feb 2012 21:26:18 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 91995 invoked by uid 99); 1 Feb 2012 21:26:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 21:26:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of purdrew@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 21:26:11 +0000 Received: by bke17 with SMTP id 17so1562438bke.6 for ; Wed, 01 Feb 2012 13:25:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=YpeQKvE6/mpDomlg3R6FvEqgpxb389OtUh0/h6tJH/U=; b=DlA/shkdRcOmCyFNAbQZF9qOE0Q9PL779i6dEuIqYr/2eVAfvdQN4igG64dTr5EI4T zS33ARs+yAYEBUisw0r+TeVDlG+R+YP7NBfc2CZOO4jrifjnmFWpIktREjZmM8q302my 95r76mbP8KwQvX7Cb+NqXl89KyfTsdU5rIzgI= Received: by 10.205.132.1 with SMTP id hs1mr117402bkc.45.1328131551167; Wed, 01 Feb 2012 13:25:51 -0800 (PST) MIME-Version: 1.0 Sender: purdrew@gmail.com Received: by 10.205.113.134 with HTTP; Wed, 1 Feb 2012 13:25:31 -0800 (PST) From: Drew Walters Date: Wed, 1 Feb 2012 15:25:31 -0600 X-Google-Sender-Auth: 92-eYjDZSaq1XVJtP1TWPIUWif4 Message-ID: Subject: Apache License swap for BlackBerry To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=000e0ce038565285d104b7edb9ac X-Virus-Checked: Checked by ClamAV on apache.org --000e0ce038565285d104b7edb9ac Content-Type: text/plain; charset=ISO-8859-1 I am looking at updating the BlackBerry code for the Apache license and ran across a couple of things I need guidance on. Overall the code is very clean since it was for the most part completely maintained by IBM and Nitobi. - There are a couple of instances in the code (from Playbook implementation) for a copyright of RIM. Has RIM agreed to removal of their copyright or does that need to be maintained in the source? - The StringUtils.java [1] file was apparently based on a BlackBerry knowledge base article [2] as noted in the file header. Its not clear to me whether I need to include information in the LICENSE or NOTICE file for this. - The sample project provides ant-contrib.jar which is used to build the project and includes the license (Apache 1.1) for it in the same directory. I've added the required text to the NOTICE file, and have also added the license to the top level LICENSE. - The sample project also includes a copy of Douglas Crockford's json2.js [3] which is needed on BlackBerry OS 5 devices. The file states it is in the public domain. I've added what appears to be the license to the top level LICENSE file. [1] http://github.com/apache/incubator-cordova-blackberry-webworks/blob/master/framework/ext/src/com/phonegap/util/StringUtils.java [2] http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/832062/How_To_-_Implement_a_string_splitter_based_on_a_given_string_delimiter.html?nodeid=1498848&vernum=0 [3] http://github.com/apache/incubator-cordova-blackberry-webworks/blob/master/template/project/www/json2.js --000e0ce038565285d104b7edb9ac--