From b6a393bc55476bb65a974e8bd81482287b7f72f3 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 23 Oct 2018 01:06:04 -0700 Subject: *: update copyright lines to include 2018 --- src/charts.c | 2 +- src/clickety.c | 2 +- src/composite.c | 2 +- src/context.c | 2 +- src/desktop.c | 2 +- src/key.c | 2 +- src/launch.c | 2 +- src/logo.c | 2 +- src/screen.c | 2 +- src/vmon.c | 4 ++-- src/vwm.c | 2 +- src/window.c | 2 +- src/xevent.c | 2 +- src/xserver.c | 2 +- src/xwindow.c | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/charts.c b/src/charts.c index 6fb630e..0c0fa70 100644 --- a/src/charts.c +++ b/src/charts.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/clickety.c b/src/clickety.c index 9a9e150..fc2f6d3 100644 --- a/src/clickety.c +++ b/src/clickety.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/composite.c b/src/composite.c index a01f793..f575909 100644 --- a/src/composite.c +++ b/src/composite.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/context.c b/src/context.c index 915d1b9..32d7b3f 100644 --- a/src/context.c +++ b/src/context.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/desktop.c b/src/desktop.c index 73dffcb..1fcce8c 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/key.c b/src/key.c index 99dfd7e..dcd8a16 100644 --- a/src/key.c +++ b/src/key.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/launch.c b/src/launch.c index 353738c..3a30eca 100644 --- a/src/launch.c +++ b/src/launch.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/logo.c b/src/logo.c index c7debf5..bf4049c 100644 --- a/src/logo.c +++ b/src/logo.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/screen.c b/src/screen.c index 36a4389..32a0fc7 100644 --- a/src/screen.c +++ b/src/screen.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/vmon.c b/src/vmon.c index 708ee49..bcdeb0a 100644 --- a/src/vmon.c +++ b/src/vmon.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published @@ -157,7 +157,7 @@ static void print_copyright(void) { puts( "\n" - "Copyright (C) 2012-2017 Vito Caputo \n" + "Copyright (C) 2012-2018 Vito Caputo \n" "\n" "This program comes with ABSOLUTELY NO WARRANTY. This is free software, and\n" "you are welcome to redistribute it under certain conditions. For details\n" diff --git a/src/vwm.c b/src/vwm.c index b5773f9..a9dc184 100644 --- a/src/vwm.c +++ b/src/vwm.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/window.c b/src/window.c index 2596cca..4fee538 100644 --- a/src/window.c +++ b/src/window.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/xevent.c b/src/xevent.c index 6d51c61..943ba78 100644 --- a/src/xevent.c +++ b/src/xevent.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/xserver.c b/src/xserver.c index 8587a45..1db5f4c 100644 --- a/src/xserver.c +++ b/src/xserver.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published diff --git a/src/xwindow.c b/src/xwindow.c index 4a6ca61..86e8e9d 100644 --- a/src/xwindow.c +++ b/src/xwindow.c @@ -1,7 +1,7 @@ /* * \/\/\ * - * Copyright (C) 2012-2017 Vito Caputo - + * Copyright (C) 2012-2018 Vito Caputo - * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3 as published -- cgit v1.2.3