diff --git a/include/System/array.h b/include/System/array.h index 2b7c7b9..c30fc5e 100644 --- a/include/System/array.h +++ b/include/System/array.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2014 Pierre Pronchery */ +/* Copyright (c) 2006-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/include/System/string.h b/include/System/string.h index d476ccd..f414d25 100644 --- a/include/System/string.h +++ b/include/System/string.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2017 Pierre Pronchery */ +/* Copyright (c) 2006-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/src/hash.c b/src/hash.c index 79c7ce3..e381c48 100644 --- a/src/hash.c +++ b/src/hash.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2005-2017 Pierre Pronchery */ +/* Copyright (c) 2005-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by