summaryrefslogtreecommitdiffstats
path: root/source/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'source/widgets')
-rw-r--r--source/widgets/box.c2
-rw-r--r--source/widgets/container.c2
-rw-r--r--source/widgets/listview.c2
-rw-r--r--source/widgets/scrollbar.c2
-rw-r--r--source/widgets/textbox.c2
-rw-r--r--source/widgets/widget.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/source/widgets/box.c b/source/widgets/box.c
index 1b5e2933..5d63aad3 100644
--- a/source/widgets/box.c
+++ b/source/widgets/box.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
diff --git a/source/widgets/container.c b/source/widgets/container.c
index 50672267..b5f6656c 100644
--- a/source/widgets/container.c
+++ b/source/widgets/container.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
diff --git a/source/widgets/listview.c b/source/widgets/listview.c
index 36a2676b..a94ab31e 100644
--- a/source/widgets/listview.c
+++ b/source/widgets/listview.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
diff --git a/source/widgets/scrollbar.c b/source/widgets/scrollbar.c
index 73740588..3573a688 100644
--- a/source/widgets/scrollbar.c
+++ b/source/widgets/scrollbar.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
diff --git a/source/widgets/textbox.c b/source/widgets/textbox.c
index e211b733..bf989900 100644
--- a/source/widgets/textbox.c
+++ b/source/widgets/textbox.c
@@ -3,7 +3,7 @@
*
* MIT/X11 License
* Copyright © 2012 Sean Pringle <sean.pringle@gmail.com>
- * Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
diff --git a/source/widgets/widget.c b/source/widgets/widget.c
index 4316dc43..c556e98a 100644
--- a/source/widgets/widget.c
+++ b/source/widgets/widget.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2021 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the