Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 99707 invoked from network); 29 Sep 2006 12:43:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2006 12:43:59 -0000 Received: (qmail 39566 invoked by uid 500); 29 Sep 2006 12:43:59 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 39528 invoked by uid 500); 29 Sep 2006 12:43:58 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 39517 invoked by uid 99); 29 Sep 2006 12:43:58 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Sep 2006 05:43:58 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=5.0 tests=ALL_TRUSTED,NO_REAL_NAME Received: from [140.211.166.113] ([140.211.166.113:62926] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 2B/C1-13110-7F41D154 for ; Fri, 29 Sep 2006 05:43:35 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 939BE1A986F; Fri, 29 Sep 2006 05:43:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r451264 [13/20] - in /incubator/harmony/enhanced/drlvm/trunk/vm: MMTk/ MMTk/ext/vm/HarmonyDRLVM/org/apache/HarmonyDRLVM/mm/mmtk/ doc/ em/src/ gc/src/ gcv4/src/ include/ include/open/ interpreter/src/ jitrino/src/codegenerator/ jitrino/src/c... Date: Fri, 29 Sep 2006 12:42:23 -0000 To: harmony-commits@incubator.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060929124314.939BE1A986F@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/io/Integers.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/io/Integers.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/io/Integers.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/io/Integers.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/jni/LoadLibrary.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/jni/LoadLibrary.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/jni/LoadLibrary.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/jni/LoadLibrary.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Double.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Double.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Double.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Double.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Int.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Int.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Int.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Int.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Plain.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Plain.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Plain.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Plain.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Ref.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Ref.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Ref.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Ref.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Throw.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Throw.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Throw.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Throw.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Vector.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Vector.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Vector.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/Vector.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorDouble.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorDouble.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorDouble.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorDouble.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorInt.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorInt.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorInt.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorInt.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorRef.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorRef.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorRef.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/outofmemory/VectorRef.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/CreateManyExceptions.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/CreateManyExceptions.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/CreateManyExceptions.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/CreateManyExceptions.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/CreateManyExceptions_depth.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/CreateManyExceptions_depth.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/CreateManyExceptions_depth.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/CreateManyExceptions_depth.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/MultiThreadsSimple.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/MultiThreadsSimple.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/MultiThreadsSimple.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/MultiThreadsSimple.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/SeveralThreads.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/SeveralThreads.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/SeveralThreads.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/SeveralThreads.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/StressCornerSize.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/StressCornerSize.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/StressCornerSize.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/StressCornerSize.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/StressCornerSize_a.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/StressCornerSize_a.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/StressCornerSize_a.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/StressCornerSize_a.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowMany.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowMany.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowMany.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowMany.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowManyExceptions.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowManyExceptions.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowManyExceptions.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowManyExceptions.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowManyExceptions_depth.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowManyExceptions_depth.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowManyExceptions_depth.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowManyExceptions_depth.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowMany_depth.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowMany_depth.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowMany_depth.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/perf/ThrowMany_depth.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/reflect/GetMethod.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/reflect/GetMethod.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/reflect/GetMethod.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/reflect/GetMethod.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/BigStringBuffer.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/BigStringBuffer.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/BigStringBuffer.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/BigStringBuffer.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Finalizer.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Finalizer.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Finalizer.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Finalizer.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Mix.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Mix.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Mix.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Mix.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Stack.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Stack.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Stack.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Stack.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Sync.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Sync.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Sync.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Sync.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Threads.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Threads.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Threads.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Threads.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Vector.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Vector.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Vector.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/Vector.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/WeakHashmapTest.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/WeakHashmapTest.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/WeakHashmapTest.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/stress/WeakHashmapTest.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/ExitShutdownHook.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/ExitShutdownHook.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/ExitShutdownHook.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/ExitShutdownHook.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/InfiniteFinalizer.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/InfiniteFinalizer.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/InfiniteFinalizer.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/InfiniteFinalizer.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/Sleep.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/Sleep.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/Sleep.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/Sleep.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/ThreadInterrupt.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/ThreadInterrupt.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/ThreadInterrupt.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/thread/ThreadInterrupt.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/Date.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/Date.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/Date.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/Date.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/DoPriveleged.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/DoPriveleged.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/DoPriveleged.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/DoPriveleged.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/Prop.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/Prop.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/Prop.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/Prop.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/StringIntern.java URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/StringIntern.java?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/StringIntern.java (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/util/StringIntern.java Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * 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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/framework/testframe.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/framework/testframe.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/framework/testframe.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/framework/testframe.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/framework/testframe.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/framework/testframe.h?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/framework/testframe.h (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/framework/testframe.h Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_attrs.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_attrs.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_attrs.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_attrs.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_basic.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_basic.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_basic.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_basic.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_identify.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_identify.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_identify.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_identify.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_interrupt.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_interrupt.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_interrupt.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_interrupt.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_monitors.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_monitors.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_monitors.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_monitors.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_park.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_park.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_park.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_park.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_ptr_conv.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_ptr_conv.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_ptr_conv.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_ptr_conv.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_suspend.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_suspend.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_suspend.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_java_suspend.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_basic.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_fat_monitor.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_fat_monitor.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_fat_monitor.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_fat_monitor.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_suspend.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_suspend.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_suspend.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_suspend.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_thin_monitor.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_thin_monitor.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_thin_monitor.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_native_thin_monitor.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance.h?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance.h (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance.h Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance_basic.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance_basic.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance_basic.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance_basic.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance_concurrent_mutex.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance_concurrent_mutex.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance_concurrent_mutex.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_performance_concurrent_mutex.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_instrum.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_instrum.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_instrum.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_instrum.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_local_storage.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_local_storage.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_local_storage.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_local_storage.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_monitor_info.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_monitor_info.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_monitor_info.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_monitor_info.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_peak_count.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_peak_count.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_peak_count.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_peak_count.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_raw_monitors.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_raw_monitors.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_raw_monitors.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_raw_monitors.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_state.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_state.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_state.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_state.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_timing.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_timing.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_timing.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/test_ti_timing.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_main.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_main.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_main.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_main.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.h?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.h (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_utils.h Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_vm_emulator.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_vm_emulator.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_vm_emulator.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/thread_unit_test_vm_emulator.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/tm2vm.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/tm2vm.c?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/tm2vm.c (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/unit/thread/utils/tm2vm.c Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@ /* - * Copyright 2005-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 + * 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 * Modified: incubator/harmony/enhanced/drlvm/trunk/vm/thread/doc/ThreadManager.htm URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/thread/doc/ThreadManager.htm?view=diff&rev=451264&r1=451263&r2=451264 ============================================================================== --- incubator/harmony/enhanced/drlvm/trunk/vm/thread/doc/ThreadManager.htm (original) +++ incubator/harmony/enhanced/drlvm/trunk/vm/thread/doc/ThreadManager.htm Fri Sep 29 05:41:31 2006 @@ -1,9 +1,10 @@