From 9e1468cb8a5ccf956220d42b4f1631fa7b79cdd2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 18 Feb 2018 22:22:33 +0100 Subject: [PATCH] Update the copyright notice --- include/System.h | 2 +- include/System/buffer.h | 2 +- include/System/config.h | 2 +- include/System/error.h | 2 +- include/System/event.h | 2 +- include/System/file.h | 2 +- include/System/hash.h | 2 +- include/System/license.h | 2 +- include/System/mutator.h | 2 +- include/System/object.h | 2 +- include/System/parser.h | 2 +- include/System/plugin.h | 2 +- include/System/token.h | 2 +- include/System/variable.h | 2 +- src/error.c | 2 +- src/file.c | 2 +- src/mutator.c | 2 +- src/object.c | 2 +- src/plugin.c | 2 +- src/python/libSystem.c | 2 +- src/python/libSystem.py | 2 +- src/string.c | 2 +- src/token.c | 2 +- tests/config.c | 2 +- tests/error.c | 2 +- tests/event.c | 2 +- tests/includes.c | 2 +- tests/string.c | 2 +- tests/variable.c | 2 +- tools/configctl.c | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/include/System.h b/include/System.h index 2bb80cd..c56110c 100644 --- a/include/System.h +++ b/include/System.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2014 Pierre Pronchery */ +/* Copyright (c) 2008-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/include/System/buffer.h b/include/System/buffer.h index c4424de..37ac80f 100644 --- a/include/System/buffer.h +++ b/include/System/buffer.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2016 Pierre Pronchery */ +/* Copyright (c) 2006-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/include/System/config.h b/include/System/config.h index b56a342..18d8891 100644 --- a/include/System/config.h +++ b/include/System/config.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 */ /* All rights reserved. * diff --git a/include/System/error.h b/include/System/error.h index 376905b..914e101 100644 --- a/include/System/error.h +++ b/include/System/error.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2007-2015 Pierre Pronchery */ +/* Copyright (c) 2007-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/include/System/event.h b/include/System/event.h index ac333e0..183b20d 100644 --- a/include/System/event.h +++ b/include/System/event.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 */ /* All rights reserved. * diff --git a/include/System/file.h b/include/System/file.h index 8488e51..647cf43 100644 --- a/include/System/file.h +++ b/include/System/file.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2006-2015 Pierre Pronchery */ +/* Copyright (c) 2006-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/include/System/hash.h b/include/System/hash.h index e266c34..470f1e8 100644 --- a/include/System/hash.h +++ b/include/System/hash.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 */ /* All rights reserved. * diff --git a/include/System/license.h b/include/System/license.h index da59b90..a72c133 100644 --- a/include/System/license.h +++ b/include/System/license.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014 Pierre Pronchery */ +/* Copyright (c) 2014-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/include/System/mutator.h b/include/System/mutator.h index 44279b3..4b56048 100644 --- a/include/System/mutator.h +++ b/include/System/mutator.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014-2017 Pierre Pronchery */ +/* Copyright (c) 2014-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/include/System/object.h b/include/System/object.h index b5dfa71..6520bbe 100644 --- a/include/System/object.h +++ b/include/System/object.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2017 Pierre Pronchery */ +/* Copyright (c) 2008-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/include/System/parser.h b/include/System/parser.h index f87dc34..26c6af5 100644 --- a/include/System/parser.h +++ b/include/System/parser.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2014 Pierre Pronchery */ +/* Copyright (c) 2008-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/include/System/plugin.h b/include/System/plugin.h index 7856634..644eb28 100644 --- a/include/System/plugin.h +++ b/include/System/plugin.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2016 Pierre Pronchery */ +/* Copyright (c) 2008-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/include/System/token.h b/include/System/token.h index 93995ed..b9e2960 100644 --- a/include/System/token.h +++ b/include/System/token.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2014 Pierre Pronchery */ +/* Copyright (c) 2008-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/include/System/variable.h b/include/System/variable.h index 4c019c5..eba39f6 100644 --- a/include/System/variable.h +++ b/include/System/variable.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2016 Pierre Pronchery */ +/* Copyright (c) 2012-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/src/error.c b/src/error.c index fa6315c..b1f4978 100644 --- a/src/error.c +++ b/src/error.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2007-2015 Pierre Pronchery */ +/* Copyright (c) 2007-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/src/file.c b/src/file.c index 90be0ea..a036f09 100644 --- a/src/file.c +++ b/src/file.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015 Pierre Pronchery */ +/* Copyright (c) 2015-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/src/mutator.c b/src/mutator.c index 2c27669..ec2f302 100644 --- a/src/mutator.c +++ b/src/mutator.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014-2017 Pierre Pronchery */ +/* Copyright (c) 2014-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/src/object.c b/src/object.c index deec1ab..6f639fa 100644 --- a/src/object.c +++ b/src/object.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2017 Pierre Pronchery */ +/* Copyright (c) 2008-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/src/plugin.c b/src/plugin.c index 2a278d0..c82c2c4 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2015 Pierre Pronchery */ +/* Copyright (c) 2008-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/src/python/libSystem.c b/src/python/libSystem.c index 6774223..61d435e 100644 --- a/src/python/libSystem.c +++ b/src/python/libSystem.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2013-2016 Pierre Pronchery */ +/* Copyright (c) 2013-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/src/python/libSystem.py b/src/python/libSystem.py index 7e8951a..b25dcac 100644 --- a/src/python/libSystem.py +++ b/src/python/libSystem.py @@ -1,6 +1,6 @@ #!/usr/bin/env python #$Id$ -#Copyright (c) 2013-2015 Pierre Pronchery +#Copyright (c) 2013-2018 Pierre Pronchery #This file is part of DeforaOS System libSystem #All rights reserved. # diff --git a/src/string.c b/src/string.c index a9f8349..0db12eb 100644 --- a/src/string.c +++ b/src/string.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 */ /* All rights reserved. * diff --git a/src/token.c b/src/token.c index 4fce393..c9357c9 100644 --- a/src/token.c +++ b/src/token.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2008-2013 Pierre Pronchery */ +/* Copyright (c) 2008-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/tests/config.c b/tests/config.c index 2ab690f..d75c9c6 100644 --- a/tests/config.c +++ b/tests/config.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014-2016 Pierre Pronchery */ +/* Copyright (c) 2014-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/tests/error.c b/tests/error.c index 914c80f..35871af 100644 --- a/tests/error.c +++ b/tests/error.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015 Pierre Pronchery */ +/* Copyright (c) 2015-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/tests/event.c b/tests/event.c index fd25823..f726a1c 100644 --- a/tests/event.c +++ b/tests/event.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2015-2016 Pierre Pronchery */ +/* Copyright (c) 2015-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/tests/includes.c b/tests/includes.c index bcd2ada..f682f4a 100644 --- a/tests/includes.c +++ b/tests/includes.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014 Pierre Pronchery */ +/* Copyright (c) 2014-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/tests/string.c b/tests/string.c index eb35294..ac50e36 100644 --- a/tests/string.c +++ b/tests/string.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2011-2017 Pierre Pronchery */ +/* Copyright (c) 2011-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/tests/variable.c b/tests/variable.c index 4fe0c35..d174963 100644 --- a/tests/variable.c +++ b/tests/variable.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2012-2016 Pierre Pronchery */ +/* Copyright (c) 2012-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. * diff --git a/tools/configctl.c b/tools/configctl.c index f6f5f3a..953a43d 100644 --- a/tools/configctl.c +++ b/tools/configctl.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2014-2015 Pierre Pronchery */ +/* Copyright (c) 2014-2018 Pierre Pronchery */ /* This file is part of DeforaOS System libSystem */ /* All rights reserved. *