From: <tom...@us...> - 2003-10-10 16:36:28
|
Update of /cvsroot/qmailadmin/qmailadmin In directory sc8-pr-cvs1:/tmp/cvs-serv22817 Modified Files: alias.c auth.c autorespond.c cgi.c command.c dotqmail.c forward.c limits.c mailinglist.c qmailadmin.c show.c template.c user.c util.c Log Message: add CVS Id tag Index: alias.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/alias.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- alias.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ alias.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: auth.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/auth.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- auth.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ auth.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: autorespond.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/autorespond.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- autorespond.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ autorespond.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: cgi.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/cgi.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- cgi.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ cgi.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: command.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/command.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- command.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ command.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: dotqmail.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/dotqmail.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- dotqmail.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ dotqmail.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies * * This program is free software; you can redistribute it and/or modify Index: forward.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/forward.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- forward.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ forward.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: limits.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/limits.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- limits.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ limits.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: mailinglist.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/mailinglist.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mailinglist.c 12 Sep 2003 23:20:13 -0000 1.2 +++ mailinglist.c 10 Oct 2003 16:36:24 -0000 1.3 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: qmailadmin.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/qmailadmin.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- qmailadmin.c 10 Oct 2003 16:33:04 -0000 1.2 +++ qmailadmin.c 10 Oct 2003 16:36:24 -0000 1.3 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: show.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/show.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- show.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ show.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: template.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/template.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- template.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ template.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: user.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/user.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- user.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ user.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify Index: util.c =================================================================== RCS file: /cvsroot/qmailadmin/qmailadmin/util.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- util.c 10 Sep 2003 21:38:43 -0000 1.1.1.1 +++ util.c 10 Oct 2003 16:36:24 -0000 1.2 @@ -1,4 +1,5 @@ /* + * $Id$ * Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc. * * This program is free software; you can redistribute it and/or modify |