From commits-return-46198-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Fri Nov 02 10:38:12 2007 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 24353 invoked from network); 2 Nov 2007 10:38:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 10:38:12 -0000 Received: (qmail 22717 invoked by uid 500); 2 Nov 2007 10:38:00 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 22698 invoked by uid 500); 2 Nov 2007 10:38:00 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 22689 invoked by uid 99); 2 Nov 2007 10:37:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 03:37:59 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 10:38:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3B90F1A983A; Fri, 2 Nov 2007 03:37:51 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r591294 - in /harmony/enhanced/drlvm/trunk/src/test/regression: H0000/DirectByteBufferTest.c H0000/DirectByteBufferTest.java H4979/AttachCurrentThread.cpp H4979/AttachCurrentThread.java H5021/Test.java H5021/char16.c Date: Fri, 02 Nov 2007 10:37:48 -0000 To: commits@harmony.apache.org From: varlax@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071102103751.3B90F1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: varlax Date: Fri Nov 2 03:37:40 2007 New Revision: 591294 URL: http://svn.apache.org/viewvc?rev=591294&view=rev Log: Adding ALv2 header Modified: harmony/enhanced/drlvm/trunk/src/test/regression/H0000/DirectByteBufferTest.c harmony/enhanced/drlvm/trunk/src/test/regression/H0000/DirectByteBufferTest.java harmony/enhanced/drlvm/trunk/src/test/regression/H4979/AttachCurrentThread.cpp harmony/enhanced/drlvm/trunk/src/test/regression/H4979/AttachCurrentThread.java harmony/enhanced/drlvm/trunk/src/test/regression/H5021/Test.java (contents, props changed) harmony/enhanced/drlvm/trunk/src/test/regression/H5021/char16.c Modified: harmony/enhanced/drlvm/trunk/src/test/regression/H0000/DirectByteBufferTest.c URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/src/test/regression/H0000/DirectByteBufferTest.c?rev=591294&r1=591293&r2=591294&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/src/test/regression/H0000/DirectByteBufferTest.c (original) +++ harmony/enhanced/drlvm/trunk/src/test/regression/H0000/DirectByteBufferTest.c Fri Nov 2 03:37:40 2007 @@ -1,3 +1,20 @@ +/* + * 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 + * + * 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. + */ + #include #include #include Modified: harmony/enhanced/drlvm/trunk/src/test/regression/H0000/DirectByteBufferTest.java URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/src/test/regression/H0000/DirectByteBufferTest.java?rev=591294&r1=591293&r2=591294&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/src/test/regression/H0000/DirectByteBufferTest.java (original) +++ harmony/enhanced/drlvm/trunk/src/test/regression/H0000/DirectByteBufferTest.java Fri Nov 2 03:37:40 2007 @@ -1,3 +1,20 @@ +/* + * 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 + * + * 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.drlvm.tests.regression.h0000; import java.nio.Buffer; Modified: harmony/enhanced/drlvm/trunk/src/test/regression/H4979/AttachCurrentThread.cpp URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/src/test/regression/H4979/AttachCurrentThread.cpp?rev=591294&r1=591293&r2=591294&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/src/test/regression/H4979/AttachCurrentThread.cpp (original) +++ harmony/enhanced/drlvm/trunk/src/test/regression/H4979/AttachCurrentThread.cpp Fri Nov 2 03:37:40 2007 @@ -1,3 +1,20 @@ +/* + * 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 + * + * 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. + */ + /** * Test case for AttachCurrentThread() Invocation API function. * Checkss that: Modified: harmony/enhanced/drlvm/trunk/src/test/regression/H4979/AttachCurrentThread.java URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/src/test/regression/H4979/AttachCurrentThread.java?rev=591294&r1=591293&r2=591294&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/src/test/regression/H4979/AttachCurrentThread.java (original) +++ harmony/enhanced/drlvm/trunk/src/test/regression/H4979/AttachCurrentThread.java Fri Nov 2 03:37:40 2007 @@ -1,3 +1,20 @@ +/* + * 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 + * + * 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.drlvm.tests.regression.h4979; import junit.framework.TestCase; Modified: harmony/enhanced/drlvm/trunk/src/test/regression/H5021/Test.java URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/src/test/regression/H5021/Test.java?rev=591294&r1=591293&r2=591294&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/src/test/regression/H5021/Test.java (original) +++ harmony/enhanced/drlvm/trunk/src/test/regression/H5021/Test.java Fri Nov 2 03:37:40 2007 @@ -1,3 +1,20 @@ +/* + * 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 + * + * 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.drlvm.tests.regression.h5021; import junit.framework.TestCase; Propchange: harmony/enhanced/drlvm/trunk/src/test/regression/H5021/Test.java ------------------------------------------------------------------------------ svn:eol-style = native Modified: harmony/enhanced/drlvm/trunk/src/test/regression/H5021/char16.c URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/src/test/regression/H5021/char16.c?rev=591294&r1=591293&r2=591294&view=diff ============================================================================== --- harmony/enhanced/drlvm/trunk/src/test/regression/H5021/char16.c (original) +++ harmony/enhanced/drlvm/trunk/src/test/regression/H5021/char16.c Fri Nov 2 03:37:40 2007 @@ -1,3 +1,20 @@ +/* + * 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 + * + * 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. + */ + #include #ifdef __cplusplus