Update of version number and copyright notices.
This commit is contained in:
parent
ae4fda666f
commit
1d75932569
@ -1,5 +1,5 @@
|
|||||||
.Id $Id: mboxgrep.1,v 1.16 2006-01-18 00:09:58 dspiljar Exp $
|
.Id $Id: mboxgrep.1,v 1.16 2006-01-18 00:09:58 dspiljar Exp $
|
||||||
.TH MBOXGREP 1 "24 Aug 2003"
|
.TH MBOXGREP 1 "26 Jan 2023"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mboxgrep \- displays email messages matching a pattern
|
mboxgrep \- displays email messages matching a pattern
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -11,7 +11,7 @@ mboxgrep \- displays email messages matching a pattern
|
|||||||
This manual page refers to
|
This manual page refers to
|
||||||
.B mboxgrep
|
.B mboxgrep
|
||||||
version
|
version
|
||||||
.BR 0.7.9 .
|
.BR 0.7.10 .
|
||||||
.PP
|
.PP
|
||||||
.B mboxgrep
|
.B mboxgrep
|
||||||
scans a
|
scans a
|
||||||
|
Binary file not shown.
@ -6,8 +6,8 @@
|
|||||||
@setchapternewpage odd
|
@setchapternewpage odd
|
||||||
|
|
||||||
@set EDITION 0.7
|
@set EDITION 0.7
|
||||||
@set VERSION 0.7.9
|
@set VERSION 0.7.10
|
||||||
@set UPDATED 24 Aug 2003
|
@set UPDATED 26 Jan 2023
|
||||||
|
|
||||||
@dircategory Mail
|
@dircategory Mail
|
||||||
@direntry
|
@direntry
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* -*- C -*-
|
/*
|
||||||
mboxgrep - scan mailbox for messages matching a regular expression
|
mboxgrep - scan mailbox for messages matching a regular expression
|
||||||
Copyright (C) 2000 - 2004, 2006, 2010 Daniel Spiljar
|
Copyright (C) 2000 - 2004, 2006, 2010, 2023 Daniel Spiljar
|
||||||
|
|
||||||
Mboxgrep is free software; you can redistribute it and/or modify it
|
Mboxgrep is free software; you can redistribute it and/or modify it
|
||||||
under the terms of the GNU General Public License as published by
|
under the terms of the GNU General Public License as published by
|
||||||
@ -16,7 +16,7 @@
|
|||||||
along with mboxgrep; if not, write to the Free Software Foundation,
|
along with mboxgrep; if not, write to the Free Software Foundation,
|
||||||
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
$Id: info.c,v 1.22 2006-01-18 00:44:36 dspiljar Exp $ */
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ version (void)
|
|||||||
int n = 0;
|
int n = 0;
|
||||||
|
|
||||||
fprintf (stdout, "%s %s\n\n"
|
fprintf (stdout, "%s %s\n\n"
|
||||||
"Copyright (C) 2000 - 2004, 2006, 2010 Daniel Spiljar\n"
|
"Copyright (C) 2000 - 2004, 2006, 2010, 2023 Daniel Spiljar\n"
|
||||||
"This program is free software; you can redistribute it and/or "
|
"This program is free software; you can redistribute it and/or "
|
||||||
"modify\nit under the terms of the GNU General Public License "
|
"modify\nit under the terms of the GNU General Public License "
|
||||||
"as published by\nthe Free Software Foundation; either version "
|
"as published by\nthe Free Software Foundation; either version "
|
||||||
|
Loading…
Reference in New Issue
Block a user