Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 76933 invoked from network); 29 Sep 2006 11:43:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2006 11:43:13 -0000 Received: (qmail 53862 invoked by uid 500); 29 Sep 2006 11:43:06 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 53793 invoked by uid 500); 29 Sep 2006 11:43:05 -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 53717 invoked by uid 99); 29 Sep 2006 11:43:05 -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 04:43:04 -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:55005] helo=eris.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 53/33-11690-0B60D154 for ; Fri, 29 Sep 2006 04:42:42 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 03C8E1A9875; Fri, 29 Sep 2006 04:41:49 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r451251 [17/24] - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src: main/java/java/lang/ main/java/java/net/ main/java/java/util/ main/java/org/apache/harmony/luni/internal/locale/ main/native/common/shared/ main/native/common... Date: Fri, 29 Sep 2006 11:41:01 -0000 To: harmony-commits@incubator.apache.org From: tellison@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20060929114149.03C8E1A9875@eris.apache.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysharedhelper.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysharedhelper.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysharedhelper.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysharedhelper.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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 "hysharedhelper.h" Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysharedhelper.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysharedhelper.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysharedhelper.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysharedhelper.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(hysharedhelper_h) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshmem.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshmem.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshmem.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshmem.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshmem.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshmem.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshmem.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshmem.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(hyshmem_h) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshsem.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshsem.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshsem.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshsem.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshsem.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshsem.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshsem.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyshsem.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(hyshsem_h) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysignal.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysignal.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysignal.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysignal.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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 "hyport.h" Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysl.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysl.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysl.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysl.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysock.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysock.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysock.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysock.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysysinfo.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysysinfo.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysysinfo.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hysysinfo.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hytime.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hytime.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hytime.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hytime.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hytty.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hytty.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hytty.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hytty.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyvmem.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyvmem.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyvmem.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/hyvmem.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/makefile URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/makefile?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/makefile (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/linux/makefile Fri Sep 29 04:40:14 2006 @@ -1,16 +1,17 @@ -# Copyright 1998, 2005 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 -# -# 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. +# +# 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. # # Makefile for module 'port' Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyerror.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyerror.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyerror.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyerror.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /** Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyexit.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyexit.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyexit.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyexit.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /** Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hygp.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hygp.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hygp.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hygp.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /** Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hygp.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hygp.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hygp.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hygp.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(hygp_h) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hynls.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hynls.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hynls.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hynls.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /** Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hynlshelpers.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hynlshelpers.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hynlshelpers.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hynlshelpers.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(hynlshelpers_h) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyport.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyport.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyport.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyport.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /** Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyportcontrol.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyportcontrol.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyportcontrol.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hyportcontrol.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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 Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystatic.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystatic.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystatic.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystatic.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(hystatic_h) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystdarg.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystdarg.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystdarg.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystdarg.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(hystdarg_h) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystr.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystr.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystr.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystr.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /** Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystrftime.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystrftime.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystrftime.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystrftime.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /** Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystsl.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystsl.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystsl.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hystsl.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /** Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hytlshelpers.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hytlshelpers.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hytlshelpers.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/hytlshelpers.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /** Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/port_copyright.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/port_copyright.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/port_copyright.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/port_copyright.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /* A copyright string included in each DLL and executable */ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/portnls.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/portnls.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/portnls.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/portnls.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(portnls_h) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/portpriv.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/portpriv.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/portpriv.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/portpriv.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(portlibraryprivatedefines_h) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/ute_module.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/ute_module.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/ute_module.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/ute_module.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ /* Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/ute_pd.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/ute_pd.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/ute_pd.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/shared/ute_pd.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(_UTE_PD_H) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hycpu.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hycpu.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hycpu.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hycpu.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyerrorhelpers.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyerrorhelpers.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyerrorhelpers.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyerrorhelpers.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfile.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfile.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfile.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfile.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfiletext.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfiletext.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfiletext.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfiletext.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfpu.h URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfpu.h?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfpu.h (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyfpu.h Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #if !defined(hyfpu_h) Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyipcmutex.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyipcmutex.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyipcmutex.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyipcmutex.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hymem.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hymem.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hymem.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hymem.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hymmap.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hymmap.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hymmap.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hymmap.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hynlshelpers.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hynlshelpers.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hynlshelpers.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hynlshelpers.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_ Modified: incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyosdump.c URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyosdump.c?view=diff&rev=451251&r1=451250&r2=451251 ============================================================================== --- incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyosdump.c (original) +++ incubator/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/port/windows/hyosdump.c Fri Sep 29 04:40:14 2006 @@ -1,16 +1,18 @@ -/* Copyright 1991, 2005 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 - * - * 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. + * + * 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. */ #define CDEV_CURRENT_FUNCTION _comment_