Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 17548 invoked from network); 29 Oct 2007 19:28:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 19:28:06 -0000 Received: (qmail 58277 invoked by uid 500); 29 Oct 2007 19:27:53 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 58251 invoked by uid 500); 29 Oct 2007 19:27:53 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 58242 invoked by uid 99); 29 Oct 2007 19:27:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 12:27:53 -0700 X-ASF-Spam-Status: No, hits=-100.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; Mon, 29 Oct 2007 19:28:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E4AB51A9832; Mon, 29 Oct 2007 12:27:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r589809 - /activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Comparable.h Date: Mon, 29 Oct 2007 19:27:42 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071029192742.E4AB51A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon Oct 29 12:27:41 2007 New Revision: 589809 URL: http://svn.apache.org/viewvc?rev=589809&view=rev Log: Cleaning up the headers Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Comparable.h Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Comparable.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Comparable.h?rev=589809&r1=589808&r2=589809&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Comparable.h (original) +++ activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/lang/Comparable.h Mon Oct 29 12:27:41 2007 @@ -1,3 +1,20 @@ +/* + * 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. + */ + #ifndef _DECAF_LANG_COMPARABLE_H_ #define _DECAF_LANG_COMPARABLE_H_