update copyright dates 2016

This commit is contained in:
Kamal Mostafa 2016-02-19 12:29:58 -08:00
parent 842c1923e2
commit f801ae3f28
8 changed files with 10 additions and 10 deletions

View File

@ -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-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 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
View File

@ -1,5 +1,5 @@
minimodem - general-purpose software audio FSK modem 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 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
debian/copyright vendored
View File

@ -4,7 +4,7 @@ Upstream-Contact: Kamal Mostafa <kamal@whence.com>
Source: http://www.whence.com/minimodem Source: http://www.whence.com/minimodem
Files: * Files: *
Copyright: 2011-2014 Kamal Mostafa <kamal@whence.com> Copyright: 2011-2016 Kamal Mostafa <kamal@whence.com>
License: GPL-3.0+ License: GPL-3.0+
Files: src/*uic* Files: src/*uic*
@ -12,7 +12,7 @@ Copyright: 2014 Marcos Vives Del Sol <socram8888@gmail.com>
License: GPL-3.0+ License: GPL-3.0+
Files: debian/* 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+
License: GPL-3.0+ License: GPL-3.0+

View File

@ -1,7 +1,7 @@
# #
# Makefile.am # 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 # 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

View File

@ -1,7 +1,7 @@
/* /*
* fsk.c * 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 * 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

View File

@ -236,7 +236,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-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>. 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.

View File

@ -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-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 * 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
@ -360,7 +360,7 @@ version()
{ {
printf( printf(
"minimodem %s\n" "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" "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"

View File

@ -1,7 +1,7 @@
/* /*
* simple-tone-generator.c * 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 * 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