You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/05/29 14:35:44 UTC

svn commit: r779996 - /incubator/kato/branches/experimental/PyJVMTI/init.py

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