pier        01/08/06 11:03:41

  Modified:    webapp/support formatfile.c
  Log:
  Fixed license
  
  Revision  Changes    Path
  1.3       +9 -6      jakarta-tomcat-connectors/webapp/support/formatfile.c
  
  Index: formatfile.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/support/formatfile.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- formatfile.c      2001/07/13 03:00:35     1.2
  +++ formatfile.c      2001/08/06 18:03:41     1.3
  @@ -4,7 +4,6 @@
    *                                                                           *
    *          Copyright (c) 1999-2001 The Apache Software Foundation.          *
    *                           All rights reserved.                            *
  - *                                                                           *
    * ========================================================================= *
    *                                                                           *
    * Redistribution and use in source and binary forms,  with or without modi- *
  @@ -26,10 +25,10 @@
    *    Alternately, this acknowlegement may appear in the software itself, if *
    *    and wherever such third-party acknowlegements normally appear.         *
    *                                                                           *
  - * 4. The names  "The  Jakarta  Project",  "WebApp",  and  "Apache  Software *
  - *    Foundation"  must not be used  to endorse or promote  products derived *
  - *    from this  software without  prior  written  permission.  For  written *
  - *    permission, please contact <[EMAIL PROTECTED]>.                        *
  + * 4. The names "The Jakarta Project",  "Apache WebApp Module",  and "Apache *
  + *    Software Foundation"  must not be used to endorse or promote  products *
  + *    derived  from this  software  without  prior  written  permission. For *
  + *    written permission, please contact <[EMAIL PROTECTED]>.                *
    *                                                                           *
    * 5. Products derived from this software may not be called "Apache" nor may *
    *    "Apache" appear in their names without prior written permission of the *
  @@ -54,8 +53,12 @@
    * on the Apache Software Foundation, please see <http://www.apache.org/>.   *
    *                                                                           *
    * ========================================================================= */
  +
  +/* ------------------------------------------------------------------------- *
  + * Author Pier Fumagalli <[EMAIL PROTECTED]>
  + * Version $Id: formatfile.c,v 1.3 2001/08/06 18:03:41 pier Exp $
  + * ------------------------------------------------------------------------- */
   
  -/* @version $Id: formatfile.c,v 1.2 2001/07/13 03:00:35 pier Exp $ */
   #include <stdio.h>
   
   int main(void) {
  
  
  

Reply via email to