diff --git a/include/System/config.h b/include/System/config.h index 6b66b57..145ba32 100644 --- a/include/System/config.h +++ b/include/System/config.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2015 Pierre Pronchery */ +/* Copyright (c) 2006-2017 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/hash.h b/include/System/hash.h index 8119fc8..05e749d 100644 --- a/include/System/hash.h +++ b/include/System/hash.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2015 Pierre Pronchery */ +/* Copyright (c) 2006-2017 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/mutator.h b/include/System/mutator.h index 210b876..7a282bf 100644 --- a/include/System/mutator.h +++ b/include/System/mutator.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014 Pierre Pronchery */ +/* Copyright (c) 2014-2017 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 9da35db..999c8d8 100644 --- a/src/hash.c +++ b/src/hash.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2005-2015 Pierre Pronchery */ +/* Copyright (c) 2005-2017 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/mutator.c b/src/mutator.c index 1359aca..27ab504 100644 --- a/src/mutator.c +++ b/src/mutator.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014-2015 Pierre Pronchery */ +/* Copyright (c) 2014-2017 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