diff options
author | Roy T. Fielding <fielding@apache.org> | 2006-07-11 22:33:53 +0200 |
---|---|---|
committer | Roy T. Fielding <fielding@apache.org> | 2006-07-11 22:33:53 +0200 |
commit | de659cbed0a2cb0397109fecbf9a2465387a1cfa (patch) | |
tree | ee2f384a6a1ba6dee87fab2a4feb96ba345e75b3 /modules/cache/cache_pqueue.h | |
parent | Clean up some proxy macros. Avoid the use of magic (diff) | |
download | apache2-de659cbed0a2cb0397109fecbf9a2465387a1cfa.tar.xz apache2-de659cbed0a2cb0397109fecbf9a2465387a1cfa.zip |
update license header text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@420983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cache/cache_pqueue.h')
-rw-r--r-- | modules/cache/cache_pqueue.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/cache/cache_pqueue.h b/modules/cache/cache_pqueue.h index 6afd7deb30..13238c03d7 100644 --- a/modules/cache/cache_pqueue.h +++ b/modules/cache/cache_pqueue.h @@ -1,9 +1,9 @@ -/* Copyright 2002-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 * |