diff options
author | Aaron Ball <nullspoon@oper.io> | 2021-05-30 14:59:58 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2021-05-30 14:59:58 -0600 |
commit | 60e7ac5254a5656dd76447961b165564168eb9ec (patch) | |
tree | 8a0e25eb976ac61e888e079e43027c70ea5b5dfc | |
parent | 2ca73e28c99adda938ecfd50d61b9117e0bbfe54 (diff) | |
download | i3cstat-60e7ac5254a5656dd76447961b165564168eb9ec.tar.gz i3cstat-60e7ac5254a5656dd76447961b165564168eb9ec.tar.xz |
Update copyright year to 2021
-rw-r--r-- | src/common.c | 2 | ||||
-rw-r--r-- | src/common.h | 2 | ||||
-rw-r--r-- | src/config.c | 2 | ||||
-rw-r--r-- | src/config.h | 2 | ||||
-rw-r--r-- | src/config_bat.c | 2 | ||||
-rw-r--r-- | src/config_bat.h | 2 | ||||
-rw-r--r-- | src/config_cpu.c | 2 | ||||
-rw-r--r-- | src/config_cpu.h | 2 | ||||
-rw-r--r-- | src/config_date.c | 2 | ||||
-rw-r--r-- | src/config_date.h | 2 | ||||
-rw-r--r-- | src/config_fs.c | 2 | ||||
-rw-r--r-- | src/config_fs.h | 2 | ||||
-rw-r--r-- | src/config_mem.c | 2 | ||||
-rw-r--r-- | src/config_mem.h | 2 | ||||
-rw-r--r-- | src/config_net.c | 2 | ||||
-rw-r--r-- | src/config_net.h | 2 | ||||
-rw-r--r-- | src/config_node.c | 2 | ||||
-rw-r--r-- | src/config_node.h | 2 | ||||
-rw-r--r-- | src/config_shell.c | 2 | ||||
-rw-r--r-- | src/config_shell.h | 2 | ||||
-rw-r--r-- | src/config_swap.c | 2 | ||||
-rw-r--r-- | src/config_swap.h | 2 | ||||
-rw-r--r-- | src/config_time.c | 2 | ||||
-rw-r--r-- | src/config_time.h | 2 | ||||
-rw-r--r-- | src/main.c | 2 |
25 files changed, 25 insertions, 25 deletions
diff --git a/src/common.c b/src/common.c index 6d5d540..e1bfaaf 100644 --- a/src/common.c +++ b/src/common.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/common.h b/src/common.h index a49aaaa..7b79656 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config.c b/src/config.c index aa4af37..ab7bf0a 100644 --- a/src/config.c +++ b/src/config.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config.h b/src/config.h index aa8b630..3624947 100644 --- a/src/config.h +++ b/src/config.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_bat.c b/src/config_bat.c index e55ecec..5052bbc 100644 --- a/src/config_bat.c +++ b/src/config_bat.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_bat.h b/src/config_bat.h index e310a98..37dd1d2 100644 --- a/src/config_bat.h +++ b/src/config_bat.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_cpu.c b/src/config_cpu.c index c194893..486af10 100644 --- a/src/config_cpu.c +++ b/src/config_cpu.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_cpu.h b/src/config_cpu.h index 3d012e7..d5069e3 100644 --- a/src/config_cpu.h +++ b/src/config_cpu.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_date.c b/src/config_date.c index 10a6a78..57edb2c 100644 --- a/src/config_date.c +++ b/src/config_date.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_date.h b/src/config_date.h index b6dd0c2..c50acbe 100644 --- a/src/config_date.h +++ b/src/config_date.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_fs.c b/src/config_fs.c index aa61f4e..1d87a70 100644 --- a/src/config_fs.c +++ b/src/config_fs.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_fs.h b/src/config_fs.h index 8633ce9..83342dc 100644 --- a/src/config_fs.h +++ b/src/config_fs.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_mem.c b/src/config_mem.c index 699e22e..09dde81 100644 --- a/src/config_mem.c +++ b/src/config_mem.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_mem.h b/src/config_mem.h index 77e5021..5e947d9 100644 --- a/src/config_mem.h +++ b/src/config_mem.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_net.c b/src/config_net.c index fe600d7..2acf35a 100644 --- a/src/config_net.c +++ b/src/config_net.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_net.h b/src/config_net.h index 8d971fc..94b8d58 100644 --- a/src/config_net.h +++ b/src/config_net.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_node.c b/src/config_node.c index 159ceed..d4fc81d 100644 --- a/src/config_node.c +++ b/src/config_node.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_node.h b/src/config_node.h index 0f73b10..b4638b5 100644 --- a/src/config_node.h +++ b/src/config_node.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_shell.c b/src/config_shell.c index bbb8042..f8c2748 100644 --- a/src/config_shell.c +++ b/src/config_shell.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_shell.h b/src/config_shell.h index 7cb8608..04d1b18 100644 --- a/src/config_shell.h +++ b/src/config_shell.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_swap.c b/src/config_swap.c index 5a8ff90..9568591 100644 --- a/src/config_swap.c +++ b/src/config_swap.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_swap.h b/src/config_swap.h index d9fa024..52bb931 100644 --- a/src/config_swap.h +++ b/src/config_swap.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_time.c b/src/config_time.c index e7c3866..6bcde53 100644 --- a/src/config_time.c +++ b/src/config_time.c @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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/config_time.h b/src/config_time.h index 624dd84..da059d9 100644 --- a/src/config_time.h +++ b/src/config_time.h @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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 @@ -1,6 +1,6 @@ /** * I3cstatus prints a configurable status bar for the i3 window manager - * Copyright (C) 2020 Aaron Ball <nullspoon@oper.io> + * Copyright (C) 2021 Aaron Ball <nullspoon@oper.io> * * 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 |