From 636a571eb9ecc6ae6f571fa6e3bd87743c1ef53a Mon Sep 17 00:00:00 2001 From: Sveinbjorn Thordarson Date: Wed, 24 Apr 2024 19:49:19 +0000 Subject: [PATCH] Bumped copyright header --- Application/ArgsController.h | 2 +- Application/ArgsController.m | 2 +- Application/BundledFilesController.h | 2 +- Application/BundledFilesController.m | 2 +- Application/DropSettingsController.h | 2 +- Application/DropSettingsController.m | 2 +- Application/EditorController.h | 2 +- Application/EditorController.m | 2 +- Application/IconController.h | 2 +- Application/IconController.m | 2 +- Application/InterpreterTextField.h | 2 +- Application/InterpreterTextField.m | 2 +- Application/PlatypusWindowController.h | 2 +- Application/PlatypusWindowController.m | 2 +- Application/PrefsController.h | 2 +- Application/PrefsController.m | 2 +- Application/ProfilesController.h | 2 +- Application/ProfilesController.m | 2 +- Application/Resources/Platypus-Info.plist | 2 +- Application/ShellCommandController.h | 2 +- Application/ShellCommandController.m | 2 +- Application/StatusItemSettingsController.h | 2 +- Application/StatusItemSettingsController.m | 2 +- Application/SuffixTypeListController.h | 2 +- Application/SuffixTypeListController.m | 2 +- Application/SyntaxCheckerController.h | 2 +- Application/SyntaxCheckerController.m | 2 +- Application/TextSettingsController.h | 2 +- Application/TextSettingsController.m | 2 +- Application/TypeListController.h | 2 +- Application/TypeListController.m | 2 +- Application/UniformTypeListController.h | 2 +- Application/UniformTypeListController.m | 2 +- Application/UriSchemesListController.h | 2 +- Application/UriSchemesListController.m | 2 +- Application/main.m | 2 +- CLT/platypus_clt.m | 2 +- Common.h | 2 +- Common.m | 2 +- Documentation/Documentation.html | 2 +- Documentation/Documentation.md | 2 +- Documentation/License.html | 2 +- LICENSE.txt | 2 +- README.md | 2 +- ScriptExec/Resources/ScriptExec-Info.plist | 2 +- ScriptExec/SEController.h | 2 +- ScriptExec/SEController.m | 2 +- ScriptExec/SEJob.h | 2 +- ScriptExec/SEJob.m | 2 +- ScriptExec/main.m | 2 +- Shared/Alerts.h | 2 +- Shared/Alerts.m | 2 +- Shared/MutableDictProxy.h | 2 +- Shared/MutableDictProxy.m | 2 +- Shared/NSBundle+Templates.h | 2 +- Shared/NSBundle+Templates.m | 2 +- Shared/NSColor+HexTools.h | 2 +- Shared/NSColor+HexTools.m | 2 +- Shared/NSColor+Inverted.h | 2 +- Shared/NSColor+Inverted.m | 2 +- Shared/NSFileManager+TempFiles.h | 2 +- Shared/NSFileManager+TempFiles.m | 2 +- Shared/NSResponderNotifyingTableView.h | 2 +- Shared/NSResponderNotifyingTableView.m | 2 +- Shared/NSTask+Description.h | 2 +- Shared/NSTask+Description.m | 2 +- Shared/NSWorkspace+Additions.h | 2 +- Shared/NSWorkspace+Additions.m | 2 +- Shared/PlatypusAppSpec.h | 2 +- Shared/PlatypusAppSpec.m | 2 +- Shared/PlatypusScriptUtils.h | 2 +- Shared/PlatypusScriptUtils.m | 2 +- Shared/STDragImageView.h | 2 +- Shared/STDragImageView.m | 2 +- Shared/STDragWebView.h | 2 +- Shared/STDragWebView.m | 2 +- Shared/STPathTextField.h | 2 +- Shared/STPathTextField.m | 2 +- Shared/STPrivilegedTask.h | 2 +- Shared/STPrivilegedTask.m | 2 +- Shared/STReverseDNSTextField.h | 2 +- Shared/STReverseDNSTextField.m | 2 +- Shared/ThemeObservingTextView.h | 2 +- Shared/ThemeObservingTextView.m | 2 +- 84 files changed, 84 insertions(+), 84 deletions(-) diff --git a/Application/ArgsController.h b/Application/ArgsController.h index f44168ba..2e1b99dd 100644 --- a/Application/ArgsController.h +++ b/Application/ArgsController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/ArgsController.m b/Application/ArgsController.m index 9d84ef98..4d8e6868 100644 --- a/Application/ArgsController.m +++ b/Application/ArgsController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/BundledFilesController.h b/Application/BundledFilesController.h index 74de9dc7..7de52f1f 100644 --- a/Application/BundledFilesController.h +++ b/Application/BundledFilesController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/BundledFilesController.m b/Application/BundledFilesController.m index dc25d7f2..34ca34ad 100644 --- a/Application/BundledFilesController.m +++ b/Application/BundledFilesController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/DropSettingsController.h b/Application/DropSettingsController.h index 8dcb91c9..a6055b9a 100644 --- a/Application/DropSettingsController.h +++ b/Application/DropSettingsController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/DropSettingsController.m b/Application/DropSettingsController.m index ab6f12e4..48af81e4 100644 --- a/Application/DropSettingsController.m +++ b/Application/DropSettingsController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/EditorController.h b/Application/EditorController.h index ab52aad1..58ab8400 100644 --- a/Application/EditorController.h +++ b/Application/EditorController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/EditorController.m b/Application/EditorController.m index d58b36c9..9748f8d7 100644 --- a/Application/EditorController.m +++ b/Application/EditorController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/IconController.h b/Application/IconController.h index 0db0eee0..57e0ee59 100644 --- a/Application/IconController.h +++ b/Application/IconController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/IconController.m b/Application/IconController.m index 50445ce1..e629b748 100644 --- a/Application/IconController.m +++ b/Application/IconController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/InterpreterTextField.h b/Application/InterpreterTextField.h index f891a069..170789ae 100644 --- a/Application/InterpreterTextField.h +++ b/Application/InterpreterTextField.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/InterpreterTextField.m b/Application/InterpreterTextField.m index 4f97b18d..75a695f2 100644 --- a/Application/InterpreterTextField.m +++ b/Application/InterpreterTextField.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/PlatypusWindowController.h b/Application/PlatypusWindowController.h index 6e806c00..f26faa0a 100644 --- a/Application/PlatypusWindowController.h +++ b/Application/PlatypusWindowController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/PlatypusWindowController.m b/Application/PlatypusWindowController.m index 919cc50c..c1abb219 100644 --- a/Application/PlatypusWindowController.m +++ b/Application/PlatypusWindowController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/PrefsController.h b/Application/PrefsController.h index 186ff3a5..14432292 100644 --- a/Application/PrefsController.h +++ b/Application/PrefsController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/PrefsController.m b/Application/PrefsController.m index 17573938..55159115 100644 --- a/Application/PrefsController.m +++ b/Application/PrefsController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/ProfilesController.h b/Application/ProfilesController.h index 3121e9c5..62c8e3c6 100644 --- a/Application/ProfilesController.h +++ b/Application/ProfilesController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/ProfilesController.m b/Application/ProfilesController.m index 91a83b0a..02180a4f 100644 --- a/Application/ProfilesController.m +++ b/Application/ProfilesController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/Resources/Platypus-Info.plist b/Application/Resources/Platypus-Info.plist index e860acd3..cb13e71e 100644 --- a/Application/Resources/Platypus-Info.plist +++ b/Application/Resources/Platypus-Info.plist @@ -395,7 +395,7 @@ CFBundleExecutable Platypus CFBundleGetInfoString - © 2003-2023 Sveinbjorn Thordarson. + © 2003-2024 Sveinbjorn Thordarson. CFBundleIconFile PlatypusAppIcon CFBundleIdentifier diff --git a/Application/ShellCommandController.h b/Application/ShellCommandController.h index da7b89b0..a75d3faf 100644 --- a/Application/ShellCommandController.h +++ b/Application/ShellCommandController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/ShellCommandController.m b/Application/ShellCommandController.m index 84505a65..3e06bece 100644 --- a/Application/ShellCommandController.m +++ b/Application/ShellCommandController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/StatusItemSettingsController.h b/Application/StatusItemSettingsController.h index fcba5863..cc948219 100644 --- a/Application/StatusItemSettingsController.h +++ b/Application/StatusItemSettingsController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/StatusItemSettingsController.m b/Application/StatusItemSettingsController.m index 34eae057..275badfe 100644 --- a/Application/StatusItemSettingsController.m +++ b/Application/StatusItemSettingsController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/SuffixTypeListController.h b/Application/SuffixTypeListController.h index 929d3161..ad2b6665 100644 --- a/Application/SuffixTypeListController.h +++ b/Application/SuffixTypeListController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/SuffixTypeListController.m b/Application/SuffixTypeListController.m index f7ae0ca8..c56a7a64 100644 --- a/Application/SuffixTypeListController.m +++ b/Application/SuffixTypeListController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/SyntaxCheckerController.h b/Application/SyntaxCheckerController.h index a181c2f1..87d6bd04 100644 --- a/Application/SyntaxCheckerController.h +++ b/Application/SyntaxCheckerController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/SyntaxCheckerController.m b/Application/SyntaxCheckerController.m index 224c3c4c..a4e7a5cd 100644 --- a/Application/SyntaxCheckerController.m +++ b/Application/SyntaxCheckerController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/TextSettingsController.h b/Application/TextSettingsController.h index cc4f0ddb..5851dde3 100644 --- a/Application/TextSettingsController.h +++ b/Application/TextSettingsController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/TextSettingsController.m b/Application/TextSettingsController.m index 30cfeb64..19cb668c 100644 --- a/Application/TextSettingsController.m +++ b/Application/TextSettingsController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/TypeListController.h b/Application/TypeListController.h index df724f5b..c51b85f9 100644 --- a/Application/TypeListController.h +++ b/Application/TypeListController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/TypeListController.m b/Application/TypeListController.m index 1712ee71..d5c7d024 100644 --- a/Application/TypeListController.m +++ b/Application/TypeListController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/UniformTypeListController.h b/Application/UniformTypeListController.h index d5992dba..0e8cba57 100644 --- a/Application/UniformTypeListController.h +++ b/Application/UniformTypeListController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/UniformTypeListController.m b/Application/UniformTypeListController.m index 320d1958..e273c5e7 100644 --- a/Application/UniformTypeListController.m +++ b/Application/UniformTypeListController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/UriSchemesListController.h b/Application/UriSchemesListController.h index 3cc647cd..7d855380 100644 --- a/Application/UriSchemesListController.h +++ b/Application/UriSchemesListController.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/UriSchemesListController.m b/Application/UriSchemesListController.m index 52d9a1a6..cbd0c941 100644 --- a/Application/UriSchemesListController.m +++ b/Application/UriSchemesListController.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Application/main.m b/Application/main.m index c755ee03..dd80b9b9 100644 --- a/Application/main.m +++ b/Application/main.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/CLT/platypus_clt.m b/CLT/platypus_clt.m index 03757018..c2eef5c0 100644 --- a/CLT/platypus_clt.m +++ b/CLT/platypus_clt.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Common.h b/Common.h index 67c174c0..26995caa 100644 --- a/Common.h +++ b/Common.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Common.m b/Common.m index 799bcf71..4d0adb85 100644 --- a/Common.m +++ b/Common.m @@ -1,5 +1,5 @@ /* - Copyright (c) 2003-2023, Sveinbjorn Thordarson + Copyright (c) 2003-2024, Sveinbjorn Thordarson All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Documentation/Documentation.html b/Documentation/Documentation.html index 4c5be60a..6a03a3df 100644 --- a/Documentation/Documentation.html +++ b/Documentation/Documentation.html @@ -657,7 +657,7 @@

Where is the command line too

Can I customize the About window of a Platypus-generated app?

If you add a file named Credits.rtf or Credits.html to the bundled files list, it will appear in the About window of your application.


-

Copyright © 2003-2023 Sveinbjorn Thordarson

+

Copyright © 2003-2024 Sveinbjorn Thordarson

diff --git a/Documentation/Documentation.md b/Documentation/Documentation.md index 59621c57..b1081a83 100644 --- a/Documentation/Documentation.md +++ b/Documentation/Documentation.md @@ -696,4 +696,4 @@ If you add a file named **Credits.rtf** or **Credits.html** to the bundled files ---- -Copyright © 2003-2023 [Sveinbjorn Thordarson](mailto:sveinbjorn@sveinbjorn.org) +Copyright © 2003-2024 [Sveinbjorn Thordarson](mailto:sveinbjorn@sveinbjorn.org) diff --git a/Documentation/License.html b/Documentation/License.html index 4e72a28d..0470d17d 100644 --- a/Documentation/License.html +++ b/Documentation/License.html @@ -5,7 +5,7 @@
 
-    Copyright © 2003-2023, Sveinbjorn Thordarson <sveinbjorn@sveinbjorn.org>
+    Copyright © 2003-2024, Sveinbjorn Thordarson <sveinbjorn@sveinbjorn.org>
     All rights reserved.
     
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/LICENSE.txt b/LICENSE.txt
index b63546ac..5061ef87 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
 BSD 3-Clause License
 
-Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+Copyright (c) 2003-2024, Sveinbjorn Thordarson 
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/README.md b/README.md
index a4330641..6b5eb209 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ With these caveats in mind, here is the BSD-licensed source code to Platypus.
 
 ## BSD License 
 
-Copyright (c) 2003-2023 Sveinbjorn Thordarson <sveinbjorn@sveinbjorn.org>
+Copyright (c) 2003-2024 Sveinbjorn Thordarson <sveinbjorn@sveinbjorn.org>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification,
diff --git a/ScriptExec/Resources/ScriptExec-Info.plist b/ScriptExec/Resources/ScriptExec-Info.plist
index 848aa859..0f5deb96 100644
--- a/ScriptExec/Resources/ScriptExec-Info.plist
+++ b/ScriptExec/Resources/ScriptExec-Info.plist
@@ -83,7 +83,7 @@
 	LSMinimumSystemVersion
 	10.13
 	NSHumanReadableCopyright
-	© 2003-2023 Sveinbjorn Thordarson.
+	© 2003-2024 Sveinbjorn Thordarson.
 	CFBundleGetInfoString
 	© 2003-2023 Sveinbjorn Thordarson.
 	CFBundleVersion
diff --git a/ScriptExec/SEController.h b/ScriptExec/SEController.h
index 951caba3..8be55096 100644
--- a/ScriptExec/SEController.h
+++ b/ScriptExec/SEController.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/ScriptExec/SEController.m b/ScriptExec/SEController.m
index 9b61827a..0e1d9ea4 100644
--- a/ScriptExec/SEController.m
+++ b/ScriptExec/SEController.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/ScriptExec/SEJob.h b/ScriptExec/SEJob.h
index 56fcc765..5aca93bd 100644
--- a/ScriptExec/SEJob.h
+++ b/ScriptExec/SEJob.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/ScriptExec/SEJob.m b/ScriptExec/SEJob.m
index 3acad532..c2592a6e 100644
--- a/ScriptExec/SEJob.m
+++ b/ScriptExec/SEJob.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/ScriptExec/main.m b/ScriptExec/main.m
index 954445d7..d00eec2b 100644
--- a/ScriptExec/main.m
+++ b/ScriptExec/main.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/Alerts.h b/Shared/Alerts.h
index 3de8ce44..a63f885e 100644
--- a/Shared/Alerts.h
+++ b/Shared/Alerts.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/Alerts.m b/Shared/Alerts.m
index 5b8536bb..45c27f73 100644
--- a/Shared/Alerts.m
+++ b/Shared/Alerts.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/MutableDictProxy.h b/Shared/MutableDictProxy.h
index 4d1054c8..31068aa6 100644
--- a/Shared/MutableDictProxy.h
+++ b/Shared/MutableDictProxy.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/MutableDictProxy.m b/Shared/MutableDictProxy.m
index b192c11e..60561a27 100644
--- a/Shared/MutableDictProxy.m
+++ b/Shared/MutableDictProxy.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSBundle+Templates.h b/Shared/NSBundle+Templates.h
index ccaf7424..e723371d 100644
--- a/Shared/NSBundle+Templates.h
+++ b/Shared/NSBundle+Templates.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSBundle+Templates.m b/Shared/NSBundle+Templates.m
index e729751b..a0cef13b 100644
--- a/Shared/NSBundle+Templates.m
+++ b/Shared/NSBundle+Templates.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSColor+HexTools.h b/Shared/NSColor+HexTools.h
index b370e905..5320b724 100644
--- a/Shared/NSColor+HexTools.h
+++ b/Shared/NSColor+HexTools.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSColor+HexTools.m b/Shared/NSColor+HexTools.m
index c65eb300..786d5593 100644
--- a/Shared/NSColor+HexTools.m
+++ b/Shared/NSColor+HexTools.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSColor+Inverted.h b/Shared/NSColor+Inverted.h
index e5ee143f..b4b963ef 100644
--- a/Shared/NSColor+Inverted.h
+++ b/Shared/NSColor+Inverted.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSColor+Inverted.m b/Shared/NSColor+Inverted.m
index 80c3786e..202deb1a 100644
--- a/Shared/NSColor+Inverted.m
+++ b/Shared/NSColor+Inverted.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSFileManager+TempFiles.h b/Shared/NSFileManager+TempFiles.h
index b6266446..daf96ead 100644
--- a/Shared/NSFileManager+TempFiles.h
+++ b/Shared/NSFileManager+TempFiles.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSFileManager+TempFiles.m b/Shared/NSFileManager+TempFiles.m
index 785a5143..41d0d957 100644
--- a/Shared/NSFileManager+TempFiles.m
+++ b/Shared/NSFileManager+TempFiles.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSResponderNotifyingTableView.h b/Shared/NSResponderNotifyingTableView.h
index bfc56b33..8f7ff018 100644
--- a/Shared/NSResponderNotifyingTableView.h
+++ b/Shared/NSResponderNotifyingTableView.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSResponderNotifyingTableView.m b/Shared/NSResponderNotifyingTableView.m
index ca5a795e..1f6436a8 100644
--- a/Shared/NSResponderNotifyingTableView.m
+++ b/Shared/NSResponderNotifyingTableView.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSTask+Description.h b/Shared/NSTask+Description.h
index b51f379d..4615ba5e 100644
--- a/Shared/NSTask+Description.h
+++ b/Shared/NSTask+Description.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSTask+Description.m b/Shared/NSTask+Description.m
index f6c2855a..95161e89 100644
--- a/Shared/NSTask+Description.m
+++ b/Shared/NSTask+Description.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSWorkspace+Additions.h b/Shared/NSWorkspace+Additions.h
index cb7d80ea..a473c159 100644
--- a/Shared/NSWorkspace+Additions.h
+++ b/Shared/NSWorkspace+Additions.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/NSWorkspace+Additions.m b/Shared/NSWorkspace+Additions.m
index 66543e9a..10fd9379 100644
--- a/Shared/NSWorkspace+Additions.m
+++ b/Shared/NSWorkspace+Additions.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/PlatypusAppSpec.h b/Shared/PlatypusAppSpec.h
index 1160f00f..daf2fca7 100644
--- a/Shared/PlatypusAppSpec.h
+++ b/Shared/PlatypusAppSpec.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/PlatypusAppSpec.m b/Shared/PlatypusAppSpec.m
index 521b9ce5..0de4c545 100644
--- a/Shared/PlatypusAppSpec.m
+++ b/Shared/PlatypusAppSpec.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/PlatypusScriptUtils.h b/Shared/PlatypusScriptUtils.h
index c6c8696d..d9765b08 100644
--- a/Shared/PlatypusScriptUtils.h
+++ b/Shared/PlatypusScriptUtils.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/PlatypusScriptUtils.m b/Shared/PlatypusScriptUtils.m
index 7f3940c8..02083e5d 100644
--- a/Shared/PlatypusScriptUtils.m
+++ b/Shared/PlatypusScriptUtils.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/STDragImageView.h b/Shared/STDragImageView.h
index f7a30734..cd1d4f2f 100644
--- a/Shared/STDragImageView.h
+++ b/Shared/STDragImageView.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/STDragImageView.m b/Shared/STDragImageView.m
index 375f3bce..2b8e78fd 100644
--- a/Shared/STDragImageView.m
+++ b/Shared/STDragImageView.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/STDragWebView.h b/Shared/STDragWebView.h
index a389968f..ac0ecb9f 100644
--- a/Shared/STDragWebView.h
+++ b/Shared/STDragWebView.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/STDragWebView.m b/Shared/STDragWebView.m
index 09117f4d..b7a2bffa 100644
--- a/Shared/STDragWebView.m
+++ b/Shared/STDragWebView.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/STPathTextField.h b/Shared/STPathTextField.h
index 8b0db662..870f176e 100644
--- a/Shared/STPathTextField.h
+++ b/Shared/STPathTextField.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/STPathTextField.m b/Shared/STPathTextField.m
index 53751455..01771432 100644
--- a/Shared/STPathTextField.m
+++ b/Shared/STPathTextField.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/STPrivilegedTask.h b/Shared/STPrivilegedTask.h
index d981b8a4..d3581cfb 100644
--- a/Shared/STPrivilegedTask.h
+++ b/Shared/STPrivilegedTask.h
@@ -1,6 +1,6 @@
 /*
     STPrivilegedTask - NSTask-like wrapper around AuthorizationExecuteWithPrivileges
-    Copyright (C) 2009-2023 Sveinbjorn Thordarson 
+    Copyright (C) 2009-2024 Sveinbjorn Thordarson 
 
     BSD License
     Redistribution and use in source and binary forms, with or without
diff --git a/Shared/STPrivilegedTask.m b/Shared/STPrivilegedTask.m
index a13b364e..39cda162 100644
--- a/Shared/STPrivilegedTask.m
+++ b/Shared/STPrivilegedTask.m
@@ -1,6 +1,6 @@
 /*
     STPrivilegedTask - NSTask-like wrapper around AuthorizationExecuteWithPrivileges
-    Copyright (C) 2009-2023 Sveinbjorn Thordarson 
+    Copyright (C) 2009-2024 Sveinbjorn Thordarson 
 
     BSD License
     Redistribution and use in source and binary forms, with or without
diff --git a/Shared/STReverseDNSTextField.h b/Shared/STReverseDNSTextField.h
index 64580971..924ec857 100644
--- a/Shared/STReverseDNSTextField.h
+++ b/Shared/STReverseDNSTextField.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/STReverseDNSTextField.m b/Shared/STReverseDNSTextField.m
index b4a02ef9..b51cf91c 100644
--- a/Shared/STReverseDNSTextField.m
+++ b/Shared/STReverseDNSTextField.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/ThemeObservingTextView.h b/Shared/ThemeObservingTextView.h
index 7a12dc88..ac009c56 100644
--- a/Shared/ThemeObservingTextView.h
+++ b/Shared/ThemeObservingTextView.h
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,
diff --git a/Shared/ThemeObservingTextView.m b/Shared/ThemeObservingTextView.m
index 1b3b023b..fce6c16f 100644
--- a/Shared/ThemeObservingTextView.m
+++ b/Shared/ThemeObservingTextView.m
@@ -1,5 +1,5 @@
 /*
-    Copyright (c) 2003-2023, Sveinbjorn Thordarson 
+    Copyright (c) 2003-2024, Sveinbjorn Thordarson 
     All rights reserved.
 
     Redistribution and use in source and binary forms, with or without modification,