diff --git a/code/cli/munki/shared/QuinnProcess.swift b/code/cli/munki/shared/QuinnProcess.swift new file mode 100644 index 00000000..ab246fe1 --- /dev/null +++ b/code/cli/munki/shared/QuinnProcess.swift @@ -0,0 +1,8 @@ +// +// QuinnProcess.swift +// managedsoftwareupdate +// +// Created by Greg Neagle on 7/26/24. +// + +import Foundation diff --git a/code/cli/munki/shared/installer/rmpkgs.swift b/code/cli/munki/shared/installer/rmpkgs.swift new file mode 100644 index 00000000..85e98d76 --- /dev/null +++ b/code/cli/munki/shared/installer/rmpkgs.swift @@ -0,0 +1,8 @@ +// +// rmpkgs.swift +// munki +// +// Created by Greg Neagle on 7/17/24. +// + +import Foundation diff --git a/code/cli/munki/shared/sqlite3.swift b/code/cli/munki/shared/sqlite3.swift new file mode 100644 index 00000000..0213eb32 --- /dev/null +++ b/code/cli/munki/shared/sqlite3.swift @@ -0,0 +1,8 @@ +// +// sqlite3.swift +// munki +// +// Created by Greg Neagle on 7/17/24. +// + +import Foundation diff --git a/code/cli/munki/shared/version.swift b/code/cli/munki/shared/version.swift index 9e8df7f3..23485831 100644 --- a/code/cli/munki/shared/version.swift +++ b/code/cli/munki/shared/version.swift @@ -4,6 +4,8 @@ // // Created by Greg Neagle on 7/15/24. // +// Copyright 2024 Greg Neagle. +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at