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 mo...@apache.org on 2009/10/22 12:38:29 UTC

svn commit: r828673 - /incubator/kato/trunk/org.apache.kato/kato.cjvmti/src/test/java/org/apache/kato/jvmti/javaruntime/model/ObjectMapListTest.java

Author: monteith
Date: Thu Oct 22 12:38:29 2009
New Revision: 828673

URL: http://svn.apache.org/viewvc?rev=828673&view=rev
Log:
Missing Licence at top of source for test.

Modified:
    incubator/kato/trunk/org.apache.kato/kato.cjvmti/src/test/java/org/apache/kato/jvmti/javaruntime/model/ObjectMapListTest.java

Modified: incubator/kato/trunk/org.apache.kato/kato.cjvmti/src/test/java/org/apache/kato/jvmti/javaruntime/model/ObjectMapListTest.java
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.cjvmti/src/test/java/org/apache/kato/jvmti/javaruntime/model/ObjectMapListTest.java?rev=828673&r1=828672&r2=828673&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.cjvmti/src/test/java/org/apache/kato/jvmti/javaruntime/model/ObjectMapListTest.java (original)
+++ incubator/kato/trunk/org.apache.kato/kato.cjvmti/src/test/java/org/apache/kato/jvmti/javaruntime/model/ObjectMapListTest.java Thu Oct 22 12:38:29 2009
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * 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.
+ ******************************************************************************/
 package org.apache.kato.jvmti.javaruntime.model;
 
 import java.util.Collections;