update copyright dates 2016
This commit is contained in:
parent
842c1923e2
commit
f801ae3f28
2
COPYING
2
COPYING
|
@ -1,5 +1,5 @@
|
|||
minimodem - software audio Bell-type or RTTY FSK modem
|
||||
Copyright (C) 2011-2014 Kamal Mostafa <kamal@whence.com>
|
||||
Copyright (C) 2011-2016 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
2
README
|
@ -1,5 +1,5 @@
|
|||
minimodem - general-purpose software audio FSK modem
|
||||
Copyright (C) 2011-2014 Kamal Mostafa <kamal@whence.com>
|
||||
Copyright (C) 2011-2016 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,7 +4,7 @@ Upstream-Contact: Kamal Mostafa <kamal@whence.com>
|
|||
Source: http://www.whence.com/minimodem
|
||||
|
||||
Files: *
|
||||
Copyright: 2011-2014 Kamal Mostafa <kamal@whence.com>
|
||||
Copyright: 2011-2016 Kamal Mostafa <kamal@whence.com>
|
||||
License: GPL-3.0+
|
||||
|
||||
Files: src/*uic*
|
||||
|
@ -12,7 +12,7 @@ Copyright: 2014 Marcos Vives Del Sol <socram8888@gmail.com>
|
|||
License: GPL-3.0+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2011-2014 Kamal Mostafa <kamal@whence.com>
|
||||
Copyright: 2011-2016 Kamal Mostafa <kamal@whence.com>
|
||||
License: GPL-3.0+
|
||||
|
||||
License: GPL-3.0+
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Makefile.am
|
||||
#
|
||||
# Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||
# Copyright (C) 2011-2016 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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* fsk.c
|
||||
*
|
||||
* Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||
* Copyright (C) 2011-2016 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
|
||||
|
|
|
@ -236,7 +236,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-2014 by Kamal Mostafa <kamal@whence.com>.
|
||||
Copyright \(co 2011-2016 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.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* minimodem - software audio Bell-type or RTTY FSK modem
|
||||
*
|
||||
* Copyright (C) 2011-2014 Kamal Mostafa <kamal@whence.com>
|
||||
* Copyright (C) 2011-2016 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
|
||||
|
@ -360,7 +360,7 @@ version()
|
|||
{
|
||||
printf(
|
||||
"minimodem %s\n"
|
||||
"Copyright (C) 2011-2014 Kamal Mostafa <kamal@whence.com>\n"
|
||||
"Copyright (C) 2011-2016 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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* simple-tone-generator.c
|
||||
*
|
||||
* Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||
* Copyright (C) 2011-2016 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
|
||||
|
|
Loading…
Reference in New Issue