From ba5ecec2f78718a09f116a6394faf113fa68a264 Mon Sep 17 00:00:00 2001 From: Kamal Mostafa Date: Thu, 13 Nov 2014 10:16:00 -0800 Subject: [PATCH] update copyright dates 2014 --- COPYING | 2 +- README | 2 +- debian/copyright | 4 ++-- src/minimodem.1.in | 2 +- src/minimodem.c | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/COPYING b/COPYING index 8ecf86e..0ce5cf0 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ minimodem - software audio Bell-type or RTTY FSK modem -Copyright (C) 2011-2013 Kamal Mostafa +Copyright (C) 2011-2014 Kamal Mostafa 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 diff --git a/README b/README index b72c4f0..d0dbfc7 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ minimodem - general-purpose software audio FSK modem -Copyright (C) 2011-2013 Kamal Mostafa +Copyright (C) 2011-2014 Kamal Mostafa Minimodem is a command-line program which decodes (or generates) audio modem tones at any specified baud rate, using various framing protocols. diff --git a/debian/copyright b/debian/copyright index 67ffb31..cbd2869 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,11 +4,11 @@ Upstream-Contact: Kamal Mostafa Source: http://www.whence.com/minimodem Files: * -Copyright: 2011-2013 Kamal Mostafa +Copyright: 2011-2014 Kamal Mostafa License: GPL-3.0+ Files: debian/* -Copyright: 2011-2013 Kamal Mostafa +Copyright: 2011-2014 Kamal Mostafa License: GPL-3.0+ License: GPL-3.0+ diff --git a/src/minimodem.1.in b/src/minimodem.1.in index ef45c8c..3c51590 100644 --- a/src/minimodem.1.in +++ b/src/minimodem.1.in @@ -214,7 +214,7 @@ The latest version is available at . .B minimodem was written by Kamal Mostafa . .SH COPYRIGHT -Copyright \(co 2011-2013 by Kamal Mostafa . +Copyright \(co 2011-2014 by Kamal Mostafa . License GPLv3+: GNU GPL version 3 or later . .br This is free software: you are free to change and redistribute it. diff --git a/src/minimodem.c b/src/minimodem.c index 1f953c0..5711eef 100644 --- a/src/minimodem.c +++ b/src/minimodem.c @@ -3,7 +3,7 @@ * * minimodem - software audio Bell-type or RTTY FSK modem * - * Copyright (C) 2011-2013 Kamal Mostafa + * Copyright (C) 2011-2014 Kamal Mostafa * * 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 \n" + "Copyright (C) 2011-2014 Kamal Mostafa \n" "License GPLv3+: GNU GPL version 3 or later .\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"