Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 11086 invoked from network); 4 Apr 2008 15:49:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 15:49:27 -0000 Received: (qmail 38049 invoked by uid 500); 4 Apr 2008 15:49:22 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 38030 invoked by uid 500); 4 Apr 2008 15:49:22 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 38010 invoked by uid 99); 4 Apr 2008 15:49:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 08:49:21 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 15:48:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 714A21A9832; Fri, 4 Apr 2008 08:49:00 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r644740 - /incubator/tuscany/java/sca/tutorial/catalog-ejb/src/main/java/client/Client.java Date: Fri, 04 Apr 2008 15:49:00 -0000 To: tuscany-commits@ws.apache.org From: rfeng@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080404154900.714A21A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rfeng Date: Fri Apr 4 08:48:58 2008 New Revision: 644740 URL: http://svn.apache.org/viewvc?rev=644740&view=rev Log: Add ASL header Modified: incubator/tuscany/java/sca/tutorial/catalog-ejb/src/main/java/client/Client.java Modified: incubator/tuscany/java/sca/tutorial/catalog-ejb/src/main/java/client/Client.java URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/catalog-ejb/src/main/java/client/Client.java?rev=644740&r1=644739&r2=644740&view=diff ============================================================================== --- incubator/tuscany/java/sca/tutorial/catalog-ejb/src/main/java/client/Client.java (original) +++ incubator/tuscany/java/sca/tutorial/catalog-ejb/src/main/java/client/Client.java Fri Apr 4 08:48:58 2008 @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you 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 client; import javax.naming.InitialContext; --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org