From dd7acc67ef0b3da79461012995a21e8b09322fd9 Mon Sep 17 00:00:00 2001 From: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> Date: Mon, 12 May 2025 11:05:39 -0400 Subject: [PATCH] Streamline headers & associated updates. Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> --- LICENSE | 2 +- README.md | 3 ++- Scripts/generate_package_swift | 1 - Sources/PrivateFrameworks/CommerceKit/CKDownloadDirectory.h | 1 - .../PrivateFrameworks/CommerceKit/CKDownloadQueueObserver.h | 1 - Sources/mas/.swiftlint.yml | 3 +-- Sources/mas/AppStore/AppleAccount.swift | 1 - Sources/mas/AppStore/Downloader.swift | 3 +-- Sources/mas/AppStore/ISORegion.swift | 1 - Sources/mas/AppStore/PurchaseDownloadObserver.swift | 3 +-- Sources/mas/AppStore/SSPurchase.swift | 3 +-- Sources/mas/Commands/Account.swift | 3 +-- Sources/mas/Commands/Config.swift | 1 - Sources/mas/Commands/Home.swift | 1 - Sources/mas/Commands/Info.swift | 1 - Sources/mas/Commands/Install.swift | 3 +-- Sources/mas/Commands/List.swift | 3 +-- Sources/mas/Commands/Lucky.swift | 1 - Sources/mas/Commands/Open.swift | 1 - Sources/mas/Commands/OptionGroups/AppIDsOptionGroup.swift | 1 - Sources/mas/Commands/OptionGroups/ForceOptionGroup.swift | 1 - Sources/mas/Commands/OptionGroups/SearchTermOptionGroup.swift | 1 - Sources/mas/Commands/OptionGroups/VerboseOptionGroup.swift | 1 - Sources/mas/Commands/Outdated.swift | 3 +-- Sources/mas/Commands/Purchase.swift | 3 +-- Sources/mas/Commands/Region.swift | 1 - Sources/mas/Commands/Reset.swift | 3 +-- Sources/mas/Commands/Search.swift | 1 - Sources/mas/Commands/SignIn.swift | 3 +-- Sources/mas/Commands/SignOut.swift | 3 +-- Sources/mas/Commands/Uninstall.swift | 1 - Sources/mas/Commands/Upgrade.swift | 3 +-- Sources/mas/Commands/Vendor.swift | 1 - Sources/mas/Commands/Version.swift | 3 +-- Sources/mas/Controllers/AppStoreSearcher.swift | 1 - Sources/mas/Controllers/ITunesSearchAppStoreSearcher.swift | 1 - Sources/mas/Controllers/SpotlightInstalledApps.swift | 1 - Sources/mas/Errors/MASError.swift | 3 +-- Sources/mas/Formatters/AppInfoFormatter.swift | 1 - Sources/mas/Formatters/AppListFormatter.swift | 1 - Sources/mas/Formatters/Printer.swift | 1 - Sources/mas/Formatters/SearchResultFormatter.swift | 1 - Sources/mas/MAS.swift | 1 - Sources/mas/Models/AppID.swift | 1 - Sources/mas/Models/InstalledApp.swift | 1 - Sources/mas/Models/SearchResult.swift | 1 - Sources/mas/Models/SearchResultList.swift | 1 - Sources/mas/Network/NetworkSession.swift | 1 - Sources/mas/Network/URL.swift | 1 - Sources/mas/Network/URLSession+NetworkSession.swift | 1 - Sources/mas/Utilities/Finder.swift | 1 - Sources/mas/Utilities/ProcessInfo.swift | 1 - Tests/masTests/.swiftlint.yml | 3 +-- Tests/masTests/Commands/AccountSpec.swift | 1 - Tests/masTests/Commands/HomeSpec.swift | 1 - Tests/masTests/Commands/InfoSpec.swift | 1 - Tests/masTests/Commands/InstallSpec.swift | 1 - Tests/masTests/Commands/ListSpec.swift | 1 - Tests/masTests/Commands/LuckySpec.swift | 1 - Tests/masTests/Commands/OpenSpec.swift | 1 - Tests/masTests/Commands/OutdatedSpec.swift | 1 - Tests/masTests/Commands/PurchaseSpec.swift | 1 - Tests/masTests/Commands/SearchSpec.swift | 1 - Tests/masTests/Commands/SignInSpec.swift | 1 - Tests/masTests/Commands/SignOutSpec.swift | 1 - Tests/masTests/Commands/UninstallSpec.swift | 1 - Tests/masTests/Commands/UpgradeSpec.swift | 1 - Tests/masTests/Commands/VendorSpec.swift | 1 - Tests/masTests/Commands/VersionSpec.swift | 1 - .../Controllers/ITunesSearchAppStoreSearcherSpec.swift | 1 - Tests/masTests/Controllers/MockAppStoreSearcher.swift | 1 - Tests/masTests/Extensions/Data.swift | 1 - Tests/masTests/Formatters/AppListFormatterSpec.swift | 1 - Tests/masTests/Formatters/SearchResultFormatterSpec.swift | 1 - Tests/masTests/Models/InstalledAppSpec.swift | 1 - Tests/masTests/Models/SearchResultListSpec.swift | 1 - Tests/masTests/Models/SearchResultSpec.swift | 1 - Tests/masTests/Network/MockNetworkSession.swift | 1 - Tests/masTests/Utilities/UnvaluedConsequences.swift | 1 - Tests/masTests/Utilities/ValuedConsequences.swift | 1 - 80 files changed, 19 insertions(+), 96 deletions(-) diff --git a/LICENSE b/LICENSE index e49d6001e..49b7f97ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Andrew Naylor +Copyright (c) 2015 Andrew Naylor, Ross Goldberg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2b172fecb..a08e0f2e9 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ Scripts/test Code is under the [MIT license](LICENSE). -mas was created by [@argon](https://github.com/argon). +mas was originally created by Andrew Naylor ([@argon on GitHub](https://github.com/argon) / +[@argon on X](https://x.com/argon)). [homebrew-bundle]: https://github.com/Homebrew/homebrew-bundle diff --git a/Scripts/generate_package_swift b/Scripts/generate_package_swift index b4c15e1fd..647d57dde 100755 --- a/Scripts/generate_package_swift +++ b/Scripts/generate_package_swift @@ -14,7 +14,6 @@ cat <Sources/mas/Package.swift // Package.swift // mas // -// Created by Scripts/generate_package_swift on $(date '+%Y-%m-%d'). // Copyright © $(date '+%Y') mas-cli. All rights reserved. // diff --git a/Sources/PrivateFrameworks/CommerceKit/CKDownloadDirectory.h b/Sources/PrivateFrameworks/CommerceKit/CKDownloadDirectory.h index f76117709..3763a6ce8 100644 --- a/Sources/PrivateFrameworks/CommerceKit/CKDownloadDirectory.h +++ b/Sources/PrivateFrameworks/CommerceKit/CKDownloadDirectory.h @@ -2,7 +2,6 @@ // CKDownloadDirectory.h // mas // -// Created by Ben Chatelain on 2018-07-08. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/PrivateFrameworks/CommerceKit/CKDownloadQueueObserver.h b/Sources/PrivateFrameworks/CommerceKit/CKDownloadQueueObserver.h index 7bb02ef31..f51f6698a 100644 --- a/Sources/PrivateFrameworks/CommerceKit/CKDownloadQueueObserver.h +++ b/Sources/PrivateFrameworks/CommerceKit/CKDownloadQueueObserver.h @@ -2,7 +2,6 @@ // CKDownloadQueueObserver.h // mas // -// Created by Ben Chatelain on 2018-07-08. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/mas/.swiftlint.yml b/Sources/mas/.swiftlint.yml index fb74dc3a0..95aefe70a 100644 --- a/Sources/mas/.swiftlint.yml +++ b/Sources/mas/.swiftlint.yml @@ -16,8 +16,7 @@ file_header: \/\/ SWIFTLINT_CURRENT_FILENAME \/\/ mas \/\/ - \/\/ Created by (.+?) on (20\d{2})-\d{2}-\d{2}\. - \/\/ Copyright © \2 (?:mas-cli|\1)\. All rights reserved\. + \/\/ Copyright © 20\d{2} mas-cli. All rights reserved\. \/\/ file_name: excluded: [Finder.swift, SpotlightInstalledApps.swift] diff --git a/Sources/mas/AppStore/AppleAccount.swift b/Sources/mas/AppStore/AppleAccount.swift index f0a147416..46d22c052 100644 --- a/Sources/mas/AppStore/AppleAccount.swift +++ b/Sources/mas/AppStore/AppleAccount.swift @@ -2,7 +2,6 @@ // AppleAccount.swift // mas // -// Created by Ross Goldberg on 2025-05-06. // Copyright © 2025 mas-cli. All rights reserved. // diff --git a/Sources/mas/AppStore/Downloader.swift b/Sources/mas/AppStore/Downloader.swift index 8a8366189..b160bceef 100644 --- a/Sources/mas/AppStore/Downloader.swift +++ b/Sources/mas/AppStore/Downloader.swift @@ -2,8 +2,7 @@ // Downloader.swift // mas // -// Created by Andrew Naylor on 2015-08-21. -// Copyright © 2015 Andrew Naylor. All rights reserved. +// Copyright © 2015 mas-cli. All rights reserved. // private import CommerceKit diff --git a/Sources/mas/AppStore/ISORegion.swift b/Sources/mas/AppStore/ISORegion.swift index f962fd6fa..67db54c61 100644 --- a/Sources/mas/AppStore/ISORegion.swift +++ b/Sources/mas/AppStore/ISORegion.swift @@ -2,7 +2,6 @@ // ISORegion.swift // mas // -// Created by Ross Goldberg on 2024-12-29. // Copyright © 2024 mas-cli. All rights reserved. // diff --git a/Sources/mas/AppStore/PurchaseDownloadObserver.swift b/Sources/mas/AppStore/PurchaseDownloadObserver.swift index 50adc65fa..e29d37821 100644 --- a/Sources/mas/AppStore/PurchaseDownloadObserver.swift +++ b/Sources/mas/AppStore/PurchaseDownloadObserver.swift @@ -2,8 +2,7 @@ // PurchaseDownloadObserver.swift // mas // -// Created by Andrew Naylor on 2015-08-21. -// Copyright © 2015 Andrew Naylor. All rights reserved. +// Copyright © 2015 mas-cli. All rights reserved. // internal import CommerceKit diff --git a/Sources/mas/AppStore/SSPurchase.swift b/Sources/mas/AppStore/SSPurchase.swift index ec93f7cca..8aebd623d 100644 --- a/Sources/mas/AppStore/SSPurchase.swift +++ b/Sources/mas/AppStore/SSPurchase.swift @@ -2,8 +2,7 @@ // SSPurchase.swift // mas // -// Created by Andrew Naylor on 2015-08-25. -// Copyright © 2015 Andrew Naylor. All rights reserved. +// Copyright © 2015 mas-cli. All rights reserved. // private import CommerceKit diff --git a/Sources/mas/Commands/Account.swift b/Sources/mas/Commands/Account.swift index 3ede79cb6..0157c055d 100644 --- a/Sources/mas/Commands/Account.swift +++ b/Sources/mas/Commands/Account.swift @@ -2,8 +2,7 @@ // Account.swift // mas // -// Created by Andrew Naylor on 2015-08-21. -// Copyright © 2015 Andrew Naylor. All rights reserved. +// Copyright © 2015 mas-cli. All rights reserved. // internal import ArgumentParser diff --git a/Sources/mas/Commands/Config.swift b/Sources/mas/Commands/Config.swift index 95957c7a1..96c0ac1a3 100644 --- a/Sources/mas/Commands/Config.swift +++ b/Sources/mas/Commands/Config.swift @@ -2,7 +2,6 @@ // Config.swift // mas // -// Created by Ross Goldberg on 2025-01-03. // Copyright © 2025 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/Home.swift b/Sources/mas/Commands/Home.swift index e0a024403..debdd6b81 100644 --- a/Sources/mas/Commands/Home.swift +++ b/Sources/mas/Commands/Home.swift @@ -2,7 +2,6 @@ // Home.swift // mas // -// Created by Ben Chatelain on 2018-12-29. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/Info.swift b/Sources/mas/Commands/Info.swift index 651b567dc..55de689c5 100644 --- a/Sources/mas/Commands/Info.swift +++ b/Sources/mas/Commands/Info.swift @@ -2,7 +2,6 @@ // Info.swift // mas // -// Created by Denis Lebedev on 2016-10-21. // Copyright © 2016 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/Install.swift b/Sources/mas/Commands/Install.swift index 5ea48930d..95d7f983f 100644 --- a/Sources/mas/Commands/Install.swift +++ b/Sources/mas/Commands/Install.swift @@ -2,8 +2,7 @@ // Install.swift // mas // -// Created by Andrew Naylor on 2015-08-21. -// Copyright © 2015 Andrew Naylor. All rights reserved. +// Copyright © 2015 mas-cli. All rights reserved. // internal import ArgumentParser diff --git a/Sources/mas/Commands/List.swift b/Sources/mas/Commands/List.swift index 25e46f0f0..e5cd265b1 100644 --- a/Sources/mas/Commands/List.swift +++ b/Sources/mas/Commands/List.swift @@ -2,8 +2,7 @@ // List.swift // mas // -// Created by Andrew Naylor on 2015-08-21. -// Copyright © 2015 Andrew Naylor. All rights reserved. +// Copyright © 2015 mas-cli. All rights reserved. // internal import ArgumentParser diff --git a/Sources/mas/Commands/Lucky.swift b/Sources/mas/Commands/Lucky.swift index c6cbb0c9c..65fdfa8c2 100644 --- a/Sources/mas/Commands/Lucky.swift +++ b/Sources/mas/Commands/Lucky.swift @@ -2,7 +2,6 @@ // Lucky.swift // mas // -// Created by Pablo Varela on 2017-05-11. // Copyright © 2017 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/Open.swift b/Sources/mas/Commands/Open.swift index 429579d9d..92db72e47 100644 --- a/Sources/mas/Commands/Open.swift +++ b/Sources/mas/Commands/Open.swift @@ -2,7 +2,6 @@ // Open.swift // mas // -// Created by Ben Chatelain on 2018-12-29. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/OptionGroups/AppIDsOptionGroup.swift b/Sources/mas/Commands/OptionGroups/AppIDsOptionGroup.swift index 98993a8c5..cb50007b9 100644 --- a/Sources/mas/Commands/OptionGroups/AppIDsOptionGroup.swift +++ b/Sources/mas/Commands/OptionGroups/AppIDsOptionGroup.swift @@ -2,7 +2,6 @@ // AppIDsOptionGroup.swift // mas // -// Created by Ross Goldberg on 2025-05-08. // Copyright © 2025 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/OptionGroups/ForceOptionGroup.swift b/Sources/mas/Commands/OptionGroups/ForceOptionGroup.swift index eefa9bad4..39b81af4a 100644 --- a/Sources/mas/Commands/OptionGroups/ForceOptionGroup.swift +++ b/Sources/mas/Commands/OptionGroups/ForceOptionGroup.swift @@ -2,7 +2,6 @@ // ForceOptionGroup.swift // mas // -// Created by Ross Goldberg on 2025-05-08. // Copyright © 2025 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/OptionGroups/SearchTermOptionGroup.swift b/Sources/mas/Commands/OptionGroups/SearchTermOptionGroup.swift index 9b8b532d2..f20971b91 100644 --- a/Sources/mas/Commands/OptionGroups/SearchTermOptionGroup.swift +++ b/Sources/mas/Commands/OptionGroups/SearchTermOptionGroup.swift @@ -2,7 +2,6 @@ // SearchTermOptionGroup.swift // mas // -// Created by Ross Goldberg on 2025-05-08. // Copyright © 2025 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/OptionGroups/VerboseOptionGroup.swift b/Sources/mas/Commands/OptionGroups/VerboseOptionGroup.swift index ad20f7dfd..766414ccd 100644 --- a/Sources/mas/Commands/OptionGroups/VerboseOptionGroup.swift +++ b/Sources/mas/Commands/OptionGroups/VerboseOptionGroup.swift @@ -2,7 +2,6 @@ // VerboseOptionGroup.swift // mas // -// Created by Ross Goldberg on 2025-05-08. // Copyright © 2025 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/Outdated.swift b/Sources/mas/Commands/Outdated.swift index 7fb8998ea..398d27320 100644 --- a/Sources/mas/Commands/Outdated.swift +++ b/Sources/mas/Commands/Outdated.swift @@ -2,8 +2,7 @@ // Outdated.swift // mas // -// Created by Andrew Naylor on 2015-08-21. -// Copyright © 2015 Andrew Naylor. All rights reserved. +// Copyright © 2015 mas-cli. All rights reserved. // internal import ArgumentParser diff --git a/Sources/mas/Commands/Purchase.swift b/Sources/mas/Commands/Purchase.swift index 9e2640d9f..27dad3704 100644 --- a/Sources/mas/Commands/Purchase.swift +++ b/Sources/mas/Commands/Purchase.swift @@ -2,8 +2,7 @@ // Purchase.swift // mas // -// Created by Jakob Rieck on 2017-10-24. -// Copyright © 2017 Jakob Rieck. All rights reserved. +// Copyright © 2017 mas-cli. All rights reserved. // internal import ArgumentParser diff --git a/Sources/mas/Commands/Region.swift b/Sources/mas/Commands/Region.swift index d6cb5b37e..f9cabe4b7 100644 --- a/Sources/mas/Commands/Region.swift +++ b/Sources/mas/Commands/Region.swift @@ -2,7 +2,6 @@ // Region.swift // mas // -// Created by Ross Goldberg on 2024-12-29. // Copyright © 2024 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/Reset.swift b/Sources/mas/Commands/Reset.swift index be28f395a..d205daa0e 100644 --- a/Sources/mas/Commands/Reset.swift +++ b/Sources/mas/Commands/Reset.swift @@ -2,8 +2,7 @@ // Reset.swift // mas // -// Created by Andrew Naylor on 2016-09-14. -// Copyright © 2016 Andrew Naylor. All rights reserved. +// Copyright © 2016 mas-cli. All rights reserved. // internal import ArgumentParser diff --git a/Sources/mas/Commands/Search.swift b/Sources/mas/Commands/Search.swift index 187029899..21a583e3a 100644 --- a/Sources/mas/Commands/Search.swift +++ b/Sources/mas/Commands/Search.swift @@ -2,7 +2,6 @@ // Search.swift // mas // -// Created by Michael Schneider on 2016-04-14. // Copyright © 2016 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/SignIn.swift b/Sources/mas/Commands/SignIn.swift index 5ebddb209..c8fca48f5 100644 --- a/Sources/mas/Commands/SignIn.swift +++ b/Sources/mas/Commands/SignIn.swift @@ -2,8 +2,7 @@ // SignIn.swift // mas // -// Created by Andrew Naylor on 2016-02-14. -// Copyright © 2016 Andrew Naylor. All rights reserved. +// Copyright © 2016 mas-cli. All rights reserved. // internal import ArgumentParser diff --git a/Sources/mas/Commands/SignOut.swift b/Sources/mas/Commands/SignOut.swift index d36b89e2e..4fe26ae63 100644 --- a/Sources/mas/Commands/SignOut.swift +++ b/Sources/mas/Commands/SignOut.swift @@ -2,8 +2,7 @@ // SignOut.swift // mas // -// Created by Andrew Naylor on 2016-02-14. -// Copyright © 2016 Andrew Naylor. All rights reserved. +// Copyright © 2016 mas-cli. All rights reserved. // internal import ArgumentParser diff --git a/Sources/mas/Commands/Uninstall.swift b/Sources/mas/Commands/Uninstall.swift index ee4eedbf7..062ee86d5 100644 --- a/Sources/mas/Commands/Uninstall.swift +++ b/Sources/mas/Commands/Uninstall.swift @@ -2,7 +2,6 @@ // Uninstall.swift // mas // -// Created by Ben Chatelain on 2018-12-27. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/Upgrade.swift b/Sources/mas/Commands/Upgrade.swift index d6f8e8fcf..4d9638d30 100644 --- a/Sources/mas/Commands/Upgrade.swift +++ b/Sources/mas/Commands/Upgrade.swift @@ -2,8 +2,7 @@ // Upgrade.swift // mas // -// Created by Andrew Naylor on 2015-12-30. -// Copyright © 2015 Andrew Naylor. All rights reserved. +// Copyright © 2015 mas-cli. All rights reserved. // internal import ArgumentParser diff --git a/Sources/mas/Commands/Vendor.swift b/Sources/mas/Commands/Vendor.swift index 295a5b921..b714aa124 100644 --- a/Sources/mas/Commands/Vendor.swift +++ b/Sources/mas/Commands/Vendor.swift @@ -2,7 +2,6 @@ // Vendor.swift // mas // -// Created by Ben Chatelain on 2018-12-29. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/mas/Commands/Version.swift b/Sources/mas/Commands/Version.swift index 15d9ba2b9..33dc99ff0 100644 --- a/Sources/mas/Commands/Version.swift +++ b/Sources/mas/Commands/Version.swift @@ -2,8 +2,7 @@ // Version.swift // mas // -// Created by Andrew Naylor on 2015-09-20. -// Copyright © 2015 Andrew Naylor. All rights reserved. +// Copyright © 2015 mas-cli. All rights reserved. // internal import ArgumentParser diff --git a/Sources/mas/Controllers/AppStoreSearcher.swift b/Sources/mas/Controllers/AppStoreSearcher.swift index 4f73acdd4..d6eaeaaba 100644 --- a/Sources/mas/Controllers/AppStoreSearcher.swift +++ b/Sources/mas/Controllers/AppStoreSearcher.swift @@ -2,7 +2,6 @@ // AppStoreSearcher.swift // mas // -// Created by Ben Chatelain on 2018-12-29. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/mas/Controllers/ITunesSearchAppStoreSearcher.swift b/Sources/mas/Controllers/ITunesSearchAppStoreSearcher.swift index d57f5709c..9961b46e8 100644 --- a/Sources/mas/Controllers/ITunesSearchAppStoreSearcher.swift +++ b/Sources/mas/Controllers/ITunesSearchAppStoreSearcher.swift @@ -2,7 +2,6 @@ // ITunesSearchAppStoreSearcher.swift // mas // -// Created by Ben Chatelain on 2018-12-29. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/mas/Controllers/SpotlightInstalledApps.swift b/Sources/mas/Controllers/SpotlightInstalledApps.swift index ea97eca45..4f905e26d 100644 --- a/Sources/mas/Controllers/SpotlightInstalledApps.swift +++ b/Sources/mas/Controllers/SpotlightInstalledApps.swift @@ -2,7 +2,6 @@ // SpotlightInstalledApps.swift // mas // -// Created by Ross Goldberg on 2025-04-09. // Copyright © 2025 mas-cli. All rights reserved. // diff --git a/Sources/mas/Errors/MASError.swift b/Sources/mas/Errors/MASError.swift index 183de5b02..3bfd45eac 100644 --- a/Sources/mas/Errors/MASError.swift +++ b/Sources/mas/Errors/MASError.swift @@ -2,8 +2,7 @@ // MASError.swift // mas // -// Created by Andrew Naylor on 2015-08-21. -// Copyright © 2015 Andrew Naylor. All rights reserved. +// Copyright © 2015 mas-cli. All rights reserved. // internal import Foundation diff --git a/Sources/mas/Formatters/AppInfoFormatter.swift b/Sources/mas/Formatters/AppInfoFormatter.swift index 12671d5c4..af566c237 100644 --- a/Sources/mas/Formatters/AppInfoFormatter.swift +++ b/Sources/mas/Formatters/AppInfoFormatter.swift @@ -2,7 +2,6 @@ // AppInfoFormatter.swift // mas // -// Created by Ben Chatelain on 2019-01-07. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Sources/mas/Formatters/AppListFormatter.swift b/Sources/mas/Formatters/AppListFormatter.swift index 2462a9a96..040d7d04d 100644 --- a/Sources/mas/Formatters/AppListFormatter.swift +++ b/Sources/mas/Formatters/AppListFormatter.swift @@ -2,7 +2,6 @@ // AppListFormatter.swift // mas // -// Created by Ben Chatelain on 2020-06-07. // Copyright © 2020 mas-cli. All rights reserved. // diff --git a/Sources/mas/Formatters/Printer.swift b/Sources/mas/Formatters/Printer.swift index 61348d202..c007afc77 100644 --- a/Sources/mas/Formatters/Printer.swift +++ b/Sources/mas/Formatters/Printer.swift @@ -2,7 +2,6 @@ // Printer.swift // mas // -// Created by Ross Goldberg on 2025-05-10. // Copyright © 2025 mas-cli. All rights reserved. // diff --git a/Sources/mas/Formatters/SearchResultFormatter.swift b/Sources/mas/Formatters/SearchResultFormatter.swift index 22f5d7b83..95faec20e 100644 --- a/Sources/mas/Formatters/SearchResultFormatter.swift +++ b/Sources/mas/Formatters/SearchResultFormatter.swift @@ -2,7 +2,6 @@ // SearchResultFormatter.swift // mas // -// Created by Ben Chatelain on 2019-01-11. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Sources/mas/MAS.swift b/Sources/mas/MAS.swift index e208f7e63..6ba129d8a 100644 --- a/Sources/mas/MAS.swift +++ b/Sources/mas/MAS.swift @@ -2,7 +2,6 @@ // MAS.swift // mas // -// Created by Chris Araman on 2021-04-22. // Copyright © 2021 mas-cli. All rights reserved. // diff --git a/Sources/mas/Models/AppID.swift b/Sources/mas/Models/AppID.swift index 88cd018e9..293ea80b6 100644 --- a/Sources/mas/Models/AppID.swift +++ b/Sources/mas/Models/AppID.swift @@ -2,7 +2,6 @@ // AppID.swift // mas // -// Created by Ross Goldberg on 2024-10-29. // Copyright © 2024 mas-cli. All rights reserved. // diff --git a/Sources/mas/Models/InstalledApp.swift b/Sources/mas/Models/InstalledApp.swift index d6ffaaa09..d8e01d07b 100644 --- a/Sources/mas/Models/InstalledApp.swift +++ b/Sources/mas/Models/InstalledApp.swift @@ -2,7 +2,6 @@ // InstalledApp.swift // mas // -// Created by Ben Chatelain on 2018-12-27. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/mas/Models/SearchResult.swift b/Sources/mas/Models/SearchResult.swift index 3e2e8477c..9a3c9650f 100644 --- a/Sources/mas/Models/SearchResult.swift +++ b/Sources/mas/Models/SearchResult.swift @@ -2,7 +2,6 @@ // SearchResult.swift // mas // -// Created by Ben Chatelain on 2018-12-29. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/mas/Models/SearchResultList.swift b/Sources/mas/Models/SearchResultList.swift index c5db0d12b..9a7e5b0cd 100644 --- a/Sources/mas/Models/SearchResultList.swift +++ b/Sources/mas/Models/SearchResultList.swift @@ -2,7 +2,6 @@ // SearchResultList.swift // mas // -// Created by Ben Chatelain on 2018-12-29. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Sources/mas/Network/NetworkSession.swift b/Sources/mas/Network/NetworkSession.swift index 6a76593d0..c1a986075 100644 --- a/Sources/mas/Network/NetworkSession.swift +++ b/Sources/mas/Network/NetworkSession.swift @@ -2,7 +2,6 @@ // NetworkSession.swift // mas // -// Created by Ben Chatelain on 2019-01-05. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Sources/mas/Network/URL.swift b/Sources/mas/Network/URL.swift index 7675b5a85..198fd8abf 100644 --- a/Sources/mas/Network/URL.swift +++ b/Sources/mas/Network/URL.swift @@ -2,7 +2,6 @@ // URL.swift // mas // -// Created by Ross Goldberg on 2024-10-28. // Copyright © 2024 mas-cli. All rights reserved. // diff --git a/Sources/mas/Network/URLSession+NetworkSession.swift b/Sources/mas/Network/URLSession+NetworkSession.swift index 2f3a52fb4..54c8f2ee8 100644 --- a/Sources/mas/Network/URLSession+NetworkSession.swift +++ b/Sources/mas/Network/URLSession+NetworkSession.swift @@ -2,7 +2,6 @@ // URLSession+NetworkSession.swift // mas // -// Created by Ben Chatelain on 2019-01-05. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Sources/mas/Utilities/Finder.swift b/Sources/mas/Utilities/Finder.swift index e0db80afc..c5616bee2 100644 --- a/Sources/mas/Utilities/Finder.swift +++ b/Sources/mas/Utilities/Finder.swift @@ -2,7 +2,6 @@ // Finder.swift // mas // -// Created by Ross Goldberg on 2024-10-23. // Copyright © 2024 mas-cli. All rights reserved. // diff --git a/Sources/mas/Utilities/ProcessInfo.swift b/Sources/mas/Utilities/ProcessInfo.swift index c8e89fa62..f63df6967 100644 --- a/Sources/mas/Utilities/ProcessInfo.swift +++ b/Sources/mas/Utilities/ProcessInfo.swift @@ -2,7 +2,6 @@ // ProcessInfo.swift // mas // -// Created by Ross Goldberg on 2024-10-29. // Copyright © 2024 mas-cli. All rights reserved. // diff --git a/Tests/masTests/.swiftlint.yml b/Tests/masTests/.swiftlint.yml index e80a74ecb..f6d84f05c 100644 --- a/Tests/masTests/.swiftlint.yml +++ b/Tests/masTests/.swiftlint.yml @@ -23,8 +23,7 @@ file_header: \/\/ SWIFTLINT_CURRENT_FILENAME \/\/ masTests \/\/ - \/\/ Created by .+? on (20\d{2})-\d{2}-\d{2}\. - \/\/ Copyright © \1 mas-cli\. All rights reserved\. + \/\/ Copyright © 20\d{2} mas-cli\. All rights reserved\. \/\/ function_body_length: warning: 85 diff --git a/Tests/masTests/Commands/AccountSpec.swift b/Tests/masTests/Commands/AccountSpec.swift index b2c51e653..5de4ceaa2 100644 --- a/Tests/masTests/Commands/AccountSpec.swift +++ b/Tests/masTests/Commands/AccountSpec.swift @@ -2,7 +2,6 @@ // AccountSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-28. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/HomeSpec.swift b/Tests/masTests/Commands/HomeSpec.swift index 5d377b316..a1b16dd47 100644 --- a/Tests/masTests/Commands/HomeSpec.swift +++ b/Tests/masTests/Commands/HomeSpec.swift @@ -2,7 +2,6 @@ // HomeSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-29. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/InfoSpec.swift b/Tests/masTests/Commands/InfoSpec.swift index 23f326f44..2c87a9067 100644 --- a/Tests/masTests/Commands/InfoSpec.swift +++ b/Tests/masTests/Commands/InfoSpec.swift @@ -2,7 +2,6 @@ // InfoSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-28. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/InstallSpec.swift b/Tests/masTests/Commands/InstallSpec.swift index b8c4401fc..a5d4959e3 100644 --- a/Tests/masTests/Commands/InstallSpec.swift +++ b/Tests/masTests/Commands/InstallSpec.swift @@ -2,7 +2,6 @@ // InstallSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-28. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/ListSpec.swift b/Tests/masTests/Commands/ListSpec.swift index a20cac67e..d6e6461d8 100644 --- a/Tests/masTests/Commands/ListSpec.swift +++ b/Tests/masTests/Commands/ListSpec.swift @@ -2,7 +2,6 @@ // ListSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-27. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/LuckySpec.swift b/Tests/masTests/Commands/LuckySpec.swift index 56460bad1..dd23f9d34 100644 --- a/Tests/masTests/Commands/LuckySpec.swift +++ b/Tests/masTests/Commands/LuckySpec.swift @@ -2,7 +2,6 @@ // LuckySpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-28. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/OpenSpec.swift b/Tests/masTests/Commands/OpenSpec.swift index 339491be4..c379dab36 100644 --- a/Tests/masTests/Commands/OpenSpec.swift +++ b/Tests/masTests/Commands/OpenSpec.swift @@ -2,7 +2,6 @@ // OpenSpec.swift // masTests // -// Created by Ben Chatelain on 2019-01-03. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/OutdatedSpec.swift b/Tests/masTests/Commands/OutdatedSpec.swift index b6891846a..8b65f6f9d 100644 --- a/Tests/masTests/Commands/OutdatedSpec.swift +++ b/Tests/masTests/Commands/OutdatedSpec.swift @@ -2,7 +2,6 @@ // OutdatedSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-28. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/PurchaseSpec.swift b/Tests/masTests/Commands/PurchaseSpec.swift index 447fa43b4..9e95eb695 100644 --- a/Tests/masTests/Commands/PurchaseSpec.swift +++ b/Tests/masTests/Commands/PurchaseSpec.swift @@ -2,7 +2,6 @@ // PurchaseSpec.swift // masTests // -// Created by Maximilian Blochberger on 2020-03-21. // Copyright © 2020 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/SearchSpec.swift b/Tests/masTests/Commands/SearchSpec.swift index 3d7148136..ec2ce63db 100644 --- a/Tests/masTests/Commands/SearchSpec.swift +++ b/Tests/masTests/Commands/SearchSpec.swift @@ -2,7 +2,6 @@ // SearchSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-28. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/SignInSpec.swift b/Tests/masTests/Commands/SignInSpec.swift index ae49c765f..8a60396cb 100644 --- a/Tests/masTests/Commands/SignInSpec.swift +++ b/Tests/masTests/Commands/SignInSpec.swift @@ -2,7 +2,6 @@ // SignInSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-28. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/SignOutSpec.swift b/Tests/masTests/Commands/SignOutSpec.swift index 8b985d0a3..f472dbb3a 100644 --- a/Tests/masTests/Commands/SignOutSpec.swift +++ b/Tests/masTests/Commands/SignOutSpec.swift @@ -2,7 +2,6 @@ // SignOutSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-28. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/UninstallSpec.swift b/Tests/masTests/Commands/UninstallSpec.swift index 7d623a0ba..3fcb5eadb 100644 --- a/Tests/masTests/Commands/UninstallSpec.swift +++ b/Tests/masTests/Commands/UninstallSpec.swift @@ -2,7 +2,6 @@ // UninstallSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-27. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/UpgradeSpec.swift b/Tests/masTests/Commands/UpgradeSpec.swift index 1b1856a2a..73bd1195a 100644 --- a/Tests/masTests/Commands/UpgradeSpec.swift +++ b/Tests/masTests/Commands/UpgradeSpec.swift @@ -2,7 +2,6 @@ // UpgradeSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-28. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/VendorSpec.swift b/Tests/masTests/Commands/VendorSpec.swift index 5aa8bfd3b..951468f96 100644 --- a/Tests/masTests/Commands/VendorSpec.swift +++ b/Tests/masTests/Commands/VendorSpec.swift @@ -2,7 +2,6 @@ // VendorSpec.swift // masTests // -// Created by Ben Chatelain on 2019-01-03. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Commands/VersionSpec.swift b/Tests/masTests/Commands/VersionSpec.swift index ea035337a..1567dc5ad 100644 --- a/Tests/masTests/Commands/VersionSpec.swift +++ b/Tests/masTests/Commands/VersionSpec.swift @@ -2,7 +2,6 @@ // VersionSpec.swift // masTests // -// Created by Ben Chatelain on 2018-12-28. // Copyright © 2018 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Controllers/ITunesSearchAppStoreSearcherSpec.swift b/Tests/masTests/Controllers/ITunesSearchAppStoreSearcherSpec.swift index f1b489cf8..fca7b226c 100644 --- a/Tests/masTests/Controllers/ITunesSearchAppStoreSearcherSpec.swift +++ b/Tests/masTests/Controllers/ITunesSearchAppStoreSearcherSpec.swift @@ -2,7 +2,6 @@ // ITunesSearchAppStoreSearcherSpec.swift // masTests // -// Created by Ben Chatelain on 2019-01-04. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Controllers/MockAppStoreSearcher.swift b/Tests/masTests/Controllers/MockAppStoreSearcher.swift index 2bb0f76c8..1a97032b8 100644 --- a/Tests/masTests/Controllers/MockAppStoreSearcher.swift +++ b/Tests/masTests/Controllers/MockAppStoreSearcher.swift @@ -2,7 +2,6 @@ // MockAppStoreSearcher.swift // masTests // -// Created by Ben Chatelain on 2019-01-04. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Extensions/Data.swift b/Tests/masTests/Extensions/Data.swift index f05034f89..54e88e378 100644 --- a/Tests/masTests/Extensions/Data.swift +++ b/Tests/masTests/Extensions/Data.swift @@ -2,7 +2,6 @@ // Data.swift // masTests // -// Created by Ben Chatelain on 2019-01-05. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Formatters/AppListFormatterSpec.swift b/Tests/masTests/Formatters/AppListFormatterSpec.swift index 9f9bd96f1..0bdf0f241 100644 --- a/Tests/masTests/Formatters/AppListFormatterSpec.swift +++ b/Tests/masTests/Formatters/AppListFormatterSpec.swift @@ -2,7 +2,6 @@ // AppListFormatterSpec.swift // masTests // -// Created by Ben Chatelain on 2020-08-23. // Copyright © 2020 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Formatters/SearchResultFormatterSpec.swift b/Tests/masTests/Formatters/SearchResultFormatterSpec.swift index 628a6453c..c918e4238 100644 --- a/Tests/masTests/Formatters/SearchResultFormatterSpec.swift +++ b/Tests/masTests/Formatters/SearchResultFormatterSpec.swift @@ -2,7 +2,6 @@ // SearchResultFormatterSpec.swift // masTests // -// Created by Ben Chatelain on 2019-01-14. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Models/InstalledAppSpec.swift b/Tests/masTests/Models/InstalledAppSpec.swift index 839b9f56d..4c0a6f848 100644 --- a/Tests/masTests/Models/InstalledAppSpec.swift +++ b/Tests/masTests/Models/InstalledAppSpec.swift @@ -2,7 +2,6 @@ // InstalledAppSpec.swift // masTests // -// Created by Ben Chatelain on 2021-09-30. // Copyright © 2021 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Models/SearchResultListSpec.swift b/Tests/masTests/Models/SearchResultListSpec.swift index a989c1347..10a07a306 100644 --- a/Tests/masTests/Models/SearchResultListSpec.swift +++ b/Tests/masTests/Models/SearchResultListSpec.swift @@ -2,7 +2,6 @@ // SearchResultListSpec.swift // masTests // -// Created by Ben Chatelain on 2020-09-02. // Copyright © 2020 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Models/SearchResultSpec.swift b/Tests/masTests/Models/SearchResultSpec.swift index d89a45260..9ea5f5834 100644 --- a/Tests/masTests/Models/SearchResultSpec.swift +++ b/Tests/masTests/Models/SearchResultSpec.swift @@ -2,7 +2,6 @@ // SearchResultSpec.swift // masTests // -// Created by Ben Chatelain on 2020-09-02. // Copyright © 2020 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Network/MockNetworkSession.swift b/Tests/masTests/Network/MockNetworkSession.swift index a72ad8f5e..a462883a9 100644 --- a/Tests/masTests/Network/MockNetworkSession.swift +++ b/Tests/masTests/Network/MockNetworkSession.swift @@ -2,7 +2,6 @@ // MockNetworkSession.swift // masTests // -// Created by Ben Chatelain on 2019-01-05. // Copyright © 2019 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Utilities/UnvaluedConsequences.swift b/Tests/masTests/Utilities/UnvaluedConsequences.swift index ee47fbba1..9140720df 100644 --- a/Tests/masTests/Utilities/UnvaluedConsequences.swift +++ b/Tests/masTests/Utilities/UnvaluedConsequences.swift @@ -2,7 +2,6 @@ // UnvaluedConsequences.swift // masTests // -// Created by Ross Goldberg on 2024-12-29. // Copyright © 2024 mas-cli. All rights reserved. // diff --git a/Tests/masTests/Utilities/ValuedConsequences.swift b/Tests/masTests/Utilities/ValuedConsequences.swift index 5c0334282..66a6546a3 100644 --- a/Tests/masTests/Utilities/ValuedConsequences.swift +++ b/Tests/masTests/Utilities/ValuedConsequences.swift @@ -2,7 +2,6 @@ // ValuedConsequences.swift // masTests // -// Created by Ross Goldberg on 2024-12-29. // Copyright © 2024 mas-cli. All rights reserved. //