X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=ssplit.c;h=f525aba635a7865dd6cc88cef3f54e8498ca511a;hp=9e1fd3d78c126a9ca826c81940856962b7aa5350;hb=ad7340ef630ec1bf0b95e7b25a08cc89e80804d9;hpb=dc4e311bcfc764e27d364cf64666c32555a32c22 diff --git a/ssplit.c b/ssplit.c index 9e1fd3d7..f525aba6 100644 --- a/ssplit.c +++ b/ssplit.c @@ -1,11 +1,10 @@ -const char ssplit_rcs[] = "$Id: ssplit.c,v 1.18 2012/07/23 12:46:18 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/ssplit.c,v $ * * Purpose : A function to split a string at specified delimiters. * - * Copyright : Written by and Copyright (C) 2001 the SourceForge + * Copyright : Written by and Copyright (C) 2001-2012 the * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -42,8 +41,6 @@ const char ssplit_rcs[] = "$Id: ssplit.c,v 1.18 2012/07/23 12:46:18 fabiankeil E #include "ssplit.h" #include "miscutil.h" -const char ssplit_h_rcs[] = SSPLIT_H_VERSION; - /********************************************************************* *