From f2483d261566dd704a9ae0e12aa28f66df26582e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 25 Sep 2016 04:22:42 +0200 Subject: [PATCH] Update the copyright notice --- src/appmessage.c | 2 +- src/transport/tcp.c | 2 +- src/transport/udp.c | 2 +- tools/appclient.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/appmessage.c b/src/appmessage.c index 2045cda..cb0f6f0 100644 --- a/src/appmessage.c +++ b/src/appmessage.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2014 Pierre Pronchery */ +/* Copyright (c) 2012-2016 Pierre Pronchery */ /* This file is part of DeforaOS System libApp */ /* 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/transport/tcp.c b/src/transport/tcp.c index 792539b..4e1d6af 100644 --- a/src/transport/tcp.c +++ b/src/transport/tcp.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2015 Pierre Pronchery */ +/* Copyright (c) 2012-2016 Pierre Pronchery */ /* This file is part of DeforaOS System libApp */ /* 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/transport/udp.c b/src/transport/udp.c index d012d97..6fb0e09 100644 --- a/src/transport/udp.c +++ b/src/transport/udp.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2015 Pierre Pronchery */ +/* Copyright (c) 2012-2016 Pierre Pronchery */ /* This file is part of DeforaOS System libApp */ /* 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/tools/appclient.c b/tools/appclient.c index dbfdc60..d4a2fec 100644 --- a/tools/appclient.c +++ b/tools/appclient.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2014 Pierre Pronchery */ +/* Copyright (c) 2011-2016 Pierre Pronchery */ /* This file is part of DeforaOS System libApp */ /* 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