update copyright dates 2014
This commit is contained in:
parent
84cfb3ad67
commit
ba5ecec2f7
2
COPYING
2
COPYING
|
@ -1,5 +1,5 @@
|
||||||
minimodem - software audio Bell-type or RTTY FSK modem
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
2
README
2
README
|
@ -1,5 +1,5 @@
|
||||||
minimodem - general-purpose software audio FSK modem
|
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
|
Minimodem is a command-line program which decodes (or generates) audio
|
||||||
modem tones at any specified baud rate, using various framing protocols.
|
modem tones at any specified baud rate, using various framing protocols.
|
||||||
|
|
|
@ -4,11 +4,11 @@ Upstream-Contact: Kamal Mostafa <kamal@whence.com>
|
||||||
Source: http://www.whence.com/minimodem
|
Source: http://www.whence.com/minimodem
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2011-2013 Kamal Mostafa <kamal@whence.com>
|
Copyright: 2011-2014 Kamal Mostafa <kamal@whence.com>
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
||||||
Files: debian/*
|
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+
|
||||||
|
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
|
|
@ -214,7 +214,7 @@ The latest version is available at <http://www.whence.com/minimodem>.
|
||||||
.B minimodem
|
.B minimodem
|
||||||
was written by Kamal Mostafa <kamal@whence.com>.
|
was written by Kamal Mostafa <kamal@whence.com>.
|
||||||
.SH COPYRIGHT
|
.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>.
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
||||||
.br
|
.br
|
||||||
This is free software: you are free to change and redistribute it.
|
This is free software: you are free to change and redistribute it.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* minimodem - software audio Bell-type or RTTY FSK modem
|
* 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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -307,7 +307,7 @@ version()
|
||||||
{
|
{
|
||||||
printf(
|
printf(
|
||||||
"minimodem %s\n"
|
"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"
|
"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"
|
"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"
|
"There is NO WARRANTY, to the extent permitted by law.\n\n"
|
||||||
|
|
Loading…
Reference in New Issue