You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2006/08/19 23:24:31 UTC

svn commit: r432881 - in /incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src: main/java/java/lang/management/ test/java/org/apache/harmony/langmanagement/tests/java/lang/management/

Author: ndbeyer
Date: Sat Aug 19 14:24:29 2006
New Revision: 432881

URL: http://svn.apache.org/viewvc?rev=432881&view=rev
Log:
Insert missing ASL comment into source files.

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ClassLoadingMXBean.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/CompilationMXBean.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/GarbageCollectorMXBean.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ManagementFactory.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ManagementPermission.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryMXBean.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryManagerMXBean.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryNotificationInfo.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryPoolMXBean.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryType.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryUsage.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/OperatingSystemMXBean.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/RuntimeMXBean.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadInfo.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadMXBean.java
    incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/test/java/org/apache/harmony/langmanagement/tests/java/lang/management/ManagementPermissionTest.java

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ClassLoadingMXBean.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ClassLoadingMXBean.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ClassLoadingMXBean.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ClassLoadingMXBean.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 /**

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/CompilationMXBean.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/CompilationMXBean.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/CompilationMXBean.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/CompilationMXBean.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 /**

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/GarbageCollectorMXBean.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/GarbageCollectorMXBean.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/GarbageCollectorMXBean.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/GarbageCollectorMXBean.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 /**

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ManagementFactory.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ManagementFactory.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ManagementFactory.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ManagementFactory.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 import java.util.Collections;

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ManagementPermission.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ManagementPermission.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ManagementPermission.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ManagementPermission.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 import java.security.BasicPermission;

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryMXBean.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryMXBean.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryMXBean.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryMXBean.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 /**

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryManagerMXBean.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryManagerMXBean.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryManagerMXBean.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryManagerMXBean.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 /**

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryNotificationInfo.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryNotificationInfo.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryNotificationInfo.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryNotificationInfo.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 import javax.management.openmbean.CompositeData;

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryPoolMXBean.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryPoolMXBean.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryPoolMXBean.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryPoolMXBean.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 /**

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryType.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryType.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryType.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryType.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 /**

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryUsage.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryUsage.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryUsage.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/MemoryUsage.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 import javax.management.openmbean.CompositeData;

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/OperatingSystemMXBean.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/OperatingSystemMXBean.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/OperatingSystemMXBean.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/OperatingSystemMXBean.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 /**

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/RuntimeMXBean.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/RuntimeMXBean.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/RuntimeMXBean.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/RuntimeMXBean.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 import java.util.List;

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadInfo.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadInfo.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadInfo.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadInfo.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 import javax.management.openmbean.CompositeData;

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadMXBean.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadMXBean.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadMXBean.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/main/java/java/lang/management/ThreadMXBean.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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 java.lang.management;
 
 /**

Modified: incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/test/java/org/apache/harmony/langmanagement/tests/java/lang/management/ManagementPermissionTest.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/test/java/org/apache/harmony/langmanagement/tests/java/lang/management/ManagementPermissionTest.java?rev=432881&r1=432880&r2=432881&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/test/java/org/apache/harmony/langmanagement/tests/java/lang/management/ManagementPermissionTest.java (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/lang-management/src/test/java/org/apache/harmony/langmanagement/tests/java/lang/management/ManagementPermissionTest.java Sat Aug 19 14:24:29 2006
@@ -1,3 +1,18 @@
+/* Copyright 2006 The Apache Software Foundation or its licensors, as applicable
+ * 
+ * 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.harmony.langmanagement.tests.java.lang.management;
 
 import java.lang.management.ManagementPermission;