From kato-commits-return-342-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Fri May 29 14:35:54 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 37575 invoked from network); 29 May 2009 14:35:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 May 2009 14:35:54 -0000 Received: (qmail 79417 invoked by uid 500); 29 May 2009 14:36:06 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 79401 invoked by uid 500); 29 May 2009 14:36:06 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 79391 invoked by uid 99); 29 May 2009 14:36:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2009 14:36:06 +0000 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; Fri, 29 May 2009 14:36:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7E71A2388872; Fri, 29 May 2009 14:35:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r779996 - /incubator/kato/branches/experimental/PyJVMTI/init.py Date: Fri, 29 May 2009 14:35:44 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090529143544.7E71A2388872@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Fri May 29 14:35:44 2009 New Revision: 779996 URL: http://svn.apache.org/viewvc?rev=779996&view=rev Log: tidy up update to py jvmti code Modified: incubator/kato/branches/experimental/PyJVMTI/init.py Modified: incubator/kato/branches/experimental/PyJVMTI/init.py URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/PyJVMTI/init.py?rev=779996&r1=779995&r2=779996&view=diff ============================================================================== --- incubator/kato/branches/experimental/PyJVMTI/init.py (original) +++ incubator/kato/branches/experimental/PyJVMTI/init.py Fri May 29 14:35:44 2009 @@ -1,5 +1,19 @@ +#******************************************************************************* + #* 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. + #******************************************************************************" + # -# Initiation file called by pyjvmti to set callback for filtering exceptions +# Sample Initiation file called by pyjvmti to set callback to recieve exceptions # # import jvmti