diff options
author | niq <niq@13f79535-47bb-0310-9956-ffa450edef68> | 2005-02-02 05:19:34 +0000 |
---|---|---|
committer | niq <niq@13f79535-47bb-0310-9956-ffa450edef68> | 2005-02-02 05:19:34 +0000 |
commit | f9511d9dd56eb62fdbeb545ae633d182e9f8ab75 (patch) | |
tree | f0497b0dbca1d099979ed94d758fc7e563113a82 /dbd/apr_dbd.c | |
parent | 05f45d7b79baa43f7473b5fb15e31dad9973a001 (diff) | |
download | libapr-util-f9511d9dd56eb62fdbeb545ae633d182e9f8ab75.tar.gz |
Fix license notice in apr_dbd stuff
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@149484 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbd/apr_dbd.c')
-rw-r--r-- | dbd/apr_dbd.c | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/dbd/apr_dbd.c b/dbd/apr_dbd.c index e43daf3e..0636312d 100644 --- a/dbd/apr_dbd.c +++ b/dbd/apr_dbd.c @@ -1,11 +1,17 @@ -/* Copyright (c) 2004, Nick Kew. All rights reserved. - - If this is accepted by ASF for inclusion in APR-UTIL, - I will assign copyright to ASF and license under ASF terms. - - Otherwise I will retain copyright and license under - terms of my choice. -*/ +/* Copyright 2000-2005 The Apache Software Foundation + * + * 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 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include <stdio.h> |