summaryrefslogtreecommitdiff
path: root/dbd/apr_dbd_pgsql.c
diff options
context:
space:
mode:
authorniq <niq@13f79535-47bb-0310-9956-ffa450edef68>2005-02-02 05:19:34 +0000
committerniq <niq@13f79535-47bb-0310-9956-ffa450edef68>2005-02-02 05:19:34 +0000
commitf9511d9dd56eb62fdbeb545ae633d182e9f8ab75 (patch)
treef0497b0dbca1d099979ed94d758fc7e563113a82 /dbd/apr_dbd_pgsql.c
parent05f45d7b79baa43f7473b5fb15e31dad9973a001 (diff)
downloadlibapr-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_pgsql.c')
-rw-r--r--dbd/apr_dbd_pgsql.c22
1 files changed, 14 insertions, 8 deletions
diff --git a/dbd/apr_dbd_pgsql.c b/dbd/apr_dbd_pgsql.c
index 88b7a8b4..9d8cdf1a 100644
--- a/dbd/apr_dbd_pgsql.c
+++ b/dbd/apr_dbd_pgsql.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.
+ */
#if APU_HAVE_PGSQL