update copyright dates 2014

This commit is contained in:
Kamal Mostafa 2014-11-13 10:16:00 -08:00
parent 84cfb3ad67
commit ba5ecec2f7
5 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
minimodem - software audio Bell-type or RTTY FSK modem
Copyright (C) 2011-2013 Kamal Mostafa <kamal@whence.com>
Copyright (C) 2011-2014 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-2013 Kamal Mostafa <kamal@whence.com>
Copyright (C) 2011-2014 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-2013 Kamal Mostafa <kamal@whence.com>
Copyright: 2011-2014 Kamal Mostafa <kamal@whence.com>
License: GPL-3.0+
Files: debian/*
Copyright: 2011-2013 Kamal Mostafa <kamal@whence.com>
Copyright: 2011-2014 Kamal Mostafa <kamal@whence.com>
License: GPL-3.0+
License: GPL-3.0+

View File

@ -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-2013 by Kamal Mostafa <kamal@whence.com>.
Copyright \(co 2011-2014 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-2013 Kamal Mostafa <kamal@whence.com>
* Copyright (C) 2011-2014 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-2013 Kamal Mostafa <kamal@whence.com>\n"
"Copyright (C) 2011-2014 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"