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 /shmem | |
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 'shmem')
-rw-r--r-- | shmem/beos/shm.c | 12 | ||||
-rw-r--r-- | shmem/os2/shm.c | 12 | ||||
-rw-r--r-- | shmem/unix/shm.c | 12 | ||||
-rw-r--r-- | shmem/win32/shm.c | 12 |
4 files changed, 24 insertions, 24 deletions
diff --git a/shmem/beos/shm.c b/shmem/beos/shm.c index 0f70eed1c..3ca55e343 100644 --- a/shmem/beos/shm.c +++ b/shmem/beos/shm.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 * diff --git a/shmem/os2/shm.c b/shmem/os2/shm.c index 629492338..4437ca4dc 100644 --- a/shmem/os2/shm.c +++ b/shmem/os2/shm.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 * diff --git a/shmem/unix/shm.c b/shmem/unix/shm.c index d5b0bc6a3..5a2182df3 100644 --- a/shmem/unix/shm.c +++ b/shmem/unix/shm.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 * diff --git a/shmem/win32/shm.c b/shmem/win32/shm.c index 1c9bca9b2..48931934c 100644 --- a/shmem/win32/shm.c +++ b/shmem/win32/shm.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 * |