Return-Path: Delivered-To: apmail-incubator-click-dev-archive@locus.apache.org Received: (qmail 11499 invoked from network); 6 Dec 2008 09:54:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2008 09:54:52 -0000 Received: (qmail 21778 invoked by uid 500); 6 Dec 2008 09:55:04 -0000 Delivered-To: apmail-incubator-click-dev-archive@incubator.apache.org Received: (qmail 21766 invoked by uid 500); 6 Dec 2008 09:55:04 -0000 Mailing-List: contact click-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-dev@incubator.apache.org Received: (qmail 21755 invoked by uid 99); 6 Dec 2008 09:55:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2008 01:55:04 -0800 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 sabob1@gmail.com designates 74.125.44.155 as permitted sender) Received: from [74.125.44.155] (HELO yx-out-1718.google.com) (74.125.44.155) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2008 09:53:32 +0000 Received: by yx-out-1718.google.com with SMTP id 36so221217yxh.0 for ; Sat, 06 Dec 2008 01:54:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=5RBPvOxK11gtSzjrEC776n5TiofaUJHnSQmjlMPa0Kg=; b=qtdTNZNdIs2Tm+I43y8eZ9HHfA/yJReT1dtik3GlvJTGuLvvtC0MMEW13rhh8XNwrb 0CjLscWa1Ijnj8V/cMCkMEWFxGYKnSV+xiM3ahOllO4nzrfyiTKbuhHzTxj4I0x/KVmB /u1ij/cSM328uf2Qqd1fyQ5247Zl8/SyUrims= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=rD9F2gGFZUa0EHjtoTLeEaJt9zsNCb1RX77E6dmhzcPxqZAzQWwmUjk+nkbnfYiIgB hXYbyjgEQkswURgsdzHDS4/r/lCOQrIz7EBF7OpxHhjYEHG+xsFoN2f1xkcXJi6baUc4 kawQN8jzn/+iNUnr0goBacxMcKt1qpw0BillY= Received: by 10.65.188.14 with SMTP id q14mr812159qbp.56.1228557248949; Sat, 06 Dec 2008 01:54:08 -0800 (PST) Received: from ?10.0.0.100? (dsl-240-162-255.telkomadsl.co.za [41.240.162.255]) by mx.google.com with ESMTPS id 12sm5636951qbw.9.2008.12.06.01.54.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 06 Dec 2008 01:54:08 -0800 (PST) Message-ID: <493A4BBA.5030806@gmail.com> Date: Sat, 06 Dec 2008 11:54:02 +0200 From: Bob Schellink User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: click-dev@incubator.apache.org Subject: Public domain content allowed in ASF distribution? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, Click uses a javascript function [1] to register DOM events but this function is under copyright so been looking for alternatives. I stumbled upon this script [2] which does not have copyright. Would it be OK to include this in the Click distribution? Should I rather take it up with Apache legal? [1]: http://www.thefutureoftheweb.com/blog/adddomloadevent [2]: http://tanny.ica.com/ICA/TKO/test.nsf/js/domready.js Thanks bob