diff --git a/include/Phone/modem.h b/include/Phone/modem.h index c6da5ba..e740558 100644 --- a/include/Phone/modem.h +++ b/include/Phone/modem.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2014 Pierre Pronchery */ +/* Copyright (c) 2011-2016 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Phone */ /* 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/include/Phone/phone.h b/include/Phone/phone.h index e6cfa0c..9f0538b 100644 --- a/include/Phone/phone.h +++ b/include/Phone/phone.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2014 Pierre Pronchery */ +/* Copyright (c) 2011-2016 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Phone */ /* 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/modems/debug.c b/src/modems/debug.c index c7b88a7..fe5e95f 100644 --- a/src/modems/debug.c +++ b/src/modems/debug.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2015 Pierre Pronchery */ +/* Copyright (c) 2011-2016 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Phone */ /* 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/modems/hayes.c b/src/modems/hayes.c index b757425..bcb79cc 100644 --- a/src/modems/hayes.c +++ b/src/modems/hayes.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2015 Pierre Pronchery */ +/* Copyright (c) 2011-2016 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Phone */ /* 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/phone.c b/src/phone.c index 12cf671..319b101 100644 --- a/src/phone.c +++ b/src/phone.c @@ -1,6 +1,6 @@ /* $Id$ */ static char _copyright[] = -"Copyright © 2010-2015 DeforaOS Project "; +"Copyright © 2010-2016 DeforaOS Project "; /* This file is part of DeforaOS Desktop Phone */ static char const _license[] = "This program is free software: you can redistribute it and/or modify\n" diff --git a/src/phone.h b/src/phone.h index 40f86f5..be50106 100644 --- a/src/phone.h +++ b/src/phone.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2010-2015 Pierre Pronchery */ +/* Copyright (c) 2010-2016 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Phone */ /* 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