Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 24197 invoked from network); 11 Jul 2004 02:13:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Jul 2004 02:13:36 -0000 Received: (qmail 71856 invoked by uid 500); 11 Jul 2004 02:13:30 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 71847 invoked by uid 500); 11 Jul 2004 02:13:30 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 71821 invoked by uid 500); 11 Jul 2004 02:13:30 -0000 Delivered-To: apmail-incubator-geronimo-cvs@apache.org Received: (qmail 71814 invoked by uid 99); 11 Jul 2004 02:13:29 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Sat, 10 Jul 2004 19:13:26 -0700 Received: (qmail 24165 invoked by uid 1782); 11 Jul 2004 02:13:24 -0000 Date: 11 Jul 2004 02:13:24 -0000 Message-ID: <20040711021324.24162.qmail@minotaur.apache.org> From: gdamour@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/core/src/java/org/apache/geronimo/pool ExecutorFactory.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N gdamour 2004/07/10 19:13:24 Modified: modules/core/src/java/org/apache/geronimo/pool ExecutorFactory.java Log: Missing license header. Revision Changes Path 1.2 +18 -1 incubator-geronimo/modules/core/src/java/org/apache/geronimo/pool/ExecutorFactory.java Index: ExecutorFactory.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/pool/ExecutorFactory.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ExecutorFactory.java 8 Jul 2004 22:09:39 -0000 1.1 +++ ExecutorFactory.java 11 Jul 2004 02:13:24 -0000 1.2 @@ -1,3 +1,20 @@ +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + package org.apache.geronimo.pool; import EDU.oswego.cs.dl.util.concurrent.Executor;