mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
Update copyright info
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2019-2022 The Munki Project. All rights reserved.</string>
|
||||
<string>Copyright © 2019-2023 The Munki Project. All rights reserved.</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>MSCDockTilePlugin</string>
|
||||
</dict>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<key>NSDockTilePlugIn</key>
|
||||
<string>MSCDockTilePlugin.docktileplugin</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2019-2022 The Munki Project. All rights reserved.</string>
|
||||
<string>Copyright © 2019-2023 The Munki Project. All rights reserved.</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
"CFBundleName" = "Geführte Softwareaktualisierung";
|
||||
"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";
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
@@ -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";
|
||||
NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki";
|
||||
@@ -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
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
"CFBundleName" = "Centro Gestione Applicazioni";
|
||||
"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";
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
@@ -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";
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
@@ -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
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2019-2022 The Munki Project. All rights reserved.</string>
|
||||
<string>Copyright © 2019-2023 The Munki Project. All rights reserved.</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
NSHumanReadableCopyright = "Copyright © 2010-2023 The Munki Project\nhttps://github.com/munki/munki";
|
||||
@@ -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";
|
||||
@@ -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
|
||||
|
||||
@@ -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 <Cocoa/Cocoa.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.
|
||||
// Much code lifted and adapted from https://github.com/julienXX/terminal-notifier
|
||||
//
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<key>LSUIElement</key>
|
||||
<true/>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2019-2022 The Munki Project. All rights reserved.</string>
|
||||
<string>Copyright © 2019-2023 The Munki Project. All rights reserved.</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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 <Cocoa/Cocoa.h>
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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...')
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user