You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_ftp-commits@incubator.apache.org by wr...@apache.org on 2005/10/09 06:54:04 UTC

svn commit: r307375 - /incubator/mod_ftp/trunk/modules/mod_ftp_cmd_pwd.c

Author: wrowe
Date: Sat Oct  8 23:54:01 2005
New Revision: 307375

URL: http://svn.apache.org/viewcvs?rev=307375&view=rev
Log:

  Reflect copyright grant

Modified:
    incubator/mod_ftp/trunk/modules/mod_ftp_cmd_pwd.c

Modified: incubator/mod_ftp/trunk/modules/mod_ftp_cmd_pwd.c
URL: http://svn.apache.org/viewcvs/incubator/mod_ftp/trunk/modules/mod_ftp_cmd_pwd.c?rev=307375&r1=307374&r2=307375&view=diff
==============================================================================
--- incubator/mod_ftp/trunk/modules/mod_ftp_cmd_pwd.c (original)
+++ incubator/mod_ftp/trunk/modules/mod_ftp_cmd_pwd.c Sat Oct  8 23:54:01 2005
@@ -1,5 +1,21 @@
+/* Copyright 1999-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
+ *
+ *     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.
+ */
+
 /*
- * Copyright (c) Covalent Technologies 2001-2005
+ * Original Copyright (c) Covalent Technologies 2001-2005
  *
  * FTP Protocol module for Apache 2.0
  */