diff options
author | Joe Orton <jorton@apache.org> | 2006-08-03 10:46:47 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2006-08-03 10:46:47 +0000 |
commit | 4f1ea009a590157c10bbbdb7fd87a978d4749eea (patch) | |
tree | e703d0d85ad6e4cc36448893497901f3eb4ad5a2 /locks/unix/thread_mutex.c | |
parent | a62f14407a44680943f349cb0e8bf570730bece0 (diff) | |
download | apr-4f1ea009a590157c10bbbdb7fd87a978d4749eea.tar.gz |
Update license header.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428313 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks/unix/thread_mutex.c')
-rw-r--r-- | locks/unix/thread_mutex.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/locks/unix/thread_mutex.c b/locks/unix/thread_mutex.c index 31a566f6e..f88417db4 100644 --- a/locks/unix/thread_mutex.c +++ b/locks/unix/thread_mutex.c @@ -1,9 +1,9 @@ -/* Copyright 2000-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 AF 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 * |