Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 30713 invoked from network); 4 Jun 2008 11:34:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2008 11:34:49 -0000 Received: (qmail 77761 invoked by uid 500); 4 Jun 2008 11:34:47 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 77746 invoked by uid 500); 4 Jun 2008 11:34:47 -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 77732 invoked by uid 99); 4 Jun 2008 11:34:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 04:34:47 -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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2008 11:33:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D63702388A3D; Wed, 4 Jun 2008 04:34:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r663066 [3/3] - in /incubator/tuscany/java/sca/modules/binding-corba/src: main/java/org/apache/tuscany/sca/binding/corba/impl/reference/ main/java/org/apache/tuscany/sca/binding/corba/types/ main/java/org/apache/tuscany/sca/binding/corba/ty... Date: Wed, 04 Jun 2008 11:34:17 -0000 To: tuscany-commits@ws.apache.org From: antelder@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080604113421.D63702388A3D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/tuscany/java/sca/modules/binding-corba/src/test/java/org/apache/tuscany/sca/binding/corba/testing/servants/TestObjectServant.java URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-corba/src/test/java/org/apache/tuscany/sca/binding/corba/testing/servants/TestObjectServant.java?rev=663066&r1=663065&r2=663066&view=diff ============================================================================== --- incubator/tuscany/java/sca/modules/binding-corba/src/test/java/org/apache/tuscany/sca/binding/corba/testing/servants/TestObjectServant.java (original) +++ incubator/tuscany/java/sca/modules/binding-corba/src/test/java/org/apache/tuscany/sca/binding/corba/testing/servants/TestObjectServant.java Wed Jun 4 04:34:15 2008 @@ -1,3 +1,22 @@ +/* + * 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 org.apache.tuscany.sca.binding.corba.testing.servants; import org.apache.tuscany.sca.binding.corba.testing.generated.SimpleStruct; @@ -9,6 +28,9 @@ import org.apache.tuscany.sca.binding.corba.testing.generated.long_seq2Holder; import org.apache.tuscany.sca.binding.corba.testing.generated.long_seq3Holder; +/** + * @version $Rev$ $Date$ + */ public class TestObjectServant extends _TestObjectImplBase { private static final long serialVersionUID = 1L; Modified: incubator/tuscany/java/sca/modules/binding-corba/src/test/java/tester.idl URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-corba/src/test/java/tester.idl?rev=663066&r1=663065&r2=663066&view=diff ============================================================================== --- incubator/tuscany/java/sca/modules/binding-corba/src/test/java/tester.idl (original) +++ incubator/tuscany/java/sca/modules/binding-corba/src/test/java/tester.idl Wed Jun 4 04:34:15 2008 @@ -1,3 +1,22 @@ +/* + * 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. + */ + module Tester { interface RemoteObject {