diff src/protocols/zephyr/et_name.c @ 11105:64895571248f

[gaim-migrate @ 13153] CVS keywords are making my life difficult right now. I know I could change the keyword expansion somehow, but I don't see the use for them here, so I'm taking the easy (and IMO, better long-term) approach of removing them. My apologies for the commit spam. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 14 Jul 2005 02:19:01 +0000
parents 43dec50d8d51
children 7c2e2c4d45a4
line wrap: on
line diff
--- a/src/protocols/zephyr/et_name.c	Wed Jul 13 05:49:04 2005 +0000
+++ b/src/protocols/zephyr/et_name.c	Thu Jul 14 02:19:01 2005 +0000
@@ -5,21 +5,12 @@
  */
 
 #include <sysdep.h>
-/* #include "error_table.h" */
-#include "mit-sipb-copyright.h"
 
 
 #define	ERRCODE_RANGE	8	/* # of bits to shift table number */
 #define	BITS_PER_CHAR	6	/* # bits to shift per character in name */
 
 
-#ifndef	lint
-static const char copyright[] =
-    "Copyright 1987,1988 by Student Information Processing Board, Massachusetts Institute of Technology";
-static const char rcsid_et_name_c[] =
-    "$Header$";
-#endif
-
 static const char char_set[] =
 	"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_";