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 /network_io/os2 | |
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 'network_io/os2')
-rw-r--r-- | network_io/os2/os2calls.c | 12 | ||||
-rw-r--r-- | network_io/os2/sendrecv.c | 12 | ||||
-rw-r--r-- | network_io/os2/sendrecv_udp.c | 12 | ||||
-rw-r--r-- | network_io/os2/sockets.c | 12 | ||||
-rw-r--r-- | network_io/os2/sockopt.c | 12 |
5 files changed, 30 insertions, 30 deletions
diff --git a/network_io/os2/os2calls.c b/network_io/os2/os2calls.c index ef204ca7a..ced8de4ef 100644 --- a/network_io/os2/os2calls.c +++ b/network_io/os2/os2calls.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/network_io/os2/sendrecv.c b/network_io/os2/sendrecv.c index 42c057d40..9feb7cd82 100644 --- a/network_io/os2/sendrecv.c +++ b/network_io/os2/sendrecv.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/network_io/os2/sendrecv_udp.c b/network_io/os2/sendrecv_udp.c index 7a79e715d..f54a91c58 100644 --- a/network_io/os2/sendrecv_udp.c +++ b/network_io/os2/sendrecv_udp.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/network_io/os2/sockets.c b/network_io/os2/sockets.c index f1c00b5b1..2b799e134 100644 --- a/network_io/os2/sockets.c +++ b/network_io/os2/sockets.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/network_io/os2/sockopt.c b/network_io/os2/sockopt.c index 5f8a70371..e05cca474 100644 --- a/network_io/os2/sockopt.c +++ b/network_io/os2/sockopt.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 * |