Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 19319 invoked from network); 25 Sep 2006 14:08:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 14:08:30 -0000 Received: (qmail 67554 invoked by uid 500); 25 Sep 2006 14:08:30 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 67528 invoked by uid 500); 25 Sep 2006 14:08:29 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 67514 invoked by uid 99); 25 Sep 2006 14:08:29 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 07:08:29 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=jstrachan@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 140.211.166.113 cause and error) Received: from [140.211.166.113] ([140.211.166.113:58282] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id F3/B8-13750-6B2E7154 for ; Mon, 25 Sep 2006 07:07:51 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 554B81A981A; Mon, 25 Sep 2006 07:07:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r449684 - in /incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq: state/Tracked.java state/TransactionState.java util/ClassLoadingAwareObjectInputStream.java Date: Mon, 25 Sep 2006 14:07:24 -0000 To: activemq-commits@geronimo.apache.org From: jstrachan@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060925140725.554B81A981A@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jstrachan Date: Mon Sep 25 07:07:23 2006 New Revision: 449684 URL: http://svn.apache.org/viewvc?view=rev&rev=449684 Log: doh - added the correct headers Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/Tracked.java incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/TransactionState.java incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/ClassLoadingAwareObjectInputStream.java Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/Tracked.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/Tracked.java?view=diff&rev=449684&r1=449683&r2=449684 ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/Tracked.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/Tracked.java Mon Sep 25 07:07:23 2006 @@ -1,10 +1,11 @@ /** * - * Copyright 2005-2006 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 + * 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 * Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/TransactionState.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/TransactionState.java?view=diff&rev=449684&r1=449683&r2=449684 ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/TransactionState.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/state/TransactionState.java Mon Sep 25 07:07:23 2006 @@ -1,10 +1,11 @@ /** * - * Copyright 2005-2006 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 + * 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 * @@ -14,7 +15,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.activemq.state; import java.util.ArrayList; Modified: incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/ClassLoadingAwareObjectInputStream.java URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/ClassLoadingAwareObjectInputStream.java?view=diff&rev=449684&r1=449683&r2=449684 ============================================================================== --- incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/ClassLoadingAwareObjectInputStream.java (original) +++ incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/util/ClassLoadingAwareObjectInputStream.java Mon Sep 25 07:07:23 2006 @@ -1,10 +1,11 @@ /** * - * Copyright 2005-2006 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 + * 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 *