update copyright dates

This commit is contained in:
Kamal Mostafa 2013-06-10 09:28:02 -07:00
parent 31f8af5056
commit f9bdf43423
5 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
minimodem - software audio Bell-type or RTTY FSK modem
Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
Copyright (C) 2011-2013 Kamal Mostafa <kamal@whence.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

2
README
View File

@ -1,5 +1,5 @@
minimodem - general-purpose software audio FSK modem
Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
Copyright (C) 2011-2013 Kamal Mostafa <kamal@whence.com>
Minimodem is a command-line program which decodes (or generates) audio
modem tones at any specified baud rate, using various framing protocols.

4
debian/copyright vendored
View File

@ -4,11 +4,11 @@ Upstream-Contact: Kamal Mostafa <kamal@whence.com>
Source: http://www.whence.com/minimodem
Files: *
Copyright: 2011-2012 Kamal Mostafa <kamal@whence.com>
Copyright: 2011-2013 Kamal Mostafa <kamal@whence.com>
License: GPL-3.0+
Files: debian/*
Copyright: 2011-2012 Kamal Mostafa <kamal@whence.com>
Copyright: 2011-2013 Kamal Mostafa <kamal@whence.com>
License: GPL-3.0+
License: GPL-3.0+

View File

@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH MINIMODEM 1 "October 5, 2012"
.TH MINIMODEM 1 "June 10, 2013"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -214,7 +214,7 @@ The latest version is available at <http://www.whence.com/minimodem>.
.B minimodem
was written by Kamal Mostafa <kamal@whence.com>.
.SH COPYRIGHT
Copyright \(co 2011-2012 by Kamal Mostafa <kamal@whence.com>.
Copyright \(co 2011-2013 by Kamal Mostafa <kamal@whence.com>.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.

View File

@ -3,7 +3,7 @@
*
* minimodem - software audio Bell-type or RTTY FSK modem
*
* Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
* Copyright (C) 2011-2013 Kamal Mostafa <kamal@whence.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -307,7 +307,7 @@ version()
{
printf(
"minimodem %s\n"
"Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>\n"
"Copyright (C) 2011-2013 Kamal Mostafa <kamal@whence.com>\n"
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n\n"