]> code.citadel.org Git - citadel.git/commitdiff
* test
authorArt Cancro <ajc@citadel.org>
Sun, 9 Dec 2001 05:20:29 +0000 (05:20 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 9 Dec 2001 05:20:29 +0000 (05:20 +0000)
citadel/html.c

index ea06fb3fe752f27aeaa484d2dc1e0fc3d29b8a49..2df7c78255356fb9dcda1c67d4c776d80e7be0e6 100644 (file)
@@ -2,6 +2,8 @@
  * $Id$
  *
  * Functions which handle translation between HTML and plain text
+ * Copyright (c) 2000-2001 by Art Cancro and others.   This program is
+ * released under the terms of the GNU General Public License.
  */
 
 #ifdef DLL_EXPORT
@@ -282,4 +284,3 @@ char *html_to_ascii(char *inputmsg, int screenwidth, int do_citaformat) {
        return outptr;
 
 }
-