You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2014/10/21 14:00:55 UTC

svn commit: r1633353 - /httpd/mod_ftp/trunk/modules/ftp/mod_ftp_example.c

Author: wrowe
Date: Tue Oct 21 12:00:55 2014
New Revision: 1633353

URL: http://svn.apache.org/r1633353
Log:
This information resides in NOTICE

Modified:
    httpd/mod_ftp/trunk/modules/ftp/mod_ftp_example.c

Modified: httpd/mod_ftp/trunk/modules/ftp/mod_ftp_example.c
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/mod_ftp_example.c?rev=1633353&r1=1633352&r2=1633353&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/mod_ftp_example.c (original)
+++ httpd/mod_ftp/trunk/modules/ftp/mod_ftp_example.c Tue Oct 21 12:00:55 2014
@@ -15,12 +15,6 @@
  */
 
 /*
- * Original Copyright (c) 2005 Covalent Technologies
- *
- * FTP Protocol module for Apache 2.0
- */
-
-/*
  * A simple example of how to override a commmand.  The FTP hooks will
  * run all handlers for a command, until a module returns anything other
  * than DECLINED.  All core commands are registered as FTP_HOOK_LAST, so