You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ni...@apache.org on 2005/02/02 06:19:36 UTC

svn commit: r149484 - apr/apr-util/trunk/dbd/apr_dbd.c apr/apr-util/trunk/dbd/apr_dbd.h apr/apr-util/trunk/dbd/apr_dbd_pgsql.c apr/apr-util/trunk/dbd/apr_dbd_test.c

Author: niq
Date: Tue Feb  1 21:19:34 2005
New Revision: 149484

URL: http://svn.apache.org/viewcvs?view=rev&rev=149484
Log:
Fix license notice in apr_dbd stuff

Modified:
    apr/apr-util/trunk/dbd/apr_dbd.c
    apr/apr-util/trunk/dbd/apr_dbd.h
    apr/apr-util/trunk/dbd/apr_dbd_pgsql.c
    apr/apr-util/trunk/dbd/apr_dbd_test.c

Modified: apr/apr-util/trunk/dbd/apr_dbd.c
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbd/apr_dbd.c?view=diff&r1=149483&r2=149484
==============================================================================
--- apr/apr-util/trunk/dbd/apr_dbd.c (original)
+++ apr/apr-util/trunk/dbd/apr_dbd.c Tue Feb  1 21:19:34 2005
@@ -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>
 

Modified: apr/apr-util/trunk/dbd/apr_dbd.h
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbd/apr_dbd.h?view=diff&r1=149483&r2=149484
==============================================================================
--- apr/apr-util/trunk/dbd/apr_dbd.h (original)
+++ apr/apr-util/trunk/dbd/apr_dbd.h Tue Feb  1 21:19:34 2005
@@ -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.
+ */
 
 #ifndef APR_DBD_H
 #define APR_DBD_H

Modified: apr/apr-util/trunk/dbd/apr_dbd_pgsql.c
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbd/apr_dbd_pgsql.c?view=diff&r1=149483&r2=149484
==============================================================================
--- apr/apr-util/trunk/dbd/apr_dbd_pgsql.c (original)
+++ apr/apr-util/trunk/dbd/apr_dbd_pgsql.c Tue Feb  1 21:19:34 2005
@@ -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
 

Modified: apr/apr-util/trunk/dbd/apr_dbd_test.c
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/dbd/apr_dbd_test.c?view=diff&r1=149483&r2=149484
==============================================================================
--- apr/apr-util/trunk/dbd/apr_dbd_test.c (original)
+++ apr/apr-util/trunk/dbd/apr_dbd_test.c Tue Feb  1 21:19:34 2005
@@ -1,11 +1,18 @@
-/*      Copyright (c) 2004, Nick Kew.  All rights reserved.
+/* 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 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.
-*/
 #include "apu.h"
 #include "apr_pools.h"
 #include "apr_dbd.h"