summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2023-01-14 13:02:35 +0100
committerDave Davenport <qball@blame.services>2023-01-14 13:02:35 +0100
commit727d7c579df1d4950144c52720c7fbcc30b60457 (patch)
tree720944b431d3be03258fa369da0f089dc79898cf
parentf70b0ed3fdfa3116c2ec1c7b84ad1c3b5e58fe7a (diff)
Update copyright dates.
-rw-r--r--COPYING2
-rw-r--r--config/config.c2
-rw-r--r--include/display.h2
-rw-r--r--include/helper-theme.h2
-rw-r--r--include/helper.h2
-rw-r--r--include/history.h2
-rw-r--r--include/keyb.h2
-rw-r--r--include/mode-private.h2
-rw-r--r--include/mode.h2
-rw-r--r--include/modes/filebrowser.h2
-rw-r--r--include/rofi.h2
-rw-r--r--include/settings.h2
-rw-r--r--include/theme.h2
-rw-r--r--include/timings.h2
-rw-r--r--include/view-internal.h2
-rw-r--r--include/view.h2
-rw-r--r--include/xcb-internal.h2
-rw-r--r--include/xcb.h2
-rw-r--r--include/xrmoptions.h2
-rw-r--r--lexer/theme-lexer.l2
-rw-r--r--lexer/theme-parser.y2
-rw-r--r--source/helper.c2
-rw-r--r--source/history.c2
-rw-r--r--source/keyb.c2
-rw-r--r--source/mode.c2
-rw-r--r--source/modes/combi.c2
-rw-r--r--source/modes/dmenu.c2
-rw-r--r--source/modes/drun.c2
-rw-r--r--source/modes/help-keys.c2
-rw-r--r--source/modes/run.c2
-rw-r--r--source/modes/script.c2
-rw-r--r--source/modes/ssh.c2
-rw-r--r--source/modes/window.c2
-rw-r--r--source/rofi-icon-fetcher.c2
-rw-r--r--source/rofi.c2
-rw-r--r--source/theme.c4
-rw-r--r--source/timings.c2
-rw-r--r--source/view.c2
-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
-rw-r--r--source/xcb.c2
-rw-r--r--source/xrmoptions.c2
46 files changed, 47 insertions, 47 deletions
diff --git a/COPYING b/COPYING
index 67cea66c..0bf13586 100644
--- a/COPYING
+++ b/COPYING
@@ -1,5 +1,5 @@
MIT/X11 License
-Modified 2013-2022 Qball Cow <qball@gmpclient.org>
+Modified 2013-2023 Qball Cow <qball@gmpclient.org>
Copyright (c) 2012 Sean Pringle <sean.pringle@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining
diff --git a/config/config.c b/config/config.c
index 9a752ffb..05dd91be 100644
--- a/config/config.c
+++ b/config/config.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/display.h b/include/display.h
index 81fd5671..6bb84141 100644
--- a/include/display.h
+++ b/include/display.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/helper-theme.h b/include/helper-theme.h
index e13705da..00e8306b 100644
--- a/include/helper-theme.h
+++ b/include/helper-theme.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/helper.h b/include/helper.h
index efe6b07c..c8a0c01a 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/history.h b/include/history.h
index a40bd244..7890343c 100644
--- a/include/history.h
+++ b/include/history.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/keyb.h b/include/keyb.h
index 8aaeaa76..e938ddcc 100644
--- a/include/keyb.h
+++ b/include/keyb.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/mode-private.h b/include/mode-private.h
index a64cc6fd..796bcc6f 100644
--- a/include/mode-private.h
+++ b/include/mode-private.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/mode.h b/include/mode.h
index 3825ee43..3af46281 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/modes/filebrowser.h b/include/modes/filebrowser.h
index efe81c28..f773a971 100644
--- a/include/modes/filebrowser.h
+++ b/include/modes/filebrowser.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/rofi.h b/include/rofi.h
index be189e0b..7ae59fee 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/settings.h b/include/settings.h
index d34bfa88..7a15112c 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/theme.h b/include/theme.h
index aaba03c8..e934f621 100644
--- a/include/theme.h
+++ b/include/theme.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/timings.h b/include/timings.h
index 5ef6def0..031c2eee 100644
--- a/include/timings.h
+++ b/include/timings.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/view-internal.h b/include/view-internal.h
index 7779ae3b..b6738a57 100644
--- a/include/view-internal.h
+++ b/include/view-internal.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/view.h b/include/view.h
index 17326a1e..3d4e97d8 100644
--- a/include/view.h
+++ b/include/view.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/xcb-internal.h b/include/xcb-internal.h
index c83ef585..8b012a79 100644
--- a/include/xcb-internal.h
+++ b/include/xcb-internal.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/xcb.h b/include/xcb.h
index 4f67b9f3..a9d33b8c 100644
--- a/include/xcb.h
+++ b/include/xcb.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/include/xrmoptions.h b/include/xrmoptions.h
index d3782a87..be4fb894 100644
--- a/include/xrmoptions.h
+++ b/include/xrmoptions.h
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/lexer/theme-lexer.l b/lexer/theme-lexer.l
index 25e8bd71..7ae18da0 100644
--- a/lexer/theme-lexer.l
+++ b/lexer/theme-lexer.l
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright 2013-2023 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/lexer/theme-parser.y b/lexer/theme-parser.y
index 4e23a7e3..0911cddc 100644
--- a/lexer/theme-parser.y
+++ b/lexer/theme-parser.y
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright 2013-2023 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/helper.c b/source/helper.c
index bb7f76a5..bc551483 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -3,7 +3,7 @@
*
* MIT/X11 License
* Copyright © 2012 Sean Pringle <sean.pringle@gmail.com>
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/history.c b/source/history.c
index cc992dae..b816bbbc 100644
--- a/source/history.c
+++ b/source/history.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/keyb.c b/source/keyb.c
index 4ae01753..1be12167 100644
--- a/source/keyb.c
+++ b/source/keyb.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/mode.c b/source/mode.c
index 990bea56..e2e5d85d 100644
--- a/source/mode.c
+++ b/source/mode.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/modes/combi.c b/source/modes/combi.c
index 9e548906..741219bb 100644
--- a/source/modes/combi.c
+++ b/source/modes/combi.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/modes/dmenu.c b/source/modes/dmenu.c
index 4bab2c2f..0b604e78 100644
--- a/source/modes/dmenu.c
+++ b/source/modes/dmenu.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/modes/drun.c b/source/modes/drun.c
index fc4d990b..3e82561b 100644
--- a/source/modes/drun.c
+++ b/source/modes/drun.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/modes/help-keys.c b/source/modes/help-keys.c
index 26b9b617..a3053e5b 100644
--- a/source/modes/help-keys.c
+++ b/source/modes/help-keys.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/modes/run.c b/source/modes/run.c
index 198673e1..0fc018a1 100644
--- a/source/modes/run.c
+++ b/source/modes/run.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/modes/script.c b/source/modes/script.c
index 4e152565..9da931a6 100644
--- a/source/modes/script.c
+++ b/source/modes/script.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/modes/ssh.c b/source/modes/ssh.c
index 5a1867ef..4fe36b5d 100644
--- a/source/modes/ssh.c
+++ b/source/modes/ssh.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/modes/window.c b/source/modes/window.c
index 0ac58325..2bd7e847 100644
--- a/source/modes/window.c
+++ b/source/modes/window.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/rofi-icon-fetcher.c b/source/rofi-icon-fetcher.c
index 51ed6f44..563e3d12 100644
--- a/source/rofi-icon-fetcher.c
+++ b/source/rofi-icon-fetcher.c
@@ -2,7 +2,7 @@
* rofi
*
* MIT/X11 License
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/rofi.c b/source/rofi.c
index 7671f3af..861f1be4 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -3,7 +3,7 @@
*
* MIT/X11 License
* Copyright © 2012 Sean Pringle <sean.pringle@gmail.com>
- * Copyright © 2013-2022 Qball Cow <qball@gmpclient.org>
+ * Copyright © 2013-2023 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/theme.c b/source/theme.c
index 386a5ad6..c467fd77 100644
--- a/