diff --git a/src/transport/tcp4.c b/src/transport/tcp4.c index 9133b49..24734e1 100644 --- a/src/transport/tcp4.c +++ b/src/transport/tcp4.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2013 Pierre Pronchery */ +/* Copyright (c) 2012-2025 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/tcp6.c b/src/transport/tcp6.c index 297450b..5da35ff 100644 --- a/src/transport/tcp6.c +++ b/src/transport/tcp6.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2013 Pierre Pronchery */ +/* Copyright (c) 2012-2025 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 6cad3cc..eff9946 100644 --- a/src/transport/udp.c +++ b/src/transport/udp.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2016 Pierre Pronchery */ +/* Copyright (c) 2012-2025 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/udp4.c b/src/transport/udp4.c index ff0ec20..90d0cc4 100644 --- a/src/transport/udp4.c +++ b/src/transport/udp4.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2025 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/udp6.c b/src/transport/udp6.c index d95d569..01914d1 100644 --- a/src/transport/udp6.c +++ b/src/transport/udp6.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012 Pierre Pronchery */ +/* Copyright (c) 2012-2025 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/appbroker.c b/tools/appbroker.c index 9291323..f734cc4 100644 --- a/tools/appbroker.c +++ b/tools/appbroker.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2020 Pierre Pronchery */ +/* Copyright (c) 2011-2024 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