diff --git a/code/apps/Managed Software Center/MSCDockTilePlugin/Info.plist b/code/apps/Managed Software Center/MSCDockTilePlugin/Info.plist index 500f0b1f..f95b946c 100755 --- a/code/apps/Managed Software Center/MSCDockTilePlugin/Info.plist +++ b/code/apps/Managed Software Center/MSCDockTilePlugin/Info.plist @@ -19,7 +19,7 @@ CFBundleVersion 1 NSHumanReadableCopyright - Copyright © 2019-2022 The Munki Project. All rights reserved. + Copyright © 2019-2023 The Munki Project. All rights reserved. NSPrincipalClass MSCDockTilePlugin diff --git a/code/apps/Managed Software Center/MSCDockTilePlugin/MSCDockTilePlugIn.h b/code/apps/Managed Software Center/MSCDockTilePlugin/MSCDockTilePlugIn.h index b98c40d5..8b1cc864 100755 --- a/code/apps/Managed Software Center/MSCDockTilePlugin/MSCDockTilePlugIn.h +++ b/code/apps/Managed Software Center/MSCDockTilePlugin/MSCDockTilePlugIn.h @@ -2,7 +2,7 @@ File: MSCDockTilePlugIn.h - Copyright 2015-2022 Greg Neagle. + Copyright 2015-2023 Greg Neagle. Liberally adapted from Apple sample code: https://developer.apple.com/library/mac/samplecode/DockTile/Listings/DockTilePlugIn_DockTilePlugIn_h.html diff --git a/code/apps/Managed Software Center/MSCDockTilePlugin/MSCDockTilePlugIn.m b/code/apps/Managed Software Center/MSCDockTilePlugin/MSCDockTilePlugIn.m index db355ec1..416bf6f1 100755 --- a/code/apps/Managed Software Center/MSCDockTilePlugin/MSCDockTilePlugIn.m +++ b/code/apps/Managed Software Center/MSCDockTilePlugin/MSCDockTilePlugIn.m @@ -2,7 +2,7 @@ File: MSCDockTilePlugIn.m - Copyright 2015-2022 Greg Neagle. + Copyright 2015-2023 Greg Neagle. Liberally adapted from Apple sample code: https://developer.apple.com/library/mac/samplecode/DockTile/Listings/DockTilePlugIn_DockTilePlugIn_h.html diff --git a/code/apps/Managed Software Center/Managed Software Center/AppDelegate.swift b/code/apps/Managed Software Center/Managed Software Center/AppDelegate.swift index 89e71d5e..8a3b668a 100644 --- a/code/apps/Managed Software Center/Managed Software Center/AppDelegate.swift +++ b/code/apps/Managed Software Center/Managed Software Center/AppDelegate.swift @@ -3,7 +3,7 @@ // ManagedSoftwareCenter // // Created by Greg Neagle on 5/27/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/Managed Software Center/Managed Software Center/Base.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/Base.lproj/InfoPlist.strings index f5f077e4..624374d2 100644 --- a/code/apps/Managed Software Center/Managed Software Center/Base.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/Base.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Managed Software Center"; "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/Managed Software Center/Managed Software Center/Controllers/LogViewController.swift b/code/apps/Managed Software Center/Managed Software Center/Controllers/LogViewController.swift index 9f1c0f59..23774e77 100644 --- a/code/apps/Managed Software Center/Managed Software Center/Controllers/LogViewController.swift +++ b/code/apps/Managed Software Center/Managed Software Center/Controllers/LogViewController.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 5/20/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCAlertController.swift b/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCAlertController.swift index a4a3f9ff..07aa4779 100644 --- a/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCAlertController.swift +++ b/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCAlertController.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 7/15/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCPasswordAlertController.swift b/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCPasswordAlertController.swift index e51b2855..755db7a1 100644 --- a/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCPasswordAlertController.swift +++ b/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCPasswordAlertController.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 7/17/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCStatusController.swift b/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCStatusController.swift index c200b4ec..812b95d8 100644 --- a/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCStatusController.swift +++ b/code/apps/Managed Software Center/Managed Software Center/Controllers/MSCStatusController.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 7/11/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/Managed Software Center/Managed Software Center/Controllers/MainWindowController.swift b/code/apps/Managed Software Center/Managed Software Center/Controllers/MainWindowController.swift index cc1d5a5e..fecf893f 100755 --- a/code/apps/Managed Software Center/Managed Software Center/Controllers/MainWindowController.swift +++ b/code/apps/Managed Software Center/Managed Software Center/Controllers/MainWindowController.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/29/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/Managed Software Center/Managed Software Center/FoundationPlist.swift b/code/apps/Managed Software Center/Managed Software Center/FoundationPlist.swift index 91514889..e9b5cfa3 100644 --- a/code/apps/Managed Software Center/Managed Software Center/FoundationPlist.swift +++ b/code/apps/Managed Software Center/Managed Software Center/FoundationPlist.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 5/27/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/Managed Software Center/Managed Software Center/HtmlFilter.swift b/code/apps/Managed Software Center/Managed Software Center/HtmlFilter.swift index 467dee11..9969341b 100644 --- a/code/apps/Managed Software Center/Managed Software Center/HtmlFilter.swift +++ b/code/apps/Managed Software Center/Managed Software Center/HtmlFilter.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/15/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/Managed Software Center/Managed Software Center/Info.plist b/code/apps/Managed Software Center/Managed Software Center/Info.plist index 92e83fa0..0d78cc20 100644 --- a/code/apps/Managed Software Center/Managed Software Center/Info.plist +++ b/code/apps/Managed Software Center/Managed Software Center/Info.plist @@ -47,7 +47,7 @@ NSDockTilePlugIn MSCDockTilePlugin.docktileplugin NSHumanReadableCopyright - Copyright © 2019-2022 The Munki Project. All rights reserved. + Copyright © 2019-2023 The Munki Project. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/code/apps/Managed Software Center/Managed Software Center/Localization.swift b/code/apps/Managed Software Center/Managed Software Center/Localization.swift index c723aca1..041afdd7 100644 --- a/code/apps/Managed Software Center/Managed Software Center/Localization.swift +++ b/code/apps/Managed Software Center/Managed Software Center/Localization.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 27.05.18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/Managed Software Center/Managed Software Center/MSCBadgedTemplateImage.swift b/code/apps/Managed Software Center/Managed Software Center/MSCBadgedTemplateImage.swift index ae919b45..152980c4 100644 --- a/code/apps/Managed Software Center/Managed Software Center/MSCBadgedTemplateImage.swift +++ b/code/apps/Managed Software Center/Managed Software Center/MSCBadgedTemplateImage.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/5/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/Managed Software Center/Managed Software Center/MSCWebView.swift b/code/apps/Managed Software Center/Managed Software Center/MSCWebView.swift index c3f85f93..b9e9460f 100644 --- a/code/apps/Managed Software Center/Managed Software Center/MSCWebView.swift +++ b/code/apps/Managed Software Center/Managed Software Center/MSCWebView.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 9/9/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import WebKit diff --git a/code/apps/Managed Software Center/Managed Software Center/MunkiItems.swift b/code/apps/Managed Software Center/Managed Software Center/MunkiItems.swift index ee5a3d65..ffdc645b 100644 --- a/code/apps/Managed Software Center/Managed Software Center/MunkiItems.swift +++ b/code/apps/Managed Software Center/Managed Software Center/MunkiItems.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/7/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import AppKit diff --git a/code/apps/Managed Software Center/Managed Software Center/SelfService.swift b/code/apps/Managed Software Center/Managed Software Center/SelfService.swift index 1be8e7d9..9e7e749d 100644 --- a/code/apps/Managed Software Center/Managed Software Center/SelfService.swift +++ b/code/apps/Managed Software Center/Managed Software Center/SelfService.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/12/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/Managed Software Center/Managed Software Center/Socket.swift b/code/apps/Managed Software Center/Managed Software Center/Socket.swift index dc3e7c2a..92f3c0e7 100644 --- a/code/apps/Managed Software Center/Managed Software Center/Socket.swift +++ b/code/apps/Managed Software Center/Managed Software Center/Socket.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 7/23/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Darwin diff --git a/code/apps/Managed Software Center/Managed Software Center/Template.swift b/code/apps/Managed Software Center/Managed Software Center/Template.swift index 9323ef72..d60ebadf 100644 --- a/code/apps/Managed Software Center/Managed Software Center/Template.swift +++ b/code/apps/Managed Software Center/Managed Software Center/Template.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/15/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // // A lightweight Swift implementation of something like Python's string.Template diff --git a/code/apps/Managed Software Center/Managed Software Center/appleupdates.swift b/code/apps/Managed Software Center/Managed Software Center/appleupdates.swift index 311b9c52..25aa1e3e 100644 --- a/code/apps/Managed Software Center/Managed Software Center/appleupdates.swift +++ b/code/apps/Managed Software Center/Managed Software Center/appleupdates.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 4/11/20. -// Copyright © 2020-2022 The Munki Project. All rights reserved. +// Copyright © 2020-2023 The Munki Project. All rights reserved. // import AppKit diff --git a/code/apps/Managed Software Center/Managed Software Center/authrestart.swift b/code/apps/Managed Software Center/Managed Software Center/authrestart.swift index fb27b32a..d05356d6 100644 --- a/code/apps/Managed Software Center/Managed Software Center/authrestart.swift +++ b/code/apps/Managed Software Center/Managed Software Center/authrestart.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/29/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/Managed Software Center/Managed Software Center/da.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/da.lproj/InfoPlist.strings index 61edabb4..d16a23b8 100755 --- a/code/apps/Managed Software Center/Managed Software Center/da.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/da.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Managed Software Center"; "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file diff --git a/code/apps/Managed Software Center/Managed Software Center/de.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/de.lproj/InfoPlist.strings index 6805f9a5..b851c2ec 100755 --- a/code/apps/Managed Software Center/Managed Software Center/de.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/de.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Geführte Softwareaktualisierung"; "CFBundleDisplayName" = "Geführte Softwareaktualisierung"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file diff --git a/code/apps/Managed Software Center/Managed Software Center/en.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/en.lproj/InfoPlist.strings index f5f077e4..624374d2 100644 --- a/code/apps/Managed Software Center/Managed Software Center/en.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/en.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Managed Software Center"; "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/Managed Software Center/Managed Software Center/en_AU.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/en_AU.lproj/InfoPlist.strings index a9c41683..2b3bb7d6 100644 --- a/code/apps/Managed Software Center/Managed Software Center/en_AU.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/en_AU.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Managed Software Centre"; "CFBundleDisplayName" = "Managed Software Centre"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/Managed Software Center/Managed Software Center/en_CA.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/en_CA.lproj/InfoPlist.strings index a9c41683..2b3bb7d6 100644 --- a/code/apps/Managed Software Center/Managed Software Center/en_CA.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/en_CA.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Managed Software Centre"; "CFBundleDisplayName" = "Managed Software Centre"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/Managed Software Center/Managed Software Center/en_GB.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/en_GB.lproj/InfoPlist.strings index a9c41683..2b3bb7d6 100644 --- a/code/apps/Managed Software Center/Managed Software Center/en_GB.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/en_GB.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Managed Software Centre"; "CFBundleDisplayName" = "Managed Software Centre"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/Managed Software Center/Managed Software Center/es.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/es.lproj/InfoPlist.strings index 8973c82a..cea86beb 100755 --- a/code/apps/Managed Software Center/Managed Software Center/es.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/es.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Centro de aplicaciones"; "CFBundleDisplayName" = "Centro de aplicaciones"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/Managed Software Center/Managed Software Center/fi.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/fi.lproj/InfoPlist.strings index 61edabb4..d16a23b8 100755 --- a/code/apps/Managed Software Center/Managed Software Center/fi.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/fi.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Managed Software Center"; "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file diff --git a/code/apps/Managed Software Center/Managed Software Center/fr.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/fr.lproj/InfoPlist.strings index 6ed488a3..93c5ac66 100755 --- a/code/apps/Managed Software Center/Managed Software Center/fr.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/fr.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Centre de gestion des logiciels"; "CFBundleDisplayName" = "Centre de gestion des logiciels"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file diff --git a/code/apps/Managed Software Center/Managed Software Center/iconutils.swift b/code/apps/Managed Software Center/Managed Software Center/iconutils.swift index ec16fa0d..ab8d24f2 100644 --- a/code/apps/Managed Software Center/Managed Software Center/iconutils.swift +++ b/code/apps/Managed Software Center/Managed Software Center/iconutils.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/11/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/Managed Software Center/Managed Software Center/it.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/it.lproj/InfoPlist.strings index ddeacd2c..109249ac 100755 --- a/code/apps/Managed Software Center/Managed Software Center/it.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/it.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Centro Gestione Applicazioni"; "CFBundleDisplayName" = "Centro Gestione Applicazioni"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file diff --git a/code/apps/Managed Software Center/Managed Software Center/mschtml.swift b/code/apps/Managed Software Center/Managed Software Center/mschtml.swift index f2e7f9a1..086dcb48 100644 --- a/code/apps/Managed Software Center/Managed Software Center/mschtml.swift +++ b/code/apps/Managed Software Center/Managed Software Center/mschtml.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/15/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/Managed Software Center/Managed Software Center/msclib.swift b/code/apps/Managed Software Center/Managed Software Center/msclib.swift index 9f6e6b75..c2b90944 100644 --- a/code/apps/Managed Software Center/Managed Software Center/msclib.swift +++ b/code/apps/Managed Software Center/Managed Software Center/msclib.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/6/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/Managed Software Center/Managed Software Center/msclog.swift b/code/apps/Managed Software Center/Managed Software Center/msclog.swift index 8655a41a..5ce49a72 100644 --- a/code/apps/Managed Software Center/Managed Software Center/msclog.swift +++ b/code/apps/Managed Software Center/Managed Software Center/msclog.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/6/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/Managed Software Center/Managed Software Center/munki.swift b/code/apps/Managed Software Center/Managed Software Center/munki.swift index 595e8e20..7e2a3de5 100644 --- a/code/apps/Managed Software Center/Managed Software Center/munki.swift +++ b/code/apps/Managed Software Center/Managed Software Center/munki.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 5/27/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import AppKit diff --git a/code/apps/Managed Software Center/Managed Software Center/nb.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/nb.lproj/InfoPlist.strings index 61edabb4..d16a23b8 100755 --- a/code/apps/Managed Software Center/Managed Software Center/nb.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/nb.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Managed Software Center"; "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file diff --git a/code/apps/Managed Software Center/Managed Software Center/nl.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/nl.lproj/InfoPlist.strings index 61edabb4..d16a23b8 100755 --- a/code/apps/Managed Software Center/Managed Software Center/nl.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/nl.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Managed Software Center"; "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file diff --git a/code/apps/Managed Software Center/Managed Software Center/osinstaller.swift b/code/apps/Managed Software Center/Managed Software Center/osinstaller.swift index 0a803ad7..9bb57a8c 100644 --- a/code/apps/Managed Software Center/Managed Software Center/osinstaller.swift +++ b/code/apps/Managed Software Center/Managed Software Center/osinstaller.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 8/25/22. -// Copyright © 2022 The Munki Project. All rights reserved. +// Copyright © 2022-2023 The Munki Project. All rights reserved. // import AppKit diff --git a/code/apps/Managed Software Center/Managed Software Center/passwdutil.swift b/code/apps/Managed Software Center/Managed Software Center/passwdutil.swift index 9a9cf939..1daaf820 100644 --- a/code/apps/Managed Software Center/Managed Software Center/passwdutil.swift +++ b/code/apps/Managed Software Center/Managed Software Center/passwdutil.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 6/29/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/Managed Software Center/Managed Software Center/power.swift b/code/apps/Managed Software Center/Managed Software Center/power.swift index 95544611..fa1d5e8b 100644 --- a/code/apps/Managed Software Center/Managed Software Center/power.swift +++ b/code/apps/Managed Software Center/Managed Software Center/power.swift @@ -3,7 +3,7 @@ // Managed Software Center // // Created by Greg Neagle on 7/16/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/Managed Software Center/Managed Software Center/ru.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/ru.lproj/InfoPlist.strings index 38b208b2..397d3bea 100755 --- a/code/apps/Managed Software Center/Managed Software Center/ru.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/ru.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Центр Управления ПО"; "CFBundleDisplayName" = "Центр Управления ПО"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/Managed Software Center/Managed Software Center/sv.lproj/InfoPlist.strings b/code/apps/Managed Software Center/Managed Software Center/sv.lproj/InfoPlist.strings index 61edabb4..d16a23b8 100755 --- a/code/apps/Managed Software Center/Managed Software Center/sv.lproj/InfoPlist.strings +++ b/code/apps/Managed Software Center/Managed Software Center/sv.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Managed Software Center"; "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file diff --git a/code/apps/MunkiStatus/MunkiStatus/AppDelegate.swift b/code/apps/MunkiStatus/MunkiStatus/AppDelegate.swift index 84a82243..4c9dd9de 100644 --- a/code/apps/MunkiStatus/MunkiStatus/AppDelegate.swift +++ b/code/apps/MunkiStatus/MunkiStatus/AppDelegate.swift @@ -3,7 +3,7 @@ // MunkiStatus // // Created by Greg Neagle on 5/18/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/MunkiStatus/MunkiStatus/Info.plist b/code/apps/MunkiStatus/MunkiStatus/Info.plist index cde7b8a0..addd3a18 100644 --- a/code/apps/MunkiStatus/MunkiStatus/Info.plist +++ b/code/apps/MunkiStatus/MunkiStatus/Info.plist @@ -31,7 +31,7 @@ LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2019-2022 The Munki Project. All rights reserved. + Copyright © 2019-2023 The Munki Project. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/code/apps/MunkiStatus/MunkiStatus/Localization.swift b/code/apps/MunkiStatus/MunkiStatus/Localization.swift index fd0355b3..ccd43c18 100644 --- a/code/apps/MunkiStatus/MunkiStatus/Localization.swift +++ b/code/apps/MunkiStatus/MunkiStatus/Localization.swift @@ -3,7 +3,7 @@ // MunkiStatus // // Created by Greg Neagle on 27.05.18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/MunkiStatus/MunkiStatus/LogViewController.swift b/code/apps/MunkiStatus/MunkiStatus/LogViewController.swift index b21b35f7..33af3723 100644 --- a/code/apps/MunkiStatus/MunkiStatus/LogViewController.swift +++ b/code/apps/MunkiStatus/MunkiStatus/LogViewController.swift @@ -3,7 +3,7 @@ // MunkiStatus // // Created by Greg Neagle on 5/20/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/MunkiStatus/MunkiStatus/MunkiStatusViewController.swift b/code/apps/MunkiStatus/MunkiStatus/MunkiStatusViewController.swift index 4acac752..e7354d82 100644 --- a/code/apps/MunkiStatus/MunkiStatus/MunkiStatusViewController.swift +++ b/code/apps/MunkiStatus/MunkiStatus/MunkiStatusViewController.swift @@ -3,7 +3,7 @@ // MunkiStatus // // Created by Greg Neagle on 5/18/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/MunkiStatus/MunkiStatus/Utils.swift b/code/apps/MunkiStatus/MunkiStatus/Utils.swift index ec5e5dc5..79b6a10d 100644 --- a/code/apps/MunkiStatus/MunkiStatus/Utils.swift +++ b/code/apps/MunkiStatus/MunkiStatus/Utils.swift @@ -3,7 +3,7 @@ // MunkiStatus // // Created by Greg Neagle on 5/19/18. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // import Foundation diff --git a/code/apps/MunkiStatus/MunkiStatus/en.lproj/InfoPlist.strings b/code/apps/MunkiStatus/MunkiStatus/en.lproj/InfoPlist.strings index 4db797fa..01eeafb6 100644 --- a/code/apps/MunkiStatus/MunkiStatus/en.lproj/InfoPlist.strings +++ b/code/apps/MunkiStatus/MunkiStatus/en.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "MunkiStatus"; "CFBundleDisplayName" = "MunkiStatus"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/MunkiStatus/MunkiStatus/fr.lproj/InfoPlist.strings b/code/apps/MunkiStatus/MunkiStatus/fr.lproj/InfoPlist.strings index 6ed488a3..93c5ac66 100644 --- a/code/apps/MunkiStatus/MunkiStatus/fr.lproj/InfoPlist.strings +++ b/code/apps/MunkiStatus/MunkiStatus/fr.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "Centre de gestion des logiciels"; "CFBundleDisplayName" = "Centre de gestion des logiciels"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file diff --git a/code/apps/MunkiStatus/MunkiStatus/it.lproj/InfoPlist.strings b/code/apps/MunkiStatus/MunkiStatus/it.lproj/InfoPlist.strings index a6e51682..cd51525c 100644 --- a/code/apps/MunkiStatus/MunkiStatus/it.lproj/InfoPlist.strings +++ b/code/apps/MunkiStatus/MunkiStatus/it.lproj/InfoPlist.strings @@ -2,4 +2,4 @@ "CFBundleName" = "MunkiStatus"; "CFBundleDisplayName" = "MunkiStatus"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; \ No newline at end of file diff --git a/code/apps/MunkiStatus/MunkiStatus/main.swift b/code/apps/MunkiStatus/MunkiStatus/main.swift index 94dfb072..9f29bd87 100644 --- a/code/apps/MunkiStatus/MunkiStatus/main.swift +++ b/code/apps/MunkiStatus/MunkiStatus/main.swift @@ -3,7 +3,7 @@ // MunkiStatus // // Created by Greg Neagle on 8/27/19. -// Copyright © 2019-2022 The Munki Project. All rights reserved. +// Copyright © 2019-2023 The Munki Project. All rights reserved. // import Cocoa diff --git a/code/apps/munki-notifier/munki-notifier/AppDelegate.h b/code/apps/munki-notifier/munki-notifier/AppDelegate.h index b7e6d4d8..7064d887 100644 --- a/code/apps/munki-notifier/munki-notifier/AppDelegate.h +++ b/code/apps/munki-notifier/munki-notifier/AppDelegate.h @@ -3,7 +3,7 @@ // munki-notifier // // Created by Greg Neagle on 2/23/17. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // #import diff --git a/code/apps/munki-notifier/munki-notifier/AppDelegate.m b/code/apps/munki-notifier/munki-notifier/AppDelegate.m index fe395236..d570bc01 100644 --- a/code/apps/munki-notifier/munki-notifier/AppDelegate.m +++ b/code/apps/munki-notifier/munki-notifier/AppDelegate.m @@ -3,7 +3,7 @@ // munki-notifier // // Created by Greg Neagle on 2/23/17. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // Much code lifted and adapted from https://github.com/julienXX/terminal-notifier // diff --git a/code/apps/munki-notifier/munki-notifier/Info.plist b/code/apps/munki-notifier/munki-notifier/Info.plist index bc2d632e..f42e2d14 100644 --- a/code/apps/munki-notifier/munki-notifier/Info.plist +++ b/code/apps/munki-notifier/munki-notifier/Info.plist @@ -29,7 +29,7 @@ LSUIElement NSHumanReadableCopyright - Copyright © 2019-2022 The Munki Project. All rights reserved. + Copyright © 2019-2023 The Munki Project. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/code/apps/munki-notifier/munki-notifier/da.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/da.lproj/InfoPlist.strings index 58be87ea..e45e083f 100755 --- a/code/apps/munki-notifier/munki-notifier/da.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/da.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/de.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/de.lproj/InfoPlist.strings index b19a3a9d..80e91952 100755 --- a/code/apps/munki-notifier/munki-notifier/de.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/de.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Geführte Softwareaktualisierung"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/en-AU.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/en-AU.lproj/InfoPlist.strings index d4eef27d..3124f669 100644 --- a/code/apps/munki-notifier/munki-notifier/en-AU.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/en-AU.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Managed Software Centre"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/en-CA.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/en-CA.lproj/InfoPlist.strings index d4eef27d..3124f669 100644 --- a/code/apps/munki-notifier/munki-notifier/en-CA.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/en-CA.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Managed Software Centre"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/en-GB.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/en-GB.lproj/InfoPlist.strings index d4eef27d..3124f669 100644 --- a/code/apps/munki-notifier/munki-notifier/en-GB.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/en-GB.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Managed Software Centre"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/en.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/en.lproj/InfoPlist.strings index 58be87ea..e45e083f 100644 --- a/code/apps/munki-notifier/munki-notifier/en.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/en.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/es.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/es.lproj/InfoPlist.strings index 6e0e6adb..f4c83708 100755 --- a/code/apps/munki-notifier/munki-notifier/es.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/es.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Centro de aplicaciones"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/fi.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/fi.lproj/InfoPlist.strings index 58be87ea..e45e083f 100755 --- a/code/apps/munki-notifier/munki-notifier/fi.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/fi.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/fr.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/fr.lproj/InfoPlist.strings index 5a907c19..608f50cf 100755 --- a/code/apps/munki-notifier/munki-notifier/fr.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/fr.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Centre de gestion des logiciels"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/it.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/it.lproj/InfoPlist.strings index 1160a352..f22038c4 100755 --- a/code/apps/munki-notifier/munki-notifier/it.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/it.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Centro Gestione Applicazioni"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/ja.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/ja.lproj/InfoPlist.strings index 58be87ea..e45e083f 100755 --- a/code/apps/munki-notifier/munki-notifier/ja.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/ja.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/main.m b/code/apps/munki-notifier/munki-notifier/main.m index 11a1af5d..319c0ef9 100644 --- a/code/apps/munki-notifier/munki-notifier/main.m +++ b/code/apps/munki-notifier/munki-notifier/main.m @@ -3,7 +3,7 @@ // munki-notifier // // Created by Greg Neagle on 2/23/17. -// Copyright © 2018-2022 The Munki Project. All rights reserved. +// Copyright © 2018-2023 The Munki Project. All rights reserved. // #import diff --git a/code/apps/munki-notifier/munki-notifier/nb.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/nb.lproj/InfoPlist.strings index 58be87ea..e45e083f 100755 --- a/code/apps/munki-notifier/munki-notifier/nb.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/nb.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/nl.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/nl.lproj/InfoPlist.strings index 58be87ea..e45e083f 100755 --- a/code/apps/munki-notifier/munki-notifier/nl.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/nl.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/ru.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/ru.lproj/InfoPlist.strings index 1835591e..389e16b1 100755 --- a/code/apps/munki-notifier/munki-notifier/ru.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/ru.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Центр Управления ПО"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/apps/munki-notifier/munki-notifier/sv.lproj/InfoPlist.strings b/code/apps/munki-notifier/munki-notifier/sv.lproj/InfoPlist.strings index 58be87ea..e45e083f 100755 --- a/code/apps/munki-notifier/munki-notifier/sv.lproj/InfoPlist.strings +++ b/code/apps/munki-notifier/munki-notifier/sv.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* Localized versions of Info.plist keys */ "CFBundleDisplayName" = "Managed Software Center"; -NSHumanReadableCopyright = "Copyright © 2010-2022 The Munki Project\nhttps://github.com/munki/munki"; +NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki"; diff --git a/code/client/app_usage_monitor b/code/client/app_usage_monitor index 54265ae7..28bb75ff 100755 --- a/code/client/app_usage_monitor +++ b/code/client/app_usage_monitor @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/appusaged b/code/client/appusaged index ce5e16dc..3cac574c 100755 --- a/code/client/appusaged +++ b/code/client/appusaged @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2018-2022 Greg Neagle. +# Copyright 2018-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/authrestartd b/code/client/authrestartd index c6a44c8d..13f8fe4a 100755 --- a/code/client/authrestartd +++ b/code/client/authrestartd @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/iconimporter b/code/client/iconimporter index 410a68cc..9b9cbfdc 100755 --- a/code/client/iconimporter +++ b/code/client/iconimporter @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2010-2022 Greg Neagle. +# Copyright 2010-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/launchapp b/code/client/launchapp index 29746032..4bb3c987 100755 --- a/code/client/launchapp +++ b/code/client/launchapp @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2010-2022 Greg Neagle. +# Copyright 2010-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/logouthelper b/code/client/logouthelper index 90274ca5..a512e7c5 100755 --- a/code/client/logouthelper +++ b/code/client/logouthelper @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2011-2022 Greg Neagle. +# Copyright 2011-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/makecatalogs b/code/client/makecatalogs index 4b4b237c..4f426c86 100755 --- a/code/client/makecatalogs +++ b/code/client/makecatalogs @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/makepkginfo b/code/client/makepkginfo index 536c7bd5..5e42acd8 100755 --- a/code/client/makepkginfo +++ b/code/client/makepkginfo @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2008-2022 Greg Neagle. +# Copyright 2008-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/managedsoftwareupdate b/code/client/managedsoftwareupdate index 532cd698..9bb8a8e0 100755 --- a/code/client/managedsoftwareupdate +++ b/code/client/managedsoftwareupdate @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. @@ -900,7 +900,7 @@ def main(): munkilog.log("### Starting managedsoftwareupdate run: %s ###" % runtype) if options.verbose: print('Managed Software Update Tool') - print('Copyright 2010-2022 The Munki Project') + print('Copyright 2010-2023 The Munki Project') print('https://github.com/munki/munki\n') display.display_status_major('Starting...') diff --git a/code/client/manifestutil b/code/client/manifestutil index a5a71753..801d5301 100755 --- a/code/client/manifestutil +++ b/code/client/manifestutil @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2011-2022 Greg Neagle. +# Copyright 2011-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkiimport b/code/client/munkiimport index ede67dc8..62534471 100755 --- a/code/client/munkiimport +++ b/code/client/munkiimport @@ -2,7 +2,7 @@ # -*- python -*- # encoding: utf-8 # -# Copyright 2010-2022 Greg Neagle. +# Copyright 2010-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/FoundationPlist.py b/code/client/munkilib/FoundationPlist.py index 4f937e7c..9f83a89f 100644 --- a/code/client/munkilib/FoundationPlist.py +++ b/code/client/munkilib/FoundationPlist.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/admin/common.py b/code/client/munkilib/admin/common.py index b568fd1c..3e3dda12 100644 --- a/code/client/munkilib/admin/common.py +++ b/code/client/munkilib/admin/common.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/admin/makecatalogslib.py b/code/client/munkilib/admin/makecatalogslib.py index a032864d..816f9139 100644 --- a/code/client/munkilib/admin/makecatalogslib.py +++ b/code/client/munkilib/admin/makecatalogslib.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/admin/munkiimportlib.py b/code/client/munkilib/admin/munkiimportlib.py index d6e5e57a..6e1cd649 100644 --- a/code/client/munkilib/admin/munkiimportlib.py +++ b/code/client/munkilib/admin/munkiimportlib.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/admin/pkginfolib.py b/code/client/munkilib/admin/pkginfolib.py index efb3e8e1..8b491ff4 100755 --- a/code/client/munkilib/admin/pkginfolib.py +++ b/code/client/munkilib/admin/pkginfolib.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/adobeutils/adobeinfo.py b/code/client/munkilib/adobeutils/adobeinfo.py index 0fb8a45e..398acc3d 100644 --- a/code/client/munkilib/adobeutils/adobeinfo.py +++ b/code/client/munkilib/adobeutils/adobeinfo.py @@ -1,5 +1,5 @@ # encoding: utf-8 -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/adobeutils/core.py b/code/client/munkilib/adobeutils/core.py index 08cc3d8c..c7a7cbc3 100644 --- a/code/client/munkilib/adobeutils/core.py +++ b/code/client/munkilib/adobeutils/core.py @@ -1,5 +1,5 @@ # encoding: utf-8 -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/app_usage.py b/code/client/munkilib/app_usage.py index aa6d0df0..2bb37590 100644 --- a/code/client/munkilib/app_usage.py +++ b/code/client/munkilib/app_usage.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/appleupdates/au.py b/code/client/munkilib/appleupdates/au.py index a0f28b10..f40ca45a 100644 --- a/code/client/munkilib/appleupdates/au.py +++ b/code/client/munkilib/appleupdates/au.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/appleupdates/core.py b/code/client/munkilib/appleupdates/core.py index 2d1e8f10..b3f2a0df 100644 --- a/code/client/munkilib/appleupdates/core.py +++ b/code/client/munkilib/appleupdates/core.py @@ -1,5 +1,5 @@ # encoding: utf-8 -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/appleupdates/dist.py b/code/client/munkilib/appleupdates/dist.py index 6304fc9f..25dc34e5 100644 --- a/code/client/munkilib/appleupdates/dist.py +++ b/code/client/munkilib/appleupdates/dist.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/appleupdates/su_prefs.py b/code/client/munkilib/appleupdates/su_prefs.py index aa8838df..4ade2a2e 100644 --- a/code/client/munkilib/appleupdates/su_prefs.py +++ b/code/client/munkilib/appleupdates/su_prefs.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/appleupdates/su_tool.py b/code/client/munkilib/appleupdates/su_tool.py index 2da00bfc..b407cd86 100644 --- a/code/client/munkilib/appleupdates/su_tool.py +++ b/code/client/munkilib/appleupdates/su_tool.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2019-2022 Greg Neagle. +# Copyright 2019-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/appleupdates/sync.py b/code/client/munkilib/appleupdates/sync.py index 3a4cf181..49c4c0db 100644 --- a/code/client/munkilib/appleupdates/sync.py +++ b/code/client/munkilib/appleupdates/sync.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/authrestart/__init__.py b/code/client/munkilib/authrestart/__init__.py index b30bbe0b..50ab6392 100644 --- a/code/client/munkilib/authrestart/__init__.py +++ b/code/client/munkilib/authrestart/__init__.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/authrestart/client.py b/code/client/munkilib/authrestart/client.py index f28f7e8b..06d36ddf 100644 --- a/code/client/munkilib/authrestart/client.py +++ b/code/client/munkilib/authrestart/client.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/bootstrapping.py b/code/client/munkilib/bootstrapping.py index 2d55780e..561eb039 100644 --- a/code/client/munkilib/bootstrapping.py +++ b/code/client/munkilib/bootstrapping.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/cliutils.py b/code/client/munkilib/cliutils.py index 47860793..c3bab055 100644 --- a/code/client/munkilib/cliutils.py +++ b/code/client/munkilib/cliutils.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/constants.py b/code/client/munkilib/constants.py index 2c4a92f5..4ca25367 100644 --- a/code/client/munkilib/constants.py +++ b/code/client/munkilib/constants.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/display.py b/code/client/munkilib/display.py index 05a96a01..72d96dcc 100644 --- a/code/client/munkilib/display.py +++ b/code/client/munkilib/display.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/dmgutils.py b/code/client/munkilib/dmgutils.py index 3847d9a7..943106a6 100644 --- a/code/client/munkilib/dmgutils.py +++ b/code/client/munkilib/dmgutils.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/fetch.py b/code/client/munkilib/fetch.py index 5da85d4c..9aec0042 100644 --- a/code/client/munkilib/fetch.py +++ b/code/client/munkilib/fetch.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2011-2022 Greg Neagle. +# Copyright 2011-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/gurl.py b/code/client/munkilib/gurl.py index 7058fbd0..017b07ce 100644 --- a/code/client/munkilib/gurl.py +++ b/code/client/munkilib/gurl.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/iconutils.py b/code/client/munkilib/iconutils.py index 6904825a..3454193e 100644 --- a/code/client/munkilib/iconutils.py +++ b/code/client/munkilib/iconutils.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2010-2022 Greg Neagle. +# Copyright 2010-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/info.py b/code/client/munkilib/info.py index fa8b0966..201535b6 100644 --- a/code/client/munkilib/info.py +++ b/code/client/munkilib/info.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/installer/core.py b/code/client/munkilib/installer/core.py index 87faa45c..2b53eca2 100644 --- a/code/client/munkilib/installer/core.py +++ b/code/client/munkilib/installer/core.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/installer/dmg.py b/code/client/munkilib/installer/dmg.py index 1d302d26..b78f3937 100644 --- a/code/client/munkilib/installer/dmg.py +++ b/code/client/munkilib/installer/dmg.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/installer/pkg.py b/code/client/munkilib/installer/pkg.py index daa7e89b..a6815142 100644 --- a/code/client/munkilib/installer/pkg.py +++ b/code/client/munkilib/installer/pkg.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/installer/rmpkgs.py b/code/client/munkilib/installer/rmpkgs.py index 9c2cb15d..6a304d4b 100644 --- a/code/client/munkilib/installer/rmpkgs.py +++ b/code/client/munkilib/installer/rmpkgs.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/installinfo.py b/code/client/munkilib/installinfo.py index ec4626b5..5de315ef 100644 --- a/code/client/munkilib/installinfo.py +++ b/code/client/munkilib/installinfo.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/keychain.py b/code/client/munkilib/keychain.py index b1a4a699..1648ce25 100644 --- a/code/client/munkilib/keychain.py +++ b/code/client/munkilib/keychain.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2014-2022 Greg Neagle. +# Copyright 2014-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/launchd/__init__.py b/code/client/munkilib/launchd/__init__.py index d000230c..1d51e31c 100644 --- a/code/client/munkilib/launchd/__init__.py +++ b/code/client/munkilib/launchd/__init__.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2011-2022 Greg Neagle. +# Copyright 2011-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/munkicommon.py b/code/client/munkilib/munkicommon.py index 89c76a24..b16e0637 100644 --- a/code/client/munkilib/munkicommon.py +++ b/code/client/munkilib/munkicommon.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/munkihash.py b/code/client/munkilib/munkihash.py index 7e96ed14..6c9b6a39 100644 --- a/code/client/munkilib/munkihash.py +++ b/code/client/munkilib/munkihash.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/munkilog.py b/code/client/munkilib/munkilog.py index c50865e7..d9f83360 100644 --- a/code/client/munkilib/munkilog.py +++ b/code/client/munkilib/munkilog.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/munkistatus.py b/code/client/munkilib/munkistatus.py index c1b638f8..b36ce8e6 100644 --- a/code/client/munkilib/munkistatus.py +++ b/code/client/munkilib/munkistatus.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/osinstaller.py b/code/client/munkilib/osinstaller.py index 71e3e1bc..53d0d851 100644 --- a/code/client/munkilib/osinstaller.py +++ b/code/client/munkilib/osinstaller.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/osutils.py b/code/client/munkilib/osutils.py index 4df5e332..7da13d16 100644 --- a/code/client/munkilib/osutils.py +++ b/code/client/munkilib/osutils.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/pkgutils.py b/code/client/munkilib/pkgutils.py index 874e3b6e..893711ab 100644 --- a/code/client/munkilib/pkgutils.py +++ b/code/client/munkilib/pkgutils.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/powermgr.py b/code/client/munkilib/powermgr.py index 26e543cb..1836ef7b 100644 --- a/code/client/munkilib/powermgr.py +++ b/code/client/munkilib/powermgr.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/prefs.py b/code/client/munkilib/prefs.py index bb819541..78c73ece 100644 --- a/code/client/munkilib/prefs.py +++ b/code/client/munkilib/prefs.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/processes.py b/code/client/munkilib/processes.py index 66ff1f8e..ea567297 100644 --- a/code/client/munkilib/processes.py +++ b/code/client/munkilib/processes.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/profiles/core.py b/code/client/munkilib/profiles/core.py index 9159710a..c45cbeff 100644 --- a/code/client/munkilib/profiles/core.py +++ b/code/client/munkilib/profiles/core.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2014-2022 Greg Neagle. +# Copyright 2014-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/profiles/localmcx.py b/code/client/munkilib/profiles/localmcx.py index 5e5327e9..ef4f59f4 100644 --- a/code/client/munkilib/profiles/localmcx.py +++ b/code/client/munkilib/profiles/localmcx.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2014-2022 Greg Neagle. +# Copyright 2014-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/reports.py b/code/client/munkilib/reports.py index 50cc219d..49603490 100644 --- a/code/client/munkilib/reports.py +++ b/code/client/munkilib/reports.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/scriptutils.py b/code/client/munkilib/scriptutils.py index 7570570f..3866bd40 100644 --- a/code/client/munkilib/scriptutils.py +++ b/code/client/munkilib/scriptutils.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/analyze.py b/code/client/munkilib/updatecheck/analyze.py index a8ca0546..f41cd54d 100644 --- a/code/client/munkilib/updatecheck/analyze.py +++ b/code/client/munkilib/updatecheck/analyze.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/autoconfig.py b/code/client/munkilib/updatecheck/autoconfig.py index f303976f..cd526f4c 100644 --- a/code/client/munkilib/updatecheck/autoconfig.py +++ b/code/client/munkilib/updatecheck/autoconfig.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2018-2022 Greg Neagle. +# Copyright 2018-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/catalogs.py b/code/client/munkilib/updatecheck/catalogs.py index 75467fb0..3e7b2b00 100644 --- a/code/client/munkilib/updatecheck/catalogs.py +++ b/code/client/munkilib/updatecheck/catalogs.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/compare.py b/code/client/munkilib/updatecheck/compare.py index 8992fac0..5c483ff1 100644 --- a/code/client/munkilib/updatecheck/compare.py +++ b/code/client/munkilib/updatecheck/compare.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/core.py b/code/client/munkilib/updatecheck/core.py index 55455f63..826fec3f 100644 --- a/code/client/munkilib/updatecheck/core.py +++ b/code/client/munkilib/updatecheck/core.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/download.py b/code/client/munkilib/updatecheck/download.py index b2f31998..94861d16 100644 --- a/code/client/munkilib/updatecheck/download.py +++ b/code/client/munkilib/updatecheck/download.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/installationstate.py b/code/client/munkilib/updatecheck/installationstate.py index f7d50a6a..f3f27bcd 100644 --- a/code/client/munkilib/updatecheck/installationstate.py +++ b/code/client/munkilib/updatecheck/installationstate.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/licensing.py b/code/client/munkilib/updatecheck/licensing.py index f7fbb1de..b60e72d8 100644 --- a/code/client/munkilib/updatecheck/licensing.py +++ b/code/client/munkilib/updatecheck/licensing.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/manifestutils.py b/code/client/munkilib/updatecheck/manifestutils.py index edacfd0c..e2d0f722 100644 --- a/code/client/munkilib/updatecheck/manifestutils.py +++ b/code/client/munkilib/updatecheck/manifestutils.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/selfservice.py b/code/client/munkilib/updatecheck/selfservice.py index 39e80b5a..2509086b 100644 --- a/code/client/munkilib/updatecheck/selfservice.py +++ b/code/client/munkilib/updatecheck/selfservice.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2022 Greg Neagle. +# Copyright 2022-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/updatecheck/unused_software.py b/code/client/munkilib/updatecheck/unused_software.py index 7b1ca6ef..6c770cb4 100644 --- a/code/client/munkilib/updatecheck/unused_software.py +++ b/code/client/munkilib/updatecheck/unused_software.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2017-2022 Greg Neagle. +# Copyright 2017-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/munkilib/wrappers.py b/code/client/munkilib/wrappers.py index 33a35e14..13ee861b 100644 --- a/code/client/munkilib/wrappers.py +++ b/code/client/munkilib/wrappers.py @@ -1,6 +1,6 @@ # encoding: utf-8 # -# Copyright 2019-2022 Greg Neagle. +# Copyright 2019-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the 'License'); # you may not use this file except in compliance with the License. diff --git a/code/client/precache_agent b/code/client/precache_agent index dedf62da..4a6afe4b 100755 --- a/code/client/precache_agent +++ b/code/client/precache_agent @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2018-2022 Greg Neagle. +# Copyright 2018-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/removepackages b/code/client/removepackages index e4c7b162..6bf9dcbe 100755 --- a/code/client/removepackages +++ b/code/client/removepackages @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2009-2022 Greg Neagle. +# Copyright 2009-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/repoclean b/code/client/repoclean index 76acf111..3f939bc3 100755 --- a/code/client/repoclean +++ b/code/client/repoclean @@ -1,7 +1,7 @@ #!/usr/local/munki/munki-python # encoding: utf-8 # -# Copyright 2016-2022 Greg Neagle. +# Copyright 2016-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/code/client/tests/munkilib/display/test_display_unicode.py b/code/client/tests/munkilib/display/test_display_unicode.py index e05579ce..7c70baab 100755 --- a/code/client/tests/munkilib/display/test_display_unicode.py +++ b/code/client/tests/munkilib/display/test_display_unicode.py @@ -6,7 +6,7 @@ test_display_unicode.py Unit tests for display.display_* functions. """ -# Copyright 2014-2022 Greg Neagle. +# Copyright 2014-2023 Greg Neagle. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.