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 2f6c1c72..605ec0ce 100644
--- a/source/widgets/box.c
+++ b/source/widgets/box.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2019 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2020 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 3a324758..e2019767 100644
--- a/source/widgets/container.c
+++ b/source/widgets/container.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2019 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2020 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 9c2efdff..d1667da8 100644
--- a/source/widgets/listview.c
+++ b/source/widgets/listview.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2019 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2020 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 a473e753..dd057591 100644
--- a/source/widgets/scrollbar.c
+++ b/source/widgets/scrollbar.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2019 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2020 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 d46af1dd..949e4623 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-2019 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2020 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 79687cd0..749ba746 100644
--- a/source/widgets/widget.c
+++ b/source/widgets/widget.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2019 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2020 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