Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 59046 invoked from network); 8 Dec 2006 16:07:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 16:07:59 -0000 Received: (qmail 99013 invoked by uid 500); 8 Dec 2006 16:07:51 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98970 invoked by uid 500); 8 Dec 2006 16:07:51 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 98935 invoked by uid 99); 8 Dec 2006 16:07:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 08:07:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 08:07:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 692DE714312 for ; Fri, 8 Dec 2006 08:07:22 -0800 (PST) Message-ID: <14382608.1165594042428.JavaMail.jira@brutus> Date: Fri, 8 Dec 2006 08:07:22 -0800 (PST) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-2641) Missing license headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Missing license headers ----------------------- Key: GERONIMO-2641 URL: http://issues.apache.org/jira/browse/GERONIMO-2641 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Reporter: Jarek Gawor Priority: Minor A whole bunch of Java files in trunk (at least) are missing the apache license header. A basic list of such files can be generated with: find . -name "*.java" -exec fgrep -L 'Apache Software' {} \; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira