From 71b69e8d6a26b5d4f54fbdaee08e17df2e3b4237 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Tue, 2 Aug 2016 22:12:15 +0200 Subject: [PATCH] Update copyright notices --- man/kmxtool.1.in | 2 +- src/asysex.c | 4 ++-- src/kmxtool.c | 4 ++-- src/microx.c | 2 +- src/microx.h | 2 +- src/midi.c | 2 +- src/sysex.c | 2 +- src/sysex.h | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/man/kmxtool.1.in b/man/kmxtool.1.in index c895a8d..27dcabc 100644 --- a/man/kmxtool.1.in +++ b/man/kmxtool.1.in @@ -104,7 +104,7 @@ Damien Goutte-Gattat .SH COPYRIGHT .ad l .PP -Copyright \(co 2012,2013 Damien Goutte-Gattat +Copyright \(co 2012,2013,2016 Damien Goutte-Gattat .PP This program is released under the GNU General Public License. See the COPYING file in the source distribution or diff --git a/src/asysex.c b/src/asysex.c index e57e072..cad4feb 100644 --- a/src/asysex.c +++ b/src/asysex.c @@ -1,6 +1,6 @@ /* * asysex - A SysEx Utility - * Copyright (C) 2012 Damien Goutte-Gattat + * Copyright (C) 2012,2016 Damien Goutte-Gattat * * 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 @@ -75,7 +75,7 @@ info(void) { printf("\ asysex %s\n\ -Copyright (C) 2012 Damien Goutte-Gattat\n\ +Copyright (C) 2012,2016 Damien Goutte-Gattat\n\ \n\ This program is released under the GNU General Public License.\n\ See the COPYING file or .\n\ diff --git a/src/kmxtool.c b/src/kmxtool.c index 7ab6bdd..abc9948 100644 --- a/src/kmxtool.c +++ b/src/kmxtool.c @@ -1,6 +1,6 @@ /* * kmxtool - KORG microX utility - * Copyright (C) 2012,2013 Damien Goutte-Gattat + * Copyright (C) 2012,2013,2016 Damien Goutte-Gattat * * 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 @@ -80,7 +80,7 @@ info(void) { printf("\ kmxtool %s\n\ -Copyright (C) 2012,2013 Damien Goutte-Gattat\n\ +Copyright (C) 2012,2013,2016 Damien Goutte-Gattat\n\ \n\ This program is released under the GNU General Public License.\n\ See the COPYING file or .\n\ diff --git a/src/microx.c b/src/microx.c index 16147e2..4be042d 100644 --- a/src/microx.c +++ b/src/microx.c @@ -1,6 +1,6 @@ /* * kmxtool - KORG microX utility - * Copyright (C) 2012,2013 Damien Goutte-Gattat + * Copyright (C) 2012,2013,2016 Damien Goutte-Gattat * * 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/src/microx.h b/src/microx.h index 014a0c1..cfb16ab 100644 --- a/src/microx.h +++ b/src/microx.h @@ -1,6 +1,6 @@ /* * kmxtool - KORG microX utility - * Copyright (C) 2012,2013 Damien Goutte-Gattat + * Copyright (C) 2012,2013,2016 Damien Goutte-Gattat * * 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/src/midi.c b/src/midi.c index e375698..73bd2c1 100644 --- a/src/midi.c +++ b/src/midi.c @@ -1,6 +1,6 @@ /* * asysex - A SysEx Utility - * Copyright (C) 2012,2013 Damien Goutte-Gattat + * Copyright (C) 2012,2013,2016 Damien Goutte-Gattat * * 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/src/sysex.c b/src/sysex.c index 5f8cf45..c5ec362 100644 --- a/src/sysex.c +++ b/src/sysex.c @@ -1,6 +1,6 @@ /* * asysex - A SysEx Utility - * Copyright (C) 2012 Damien Goutte-Gattat + * Copyright (C) 2012,2016 Damien Goutte-Gattat * * 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/src/sysex.h b/src/sysex.h index 0f26525..452590c 100644 --- a/src/sysex.h +++ b/src/sysex.h @@ -1,6 +1,6 @@ /* * asysex - A SysEx Utility - * Copyright (C) 2012 Damien Goutte-Gattat + * Copyright (C) 2012,2016 Damien Goutte-Gattat * * 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