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 4f7a2a9d..5e10abee 100644
--- a/source/widgets/box.c
+++ b/source/widgets/box.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2020 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2021 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 e83ada67..bc24077b 100644
--- a/source/widgets/container.c
+++ b/source/widgets/container.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2020 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2021 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 e9af2efd..6c0ca7fa 100644
--- a/source/widgets/listview.c
+++ b/source/widgets/listview.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2020 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2021 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 699ab07e..24a70b3e 100644
--- a/source/widgets/scrollbar.c
+++ b/source/widgets/scrollbar.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2020 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2021 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 709e37d7..f6395e5b 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-2020 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2021 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 81ff0d5e..76f21700 100644
--- a/source/widgets/widget.c
+++ b/source/widgets/widget.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2020 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2021 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