diff options
-rw-r--r-- | src/common.c | 4 | ||||
-rw-r--r-- | src/common.h | 4 | ||||
-rw-r--r-- | src/config.c | 4 | ||||
-rw-r--r-- | src/config.h | 4 | ||||
-rw-r--r-- | src/config_bat.c | 4 | ||||
-rw-r--r-- | src/config_bat.h | 4 | ||||
-rw-r--r-- | src/config_cpu.c | 4 | ||||
-rw-r--r-- | src/config_cpu.h | 4 | ||||
-rw-r--r-- | src/config_date.c | 4 | ||||
-rw-r--r-- | src/config_date.h | 4 | ||||
-rw-r--r-- | src/config_fs.c | 4 | ||||
-rw-r--r-- | src/config_fs.h | 4 | ||||
-rw-r--r-- | src/config_mem.c | 4 | ||||
-rw-r--r-- | src/config_mem.h | 4 | ||||
-rw-r--r-- | src/config_net.c | 4 | ||||
-rw-r--r-- | src/config_net.h | 4 | ||||
-rw-r--r-- | src/config_node.c | 4 | ||||
-rw-r--r-- | src/config_node.h | 4 | ||||
-rw-r--r-- | src/config_shell.c | 4 | ||||
-rw-r--r-- | src/config_shell.h | 4 | ||||
-rw-r--r-- | src/config_swap.c | 4 | ||||
-rw-r--r-- | src/config_swap.h | 4 | ||||
-rw-r--r-- | src/config_time.c | 4 | ||||
-rw-r--r-- | src/config_time.h | 4 | ||||
-rw-r--r-- | src/main.c | 4 |
25 files changed, 50 insertions, 50 deletions
diff --git a/src/common.c b/src/common.c index 812431a..011dda8 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 7b79656..827c36d 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 314b6d5..1446c98 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 3624947..d237992 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 1b1e581..43b413a 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 37dd1d2..bcc323e 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 216c553..f499455 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 d5069e3..735ebf5 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 57edb2c..0db56ef 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 c50acbe..41b1069 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 fdaa85a..1b63d06 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 83342dc..3e5e69d 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 2fbc32f..9028bc7 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 0451160..9298d7a 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 2acf35a..ab7eafa 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 94b8d58..8a9a47a 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 412914f..7d0f809 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 739ea41..979ab1e 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 f8c2748..2578569 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 04d1b18..f363d05 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 228085d..e53b2e9 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 8cd9443..8d84d50 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 6bcde53..d6931ff 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 da059d9..31155be 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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) 2021 Aaron Ball <nullspoon@oper.io> + * I3cstat prints a configurable status bar for the i3 window manager + * Copyright (C) 2022 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 |