From 217ebd4793d6ad3301790bb581a786284073202c Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 3 Aug 2006 10:55:31 +0000 Subject: Fix the typo. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68 --- atomic/netware/apr_atomic.c | 2 +- atomic/os390/atomic.c | 2 +- atomic/unix/apr_atomic.c | 2 +- atomic/win32/apr_atomic.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'atomic') diff --git a/atomic/netware/apr_atomic.c b/atomic/netware/apr_atomic.c index 1937ffaaf..94a354977 100644 --- a/atomic/netware/apr_atomic.c +++ b/atomic/netware/apr_atomic.c @@ -1,7 +1,7 @@ /* 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 AF licenses this file to You under the Apache License, Version 2.0 + * 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 * diff --git a/atomic/os390/atomic.c b/atomic/os390/atomic.c index 7ebde1454..35ddf1c22 100644 --- a/atomic/os390/atomic.c +++ b/atomic/os390/atomic.c @@ -1,7 +1,7 @@ /* 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 AF licenses this file to You under the Apache License, Version 2.0 + * 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 * diff --git a/atomic/unix/apr_atomic.c b/atomic/unix/apr_atomic.c index 38b99ad7a..23c5c6509 100644 --- a/atomic/unix/apr_atomic.c +++ b/atomic/unix/apr_atomic.c @@ -1,7 +1,7 @@ /* 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 AF licenses this file to You under the Apache License, Version 2.0 + * 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 * diff --git a/atomic/win32/apr_atomic.c b/atomic/win32/apr_atomic.c index 9f1c10b03..e88f2e256 100644 --- a/atomic/win32/apr_atomic.c +++ b/atomic/win32/apr_atomic.c @@ -1,7 +1,7 @@ /* 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 AF licenses this file to You under the Apache License, Version 2.0 + * 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 * -- cgit v1.2.1