From cb7cdb3001f5e0a00db54db63964faebb280ddaf Mon Sep 17 00:00:00 2001 From: metablaster <44481081+metablaster@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:38:07 +0100 Subject: [PATCH] update copyright years for 2024 --- Config/ProjectSettings.ps1 | 2 +- LICENSE | 2 +- Modules/Import-All.ps1 | 2 +- Modules/Ruleset.Compatibility/Ruleset.Compatibility.psd1 | 2 +- Modules/Ruleset.ComputerInfo/Public/ConvertFrom-OSBuild.ps1 | 2 +- Modules/Ruleset.ComputerInfo/Public/Get-InterfaceAlias.ps1 | 2 +- .../Ruleset.ComputerInfo/Public/Get-InterfaceBroadcast.ps1 | 2 +- Modules/Ruleset.ComputerInfo/Public/Get-SystemSKU.ps1 | 2 +- Modules/Ruleset.ComputerInfo/Public/Resolve-Host.ps1 | 2 +- Modules/Ruleset.ComputerInfo/Public/Select-IPInterface.ps1 | 2 +- Modules/Ruleset.ComputerInfo/Public/Test-Computer.ps1 | 2 +- Modules/Ruleset.ComputerInfo/Public/Test-DnsName.ps1 | 2 +- Modules/Ruleset.ComputerInfo/Public/Test-NetBiosName.ps1 | 2 +- Modules/Ruleset.ComputerInfo/Public/Test-UNC.ps1 | 2 +- Modules/Ruleset.ComputerInfo/Ruleset.ComputerInfo.psd1 | 4 ++-- Modules/Ruleset.ComputerInfo/Ruleset.ComputerInfo.psm1 | 2 +- Modules/Ruleset.Firewall/Private/Convert-ArrayToList.ps1 | 2 +- Modules/Ruleset.Firewall/Private/Convert-ListToArray.ps1 | 2 +- Modules/Ruleset.Firewall/Private/Convert-ListToMultiLine.ps1 | 2 +- Modules/Ruleset.Firewall/Private/Convert-MultiLineToList.ps1 | 2 +- Modules/Ruleset.Firewall/Private/Convert-ValueToBoolean.ps1 | 2 +- Modules/Ruleset.Firewall/Private/ConvertFrom-Protocol.ps1 | 2 +- Modules/Ruleset.Firewall/Private/Get-ObjectMember.ps1 | 2 +- Modules/Ruleset.Firewall/Private/Restore-IfBlank.ps1 | 2 +- Modules/Ruleset.Firewall/Public/Export-FirewallRule.ps1 | 2 +- Modules/Ruleset.Firewall/Public/Export-FirewallSetting.ps1 | 2 +- Modules/Ruleset.Firewall/Public/Export-RegistryRule.ps1 | 2 +- Modules/Ruleset.Firewall/Public/Find-RulePrincipal.ps1 | 2 +- Modules/Ruleset.Firewall/Public/Find-WeakRule.ps1 | 2 +- Modules/Ruleset.Firewall/Public/Format-RuleOutput.ps1 | 2 +- Modules/Ruleset.Firewall/Public/Get-RegistryRule.ps1 | 2 +- Modules/Ruleset.Firewall/Public/Import-FirewallRule.ps1 | 2 +- Modules/Ruleset.Firewall/Public/Import-FirewallSetting.ps1 | 2 +- Modules/Ruleset.Firewall/Public/Remove-FirewallRule.ps1 | 2 +- Modules/Ruleset.Firewall/Ruleset.Firewall.psd1 | 4 ++-- Modules/Ruleset.Firewall/Ruleset.Firewall.psm1 | 2 +- Modules/Ruleset.IP/Ruleset.IP.psd1 | 2 +- .../Ruleset.Initialize/Private/Find-UpdatableModuleHelp.ps1 | 2 +- Modules/Ruleset.Initialize/Public/Find-DuplicateModule.ps1 | 2 +- Modules/Ruleset.Initialize/Public/Initialize-Connection.ps1 | 2 +- Modules/Ruleset.Initialize/Public/Initialize-Module.ps1 | 2 +- Modules/Ruleset.Initialize/Public/Initialize-Project.ps1 | 4 ++-- Modules/Ruleset.Initialize/Public/Initialize-Provider.ps1 | 2 +- Modules/Ruleset.Initialize/Public/Initialize-Service.ps1 | 2 +- .../Ruleset.Initialize/Public/Uninstall-DuplicateModule.ps1 | 2 +- Modules/Ruleset.Initialize/Public/Update-ModuleHelp.ps1 | 2 +- Modules/Ruleset.Initialize/Ruleset.Initialize.psd1 | 4 ++-- Modules/Ruleset.Initialize/Ruleset.Initialize.psm1 | 2 +- Modules/Ruleset.Initialize/Scripts/ModuleDirectories.ps1 | 2 +- Modules/Ruleset.Logging/Private/Initialize-Log.ps1 | 2 +- Modules/Ruleset.Logging/Public/Update-Log.ps1 | 2 +- Modules/Ruleset.Logging/Public/Write-LogFile.ps1 | 2 +- Modules/Ruleset.Logging/Ruleset.Logging.psd1 | 4 ++-- Modules/Ruleset.Logging/Ruleset.Logging.psm1 | 2 +- Modules/Ruleset.ProgramInfo/Private/Edit-Table.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Private/Initialize-Table.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Private/Show-Table.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Private/Update-Table.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Confirm-Installation.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Format-Path.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-AllUserProgram.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-AppCapability.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-AppSID.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-ExecutablePath.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-NetFramework.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-OneDrive.ps1 | 2 +- .../Ruleset.ProgramInfo/Public/Get-SqlManagementStudio.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-SqlServerInstance.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-SystemApp.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-SystemProgram.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-UserApp.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-UserProgram.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-WindowsDefender.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-WindowsKit.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Get-WindowsSDK.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Search-Installation.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Test-ExecutableFile.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Test-FileSystemPath.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Test-Service.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Public/Test-VirusTotal.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Ruleset.ProgramInfo.psd1 | 4 ++-- Modules/Ruleset.ProgramInfo/Ruleset.ProgramInfo.psm1 | 2 +- Modules/Ruleset.ProgramInfo/Scripts/AppxModule.ps1 | 2 +- Modules/Ruleset.ProgramInfo/Scripts/TargetProgram.ps1 | 2 +- Modules/Ruleset.Remote/Private/Initialize-WinRM.ps1 | 2 +- Modules/Ruleset.Remote/Private/Restore-NetProfile.ps1 | 2 +- Modules/Ruleset.Remote/Private/Unblock-NetProfile.ps1 | 2 +- Modules/Ruleset.Remote/Public/Connect-Computer.ps1 | 2 +- Modules/Ruleset.Remote/Public/Disable-RemoteRegistry.ps1 | 2 +- Modules/Ruleset.Remote/Public/Disable-WinRMServer.ps1 | 2 +- Modules/Ruleset.Remote/Public/Disconnect-Computer.ps1 | 2 +- Modules/Ruleset.Remote/Public/Enable-RemoteRegistry.ps1 | 2 +- Modules/Ruleset.Remote/Public/Enable-WinRMServer.ps1 | 2 +- Modules/Ruleset.Remote/Public/Export-WinRM.ps1 | 2 +- Modules/Ruleset.Remote/Public/Import-WinRM.ps1 | 2 +- Modules/Ruleset.Remote/Public/Publish-SshKey.ps1 | 2 +- Modules/Ruleset.Remote/Public/Register-SslCertificate.ps1 | 2 +- Modules/Ruleset.Remote/Public/Reset-WinRM.ps1 | 2 +- Modules/Ruleset.Remote/Public/Set-WinRMClient.ps1 | 2 +- Modules/Ruleset.Remote/Public/Show-WinRMConfig.ps1 | 2 +- Modules/Ruleset.Remote/Public/Test-RemoteRegistry.ps1 | 2 +- Modules/Ruleset.Remote/Public/Test-WinRM.ps1 | 2 +- Modules/Ruleset.Remote/Public/Unregister-SslCertificate.ps1 | 2 +- Modules/Ruleset.Remote/Ruleset.Remote.psd1 | 4 ++-- Modules/Ruleset.Remote/Ruleset.Remote.psm1 | 2 +- Modules/Ruleset.Remote/Scripts/LocalFirewall.pssc | 4 ++-- Modules/Ruleset.Remote/Scripts/RemoteFirewall.pssc | 4 ++-- Modules/Ruleset.Remote/Scripts/SessionSettings.ps1 | 2 +- Modules/Ruleset.Remote/Scripts/SessionStartupScript.ps1 | 2 +- Modules/Ruleset.Remote/Scripts/WinRMSettings.ps1 | 2 +- Modules/Ruleset.Test/Public/Enter-Test.ps1 | 2 +- Modules/Ruleset.Test/Public/Exit-Test.ps1 | 2 +- Modules/Ruleset.Test/Public/New-Section.ps1 | 2 +- Modules/Ruleset.Test/Public/Reset-TestDrive.ps1 | 2 +- Modules/Ruleset.Test/Public/Restore-Test.ps1 | 2 +- Modules/Ruleset.Test/Public/Start-Test.ps1 | 2 +- Modules/Ruleset.Test/Public/Test-MarkdownLink.ps1 | 2 +- Modules/Ruleset.Test/Public/Test-Output.ps1 | 2 +- Modules/Ruleset.Test/Ruleset.Test.psd1 | 4 ++-- Modules/Ruleset.Test/Ruleset.Test.psm1 | 2 +- Modules/Ruleset.UserInfo/Public/ConvertFrom-SDDL.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/ConvertFrom-SID.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/Get-GroupPrincipal.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/Get-GroupSID.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/Get-PathSDDL.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/Get-PrincipalSID.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/Get-SDDL.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/Get-UserGroup.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/Merge-SDDL.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/Split-Principal.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/Test-SDDL.ps1 | 2 +- Modules/Ruleset.UserInfo/Public/Test-UPN.ps1 | 2 +- Modules/Ruleset.UserInfo/Ruleset.UserInfo.psd1 | 4 ++-- Modules/Ruleset.UserInfo/Ruleset.UserInfo.psm1 | 2 +- Modules/Ruleset.Utility/Private/Convert-EncodingString.ps1 | 2 +- Modules/Ruleset.Utility/Private/Set-Privilege.ps1 | 2 +- Modules/Ruleset.Utility/Public/Approve-Execute.ps1 | 2 +- Modules/Ruleset.Utility/Public/Compare-Path.ps1 | 2 +- Modules/Ruleset.Utility/Public/Confirm-FileEncoding.ps1 | 2 +- Modules/Ruleset.Utility/Public/ConvertFrom-Wildcard.ps1 | 2 +- Modules/Ruleset.Utility/Public/Format-ComputerName.ps1 | 2 +- Modules/Ruleset.Utility/Public/Get-FileEncoding.ps1 | 2 +- Modules/Ruleset.Utility/Public/Get-TypeName.ps1 | 2 +- Modules/Ruleset.Utility/Public/Invoke-Process.ps1 | 2 +- Modules/Ruleset.Utility/Public/Resolve-FileSystemPath.ps1 | 2 +- Modules/Ruleset.Utility/Public/Select-EnvironmentVariable.ps1 | 2 +- Modules/Ruleset.Utility/Public/Set-NetworkProfile.ps1 | 2 +- Modules/Ruleset.Utility/Public/Set-Permission.ps1 | 2 +- Modules/Ruleset.Utility/Public/Set-ScreenBuffer.ps1 | 2 +- Modules/Ruleset.Utility/Public/Set-Shortcut.ps1 | 2 +- Modules/Ruleset.Utility/Public/Write-ColorMessage.ps1 | 2 +- Modules/Ruleset.Utility/Public/Write-ServiceList.ps1 | 2 +- Modules/Ruleset.Utility/Ruleset.Utility.psd1 | 4 ++-- Modules/Ruleset.Utility/Ruleset.Utility.psm1 | 2 +- Rules/DefaultParameters.ps1 | 2 +- Rules/IPv4/IPSetup.ps1 | 2 +- Rules/IPv4/Inbound/AdditionalNetworking.ps1 | 2 +- Rules/IPv4/Inbound/Broadcast.ps1 | 2 +- Rules/IPv4/Inbound/CoreNetworking.ps1 | 2 +- Rules/IPv4/Inbound/Development/EpicGames.ps1 | 2 +- Rules/IPv4/Inbound/DirectionSetup.ps1 | 2 +- Rules/IPv4/Inbound/ICMP.ps1 | 2 +- Rules/IPv4/Inbound/Multicast.ps1 | 2 +- Rules/IPv4/Inbound/NetworkDiscovery.ps1 | 2 +- Rules/IPv4/Inbound/NetworkSharing.ps1 | 2 +- Rules/IPv4/Inbound/RemoteWindows.ps1 | 2 +- Rules/IPv4/Inbound/Server/SshServer.ps1 | 2 +- Rules/IPv4/Inbound/Software/Calibre.ps1 | 2 +- Rules/IPv4/Inbound/Software/FileZilla.ps1 | 2 +- Rules/IPv4/Inbound/Software/Microsoft/MicrosoftOffice.ps1 | 2 +- Rules/IPv4/Inbound/Software/Microsoft/SysInternals.ps1 | 2 +- Rules/IPv4/Inbound/Software/Motrix.ps1 | 2 +- Rules/IPv4/Inbound/Software/Steam.ps1 | 2 +- Rules/IPv4/Inbound/Software/TeamViewer.ps1 | 2 +- Rules/IPv4/Inbound/Software/WebBrowser.ps1 | 2 +- Rules/IPv4/Inbound/Software/qBittorrent.ps1 | 2 +- Rules/IPv4/Inbound/Software/uTorrent.ps1 | 2 +- Rules/IPv4/Inbound/StoreApps.ps1 | 2 +- Rules/IPv4/Inbound/Temporary.ps1 | 2 +- Rules/IPv4/Inbound/WindowsServices.ps1 | 2 +- Rules/IPv4/Inbound/WirelessNetworking.ps1 | 2 +- Rules/IPv4/Outbound/AdditionalNetworking.ps1 | 2 +- Rules/IPv4/Outbound/Broadcast.ps1 | 2 +- Rules/IPv4/Outbound/CoreNetworking.ps1 | 2 +- Rules/IPv4/Outbound/Development/Audacity.ps1 | 2 +- Rules/IPv4/Outbound/Development/CMake.ps1 | 2 +- Rules/IPv4/Outbound/Development/Chocolatey.ps1 | 2 +- Rules/IPv4/Outbound/Development/ColorMania.ps1 | 2 +- Rules/IPv4/Outbound/Development/EpicGames.ps1 | 2 +- Rules/IPv4/Outbound/Development/GitHub.ps1 | 2 +- Rules/IPv4/Outbound/Development/Incredibuild.ps1 | 2 +- Rules/IPv4/Outbound/Development/MSYS2.ps1 | 2 +- Rules/IPv4/Outbound/Development/Microsoft/AzureDataStudio.ps1 | 2 +- Rules/IPv4/Outbound/Development/Microsoft/HelpViewer.ps1 | 2 +- Rules/IPv4/Outbound/Development/Microsoft/NuGet.ps1 | 2 +- Rules/IPv4/Outbound/Development/Microsoft/PowerShell.ps1 | 2 +- Rules/IPv4/Outbound/Development/Microsoft/VSCode.ps1 | 2 +- Rules/IPv4/Outbound/Development/Microsoft/VisualStudio.ps1 | 2 +- Rules/IPv4/Outbound/Development/Microsoft/WebPlatform.ps1 | 2 +- Rules/IPv4/Outbound/Development/Microsoft/WindowsSDK.ps1 | 2 +- Rules/IPv4/Outbound/Development/Microsoft/dotnet.ps1 | 2 +- Rules/IPv4/Outbound/Development/Microsoft/vcpkg.ps1 | 2 +- Rules/IPv4/Outbound/Development/RealWorld.ps1 | 2 +- Rules/IPv4/Outbound/DirectionSetup.ps1 | 2 +- Rules/IPv4/Outbound/Games/ArenaChess.ps1 | 2 +- Rules/IPv4/Outbound/Games/CounterStrikeGO.ps1 | 2 +- Rules/IPv4/Outbound/Games/DemiseOfNations.ps1 | 2 +- Rules/IPv4/Outbound/Games/EVEOnline.ps1 | 2 +- Rules/IPv4/Outbound/Games/LeagueOfLegends.ps1 | 2 +- Rules/IPv4/Outbound/Games/OpenTTD.ps1 | 2 +- Rules/IPv4/Outbound/Games/PathOfExile.ps1 | 2 +- Rules/IPv4/Outbound/Games/PinballArcade.ps1 | 2 +- Rules/IPv4/Outbound/Games/PokerStars.ps1 | 2 +- Rules/IPv4/Outbound/Games/WarThunder.ps1 | 2 +- Rules/IPv4/Outbound/ICMP.ps1 | 2 +- Rules/IPv4/Outbound/Multicast.ps1 | 2 +- Rules/IPv4/Outbound/NetworkDiscovery.ps1 | 2 +- Rules/IPv4/Outbound/NetworkSharing.ps1 | 2 +- Rules/IPv4/Outbound/RemoteWindows.ps1 | 2 +- Rules/IPv4/Outbound/Server/SQLServer.ps1 | 2 +- Rules/IPv4/Outbound/Software/Adobe.ps1 | 2 +- Rules/IPv4/Outbound/Software/BlueStacks.ps1 | 2 +- Rules/IPv4/Outbound/Software/CPUID.ps1 | 2 +- Rules/IPv4/Outbound/Software/Calibre.ps1 | 2 +- Rules/IPv4/Outbound/Software/DnsCrypt.ps1 | 2 +- Rules/IPv4/Outbound/Software/FileZilla.ps1 | 2 +- Rules/IPv4/Outbound/Software/GPG.ps1 | 2 +- Rules/IPv4/Outbound/Software/Google.ps1 | 2 +- Rules/IPv4/Outbound/Software/Greenshot.ps1 | 2 +- Rules/IPv4/Outbound/Software/Intel.ps1 | 2 +- Rules/IPv4/Outbound/Software/Java.ps1 | 2 +- Rules/IPv4/Outbound/Software/Logitech.ps1 | 2 +- Rules/IPv4/Outbound/Software/MSI.ps1 | 2 +- Rules/IPv4/Outbound/Software/MetaTrader.ps1 | 2 +- Rules/IPv4/Outbound/Software/Microsoft/BingWallpaper.ps1 | 2 +- Rules/IPv4/Outbound/Software/Microsoft/EdgeChromium.ps1 | 2 +- Rules/IPv4/Outbound/Software/Microsoft/MicrosoftOffice.ps1 | 2 +- Rules/IPv4/Outbound/Software/Microsoft/OneDrive.ps1 | 2 +- Rules/IPv4/Outbound/Software/Microsoft/PowerToys.ps1 | 2 +- Rules/IPv4/Outbound/Software/Microsoft/SysInternals.ps1 | 2 +- Rules/IPv4/Outbound/Software/Motrix.ps1 | 2 +- Rules/IPv4/Outbound/Software/Nvidia.ps1 | 2 +- Rules/IPv4/Outbound/Software/OBSStudio.ps1 | 2 +- Rules/IPv4/Outbound/Software/OpenSSH.ps1 | 2 +- Rules/IPv4/Outbound/Software/OpenSpace.ps1 | 2 +- Rules/IPv4/Outbound/Software/PasswordSafe.ps1 | 2 +- Rules/IPv4/Outbound/Software/Psiphon.ps1 | 2 +- Rules/IPv4/Outbound/Software/RivaTuner.ps1 | 2 +- Rules/IPv4/Outbound/Software/Steam.ps1 | 2 +- Rules/IPv4/Outbound/Software/TeamViewer.ps1 | 2 +- Rules/IPv4/Outbound/Software/Thunderbird.ps1 | 2 +- Rules/IPv4/Outbound/Software/WebBrowser.ps1 | 2 +- Rules/IPv4/Outbound/Software/nmap.ps1 | 2 +- Rules/IPv4/Outbound/Software/qBittorrent.ps1 | 2 +- Rules/IPv4/Outbound/Software/uTorrent.ps1 | 2 +- Rules/IPv4/Outbound/Software/yt-dlp.ps1 | 2 +- Rules/IPv4/Outbound/StoreApps.ps1 | 2 +- Rules/IPv4/Outbound/Temporary.ps1 | 2 +- Rules/IPv4/Outbound/WindowsServices.ps1 | 2 +- Rules/IPv4/Outbound/WindowsSystem.ps1 | 2 +- Rules/IPv4/Outbound/WirelessNetworking.ps1 | 2 +- Rules/IPv6/IPSetup.ps1 | 2 +- Rules/IPv6/Inbound/CoreNetworking.ps1 | 2 +- Rules/IPv6/Inbound/DirectionSetup.ps1 | 2 +- Rules/IPv6/Inbound/ICMP.ps1 | 2 +- Rules/IPv6/Inbound/Multicast.ps1 | 2 +- Rules/IPv6/Inbound/Temporary.ps1 | 2 +- Rules/IPv6/Outbound/CoreNetworking.ps1 | 2 +- Rules/IPv6/Outbound/DirectionSetup.ps1 | 2 +- Rules/IPv6/Outbound/ICMP.ps1 | 2 +- Rules/IPv6/Outbound/Multicast.ps1 | 2 +- Rules/IPv6/Outbound/Temporary.ps1 | 2 +- Scripts/Backup-Firewall.ps1 | 2 +- Scripts/Complete-Firewall.ps1 | 2 +- Scripts/Deploy-Firewall.ps1 | 2 +- Scripts/Experiment/Add-WTContext.ps1 | 2 +- Scripts/Experiment/Confirm-Firewall.ps1 | 2 +- Scripts/Experiment/Connect-IPInterface.ps1 | 2 +- Scripts/Experiment/Initialize-Development.ps1 | 2 +- Scripts/Experiment/New-SDDL.ps1 | 2 +- Scripts/Experiment/Start-PacketTrace.ps1 | 2 +- Scripts/Experiment/Stop-PacketTrace.ps1 | 2 +- Scripts/Grant-Logs.ps1 | 2 +- Scripts/Reset-Firewall.ps1 | 2 +- Scripts/Restore-Firewall.ps1 | 2 +- Scripts/Security/Deploy-ASR.ps1 | 2 +- Scripts/Security/Find-UnsignedFile.ps1 | 2 +- Scripts/Security/Remove-ASR.ps1 | 2 +- Scripts/Security/Set-ATP.ps1 | 2 +- Scripts/Security/Set-Privacy.ps1 | 2 +- Scripts/Security/Show-ASR.ps1 | 2 +- Scripts/Unblock-Project.ps1 | 2 +- Scripts/Utility/Debug-FilteringPlatform.ps1 | 2 +- Scripts/Utility/Get-CallerPreference.ps1 | 2 +- Scripts/Utility/Get-NetworkStat.ps1 | 2 +- Scripts/Utility/Get-ParameterAlias.ps1 | 2 +- Scripts/Utility/Restart-Network.ps1 | 2 +- Scripts/Utility/Select-HiddenProperty.ps1 | 2 +- Scripts/Utility/Update-HelpContent.ps1 | 2 +- Scripts/Utility/Write-RepoStats.ps1 | 2 +- Templates/FullTemplate.ps1 | 4 ++-- Templates/InboundRule.ps1 | 2 +- Templates/Manifest.Module/Manifest.Module.psd1 | 4 ++-- Templates/Manifest.Module/Manifest.Module.psm1 | 2 +- Templates/Manifest.Module/Public/New-Function.ps1 | 2 +- Templates/New-PSScriptInfo.ps1 | 2 +- Templates/OutboundRule.ps1 | 2 +- Templates/PipelineScript.ps1 | 2 +- Templates/ScriptTemplate.ps1 | 2 +- Templates/SettingsScript.ps1 | 2 +- Templates/TestRule.ps1 | 2 +- Templates/TestTemplate.ps1 | 2 +- Test/ContextSetup.ps1 | 2 +- Test/Experiment/Experiment.Module/Experiment.Module.psd1 | 4 ++-- Test/Experiment/Experiment.Module/Experiment.Module.psm1 | 2 +- Test/Experiment/Experiment.Module/Public/Debug-Experiment.ps1 | 2 +- Test/Experiment/New-Experiment.ps1 | 2 +- Test/Invoke-AllTests.ps1 | 2 +- Test/Invoke-BlankTest.ps1 | 2 +- Test/Invoke-CodeAnalysis.ps1 | 2 +- Test/New-RuleAppSID.ps1 | 2 +- Test/New-RuleInterfaceAlias.ps1 | 2 +- Test/New-RuleRelativePath.ps1 | 2 +- Test/New-RuleSDDL.ps1 | 2 +- Test/PssaTest.Module/PssaTest.Module.psd1.txt | 2 +- Test/PssaTest.Module/PssaTest.Module.psm1.txt | 2 +- Test/Ruleset.Compatibility/Add-WinFunction.ps1 | 2 +- Test/Ruleset.Compatibility/Add-WindowsPSModulePath.ps1 | 2 +- Test/Ruleset.Compatibility/Compare-WinModule.ps1 | 2 +- Test/Ruleset.Compatibility/Copy-WinModule.ps1 | 2 +- Test/Ruleset.Compatibility/Get-WinModule.ps1 | 2 +- Test/Ruleset.Compatibility/Import-WinModule.ps1 | 2 +- Test/Ruleset.Compatibility/Initialize-WinSession.ps1 | 2 +- Test/Ruleset.Compatibility/Invoke-WinCommand.ps1 | 2 +- Test/Ruleset.ComputerInfo/ConvertFrom-OSBuild.ps1 | 2 +- Test/Ruleset.ComputerInfo/Get-InterfaceAlias.ps1 | 2 +- Test/Ruleset.ComputerInfo/Get-InterfaceBroadcast.ps1 | 2 +- Test/Ruleset.ComputerInfo/Get-SystemSKU.ps1 | 2 +- Test/Ruleset.ComputerInfo/Resolve-Host.ps1 | 2 +- Test/Ruleset.ComputerInfo/Select-IPInterface.ps1 | 2 +- Test/Ruleset.ComputerInfo/Test-Computer.ps1 | 2 +- Test/Ruleset.ComputerInfo/Test-DnsName.ps1 | 2 +- Test/Ruleset.ComputerInfo/Test-NetBiosName.ps1 | 2 +- Test/Ruleset.ComputerInfo/Test-UNC.ps1 | 2 +- Test/Ruleset.Firewall/Convert-ArrayToList.ps1 | 2 +- Test/Ruleset.Firewall/Convert-ListToArray.ps1 | 2 +- Test/Ruleset.Firewall/Convert-ListToMultiLine.ps1 | 2 +- Test/Ruleset.Firewall/Convert-MultiLineToList.ps1 | 2 +- Test/Ruleset.Firewall/Convert-ValueToBoolean.ps1 | 2 +- Test/Ruleset.Firewall/ConvertFrom-Protocol.ps1 | 2 +- Test/Ruleset.Firewall/Export-FirewallRule.ps1 | 2 +- Test/Ruleset.Firewall/Export-FirewallSetting.ps1 | 2 +- Test/Ruleset.Firewall/Export-RegistryRule.ps1 | 2 +- Test/Ruleset.Firewall/Find-RulePrincipal.ps1 | 2 +- Test/Ruleset.Firewall/Find-WeakRule.ps1 | 2 +- Test/Ruleset.Firewall/Format-RuleOutput.ps1 | 2 +- Test/Ruleset.Firewall/Get-RegistryRule.ps1 | 2 +- Test/Ruleset.Firewall/Import-FirewallRule.ps1 | 2 +- Test/Ruleset.Firewall/Import-FirewallSetting.ps1 | 2 +- Test/Ruleset.Firewall/Remove-FirewallRule.ps1 | 2 +- Test/Ruleset.Firewall/Restore-IfBlank.ps1 | 2 +- Test/Ruleset.Initialize/Find-DuplicateModule.ps1 | 2 +- Test/Ruleset.Initialize/Find-UpdatableModuleHelp.ps1 | 2 +- Test/Ruleset.Initialize/Initialize-Module.ps1 | 2 +- Test/Ruleset.Initialize/Initialize-Project.ps1 | 2 +- Test/Ruleset.Initialize/Initialize-Provider.ps1 | 2 +- Test/Ruleset.Initialize/Initialize-Service.ps1 | 2 +- Test/Ruleset.Initialize/Uninstall-DuplicateModule.ps1 | 2 +- Test/Ruleset.Initialize/Update-ModuleHelp.ps1 | 2 +- Test/Ruleset.Logging/Initialize-Log.ps1 | 2 +- Test/Ruleset.Logging/Test-Error.ps1 | 2 +- Test/Ruleset.Logging/Test-Info.ps1 | 2 +- Test/Ruleset.Logging/Test-Warning.ps1 | 2 +- Test/Ruleset.Logging/Write-LogFile.ps1 | 2 +- Test/Ruleset.ProgramInfo/Confirm-Installation.ps1 | 2 +- Test/Ruleset.ProgramInfo/Edit-Table.ps1 | 2 +- Test/Ruleset.ProgramInfo/Format-Path.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-AllUserProgram.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-AppCapability.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-AppSID.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-ExecutablePath.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-NetFramework.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-OneDrive.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-SQLManagementStudio.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-SqlServerInstance.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-SystemApp.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-SystemProgram.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-UserApp.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-UserProgram.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-WindowsDefender.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-WindowsKit.ps1 | 2 +- Test/Ruleset.ProgramInfo/Get-WindowsSDK.ps1 | 2 +- Test/Ruleset.ProgramInfo/Initialize-Table.ps1 | 2 +- Test/Ruleset.ProgramInfo/Search-Installation.ps1 | 2 +- Test/Ruleset.ProgramInfo/Show-Table.ps1 | 2 +- Test/Ruleset.ProgramInfo/Test-ExecutableFile.ps1 | 2 +- Test/Ruleset.ProgramInfo/Test-FileSystemPath.ps1 | 2 +- Test/Ruleset.ProgramInfo/Test-Service.ps1 | 2 +- Test/Ruleset.ProgramInfo/Test-VirusTotal.ps1 | 2 +- Test/Ruleset.ProgramInfo/Update-Table.ps1 | 2 +- Test/Ruleset.Remote/Connect-Computer.ps1 | 2 +- Test/Ruleset.Remote/Disable-RemoteRegistry.ps1 | 2 +- Test/Ruleset.Remote/Disable-WinRMServer.ps1 | 2 +- Test/Ruleset.Remote/Disconnect-Computer.ps1 | 2 +- Test/Ruleset.Remote/Enable-RemoteRegistry.ps1 | 2 +- Test/Ruleset.Remote/Enable-WinRMServer.ps1 | 2 +- Test/Ruleset.Remote/Export-WinRM.ps1 | 2 +- Test/Ruleset.Remote/Import-WinRM.ps1 | 2 +- Test/Ruleset.Remote/Initialize-WinRM.ps1 | 2 +- Test/Ruleset.Remote/Publish-SshKey.ps1 | 2 +- Test/Ruleset.Remote/Register-SslCertificate.ps1 | 2 +- Test/Ruleset.Remote/Reset-WinRM.ps1 | 2 +- Test/Ruleset.Remote/Restore-NetProfile.ps1 | 2 +- Test/Ruleset.Remote/Set-WinRMClient.ps1 | 2 +- Test/Ruleset.Remote/Show-WinRMConfig.ps1 | 2 +- Test/Ruleset.Remote/Test-RemoteRegistry.ps1 | 2 +- Test/Ruleset.Remote/Test-WinRM.ps1 | 2 +- Test/Ruleset.Remote/Unblock-NetProfile.ps1 | 2 +- Test/Ruleset.Remote/Unregister-SslCertificate.ps1 | 2 +- Test/Ruleset.Test/Enter-Test.ps1 | 2 +- Test/Ruleset.Test/Reset-TestDrive.ps1 | 2 +- Test/Ruleset.Test/Start-Test.ps1 | 2 +- Test/Ruleset.Test/Test-MarkdownLink.ps1 | 2 +- Test/Ruleset.Test/Test-Output.ps1 | 2 +- Test/Ruleset.UserInfo/ConvertFrom-SDDL.ps1 | 2 +- Test/Ruleset.UserInfo/ConvertFrom-SID.ps1 | 2 +- Test/Ruleset.UserInfo/Get-GroupPrincipal.ps1 | 2 +- Test/Ruleset.UserInfo/Get-GroupSID.ps1 | 2 +- Test/Ruleset.UserInfo/Get-PathSDDL.ps1 | 2 +- Test/Ruleset.UserInfo/Get-PrincipalSID.ps1 | 2 +- Test/Ruleset.UserInfo/Get-SDDL.ps1 | 2 +- Test/Ruleset.UserInfo/Get-UserGroup.ps1 | 2 +- Test/Ruleset.UserInfo/Merge-SDDL.ps1 | 2 +- Test/Ruleset.UserInfo/Split-Principal.ps1 | 2 +- Test/Ruleset.UserInfo/Test-Credential.ps1 | 2 +- Test/Ruleset.UserInfo/Test-SDDL.ps1 | 2 +- Test/Ruleset.UserInfo/Test-UPN.ps1 | 2 +- Test/Ruleset.Utility/Approve-Execute.ps1 | 2 +- Test/Ruleset.Utility/Compare-Path.ps1 | 2 +- Test/Ruleset.Utility/Confirm-FileEncoding.ps1 | 2 +- Test/Ruleset.Utility/Convert-EncodingString.ps1 | 2 +- Test/Ruleset.Utility/ConvertFrom-Wildcard.ps1 | 2 +- Test/Ruleset.Utility/Format-ComputerName.ps1 | 2 +- Test/Ruleset.Utility/Get-FileEncoding.ps1 | 2 +- Test/Ruleset.Utility/Get-TypeName.ps1 | 2 +- Test/Ruleset.Utility/Invoke-Process.ps1 | 2 +- Test/Ruleset.Utility/Out-DataTable.ps1 | 2 +- Test/Ruleset.Utility/Resolve-FileSystemPath.ps1 | 2 +- Test/Ruleset.Utility/Select-EnvironmentVariable.ps1 | 2 +- Test/Ruleset.Utility/Set-NetworkProfile.ps1 | 2 +- Test/Ruleset.Utility/Set-Permission.ps1 | 2 +- Test/Ruleset.Utility/Set-Privilege.ps1 | 2 +- Test/Ruleset.Utility/Set-ScreenBuffer.ps1 | 2 +- Test/Ruleset.Utility/Set-Shortcut.ps1 | 2 +- Test/Ruleset.Utility/Write-ColorMessage.ps1 | 2 +- Test/Ruleset.Utility/Write-ServiceList.ps1 | 2 +- Test/Scripts/Find-UnsignedFile.ps1 | 2 +- Test/Scripts/Get-DevicePath.ps1 | 2 +- Test/Scripts/Get-ExportedType.ps1 | 2 +- Test/Scripts/Get-NetworkStat.ps1 | 2 +- Test/Scripts/Get-ParameterAlias.ps1 | 2 +- Test/Scripts/Get-PropertyType.ps1 | 2 +- Test/Test-FileEncoding.ps1 | 2 +- Test/Test-MarkdownLink.ps1 | 2 +- Test/Test-ModuleExports.ps1 | 2 +- Test/Test-ModuleManifest.ps1 | 2 +- Test/Test-ProjectSettings.ps1 | 2 +- Test/Test-ScriptInfo.ps1 | 2 +- Test/Test-SessionConfig.ps1 | 2 +- Test/VSSetup/ContextSetup.ps1 | 2 +- Test/VSSetup/Get-VSSetupInstance.ps1 | 2 +- 471 files changed, 486 insertions(+), 486 deletions(-) diff --git a/Config/ProjectSettings.ps1 b/Config/ProjectSettings.ps1 index 56eff605..24257eb8 100644 --- a/Config/ProjectSettings.ps1 +++ b/Config/ProjectSettings.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/LICENSE b/LICENSE index 74e3f8f2..fe45d204 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Import-All.ps1 b/Modules/Import-All.ps1 index 915b031e..bb301363 100644 --- a/Modules/Import-All.ps1 +++ b/Modules/Import-All.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Compatibility/Ruleset.Compatibility.psd1 b/Modules/Ruleset.Compatibility/Ruleset.Compatibility.psd1 index 5140b225..56ab7d14 100644 --- a/Modules/Ruleset.Compatibility/Ruleset.Compatibility.psd1 +++ b/Modules/Ruleset.Compatibility/Ruleset.Compatibility.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Copyright (C) 2018, 2019 Microsoft Corporation. All rights reserved Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/Modules/Ruleset.ComputerInfo/Public/ConvertFrom-OSBuild.ps1 b/Modules/Ruleset.ComputerInfo/Public/ConvertFrom-OSBuild.ps1 index 59640b09..7a841a12 100644 --- a/Modules/Ruleset.ComputerInfo/Public/ConvertFrom-OSBuild.ps1 +++ b/Modules/Ruleset.ComputerInfo/Public/ConvertFrom-OSBuild.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ComputerInfo/Public/Get-InterfaceAlias.ps1 b/Modules/Ruleset.ComputerInfo/Public/Get-InterfaceAlias.ps1 index f4949556..bf0d7f0d 100644 --- a/Modules/Ruleset.ComputerInfo/Public/Get-InterfaceAlias.ps1 +++ b/Modules/Ruleset.ComputerInfo/Public/Get-InterfaceAlias.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ComputerInfo/Public/Get-InterfaceBroadcast.ps1 b/Modules/Ruleset.ComputerInfo/Public/Get-InterfaceBroadcast.ps1 index 26cb2cf4..d2e08d23 100644 --- a/Modules/Ruleset.ComputerInfo/Public/Get-InterfaceBroadcast.ps1 +++ b/Modules/Ruleset.ComputerInfo/Public/Get-InterfaceBroadcast.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ComputerInfo/Public/Get-SystemSKU.ps1 b/Modules/Ruleset.ComputerInfo/Public/Get-SystemSKU.ps1 index dd192161..50bc594b 100644 --- a/Modules/Ruleset.ComputerInfo/Public/Get-SystemSKU.ps1 +++ b/Modules/Ruleset.ComputerInfo/Public/Get-SystemSKU.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ComputerInfo/Public/Resolve-Host.ps1 b/Modules/Ruleset.ComputerInfo/Public/Resolve-Host.ps1 index 9093308e..44846cb2 100644 --- a/Modules/Ruleset.ComputerInfo/Public/Resolve-Host.ps1 +++ b/Modules/Ruleset.ComputerInfo/Public/Resolve-Host.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ComputerInfo/Public/Select-IPInterface.ps1 b/Modules/Ruleset.ComputerInfo/Public/Select-IPInterface.ps1 index e19a74de..fda47f52 100644 --- a/Modules/Ruleset.ComputerInfo/Public/Select-IPInterface.ps1 +++ b/Modules/Ruleset.ComputerInfo/Public/Select-IPInterface.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ComputerInfo/Public/Test-Computer.ps1 b/Modules/Ruleset.ComputerInfo/Public/Test-Computer.ps1 index d29f4633..71dea406 100644 --- a/Modules/Ruleset.ComputerInfo/Public/Test-Computer.ps1 +++ b/Modules/Ruleset.ComputerInfo/Public/Test-Computer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ComputerInfo/Public/Test-DnsName.ps1 b/Modules/Ruleset.ComputerInfo/Public/Test-DnsName.ps1 index 457cf507..dcc6fd18 100644 --- a/Modules/Ruleset.ComputerInfo/Public/Test-DnsName.ps1 +++ b/Modules/Ruleset.ComputerInfo/Public/Test-DnsName.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ComputerInfo/Public/Test-NetBiosName.ps1 b/Modules/Ruleset.ComputerInfo/Public/Test-NetBiosName.ps1 index d01f6b73..c0ab20e0 100644 --- a/Modules/Ruleset.ComputerInfo/Public/Test-NetBiosName.ps1 +++ b/Modules/Ruleset.ComputerInfo/Public/Test-NetBiosName.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ComputerInfo/Public/Test-UNC.ps1 b/Modules/Ruleset.ComputerInfo/Public/Test-UNC.ps1 index c41325e6..e79bcd39 100644 --- a/Modules/Ruleset.ComputerInfo/Public/Test-UNC.ps1 +++ b/Modules/Ruleset.ComputerInfo/Public/Test-UNC.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ComputerInfo/Ruleset.ComputerInfo.psd1 b/Modules/Ruleset.ComputerInfo/Ruleset.ComputerInfo.psd1 index 86d6b97e..5f937f77 100644 --- a/Modules/Ruleset.ComputerInfo/Ruleset.ComputerInfo.psd1 +++ b/Modules/Ruleset.ComputerInfo/Ruleset.ComputerInfo.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -61,7 +61,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this module - Copyright = "Copyright (C) 2019-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2019-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "Module to query computer, system and network information" diff --git a/Modules/Ruleset.ComputerInfo/Ruleset.ComputerInfo.psm1 b/Modules/Ruleset.ComputerInfo/Ruleset.ComputerInfo.psm1 index 7cfc15ea..5c0caa5f 100644 --- a/Modules/Ruleset.ComputerInfo/Ruleset.ComputerInfo.psm1 +++ b/Modules/Ruleset.ComputerInfo/Ruleset.ComputerInfo.psm1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Private/Convert-ArrayToList.ps1 b/Modules/Ruleset.Firewall/Private/Convert-ArrayToList.ps1 index ff28883c..693a8b0f 100644 --- a/Modules/Ruleset.Firewall/Private/Convert-ArrayToList.ps1 +++ b/Modules/Ruleset.Firewall/Private/Convert-ArrayToList.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset Copyright (C) 2020 Markus Scholtes -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Private/Convert-ListToArray.ps1 b/Modules/Ruleset.Firewall/Private/Convert-ListToArray.ps1 index ed06106d..cb2d40e3 100644 --- a/Modules/Ruleset.Firewall/Private/Convert-ListToArray.ps1 +++ b/Modules/Ruleset.Firewall/Private/Convert-ListToArray.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset Copyright (C) 2020 Markus Scholtes -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Private/Convert-ListToMultiLine.ps1 b/Modules/Ruleset.Firewall/Private/Convert-ListToMultiLine.ps1 index 484f7698..706e4c39 100644 --- a/Modules/Ruleset.Firewall/Private/Convert-ListToMultiLine.ps1 +++ b/Modules/Ruleset.Firewall/Private/Convert-ListToMultiLine.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Private/Convert-MultiLineToList.ps1 b/Modules/Ruleset.Firewall/Private/Convert-MultiLineToList.ps1 index dc058f71..f1b1cb22 100644 --- a/Modules/Ruleset.Firewall/Private/Convert-MultiLineToList.ps1 +++ b/Modules/Ruleset.Firewall/Private/Convert-MultiLineToList.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Private/Convert-ValueToBoolean.ps1 b/Modules/Ruleset.Firewall/Private/Convert-ValueToBoolean.ps1 index 43109c77..4bae9e63 100644 --- a/Modules/Ruleset.Firewall/Private/Convert-ValueToBoolean.ps1 +++ b/Modules/Ruleset.Firewall/Private/Convert-ValueToBoolean.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset Copyright (C) 2020 Markus Scholtes -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Private/ConvertFrom-Protocol.ps1 b/Modules/Ruleset.Firewall/Private/ConvertFrom-Protocol.ps1 index e785961c..2ce4ee70 100644 --- a/Modules/Ruleset.Firewall/Private/ConvertFrom-Protocol.ps1 +++ b/Modules/Ruleset.Firewall/Private/ConvertFrom-Protocol.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Private/Get-ObjectMember.ps1 b/Modules/Ruleset.Firewall/Private/Get-ObjectMember.ps1 index d34355bf..eea0b90d 100644 --- a/Modules/Ruleset.Firewall/Private/Get-ObjectMember.ps1 +++ b/Modules/Ruleset.Firewall/Private/Get-ObjectMember.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Private/Restore-IfBlank.ps1 b/Modules/Ruleset.Firewall/Private/Restore-IfBlank.ps1 index 8265397e..3da0caee 100644 --- a/Modules/Ruleset.Firewall/Private/Restore-IfBlank.ps1 +++ b/Modules/Ruleset.Firewall/Private/Restore-IfBlank.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Public/Export-FirewallRule.ps1 b/Modules/Ruleset.Firewall/Public/Export-FirewallRule.ps1 index a7afb77a..e0f7f396 100644 --- a/Modules/Ruleset.Firewall/Public/Export-FirewallRule.ps1 +++ b/Modules/Ruleset.Firewall/Public/Export-FirewallRule.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset Copyright (C) 2020 Markus Scholtes -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Public/Export-FirewallSetting.ps1 b/Modules/Ruleset.Firewall/Public/Export-FirewallSetting.ps1 index bd0c1c62..3c926f33 100644 --- a/Modules/Ruleset.Firewall/Public/Export-FirewallSetting.ps1 +++ b/Modules/Ruleset.Firewall/Public/Export-FirewallSetting.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Public/Export-RegistryRule.ps1 b/Modules/Ruleset.Firewall/Public/Export-RegistryRule.ps1 index 857e1916..7e7b09fe 100644 --- a/Modules/Ruleset.Firewall/Public/Export-RegistryRule.ps1 +++ b/Modules/Ruleset.Firewall/Public/Export-RegistryRule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Public/Find-RulePrincipal.ps1 b/Modules/Ruleset.Firewall/Public/Find-RulePrincipal.ps1 index 9c94d857..96e207ad 100644 --- a/Modules/Ruleset.Firewall/Public/Find-RulePrincipal.ps1 +++ b/Modules/Ruleset.Firewall/Public/Find-RulePrincipal.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Public/Find-WeakRule.ps1 b/Modules/Ruleset.Firewall/Public/Find-WeakRule.ps1 index 6d8f7985..7ac5240b 100644 --- a/Modules/Ruleset.Firewall/Public/Find-WeakRule.ps1 +++ b/Modules/Ruleset.Firewall/Public/Find-WeakRule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Public/Format-RuleOutput.ps1 b/Modules/Ruleset.Firewall/Public/Format-RuleOutput.ps1 index 288c0f44..bf2b6db9 100644 --- a/Modules/Ruleset.Firewall/Public/Format-RuleOutput.ps1 +++ b/Modules/Ruleset.Firewall/Public/Format-RuleOutput.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Public/Get-RegistryRule.ps1 b/Modules/Ruleset.Firewall/Public/Get-RegistryRule.ps1 index fc4b8bb7..fd517345 100644 --- a/Modules/Ruleset.Firewall/Public/Get-RegistryRule.ps1 +++ b/Modules/Ruleset.Firewall/Public/Get-RegistryRule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Public/Import-FirewallRule.ps1 b/Modules/Ruleset.Firewall/Public/Import-FirewallRule.ps1 index 2009f4b3..737bc2b0 100644 --- a/Modules/Ruleset.Firewall/Public/Import-FirewallRule.ps1 +++ b/Modules/Ruleset.Firewall/Public/Import-FirewallRule.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset Copyright (C) 2020 Markus Scholtes -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Public/Import-FirewallSetting.ps1 b/Modules/Ruleset.Firewall/Public/Import-FirewallSetting.ps1 index 7bc689f2..2dea2ffb 100644 --- a/Modules/Ruleset.Firewall/Public/Import-FirewallSetting.ps1 +++ b/Modules/Ruleset.Firewall/Public/Import-FirewallSetting.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Public/Remove-FirewallRule.ps1 b/Modules/Ruleset.Firewall/Public/Remove-FirewallRule.ps1 index 46e5711c..f6964d17 100644 --- a/Modules/Ruleset.Firewall/Public/Remove-FirewallRule.ps1 +++ b/Modules/Ruleset.Firewall/Public/Remove-FirewallRule.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset Copyright (C) 2020 Markus Scholtes -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Firewall/Ruleset.Firewall.psd1 b/Modules/Ruleset.Firewall/Ruleset.Firewall.psd1 index cc6c6d99..a8fc16b0 100644 --- a/Modules/Ruleset.Firewall/Ruleset.Firewall.psd1 +++ b/Modules/Ruleset.Firewall/Ruleset.Firewall.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -62,7 +62,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this module - Copyright = "Copyright (C) 2020-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2020-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "Windows firewall management module" diff --git a/Modules/Ruleset.Firewall/Ruleset.Firewall.psm1 b/Modules/Ruleset.Firewall/Ruleset.Firewall.psm1 index 68dbfefd..08e012e5 100644 --- a/Modules/Ruleset.Firewall/Ruleset.Firewall.psm1 +++ b/Modules/Ruleset.Firewall/Ruleset.Firewall.psm1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.IP/Ruleset.IP.psd1 b/Modules/Ruleset.IP/Ruleset.IP.psd1 index 74a967b9..f783e592 100644 --- a/Modules/Ruleset.IP/Ruleset.IP.psd1 +++ b/Modules/Ruleset.IP/Ruleset.IP.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Initialize/Private/Find-UpdatableModuleHelp.ps1 b/Modules/Ruleset.Initialize/Private/Find-UpdatableModuleHelp.ps1 index c92856d7..31404e1b 100644 --- a/Modules/Ruleset.Initialize/Private/Find-UpdatableModuleHelp.ps1 +++ b/Modules/Ruleset.Initialize/Private/Find-UpdatableModuleHelp.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Initialize/Public/Find-DuplicateModule.ps1 b/Modules/Ruleset.Initialize/Public/Find-DuplicateModule.ps1 index 97549477..a139e8eb 100644 --- a/Modules/Ruleset.Initialize/Public/Find-DuplicateModule.ps1 +++ b/Modules/Ruleset.Initialize/Public/Find-DuplicateModule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Initialize/Public/Initialize-Connection.ps1 b/Modules/Ruleset.Initialize/Public/Initialize-Connection.ps1 index f735f80e..bf0020b0 100644 --- a/Modules/Ruleset.Initialize/Public/Initialize-Connection.ps1 +++ b/Modules/Ruleset.Initialize/Public/Initialize-Connection.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Initialize/Public/Initialize-Module.ps1 b/Modules/Ruleset.Initialize/Public/Initialize-Module.ps1 index 0ae77959..67c19ed3 100644 --- a/Modules/Ruleset.Initialize/Public/Initialize-Module.ps1 +++ b/Modules/Ruleset.Initialize/Public/Initialize-Module.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Initialize/Public/Initialize-Project.ps1 b/Modules/Ruleset.Initialize/Public/Initialize-Project.ps1 index 2da24efe..df73b2a2 100644 --- a/Modules/Ruleset.Initialize/Public/Initialize-Project.ps1 +++ b/Modules/Ruleset.Initialize/Public/Initialize-Project.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -84,7 +84,7 @@ function Initialize-Project # Print watermark Write-ColorMessage Write-ColorMessage "Windows Firewall Ruleset v$ProjectVersion" Cyan - Write-ColorMessage "Copyright (C) 2019-2023 metablaster zebal@protonmail.ch" Cyan + Write-ColorMessage "Copyright (C) 2019-2024 metablaster zebal@protonmail.ch" Cyan Write-ColorMessage "https://github.com/metablaster/WindowsFirewallRuleset" Cyan Write-ColorMessage diff --git a/Modules/Ruleset.Initialize/Public/Initialize-Provider.ps1 b/Modules/Ruleset.Initialize/Public/Initialize-Provider.ps1 index 651a7c57..d9a0f22e 100644 --- a/Modules/Ruleset.Initialize/Public/Initialize-Provider.ps1 +++ b/Modules/Ruleset.Initialize/Public/Initialize-Provider.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Initialize/Public/Initialize-Service.ps1 b/Modules/Ruleset.Initialize/Public/Initialize-Service.ps1 index c900cd5e..87e8c397 100644 --- a/Modules/Ruleset.Initialize/Public/Initialize-Service.ps1 +++ b/Modules/Ruleset.Initialize/Public/Initialize-Service.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Initialize/Public/Uninstall-DuplicateModule.ps1 b/Modules/Ruleset.Initialize/Public/Uninstall-DuplicateModule.ps1 index 50ae4b8b..0faee90e 100644 --- a/Modules/Ruleset.Initialize/Public/Uninstall-DuplicateModule.ps1 +++ b/Modules/Ruleset.Initialize/Public/Uninstall-DuplicateModule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Initialize/Public/Update-ModuleHelp.ps1 b/Modules/Ruleset.Initialize/Public/Update-ModuleHelp.ps1 index 2c65668c..59758ccd 100644 --- a/Modules/Ruleset.Initialize/Public/Update-ModuleHelp.ps1 +++ b/Modules/Ruleset.Initialize/Public/Update-ModuleHelp.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Initialize/Ruleset.Initialize.psd1 b/Modules/Ruleset.Initialize/Ruleset.Initialize.psd1 index a4703d04..bce0a25c 100644 --- a/Modules/Ruleset.Initialize/Ruleset.Initialize.psd1 +++ b/Modules/Ruleset.Initialize/Ruleset.Initialize.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -61,7 +61,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this module - Copyright = "Copyright (C) 2019-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2019-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "Module to initialize repository development environment" diff --git a/Modules/Ruleset.Initialize/Ruleset.Initialize.psm1 b/Modules/Ruleset.Initialize/Ruleset.Initialize.psm1 index 23acdd24..547817ab 100644 --- a/Modules/Ruleset.Initialize/Ruleset.Initialize.psm1 +++ b/Modules/Ruleset.Initialize/Ruleset.Initialize.psm1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Initialize/Scripts/ModuleDirectories.ps1 b/Modules/Ruleset.Initialize/Scripts/ModuleDirectories.ps1 index 0bc4dbbc..05dd4b4c 100644 --- a/Modules/Ruleset.Initialize/Scripts/ModuleDirectories.ps1 +++ b/Modules/Ruleset.Initialize/Scripts/ModuleDirectories.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Logging/Private/Initialize-Log.ps1 b/Modules/Ruleset.Logging/Private/Initialize-Log.ps1 index 87b10261..3fbb07c2 100644 --- a/Modules/Ruleset.Logging/Private/Initialize-Log.ps1 +++ b/Modules/Ruleset.Logging/Private/Initialize-Log.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Logging/Public/Update-Log.ps1 b/Modules/Ruleset.Logging/Public/Update-Log.ps1 index 78a5285f..91cdb965 100644 --- a/Modules/Ruleset.Logging/Public/Update-Log.ps1 +++ b/Modules/Ruleset.Logging/Public/Update-Log.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Logging/Public/Write-LogFile.ps1 b/Modules/Ruleset.Logging/Public/Write-LogFile.ps1 index f906ccc9..9deb5d6c 100644 --- a/Modules/Ruleset.Logging/Public/Write-LogFile.ps1 +++ b/Modules/Ruleset.Logging/Public/Write-LogFile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Logging/Ruleset.Logging.psd1 b/Modules/Ruleset.Logging/Ruleset.Logging.psd1 index 2afadf99..59deb840 100644 --- a/Modules/Ruleset.Logging/Ruleset.Logging.psd1 +++ b/Modules/Ruleset.Logging/Ruleset.Logging.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -61,7 +61,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this module - Copyright = "Copyright (C) 2020-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2020-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "Automated logging functionality and capture of PowerShell Write-* commandlets" diff --git a/Modules/Ruleset.Logging/Ruleset.Logging.psm1 b/Modules/Ruleset.Logging/Ruleset.Logging.psm1 index 42a03250..9d6fe6af 100644 --- a/Modules/Ruleset.Logging/Ruleset.Logging.psm1 +++ b/Modules/Ruleset.Logging/Ruleset.Logging.psm1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Private/Edit-Table.ps1 b/Modules/Ruleset.ProgramInfo/Private/Edit-Table.ps1 index f56467ac..b8798acc 100644 --- a/Modules/Ruleset.ProgramInfo/Private/Edit-Table.ps1 +++ b/Modules/Ruleset.ProgramInfo/Private/Edit-Table.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Private/Initialize-Table.ps1 b/Modules/Ruleset.ProgramInfo/Private/Initialize-Table.ps1 index 31b97d5e..cba776a1 100644 --- a/Modules/Ruleset.ProgramInfo/Private/Initialize-Table.ps1 +++ b/Modules/Ruleset.ProgramInfo/Private/Initialize-Table.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Private/Show-Table.ps1 b/Modules/Ruleset.ProgramInfo/Private/Show-Table.ps1 index bf2c7009..8835ba44 100644 --- a/Modules/Ruleset.ProgramInfo/Private/Show-Table.ps1 +++ b/Modules/Ruleset.ProgramInfo/Private/Show-Table.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Private/Update-Table.ps1 b/Modules/Ruleset.ProgramInfo/Private/Update-Table.ps1 index b027ecc2..388045c3 100644 --- a/Modules/Ruleset.ProgramInfo/Private/Update-Table.ps1 +++ b/Modules/Ruleset.ProgramInfo/Private/Update-Table.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Confirm-Installation.ps1 b/Modules/Ruleset.ProgramInfo/Public/Confirm-Installation.ps1 index d1ed07ba..8569e588 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Confirm-Installation.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Confirm-Installation.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Format-Path.ps1 b/Modules/Ruleset.ProgramInfo/Public/Format-Path.ps1 index a3612ef4..9694aeca 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Format-Path.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Format-Path.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-AllUserProgram.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-AllUserProgram.ps1 index 101d42f6..479b8de3 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-AllUserProgram.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-AllUserProgram.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-AppCapability.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-AppCapability.ps1 index 72246fee..dc67352e 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-AppCapability.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-AppCapability.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-AppSID.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-AppSID.ps1 index db160670..5ca8043e 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-AppSID.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-AppSID.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-ExecutablePath.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-ExecutablePath.ps1 index aa27465b..1d70b84f 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-ExecutablePath.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-ExecutablePath.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-NetFramework.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-NetFramework.ps1 index 250c2c47..fac1c8ab 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-NetFramework.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-NetFramework.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-OneDrive.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-OneDrive.ps1 index 87689387..48e44773 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-OneDrive.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-OneDrive.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-SqlManagementStudio.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-SqlManagementStudio.ps1 index f3a0531a..372348e2 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-SqlManagementStudio.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-SqlManagementStudio.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-SqlServerInstance.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-SqlServerInstance.ps1 index 9d1b3849..0fc78bd1 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-SqlServerInstance.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-SqlServerInstance.ps1 @@ -7,7 +7,7 @@ Homepage: https://github.com/metablaster/WindowsFirewallRuleset Copyright (C) 2013, 2016 Boe Prox Copyright (C) 2016 Warren Frame -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-SystemApp.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-SystemApp.ps1 index 8786bd30..ccf74b2d 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-SystemApp.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-SystemApp.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-SystemProgram.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-SystemProgram.ps1 index 2449a2cb..d83cf536 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-SystemProgram.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-SystemProgram.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-UserApp.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-UserApp.ps1 index 14f64188..be2dfa40 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-UserApp.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-UserApp.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-UserProgram.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-UserProgram.ps1 index 73945ceb..ffb63d9c 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-UserProgram.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-UserProgram.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-WindowsDefender.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-WindowsDefender.ps1 index 2f6c2873..28affbf8 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-WindowsDefender.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-WindowsDefender.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-WindowsKit.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-WindowsKit.ps1 index 8e501fff..d5b184c3 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-WindowsKit.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-WindowsKit.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Get-WindowsSDK.ps1 b/Modules/Ruleset.ProgramInfo/Public/Get-WindowsSDK.ps1 index c8058d13..7a363b9e 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Get-WindowsSDK.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Get-WindowsSDK.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Search-Installation.ps1 b/Modules/Ruleset.ProgramInfo/Public/Search-Installation.ps1 index 78a29180..0427710b 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Search-Installation.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Search-Installation.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Test-ExecutableFile.ps1 b/Modules/Ruleset.ProgramInfo/Public/Test-ExecutableFile.ps1 index d5c776c4..b659d25a 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Test-ExecutableFile.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Test-ExecutableFile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Test-FileSystemPath.ps1 b/Modules/Ruleset.ProgramInfo/Public/Test-FileSystemPath.ps1 index 8c8b1576..f455d526 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Test-FileSystemPath.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Test-FileSystemPath.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Test-Service.ps1 b/Modules/Ruleset.ProgramInfo/Public/Test-Service.ps1 index 3583f45c..145d8404 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Test-Service.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Test-Service.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Public/Test-VirusTotal.ps1 b/Modules/Ruleset.ProgramInfo/Public/Test-VirusTotal.ps1 index 14f437a3..44df06d0 100644 --- a/Modules/Ruleset.ProgramInfo/Public/Test-VirusTotal.ps1 +++ b/Modules/Ruleset.ProgramInfo/Public/Test-VirusTotal.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Ruleset.ProgramInfo.psd1 b/Modules/Ruleset.ProgramInfo/Ruleset.ProgramInfo.psd1 index f7a47aeb..5675475c 100644 --- a/Modules/Ruleset.ProgramInfo/Ruleset.ProgramInfo.psd1 +++ b/Modules/Ruleset.ProgramInfo/Ruleset.ProgramInfo.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -61,7 +61,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this module - Copyright = "Copyright (C) 2019-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2019-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "Query software installed on local and remote Windows systems" diff --git a/Modules/Ruleset.ProgramInfo/Ruleset.ProgramInfo.psm1 b/Modules/Ruleset.ProgramInfo/Ruleset.ProgramInfo.psm1 index 387b088d..e1248b75 100644 --- a/Modules/Ruleset.ProgramInfo/Ruleset.ProgramInfo.psm1 +++ b/Modules/Ruleset.ProgramInfo/Ruleset.ProgramInfo.psm1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Scripts/AppxModule.ps1 b/Modules/Ruleset.ProgramInfo/Scripts/AppxModule.ps1 index da116c62..f62152bf 100644 --- a/Modules/Ruleset.ProgramInfo/Scripts/AppxModule.ps1 +++ b/Modules/Ruleset.ProgramInfo/Scripts/AppxModule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.ProgramInfo/Scripts/TargetProgram.ps1 b/Modules/Ruleset.ProgramInfo/Scripts/TargetProgram.ps1 index 3a6ced12..929352eb 100644 --- a/Modules/Ruleset.ProgramInfo/Scripts/TargetProgram.ps1 +++ b/Modules/Ruleset.ProgramInfo/Scripts/TargetProgram.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Private/Initialize-WinRM.ps1 b/Modules/Ruleset.Remote/Private/Initialize-WinRM.ps1 index c9a49e74..2537886a 100644 --- a/Modules/Ruleset.Remote/Private/Initialize-WinRM.ps1 +++ b/Modules/Ruleset.Remote/Private/Initialize-WinRM.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Private/Restore-NetProfile.ps1 b/Modules/Ruleset.Remote/Private/Restore-NetProfile.ps1 index 9cb1a483..1297ba1d 100644 --- a/Modules/Ruleset.Remote/Private/Restore-NetProfile.ps1 +++ b/Modules/Ruleset.Remote/Private/Restore-NetProfile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Private/Unblock-NetProfile.ps1 b/Modules/Ruleset.Remote/Private/Unblock-NetProfile.ps1 index 74f6a007..f0a151f0 100644 --- a/Modules/Ruleset.Remote/Private/Unblock-NetProfile.ps1 +++ b/Modules/Ruleset.Remote/Private/Unblock-NetProfile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Connect-Computer.ps1 b/Modules/Ruleset.Remote/Public/Connect-Computer.ps1 index 73306e39..40119a93 100644 --- a/Modules/Ruleset.Remote/Public/Connect-Computer.ps1 +++ b/Modules/Ruleset.Remote/Public/Connect-Computer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Disable-RemoteRegistry.ps1 b/Modules/Ruleset.Remote/Public/Disable-RemoteRegistry.ps1 index 7f49145b..bdfad3ad 100644 --- a/Modules/Ruleset.Remote/Public/Disable-RemoteRegistry.ps1 +++ b/Modules/Ruleset.Remote/Public/Disable-RemoteRegistry.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Disable-WinRMServer.ps1 b/Modules/Ruleset.Remote/Public/Disable-WinRMServer.ps1 index bf006af3..06ecfc60 100644 --- a/Modules/Ruleset.Remote/Public/Disable-WinRMServer.ps1 +++ b/Modules/Ruleset.Remote/Public/Disable-WinRMServer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Disconnect-Computer.ps1 b/Modules/Ruleset.Remote/Public/Disconnect-Computer.ps1 index e8e22412..95aa8ff0 100644 --- a/Modules/Ruleset.Remote/Public/Disconnect-Computer.ps1 +++ b/Modules/Ruleset.Remote/Public/Disconnect-Computer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Enable-RemoteRegistry.ps1 b/Modules/Ruleset.Remote/Public/Enable-RemoteRegistry.ps1 index 26be2ead..6f41edac 100644 --- a/Modules/Ruleset.Remote/Public/Enable-RemoteRegistry.ps1 +++ b/Modules/Ruleset.Remote/Public/Enable-RemoteRegistry.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Enable-WinRMServer.ps1 b/Modules/Ruleset.Remote/Public/Enable-WinRMServer.ps1 index bea529d7..48e649f1 100644 --- a/Modules/Ruleset.Remote/Public/Enable-WinRMServer.ps1 +++ b/Modules/Ruleset.Remote/Public/Enable-WinRMServer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Export-WinRM.ps1 b/Modules/Ruleset.Remote/Public/Export-WinRM.ps1 index 2438941b..f72f8146 100644 --- a/Modules/Ruleset.Remote/Public/Export-WinRM.ps1 +++ b/Modules/Ruleset.Remote/Public/Export-WinRM.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Import-WinRM.ps1 b/Modules/Ruleset.Remote/Public/Import-WinRM.ps1 index f14d23da..ef331d81 100644 --- a/Modules/Ruleset.Remote/Public/Import-WinRM.ps1 +++ b/Modules/Ruleset.Remote/Public/Import-WinRM.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Publish-SshKey.ps1 b/Modules/Ruleset.Remote/Public/Publish-SshKey.ps1 index 9bf9fd51..404662c0 100644 --- a/Modules/Ruleset.Remote/Public/Publish-SshKey.ps1 +++ b/Modules/Ruleset.Remote/Public/Publish-SshKey.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Register-SslCertificate.ps1 b/Modules/Ruleset.Remote/Public/Register-SslCertificate.ps1 index a328f9a5..b7385450 100644 --- a/Modules/Ruleset.Remote/Public/Register-SslCertificate.ps1 +++ b/Modules/Ruleset.Remote/Public/Register-SslCertificate.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Reset-WinRM.ps1 b/Modules/Ruleset.Remote/Public/Reset-WinRM.ps1 index 3cbfd0ff..adf500c8 100644 --- a/Modules/Ruleset.Remote/Public/Reset-WinRM.ps1 +++ b/Modules/Ruleset.Remote/Public/Reset-WinRM.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Set-WinRMClient.ps1 b/Modules/Ruleset.Remote/Public/Set-WinRMClient.ps1 index e574e8e8..98e0ce85 100644 --- a/Modules/Ruleset.Remote/Public/Set-WinRMClient.ps1 +++ b/Modules/Ruleset.Remote/Public/Set-WinRMClient.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Show-WinRMConfig.ps1 b/Modules/Ruleset.Remote/Public/Show-WinRMConfig.ps1 index 5625dedc..24d22552 100644 --- a/Modules/Ruleset.Remote/Public/Show-WinRMConfig.ps1 +++ b/Modules/Ruleset.Remote/Public/Show-WinRMConfig.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Test-RemoteRegistry.ps1 b/Modules/Ruleset.Remote/Public/Test-RemoteRegistry.ps1 index 50d94a81..a72e2599 100644 --- a/Modules/Ruleset.Remote/Public/Test-RemoteRegistry.ps1 +++ b/Modules/Ruleset.Remote/Public/Test-RemoteRegistry.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Test-WinRM.ps1 b/Modules/Ruleset.Remote/Public/Test-WinRM.ps1 index eeb96526..0d313ade 100644 --- a/Modules/Ruleset.Remote/Public/Test-WinRM.ps1 +++ b/Modules/Ruleset.Remote/Public/Test-WinRM.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Public/Unregister-SslCertificate.ps1 b/Modules/Ruleset.Remote/Public/Unregister-SslCertificate.ps1 index 30f90f97..94ef94bf 100644 --- a/Modules/Ruleset.Remote/Public/Unregister-SslCertificate.ps1 +++ b/Modules/Ruleset.Remote/Public/Unregister-SslCertificate.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Ruleset.Remote.psd1 b/Modules/Ruleset.Remote/Ruleset.Remote.psd1 index 419e07c0..3865c1d7 100644 --- a/Modules/Ruleset.Remote/Ruleset.Remote.psd1 +++ b/Modules/Ruleset.Remote/Ruleset.Remote.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -61,7 +61,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this module - Copyright = "Copyright (C) 2021-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2021-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "Module used for remoting configuration of WinRM, CIM and remote registry" diff --git a/Modules/Ruleset.Remote/Ruleset.Remote.psm1 b/Modules/Ruleset.Remote/Ruleset.Remote.psm1 index 71c75ab5..d5174207 100644 --- a/Modules/Ruleset.Remote/Ruleset.Remote.psm1 +++ b/Modules/Ruleset.Remote/Ruleset.Remote.psm1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Scripts/LocalFirewall.pssc b/Modules/Ruleset.Remote/Scripts/LocalFirewall.pssc index f8c3264c..edd14713 100644 --- a/Modules/Ruleset.Remote/Scripts/LocalFirewall.pssc +++ b/Modules/Ruleset.Remote/Scripts/LocalFirewall.pssc @@ -4,7 +4,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -55,7 +55,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this document - Copyright = "Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2022-2024 metablaster zebal@protonmail.ch" # Session type defaults to apply for this session configuration: # "RestrictedRemoteServer", Includes only the following proxy functions: diff --git a/Modules/Ruleset.Remote/Scripts/RemoteFirewall.pssc b/Modules/Ruleset.Remote/Scripts/RemoteFirewall.pssc index b8de5649..8d26e80d 100644 --- a/Modules/Ruleset.Remote/Scripts/RemoteFirewall.pssc +++ b/Modules/Ruleset.Remote/Scripts/RemoteFirewall.pssc @@ -4,7 +4,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -55,7 +55,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this document - Copyright = "Copyright (C) 2019-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2019-2024 metablaster zebal@protonmail.ch" # Session type defaults to apply for this session configuration: # "RestrictedRemoteServer", Includes only the following proxy functions: diff --git a/Modules/Ruleset.Remote/Scripts/SessionSettings.ps1 b/Modules/Ruleset.Remote/Scripts/SessionSettings.ps1 index d6858b4b..a5c282c5 100644 --- a/Modules/Ruleset.Remote/Scripts/SessionSettings.ps1 +++ b/Modules/Ruleset.Remote/Scripts/SessionSettings.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Scripts/SessionStartupScript.ps1 b/Modules/Ruleset.Remote/Scripts/SessionStartupScript.ps1 index 82a16962..1e0669cd 100644 --- a/Modules/Ruleset.Remote/Scripts/SessionStartupScript.ps1 +++ b/Modules/Ruleset.Remote/Scripts/SessionStartupScript.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Remote/Scripts/WinRMSettings.ps1 b/Modules/Ruleset.Remote/Scripts/WinRMSettings.ps1 index 47a07163..8584b59f 100644 --- a/Modules/Ruleset.Remote/Scripts/WinRMSettings.ps1 +++ b/Modules/Ruleset.Remote/Scripts/WinRMSettings.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Test/Public/Enter-Test.ps1 b/Modules/Ruleset.Test/Public/Enter-Test.ps1 index 14fe4c71..26daf924 100644 --- a/Modules/Ruleset.Test/Public/Enter-Test.ps1 +++ b/Modules/Ruleset.Test/Public/Enter-Test.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Test/Public/Exit-Test.ps1 b/Modules/Ruleset.Test/Public/Exit-Test.ps1 index 4b0cdd13..cfeef096 100644 --- a/Modules/Ruleset.Test/Public/Exit-Test.ps1 +++ b/Modules/Ruleset.Test/Public/Exit-Test.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Test/Public/New-Section.ps1 b/Modules/Ruleset.Test/Public/New-Section.ps1 index 8c1707c4..2bb4e259 100644 --- a/Modules/Ruleset.Test/Public/New-Section.ps1 +++ b/Modules/Ruleset.Test/Public/New-Section.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Test/Public/Reset-TestDrive.ps1 b/Modules/Ruleset.Test/Public/Reset-TestDrive.ps1 index 8df39457..9d42f176 100644 --- a/Modules/Ruleset.Test/Public/Reset-TestDrive.ps1 +++ b/Modules/Ruleset.Test/Public/Reset-TestDrive.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Test/Public/Restore-Test.ps1 b/Modules/Ruleset.Test/Public/Restore-Test.ps1 index 6a230e2f..c211c072 100644 --- a/Modules/Ruleset.Test/Public/Restore-Test.ps1 +++ b/Modules/Ruleset.Test/Public/Restore-Test.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Test/Public/Start-Test.ps1 b/Modules/Ruleset.Test/Public/Start-Test.ps1 index 7a5244b8..038ae3bd 100644 --- a/Modules/Ruleset.Test/Public/Start-Test.ps1 +++ b/Modules/Ruleset.Test/Public/Start-Test.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Test/Public/Test-MarkdownLink.ps1 b/Modules/Ruleset.Test/Public/Test-MarkdownLink.ps1 index 85d9df3c..83b96eb0 100644 --- a/Modules/Ruleset.Test/Public/Test-MarkdownLink.ps1 +++ b/Modules/Ruleset.Test/Public/Test-MarkdownLink.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Test/Public/Test-Output.ps1 b/Modules/Ruleset.Test/Public/Test-Output.ps1 index da6132db..c90ec8f7 100644 --- a/Modules/Ruleset.Test/Public/Test-Output.ps1 +++ b/Modules/Ruleset.Test/Public/Test-Output.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Test/Ruleset.Test.psd1 b/Modules/Ruleset.Test/Ruleset.Test.psd1 index e4e4524c..9e18da3c 100644 --- a/Modules/Ruleset.Test/Ruleset.Test.psd1 +++ b/Modules/Ruleset.Test/Ruleset.Test.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -61,7 +61,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this module - Copyright = "Copyright (C) 2019-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2019-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "PowerShell unit test module" diff --git a/Modules/Ruleset.Test/Ruleset.Test.psm1 b/Modules/Ruleset.Test/Ruleset.Test.psm1 index 26492448..bb97a008 100644 --- a/Modules/Ruleset.Test/Ruleset.Test.psm1 +++ b/Modules/Ruleset.Test/Ruleset.Test.psm1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/ConvertFrom-SDDL.ps1 b/Modules/Ruleset.UserInfo/Public/ConvertFrom-SDDL.ps1 index 4175a94e..a906b79d 100644 --- a/Modules/Ruleset.UserInfo/Public/ConvertFrom-SDDL.ps1 +++ b/Modules/Ruleset.UserInfo/Public/ConvertFrom-SDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/ConvertFrom-SID.ps1 b/Modules/Ruleset.UserInfo/Public/ConvertFrom-SID.ps1 index 48cd150a..1f2a0a24 100644 --- a/Modules/Ruleset.UserInfo/Public/ConvertFrom-SID.ps1 +++ b/Modules/Ruleset.UserInfo/Public/ConvertFrom-SID.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/Get-GroupPrincipal.ps1 b/Modules/Ruleset.UserInfo/Public/Get-GroupPrincipal.ps1 index 5fb149e4..3f2a1d0a 100644 --- a/Modules/Ruleset.UserInfo/Public/Get-GroupPrincipal.ps1 +++ b/Modules/Ruleset.UserInfo/Public/Get-GroupPrincipal.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/Get-GroupSID.ps1 b/Modules/Ruleset.UserInfo/Public/Get-GroupSID.ps1 index 54be8b1a..85db4e4e 100644 --- a/Modules/Ruleset.UserInfo/Public/Get-GroupSID.ps1 +++ b/Modules/Ruleset.UserInfo/Public/Get-GroupSID.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/Get-PathSDDL.ps1 b/Modules/Ruleset.UserInfo/Public/Get-PathSDDL.ps1 index 145b07f0..dba64610 100644 --- a/Modules/Ruleset.UserInfo/Public/Get-PathSDDL.ps1 +++ b/Modules/Ruleset.UserInfo/Public/Get-PathSDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/Get-PrincipalSID.ps1 b/Modules/Ruleset.UserInfo/Public/Get-PrincipalSID.ps1 index 1c8734ee..036b79d8 100644 --- a/Modules/Ruleset.UserInfo/Public/Get-PrincipalSID.ps1 +++ b/Modules/Ruleset.UserInfo/Public/Get-PrincipalSID.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/Get-SDDL.ps1 b/Modules/Ruleset.UserInfo/Public/Get-SDDL.ps1 index adaa6ec6..4c31f98f 100644 --- a/Modules/Ruleset.UserInfo/Public/Get-SDDL.ps1 +++ b/Modules/Ruleset.UserInfo/Public/Get-SDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/Get-UserGroup.ps1 b/Modules/Ruleset.UserInfo/Public/Get-UserGroup.ps1 index b1d3ddbd..4bad38fa 100644 --- a/Modules/Ruleset.UserInfo/Public/Get-UserGroup.ps1 +++ b/Modules/Ruleset.UserInfo/Public/Get-UserGroup.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/Merge-SDDL.ps1 b/Modules/Ruleset.UserInfo/Public/Merge-SDDL.ps1 index bea114fe..51856d96 100644 --- a/Modules/Ruleset.UserInfo/Public/Merge-SDDL.ps1 +++ b/Modules/Ruleset.UserInfo/Public/Merge-SDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/Split-Principal.ps1 b/Modules/Ruleset.UserInfo/Public/Split-Principal.ps1 index 1c3a063e..306a49ba 100644 --- a/Modules/Ruleset.UserInfo/Public/Split-Principal.ps1 +++ b/Modules/Ruleset.UserInfo/Public/Split-Principal.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/Test-SDDL.ps1 b/Modules/Ruleset.UserInfo/Public/Test-SDDL.ps1 index e0ff9d28..34d6efa5 100644 --- a/Modules/Ruleset.UserInfo/Public/Test-SDDL.ps1 +++ b/Modules/Ruleset.UserInfo/Public/Test-SDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Public/Test-UPN.ps1 b/Modules/Ruleset.UserInfo/Public/Test-UPN.ps1 index dac6239b..51da1635 100644 --- a/Modules/Ruleset.UserInfo/Public/Test-UPN.ps1 +++ b/Modules/Ruleset.UserInfo/Public/Test-UPN.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.UserInfo/Ruleset.UserInfo.psd1 b/Modules/Ruleset.UserInfo/Ruleset.UserInfo.psd1 index f39695c7..00b0f276 100644 --- a/Modules/Ruleset.UserInfo/Ruleset.UserInfo.psd1 +++ b/Modules/Ruleset.UserInfo/Ruleset.UserInfo.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -61,7 +61,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this module - Copyright = "Copyright (C) 2019-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2019-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "Module to query information about Windows users and groups" diff --git a/Modules/Ruleset.UserInfo/Ruleset.UserInfo.psm1 b/Modules/Ruleset.UserInfo/Ruleset.UserInfo.psm1 index 6992dfd3..2ef38dea 100644 --- a/Modules/Ruleset.UserInfo/Ruleset.UserInfo.psm1 +++ b/Modules/Ruleset.UserInfo/Ruleset.UserInfo.psm1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Private/Convert-EncodingString.ps1 b/Modules/Ruleset.Utility/Private/Convert-EncodingString.ps1 index af9b8244..1d3f2cbe 100644 --- a/Modules/Ruleset.Utility/Private/Convert-EncodingString.ps1 +++ b/Modules/Ruleset.Utility/Private/Convert-EncodingString.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Private/Set-Privilege.ps1 b/Modules/Ruleset.Utility/Private/Set-Privilege.ps1 index 795b0047..42fbb70e 100644 --- a/Modules/Ruleset.Utility/Private/Set-Privilege.ps1 +++ b/Modules/Ruleset.Utility/Private/Set-Privilege.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset Copyright (C) 2017 Pyprohly -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Approve-Execute.ps1 b/Modules/Ruleset.Utility/Public/Approve-Execute.ps1 index fbc0fd8c..eeffb0ab 100644 --- a/Modules/Ruleset.Utility/Public/Approve-Execute.ps1 +++ b/Modules/Ruleset.Utility/Public/Approve-Execute.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Compare-Path.ps1 b/Modules/Ruleset.Utility/Public/Compare-Path.ps1 index 1fb518b8..5f451ea8 100644 --- a/Modules/Ruleset.Utility/Public/Compare-Path.ps1 +++ b/Modules/Ruleset.Utility/Public/Compare-Path.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Confirm-FileEncoding.ps1 b/Modules/Ruleset.Utility/Public/Confirm-FileEncoding.ps1 index 5727a3c9..74559e3a 100644 --- a/Modules/Ruleset.Utility/Public/Confirm-FileEncoding.ps1 +++ b/Modules/Ruleset.Utility/Public/Confirm-FileEncoding.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/ConvertFrom-Wildcard.ps1 b/Modules/Ruleset.Utility/Public/ConvertFrom-Wildcard.ps1 index d95060ad..3dbff062 100644 --- a/Modules/Ruleset.Utility/Public/ConvertFrom-Wildcard.ps1 +++ b/Modules/Ruleset.Utility/Public/ConvertFrom-Wildcard.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Format-ComputerName.ps1 b/Modules/Ruleset.Utility/Public/Format-ComputerName.ps1 index adac3416..cbeb8f32 100644 --- a/Modules/Ruleset.Utility/Public/Format-ComputerName.ps1 +++ b/Modules/Ruleset.Utility/Public/Format-ComputerName.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Get-FileEncoding.ps1 b/Modules/Ruleset.Utility/Public/Get-FileEncoding.ps1 index 7fcb8d61..2809d92e 100644 --- a/Modules/Ruleset.Utility/Public/Get-FileEncoding.ps1 +++ b/Modules/Ruleset.Utility/Public/Get-FileEncoding.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Get-TypeName.ps1 b/Modules/Ruleset.Utility/Public/Get-TypeName.ps1 index 7023e82b..86d9e8ff 100644 --- a/Modules/Ruleset.Utility/Public/Get-TypeName.ps1 +++ b/Modules/Ruleset.Utility/Public/Get-TypeName.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Invoke-Process.ps1 b/Modules/Ruleset.Utility/Public/Invoke-Process.ps1 index 2310baaf..22b0dab3 100644 --- a/Modules/Ruleset.Utility/Public/Invoke-Process.ps1 +++ b/Modules/Ruleset.Utility/Public/Invoke-Process.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Resolve-FileSystemPath.ps1 b/Modules/Ruleset.Utility/Public/Resolve-FileSystemPath.ps1 index c3eb0904..f3584526 100644 --- a/Modules/Ruleset.Utility/Public/Resolve-FileSystemPath.ps1 +++ b/Modules/Ruleset.Utility/Public/Resolve-FileSystemPath.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Select-EnvironmentVariable.ps1 b/Modules/Ruleset.Utility/Public/Select-EnvironmentVariable.ps1 index b6c850fc..ceac1612 100644 --- a/Modules/Ruleset.Utility/Public/Select-EnvironmentVariable.ps1 +++ b/Modules/Ruleset.Utility/Public/Select-EnvironmentVariable.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Set-NetworkProfile.ps1 b/Modules/Ruleset.Utility/Public/Set-NetworkProfile.ps1 index 53e10b6c..3b45762d 100644 --- a/Modules/Ruleset.Utility/Public/Set-NetworkProfile.ps1 +++ b/Modules/Ruleset.Utility/Public/Set-NetworkProfile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Set-Permission.ps1 b/Modules/Ruleset.Utility/Public/Set-Permission.ps1 index b2ac5c66..2c6f3ce7 100644 --- a/Modules/Ruleset.Utility/Public/Set-Permission.ps1 +++ b/Modules/Ruleset.Utility/Public/Set-Permission.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Set-ScreenBuffer.ps1 b/Modules/Ruleset.Utility/Public/Set-ScreenBuffer.ps1 index 301c717c..1c0cd3ca 100644 --- a/Modules/Ruleset.Utility/Public/Set-ScreenBuffer.ps1 +++ b/Modules/Ruleset.Utility/Public/Set-ScreenBuffer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Set-Shortcut.ps1 b/Modules/Ruleset.Utility/Public/Set-Shortcut.ps1 index 2a5f7de7..bd376d5f 100644 --- a/Modules/Ruleset.Utility/Public/Set-Shortcut.ps1 +++ b/Modules/Ruleset.Utility/Public/Set-Shortcut.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Write-ColorMessage.ps1 b/Modules/Ruleset.Utility/Public/Write-ColorMessage.ps1 index 6fcd7582..19324f27 100644 --- a/Modules/Ruleset.Utility/Public/Write-ColorMessage.ps1 +++ b/Modules/Ruleset.Utility/Public/Write-ColorMessage.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Public/Write-ServiceList.ps1 b/Modules/Ruleset.Utility/Public/Write-ServiceList.ps1 index 263f126c..f0667389 100644 --- a/Modules/Ruleset.Utility/Public/Write-ServiceList.ps1 +++ b/Modules/Ruleset.Utility/Public/Write-ServiceList.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Modules/Ruleset.Utility/Ruleset.Utility.psd1 b/Modules/Ruleset.Utility/Ruleset.Utility.psd1 index 46ff7998..47d5fe8a 100644 --- a/Modules/Ruleset.Utility/Ruleset.Utility.psd1 +++ b/Modules/Ruleset.Utility/Ruleset.Utility.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -61,7 +61,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this module - Copyright = "Copyright (C) 2019-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2019-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "PowerShell utility module for Windows Firewall Ruleset project" diff --git a/Modules/Ruleset.Utility/Ruleset.Utility.psm1 b/Modules/Ruleset.Utility/Ruleset.Utility.psm1 index c010fe7c..41e3f78b 100644 --- a/Modules/Ruleset.Utility/Ruleset.Utility.psm1 +++ b/Modules/Ruleset.Utility/Ruleset.Utility.psm1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/DefaultParameters.ps1 b/Rules/DefaultParameters.ps1 index 65daeefe..477999af 100644 --- a/Rules/DefaultParameters.ps1 +++ b/Rules/DefaultParameters.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/IPSetup.ps1 b/Rules/IPv4/IPSetup.ps1 index c828236a..72a2ef22 100644 --- a/Rules/IPv4/IPSetup.ps1 +++ b/Rules/IPv4/IPSetup.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/AdditionalNetworking.ps1 b/Rules/IPv4/Inbound/AdditionalNetworking.ps1 index 00acbba1..5ac7c9c8 100644 --- a/Rules/IPv4/Inbound/AdditionalNetworking.ps1 +++ b/Rules/IPv4/Inbound/AdditionalNetworking.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Broadcast.ps1 b/Rules/IPv4/Inbound/Broadcast.ps1 index 1eac107a..096c038b 100644 --- a/Rules/IPv4/Inbound/Broadcast.ps1 +++ b/Rules/IPv4/Inbound/Broadcast.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/CoreNetworking.ps1 b/Rules/IPv4/Inbound/CoreNetworking.ps1 index d7ff627e..ced70c94 100644 --- a/Rules/IPv4/Inbound/CoreNetworking.ps1 +++ b/Rules/IPv4/Inbound/CoreNetworking.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Development/EpicGames.ps1 b/Rules/IPv4/Inbound/Development/EpicGames.ps1 index 1b660505..be6e0c38 100644 --- a/Rules/IPv4/Inbound/Development/EpicGames.ps1 +++ b/Rules/IPv4/Inbound/Development/EpicGames.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/DirectionSetup.ps1 b/Rules/IPv4/Inbound/DirectionSetup.ps1 index 8cf13dc1..52d62a41 100644 --- a/Rules/IPv4/Inbound/DirectionSetup.ps1 +++ b/Rules/IPv4/Inbound/DirectionSetup.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/ICMP.ps1 b/Rules/IPv4/Inbound/ICMP.ps1 index 00a38fa6..4bb14b42 100644 --- a/Rules/IPv4/Inbound/ICMP.ps1 +++ b/Rules/IPv4/Inbound/ICMP.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Multicast.ps1 b/Rules/IPv4/Inbound/Multicast.ps1 index 40b605d9..37eebd58 100644 --- a/Rules/IPv4/Inbound/Multicast.ps1 +++ b/Rules/IPv4/Inbound/Multicast.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/NetworkDiscovery.ps1 b/Rules/IPv4/Inbound/NetworkDiscovery.ps1 index 525f0f8c..79b79de2 100644 --- a/Rules/IPv4/Inbound/NetworkDiscovery.ps1 +++ b/Rules/IPv4/Inbound/NetworkDiscovery.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/NetworkSharing.ps1 b/Rules/IPv4/Inbound/NetworkSharing.ps1 index aade4a2f..a9c66390 100644 --- a/Rules/IPv4/Inbound/NetworkSharing.ps1 +++ b/Rules/IPv4/Inbound/NetworkSharing.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/RemoteWindows.ps1 b/Rules/IPv4/Inbound/RemoteWindows.ps1 index dec5bb12..e2875105 100644 --- a/Rules/IPv4/Inbound/RemoteWindows.ps1 +++ b/Rules/IPv4/Inbound/RemoteWindows.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Server/SshServer.ps1 b/Rules/IPv4/Inbound/Server/SshServer.ps1 index 80a82949..472570c3 100644 --- a/Rules/IPv4/Inbound/Server/SshServer.ps1 +++ b/Rules/IPv4/Inbound/Server/SshServer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Software/Calibre.ps1 b/Rules/IPv4/Inbound/Software/Calibre.ps1 index 1383026e..dbddc8fd 100644 --- a/Rules/IPv4/Inbound/Software/Calibre.ps1 +++ b/Rules/IPv4/Inbound/Software/Calibre.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Software/FileZilla.ps1 b/Rules/IPv4/Inbound/Software/FileZilla.ps1 index c473e310..60f516f4 100644 --- a/Rules/IPv4/Inbound/Software/FileZilla.ps1 +++ b/Rules/IPv4/Inbound/Software/FileZilla.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Software/Microsoft/MicrosoftOffice.ps1 b/Rules/IPv4/Inbound/Software/Microsoft/MicrosoftOffice.ps1 index 124e1a39..0ac7fa17 100644 --- a/Rules/IPv4/Inbound/Software/Microsoft/MicrosoftOffice.ps1 +++ b/Rules/IPv4/Inbound/Software/Microsoft/MicrosoftOffice.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Software/Microsoft/SysInternals.ps1 b/Rules/IPv4/Inbound/Software/Microsoft/SysInternals.ps1 index 10a5b31f..97b30e20 100644 --- a/Rules/IPv4/Inbound/Software/Microsoft/SysInternals.ps1 +++ b/Rules/IPv4/Inbound/Software/Microsoft/SysInternals.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Software/Motrix.ps1 b/Rules/IPv4/Inbound/Software/Motrix.ps1 index b8354de6..2ba0cc70 100644 --- a/Rules/IPv4/Inbound/Software/Motrix.ps1 +++ b/Rules/IPv4/Inbound/Software/Motrix.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Software/Steam.ps1 b/Rules/IPv4/Inbound/Software/Steam.ps1 index 4d221de3..a1dce084 100644 --- a/Rules/IPv4/Inbound/Software/Steam.ps1 +++ b/Rules/IPv4/Inbound/Software/Steam.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Software/TeamViewer.ps1 b/Rules/IPv4/Inbound/Software/TeamViewer.ps1 index 191e95b1..22242caf 100644 --- a/Rules/IPv4/Inbound/Software/TeamViewer.ps1 +++ b/Rules/IPv4/Inbound/Software/TeamViewer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Software/WebBrowser.ps1 b/Rules/IPv4/Inbound/Software/WebBrowser.ps1 index b4cc4ac5..3cc5963b 100644 --- a/Rules/IPv4/Inbound/Software/WebBrowser.ps1 +++ b/Rules/IPv4/Inbound/Software/WebBrowser.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Software/qBittorrent.ps1 b/Rules/IPv4/Inbound/Software/qBittorrent.ps1 index 68a5c2a8..6c18c8bd 100644 --- a/Rules/IPv4/Inbound/Software/qBittorrent.ps1 +++ b/Rules/IPv4/Inbound/Software/qBittorrent.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Software/uTorrent.ps1 b/Rules/IPv4/Inbound/Software/uTorrent.ps1 index 1394bfdd..a0a48fba 100644 --- a/Rules/IPv4/Inbound/Software/uTorrent.ps1 +++ b/Rules/IPv4/Inbound/Software/uTorrent.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/StoreApps.ps1 b/Rules/IPv4/Inbound/StoreApps.ps1 index 86e0948b..199c92d7 100644 --- a/Rules/IPv4/Inbound/StoreApps.ps1 +++ b/Rules/IPv4/Inbound/StoreApps.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/Temporary.ps1 b/Rules/IPv4/Inbound/Temporary.ps1 index 8e9c5f26..cd531211 100644 --- a/Rules/IPv4/Inbound/Temporary.ps1 +++ b/Rules/IPv4/Inbound/Temporary.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/WindowsServices.ps1 b/Rules/IPv4/Inbound/WindowsServices.ps1 index d6d10c7e..11e37b52 100644 --- a/Rules/IPv4/Inbound/WindowsServices.ps1 +++ b/Rules/IPv4/Inbound/WindowsServices.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Inbound/WirelessNetworking.ps1 b/Rules/IPv4/Inbound/WirelessNetworking.ps1 index 3d30337d..5345c8b1 100644 --- a/Rules/IPv4/Inbound/WirelessNetworking.ps1 +++ b/Rules/IPv4/Inbound/WirelessNetworking.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/AdditionalNetworking.ps1 b/Rules/IPv4/Outbound/AdditionalNetworking.ps1 index 8b129a0c..d0f66d51 100644 --- a/Rules/IPv4/Outbound/AdditionalNetworking.ps1 +++ b/Rules/IPv4/Outbound/AdditionalNetworking.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Broadcast.ps1 b/Rules/IPv4/Outbound/Broadcast.ps1 index 6d19902a..32247775 100644 --- a/Rules/IPv4/Outbound/Broadcast.ps1 +++ b/Rules/IPv4/Outbound/Broadcast.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/CoreNetworking.ps1 b/Rules/IPv4/Outbound/CoreNetworking.ps1 index 3f15643c..1cca4998 100644 --- a/Rules/IPv4/Outbound/CoreNetworking.ps1 +++ b/Rules/IPv4/Outbound/CoreNetworking.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Audacity.ps1 b/Rules/IPv4/Outbound/Development/Audacity.ps1 index 19813d7a..010a9c8a 100644 --- a/Rules/IPv4/Outbound/Development/Audacity.ps1 +++ b/Rules/IPv4/Outbound/Development/Audacity.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/CMake.ps1 b/Rules/IPv4/Outbound/Development/CMake.ps1 index 9569bad8..4f7b02c9 100644 --- a/Rules/IPv4/Outbound/Development/CMake.ps1 +++ b/Rules/IPv4/Outbound/Development/CMake.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Chocolatey.ps1 b/Rules/IPv4/Outbound/Development/Chocolatey.ps1 index 1835ba79..378b2388 100644 --- a/Rules/IPv4/Outbound/Development/Chocolatey.ps1 +++ b/Rules/IPv4/Outbound/Development/Chocolatey.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/ColorMania.ps1 b/Rules/IPv4/Outbound/Development/ColorMania.ps1 index 6a02a246..4ec6b8c3 100644 --- a/Rules/IPv4/Outbound/Development/ColorMania.ps1 +++ b/Rules/IPv4/Outbound/Development/ColorMania.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/EpicGames.ps1 b/Rules/IPv4/Outbound/Development/EpicGames.ps1 index 5fdad8f5..f6a441fc 100644 --- a/Rules/IPv4/Outbound/Development/EpicGames.ps1 +++ b/Rules/IPv4/Outbound/Development/EpicGames.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/GitHub.ps1 b/Rules/IPv4/Outbound/Development/GitHub.ps1 index bd9f9710..67030981 100644 --- a/Rules/IPv4/Outbound/Development/GitHub.ps1 +++ b/Rules/IPv4/Outbound/Development/GitHub.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Incredibuild.ps1 b/Rules/IPv4/Outbound/Development/Incredibuild.ps1 index e9ff4e61..af6db64b 100644 --- a/Rules/IPv4/Outbound/Development/Incredibuild.ps1 +++ b/Rules/IPv4/Outbound/Development/Incredibuild.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/MSYS2.ps1 b/Rules/IPv4/Outbound/Development/MSYS2.ps1 index 44735184..65dca7e7 100644 --- a/Rules/IPv4/Outbound/Development/MSYS2.ps1 +++ b/Rules/IPv4/Outbound/Development/MSYS2.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Microsoft/AzureDataStudio.ps1 b/Rules/IPv4/Outbound/Development/Microsoft/AzureDataStudio.ps1 index e6177426..47f7fc29 100644 --- a/Rules/IPv4/Outbound/Development/Microsoft/AzureDataStudio.ps1 +++ b/Rules/IPv4/Outbound/Development/Microsoft/AzureDataStudio.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Microsoft/HelpViewer.ps1 b/Rules/IPv4/Outbound/Development/Microsoft/HelpViewer.ps1 index d32691ec..4b3389ba 100644 --- a/Rules/IPv4/Outbound/Development/Microsoft/HelpViewer.ps1 +++ b/Rules/IPv4/Outbound/Development/Microsoft/HelpViewer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Microsoft/NuGet.ps1 b/Rules/IPv4/Outbound/Development/Microsoft/NuGet.ps1 index 2900e25f..f4779a24 100644 --- a/Rules/IPv4/Outbound/Development/Microsoft/NuGet.ps1 +++ b/Rules/IPv4/Outbound/Development/Microsoft/NuGet.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Microsoft/PowerShell.ps1 b/Rules/IPv4/Outbound/Development/Microsoft/PowerShell.ps1 index 8991a12a..9073bdd3 100644 --- a/Rules/IPv4/Outbound/Development/Microsoft/PowerShell.ps1 +++ b/Rules/IPv4/Outbound/Development/Microsoft/PowerShell.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Microsoft/VSCode.ps1 b/Rules/IPv4/Outbound/Development/Microsoft/VSCode.ps1 index 3673db99..f1d67950 100644 --- a/Rules/IPv4/Outbound/Development/Microsoft/VSCode.ps1 +++ b/Rules/IPv4/Outbound/Development/Microsoft/VSCode.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Microsoft/VisualStudio.ps1 b/Rules/IPv4/Outbound/Development/Microsoft/VisualStudio.ps1 index be5b35ee..8cdb3749 100644 --- a/Rules/IPv4/Outbound/Development/Microsoft/VisualStudio.ps1 +++ b/Rules/IPv4/Outbound/Development/Microsoft/VisualStudio.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Microsoft/WebPlatform.ps1 b/Rules/IPv4/Outbound/Development/Microsoft/WebPlatform.ps1 index fc94a722..b156bc96 100644 --- a/Rules/IPv4/Outbound/Development/Microsoft/WebPlatform.ps1 +++ b/Rules/IPv4/Outbound/Development/Microsoft/WebPlatform.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Microsoft/WindowsSDK.ps1 b/Rules/IPv4/Outbound/Development/Microsoft/WindowsSDK.ps1 index 33df4a3b..5d64fd1d 100644 --- a/Rules/IPv4/Outbound/Development/Microsoft/WindowsSDK.ps1 +++ b/Rules/IPv4/Outbound/Development/Microsoft/WindowsSDK.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Microsoft/dotnet.ps1 b/Rules/IPv4/Outbound/Development/Microsoft/dotnet.ps1 index 5ca04361..72d6876f 100644 --- a/Rules/IPv4/Outbound/Development/Microsoft/dotnet.ps1 +++ b/Rules/IPv4/Outbound/Development/Microsoft/dotnet.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/Microsoft/vcpkg.ps1 b/Rules/IPv4/Outbound/Development/Microsoft/vcpkg.ps1 index 57edae12..f2be7aa4 100644 --- a/Rules/IPv4/Outbound/Development/Microsoft/vcpkg.ps1 +++ b/Rules/IPv4/Outbound/Development/Microsoft/vcpkg.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Development/RealWorld.ps1 b/Rules/IPv4/Outbound/Development/RealWorld.ps1 index 610081cb..d887de28 100644 --- a/Rules/IPv4/Outbound/Development/RealWorld.ps1 +++ b/Rules/IPv4/Outbound/Development/RealWorld.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/DirectionSetup.ps1 b/Rules/IPv4/Outbound/DirectionSetup.ps1 index 717018d0..9566977b 100644 --- a/Rules/IPv4/Outbound/DirectionSetup.ps1 +++ b/Rules/IPv4/Outbound/DirectionSetup.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Games/ArenaChess.ps1 b/Rules/IPv4/Outbound/Games/ArenaChess.ps1 index a514fe19..a93ae469 100644 --- a/Rules/IPv4/Outbound/Games/ArenaChess.ps1 +++ b/Rules/IPv4/Outbound/Games/ArenaChess.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Games/CounterStrikeGO.ps1 b/Rules/IPv4/Outbound/Games/CounterStrikeGO.ps1 index c6973e7a..7c688600 100644 --- a/Rules/IPv4/Outbound/Games/CounterStrikeGO.ps1 +++ b/Rules/IPv4/Outbound/Games/CounterStrikeGO.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Games/DemiseOfNations.ps1 b/Rules/IPv4/Outbound/Games/DemiseOfNations.ps1 index 26bbedb7..48101c37 100644 --- a/Rules/IPv4/Outbound/Games/DemiseOfNations.ps1 +++ b/Rules/IPv4/Outbound/Games/DemiseOfNations.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Games/EVEOnline.ps1 b/Rules/IPv4/Outbound/Games/EVEOnline.ps1 index 7db73a54..e4f4b646 100644 --- a/Rules/IPv4/Outbound/Games/EVEOnline.ps1 +++ b/Rules/IPv4/Outbound/Games/EVEOnline.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Games/LeagueOfLegends.ps1 b/Rules/IPv4/Outbound/Games/LeagueOfLegends.ps1 index b3a4c8b4..670b62f9 100644 --- a/Rules/IPv4/Outbound/Games/LeagueOfLegends.ps1 +++ b/Rules/IPv4/Outbound/Games/LeagueOfLegends.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Games/OpenTTD.ps1 b/Rules/IPv4/Outbound/Games/OpenTTD.ps1 index e404d00d..5355aec0 100644 --- a/Rules/IPv4/Outbound/Games/OpenTTD.ps1 +++ b/Rules/IPv4/Outbound/Games/OpenTTD.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Games/PathOfExile.ps1 b/Rules/IPv4/Outbound/Games/PathOfExile.ps1 index 2f62ac33..066f814a 100644 --- a/Rules/IPv4/Outbound/Games/PathOfExile.ps1 +++ b/Rules/IPv4/Outbound/Games/PathOfExile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Games/PinballArcade.ps1 b/Rules/IPv4/Outbound/Games/PinballArcade.ps1 index 3e72bc17..5a69af5e 100644 --- a/Rules/IPv4/Outbound/Games/PinballArcade.ps1 +++ b/Rules/IPv4/Outbound/Games/PinballArcade.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Games/PokerStars.ps1 b/Rules/IPv4/Outbound/Games/PokerStars.ps1 index 95c412d7..1a886de3 100644 --- a/Rules/IPv4/Outbound/Games/PokerStars.ps1 +++ b/Rules/IPv4/Outbound/Games/PokerStars.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Games/WarThunder.ps1 b/Rules/IPv4/Outbound/Games/WarThunder.ps1 index 097609c9..a2b7696c 100644 --- a/Rules/IPv4/Outbound/Games/WarThunder.ps1 +++ b/Rules/IPv4/Outbound/Games/WarThunder.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/ICMP.ps1 b/Rules/IPv4/Outbound/ICMP.ps1 index 4c27b142..f2fe9f29 100644 --- a/Rules/IPv4/Outbound/ICMP.ps1 +++ b/Rules/IPv4/Outbound/ICMP.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Multicast.ps1 b/Rules/IPv4/Outbound/Multicast.ps1 index af2b540e..b51f4343 100644 --- a/Rules/IPv4/Outbound/Multicast.ps1 +++ b/Rules/IPv4/Outbound/Multicast.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/NetworkDiscovery.ps1 b/Rules/IPv4/Outbound/NetworkDiscovery.ps1 index cf18588d..b0829c00 100644 --- a/Rules/IPv4/Outbound/NetworkDiscovery.ps1 +++ b/Rules/IPv4/Outbound/NetworkDiscovery.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/NetworkSharing.ps1 b/Rules/IPv4/Outbound/NetworkSharing.ps1 index c2a49fe7..9675af3b 100644 --- a/Rules/IPv4/Outbound/NetworkSharing.ps1 +++ b/Rules/IPv4/Outbound/NetworkSharing.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/RemoteWindows.ps1 b/Rules/IPv4/Outbound/RemoteWindows.ps1 index 41eff802..e26d0e37 100644 --- a/Rules/IPv4/Outbound/RemoteWindows.ps1 +++ b/Rules/IPv4/Outbound/RemoteWindows.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Server/SQLServer.ps1 b/Rules/IPv4/Outbound/Server/SQLServer.ps1 index d15051c8..4615cc15 100644 --- a/Rules/IPv4/Outbound/Server/SQLServer.ps1 +++ b/Rules/IPv4/Outbound/Server/SQLServer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Adobe.ps1 b/Rules/IPv4/Outbound/Software/Adobe.ps1 index 62b7bc7b..8e2b91d0 100644 --- a/Rules/IPv4/Outbound/Software/Adobe.ps1 +++ b/Rules/IPv4/Outbound/Software/Adobe.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/BlueStacks.ps1 b/Rules/IPv4/Outbound/Software/BlueStacks.ps1 index 6c10c8fa..d31cd66c 100644 --- a/Rules/IPv4/Outbound/Software/BlueStacks.ps1 +++ b/Rules/IPv4/Outbound/Software/BlueStacks.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/CPUID.ps1 b/Rules/IPv4/Outbound/Software/CPUID.ps1 index 518dd941..c23e1ee4 100644 --- a/Rules/IPv4/Outbound/Software/CPUID.ps1 +++ b/Rules/IPv4/Outbound/Software/CPUID.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Calibre.ps1 b/Rules/IPv4/Outbound/Software/Calibre.ps1 index a2562f74..b50109da 100644 --- a/Rules/IPv4/Outbound/Software/Calibre.ps1 +++ b/Rules/IPv4/Outbound/Software/Calibre.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/DnsCrypt.ps1 b/Rules/IPv4/Outbound/Software/DnsCrypt.ps1 index 42cc7daa..c8d92035 100644 --- a/Rules/IPv4/Outbound/Software/DnsCrypt.ps1 +++ b/Rules/IPv4/Outbound/Software/DnsCrypt.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/FileZilla.ps1 b/Rules/IPv4/Outbound/Software/FileZilla.ps1 index d73ea0a3..b28192bc 100644 --- a/Rules/IPv4/Outbound/Software/FileZilla.ps1 +++ b/Rules/IPv4/Outbound/Software/FileZilla.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/GPG.ps1 b/Rules/IPv4/Outbound/Software/GPG.ps1 index e3dfd1cb..fb291c3a 100644 --- a/Rules/IPv4/Outbound/Software/GPG.ps1 +++ b/Rules/IPv4/Outbound/Software/GPG.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Google.ps1 b/Rules/IPv4/Outbound/Software/Google.ps1 index 27fd1699..623768a7 100644 --- a/Rules/IPv4/Outbound/Software/Google.ps1 +++ b/Rules/IPv4/Outbound/Software/Google.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Greenshot.ps1 b/Rules/IPv4/Outbound/Software/Greenshot.ps1 index c33236cd..bae791e4 100644 --- a/Rules/IPv4/Outbound/Software/Greenshot.ps1 +++ b/Rules/IPv4/Outbound/Software/Greenshot.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Intel.ps1 b/Rules/IPv4/Outbound/Software/Intel.ps1 index 8b3c9c35..4600da3a 100644 --- a/Rules/IPv4/Outbound/Software/Intel.ps1 +++ b/Rules/IPv4/Outbound/Software/Intel.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Java.ps1 b/Rules/IPv4/Outbound/Software/Java.ps1 index 53f263a7..3dd1ca3f 100644 --- a/Rules/IPv4/Outbound/Software/Java.ps1 +++ b/Rules/IPv4/Outbound/Software/Java.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Logitech.ps1 b/Rules/IPv4/Outbound/Software/Logitech.ps1 index 3c332ac0..34fece1a 100644 --- a/Rules/IPv4/Outbound/Software/Logitech.ps1 +++ b/Rules/IPv4/Outbound/Software/Logitech.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/MSI.ps1 b/Rules/IPv4/Outbound/Software/MSI.ps1 index c90bf464..d702892c 100644 --- a/Rules/IPv4/Outbound/Software/MSI.ps1 +++ b/Rules/IPv4/Outbound/Software/MSI.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/MetaTrader.ps1 b/Rules/IPv4/Outbound/Software/MetaTrader.ps1 index e8dd8d9a..c6f6dbe4 100644 --- a/Rules/IPv4/Outbound/Software/MetaTrader.ps1 +++ b/Rules/IPv4/Outbound/Software/MetaTrader.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Microsoft/BingWallpaper.ps1 b/Rules/IPv4/Outbound/Software/Microsoft/BingWallpaper.ps1 index 55909e63..6392ffe2 100644 --- a/Rules/IPv4/Outbound/Software/Microsoft/BingWallpaper.ps1 +++ b/Rules/IPv4/Outbound/Software/Microsoft/BingWallpaper.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Microsoft/EdgeChromium.ps1 b/Rules/IPv4/Outbound/Software/Microsoft/EdgeChromium.ps1 index 771e2fa6..7f20be5b 100644 --- a/Rules/IPv4/Outbound/Software/Microsoft/EdgeChromium.ps1 +++ b/Rules/IPv4/Outbound/Software/Microsoft/EdgeChromium.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Microsoft/MicrosoftOffice.ps1 b/Rules/IPv4/Outbound/Software/Microsoft/MicrosoftOffice.ps1 index 46141005..aaa35e41 100644 --- a/Rules/IPv4/Outbound/Software/Microsoft/MicrosoftOffice.ps1 +++ b/Rules/IPv4/Outbound/Software/Microsoft/MicrosoftOffice.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Microsoft/OneDrive.ps1 b/Rules/IPv4/Outbound/Software/Microsoft/OneDrive.ps1 index c2e387ad..f8481fd3 100644 --- a/Rules/IPv4/Outbound/Software/Microsoft/OneDrive.ps1 +++ b/Rules/IPv4/Outbound/Software/Microsoft/OneDrive.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Microsoft/PowerToys.ps1 b/Rules/IPv4/Outbound/Software/Microsoft/PowerToys.ps1 index 41746c4f..45788062 100644 --- a/Rules/IPv4/Outbound/Software/Microsoft/PowerToys.ps1 +++ b/Rules/IPv4/Outbound/Software/Microsoft/PowerToys.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Microsoft/SysInternals.ps1 b/Rules/IPv4/Outbound/Software/Microsoft/SysInternals.ps1 index 02f27e28..9ce4075d 100644 --- a/Rules/IPv4/Outbound/Software/Microsoft/SysInternals.ps1 +++ b/Rules/IPv4/Outbound/Software/Microsoft/SysInternals.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Motrix.ps1 b/Rules/IPv4/Outbound/Software/Motrix.ps1 index 6eea4a64..d48a51f7 100644 --- a/Rules/IPv4/Outbound/Software/Motrix.ps1 +++ b/Rules/IPv4/Outbound/Software/Motrix.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Nvidia.ps1 b/Rules/IPv4/Outbound/Software/Nvidia.ps1 index 3863bdf3..092bf919 100644 --- a/Rules/IPv4/Outbound/Software/Nvidia.ps1 +++ b/Rules/IPv4/Outbound/Software/Nvidia.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/OBSStudio.ps1 b/Rules/IPv4/Outbound/Software/OBSStudio.ps1 index 8002aec6..b616f334 100644 --- a/Rules/IPv4/Outbound/Software/OBSStudio.ps1 +++ b/Rules/IPv4/Outbound/Software/OBSStudio.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/OpenSSH.ps1 b/Rules/IPv4/Outbound/Software/OpenSSH.ps1 index 554cf1f1..6e240221 100644 --- a/Rules/IPv4/Outbound/Software/OpenSSH.ps1 +++ b/Rules/IPv4/Outbound/Software/OpenSSH.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/OpenSpace.ps1 b/Rules/IPv4/Outbound/Software/OpenSpace.ps1 index 8e9e9105..a7f3c4c9 100644 --- a/Rules/IPv4/Outbound/Software/OpenSpace.ps1 +++ b/Rules/IPv4/Outbound/Software/OpenSpace.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/PasswordSafe.ps1 b/Rules/IPv4/Outbound/Software/PasswordSafe.ps1 index 328180ba..be5eaa50 100644 --- a/Rules/IPv4/Outbound/Software/PasswordSafe.ps1 +++ b/Rules/IPv4/Outbound/Software/PasswordSafe.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Psiphon.ps1 b/Rules/IPv4/Outbound/Software/Psiphon.ps1 index 35d89cf1..7f9c77f2 100644 --- a/Rules/IPv4/Outbound/Software/Psiphon.ps1 +++ b/Rules/IPv4/Outbound/Software/Psiphon.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/RivaTuner.ps1 b/Rules/IPv4/Outbound/Software/RivaTuner.ps1 index 999e8baf..8326dc98 100644 --- a/Rules/IPv4/Outbound/Software/RivaTuner.ps1 +++ b/Rules/IPv4/Outbound/Software/RivaTuner.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Steam.ps1 b/Rules/IPv4/Outbound/Software/Steam.ps1 index c96a5431..61acfc6b 100644 --- a/Rules/IPv4/Outbound/Software/Steam.ps1 +++ b/Rules/IPv4/Outbound/Software/Steam.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/TeamViewer.ps1 b/Rules/IPv4/Outbound/Software/TeamViewer.ps1 index 4c1a3e00..9ee77c4f 100644 --- a/Rules/IPv4/Outbound/Software/TeamViewer.ps1 +++ b/Rules/IPv4/Outbound/Software/TeamViewer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/Thunderbird.ps1 b/Rules/IPv4/Outbound/Software/Thunderbird.ps1 index 5fdd78f6..4535c96d 100644 --- a/Rules/IPv4/Outbound/Software/Thunderbird.ps1 +++ b/Rules/IPv4/Outbound/Software/Thunderbird.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/WebBrowser.ps1 b/Rules/IPv4/Outbound/Software/WebBrowser.ps1 index 7e10ead2..8581fff6 100644 --- a/Rules/IPv4/Outbound/Software/WebBrowser.ps1 +++ b/Rules/IPv4/Outbound/Software/WebBrowser.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/nmap.ps1 b/Rules/IPv4/Outbound/Software/nmap.ps1 index 450f46cc..04fc1bf5 100644 --- a/Rules/IPv4/Outbound/Software/nmap.ps1 +++ b/Rules/IPv4/Outbound/Software/nmap.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/qBittorrent.ps1 b/Rules/IPv4/Outbound/Software/qBittorrent.ps1 index dcbbfc7a..e649df43 100644 --- a/Rules/IPv4/Outbound/Software/qBittorrent.ps1 +++ b/Rules/IPv4/Outbound/Software/qBittorrent.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/uTorrent.ps1 b/Rules/IPv4/Outbound/Software/uTorrent.ps1 index f7733632..f42519b3 100644 --- a/Rules/IPv4/Outbound/Software/uTorrent.ps1 +++ b/Rules/IPv4/Outbound/Software/uTorrent.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Software/yt-dlp.ps1 b/Rules/IPv4/Outbound/Software/yt-dlp.ps1 index 889fedb0..7fd31576 100644 --- a/Rules/IPv4/Outbound/Software/yt-dlp.ps1 +++ b/Rules/IPv4/Outbound/Software/yt-dlp.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/StoreApps.ps1 b/Rules/IPv4/Outbound/StoreApps.ps1 index c7e2b40d..80c0c88b 100644 --- a/Rules/IPv4/Outbound/StoreApps.ps1 +++ b/Rules/IPv4/Outbound/StoreApps.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/Temporary.ps1 b/Rules/IPv4/Outbound/Temporary.ps1 index c6bc31d0..ba55d7b3 100644 --- a/Rules/IPv4/Outbound/Temporary.ps1 +++ b/Rules/IPv4/Outbound/Temporary.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/WindowsServices.ps1 b/Rules/IPv4/Outbound/WindowsServices.ps1 index 58dae151..bad49846 100644 --- a/Rules/IPv4/Outbound/WindowsServices.ps1 +++ b/Rules/IPv4/Outbound/WindowsServices.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/WindowsSystem.ps1 b/Rules/IPv4/Outbound/WindowsSystem.ps1 index ccdcf03b..d9ce7e6e 100644 --- a/Rules/IPv4/Outbound/WindowsSystem.ps1 +++ b/Rules/IPv4/Outbound/WindowsSystem.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv4/Outbound/WirelessNetworking.ps1 b/Rules/IPv4/Outbound/WirelessNetworking.ps1 index 83d6b184..495a4a4e 100644 --- a/Rules/IPv4/Outbound/WirelessNetworking.ps1 +++ b/Rules/IPv4/Outbound/WirelessNetworking.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/IPSetup.ps1 b/Rules/IPv6/IPSetup.ps1 index 47d06a5b..3d626ffc 100644 --- a/Rules/IPv6/IPSetup.ps1 +++ b/Rules/IPv6/IPSetup.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/Inbound/CoreNetworking.ps1 b/Rules/IPv6/Inbound/CoreNetworking.ps1 index d44910cd..58d1eb50 100644 --- a/Rules/IPv6/Inbound/CoreNetworking.ps1 +++ b/Rules/IPv6/Inbound/CoreNetworking.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/Inbound/DirectionSetup.ps1 b/Rules/IPv6/Inbound/DirectionSetup.ps1 index 8cf13dc1..52d62a41 100644 --- a/Rules/IPv6/Inbound/DirectionSetup.ps1 +++ b/Rules/IPv6/Inbound/DirectionSetup.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/Inbound/ICMP.ps1 b/Rules/IPv6/Inbound/ICMP.ps1 index fee27b3e..bf9bb472 100644 --- a/Rules/IPv6/Inbound/ICMP.ps1 +++ b/Rules/IPv6/Inbound/ICMP.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/Inbound/Multicast.ps1 b/Rules/IPv6/Inbound/Multicast.ps1 index 76b8fdbd..47a3875c 100644 --- a/Rules/IPv6/Inbound/Multicast.ps1 +++ b/Rules/IPv6/Inbound/Multicast.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/Inbound/Temporary.ps1 b/Rules/IPv6/Inbound/Temporary.ps1 index d2877289..e1f35248 100644 --- a/Rules/IPv6/Inbound/Temporary.ps1 +++ b/Rules/IPv6/Inbound/Temporary.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/Outbound/CoreNetworking.ps1 b/Rules/IPv6/Outbound/CoreNetworking.ps1 index 9e53f2c0..f0782b9c 100644 --- a/Rules/IPv6/Outbound/CoreNetworking.ps1 +++ b/Rules/IPv6/Outbound/CoreNetworking.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/Outbound/DirectionSetup.ps1 b/Rules/IPv6/Outbound/DirectionSetup.ps1 index 717018d0..9566977b 100644 --- a/Rules/IPv6/Outbound/DirectionSetup.ps1 +++ b/Rules/IPv6/Outbound/DirectionSetup.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/Outbound/ICMP.ps1 b/Rules/IPv6/Outbound/ICMP.ps1 index fe2cce5f..96ec8e2e 100644 --- a/Rules/IPv6/Outbound/ICMP.ps1 +++ b/Rules/IPv6/Outbound/ICMP.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/Outbound/Multicast.ps1 b/Rules/IPv6/Outbound/Multicast.ps1 index 1a996f62..d4f0687d 100644 --- a/Rules/IPv6/Outbound/Multicast.ps1 +++ b/Rules/IPv6/Outbound/Multicast.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Rules/IPv6/Outbound/Temporary.ps1 b/Rules/IPv6/Outbound/Temporary.ps1 index 9001e557..b47f3b56 100644 --- a/Rules/IPv6/Outbound/Temporary.ps1 +++ b/Rules/IPv6/Outbound/Temporary.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Scripts/Backup-Firewall.ps1 b/Scripts/Backup-Firewall.ps1 index 1a80cb52..0acdb413 100644 --- a/Scripts/Backup-Firewall.ps1 +++ b/Scripts/Backup-Firewall.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Complete-Firewall.ps1 b/Scripts/Complete-Firewall.ps1 index 35bd7c12..8ae671f2 100644 --- a/Scripts/Complete-Firewall.ps1 +++ b/Scripts/Complete-Firewall.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Scripts/Deploy-Firewall.ps1 b/Scripts/Deploy-Firewall.ps1 index 0c01fbcb..aac3fa1a 100644 --- a/Scripts/Deploy-Firewall.ps1 +++ b/Scripts/Deploy-Firewall.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Scripts/Experiment/Add-WTContext.ps1 b/Scripts/Experiment/Add-WTContext.ps1 index f4283eb2..557cc3f5 100644 --- a/Scripts/Experiment/Add-WTContext.ps1 +++ b/Scripts/Experiment/Add-WTContext.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Scripts/Experiment/Confirm-Firewall.ps1 b/Scripts/Experiment/Confirm-Firewall.ps1 index 2a613a68..9df6eecd 100644 --- a/Scripts/Experiment/Confirm-Firewall.ps1 +++ b/Scripts/Experiment/Confirm-Firewall.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Scripts/Experiment/Connect-IPInterface.ps1 b/Scripts/Experiment/Connect-IPInterface.ps1 index 388cead3..63c1ef5d 100644 --- a/Scripts/Experiment/Connect-IPInterface.ps1 +++ b/Scripts/Experiment/Connect-IPInterface.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Scripts/Experiment/Initialize-Development.ps1 b/Scripts/Experiment/Initialize-Development.ps1 index a45d72ba..0d713103 100644 --- a/Scripts/Experiment/Initialize-Development.ps1 +++ b/Scripts/Experiment/Initialize-Development.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Scripts/Experiment/New-SDDL.ps1 b/Scripts/Experiment/New-SDDL.ps1 index 8860ecf2..194df6a8 100644 --- a/Scripts/Experiment/New-SDDL.ps1 +++ b/Scripts/Experiment/New-SDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Scripts/Experiment/Start-PacketTrace.ps1 b/Scripts/Experiment/Start-PacketTrace.ps1 index 11d65dd8..d62be2e0 100644 --- a/Scripts/Experiment/Start-PacketTrace.ps1 +++ b/Scripts/Experiment/Start-PacketTrace.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Experiment/Stop-PacketTrace.ps1 b/Scripts/Experiment/Stop-PacketTrace.ps1 index 35f25dda..66d9391e 100644 --- a/Scripts/Experiment/Stop-PacketTrace.ps1 +++ b/Scripts/Experiment/Stop-PacketTrace.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Grant-Logs.ps1 b/Scripts/Grant-Logs.ps1 index 78361970..8dc47428 100644 --- a/Scripts/Grant-Logs.ps1 +++ b/Scripts/Grant-Logs.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Reset-Firewall.ps1 b/Scripts/Reset-Firewall.ps1 index 744d59ba..57bac8dd 100644 --- a/Scripts/Reset-Firewall.ps1 +++ b/Scripts/Reset-Firewall.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Scripts/Restore-Firewall.ps1 b/Scripts/Restore-Firewall.ps1 index c849d251..46979443 100644 --- a/Scripts/Restore-Firewall.ps1 +++ b/Scripts/Restore-Firewall.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Security/Deploy-ASR.ps1 b/Scripts/Security/Deploy-ASR.ps1 index 152d02fd..a2d39ace 100644 --- a/Scripts/Security/Deploy-ASR.ps1 +++ b/Scripts/Security/Deploy-ASR.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Scripts/Security/Find-UnsignedFile.ps1 b/Scripts/Security/Find-UnsignedFile.ps1 index da751018..050a6698 100644 --- a/Scripts/Security/Find-UnsignedFile.ps1 +++ b/Scripts/Security/Find-UnsignedFile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Scripts/Security/Remove-ASR.ps1 b/Scripts/Security/Remove-ASR.ps1 index e10132c9..4a439633 100644 --- a/Scripts/Security/Remove-ASR.ps1 +++ b/Scripts/Security/Remove-ASR.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2023 metablaster zebal@protonmail.ch +Copyright (C) 2023, 2024 metablaster zebal@protonmail.ch 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/Scripts/Security/Set-ATP.ps1 b/Scripts/Security/Set-ATP.ps1 index 9ccf58e8..fcd89a7a 100644 --- a/Scripts/Security/Set-ATP.ps1 +++ b/Scripts/Security/Set-ATP.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Scripts/Security/Set-Privacy.ps1 b/Scripts/Security/Set-Privacy.ps1 index 0eaf8c9b..3d3680f5 100644 --- a/Scripts/Security/Set-Privacy.ps1 +++ b/Scripts/Security/Set-Privacy.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Scripts/Security/Show-ASR.ps1 b/Scripts/Security/Show-ASR.ps1 index afb25464..7ab87e34 100644 --- a/Scripts/Security/Show-ASR.ps1 +++ b/Scripts/Security/Show-ASR.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Scripts/Unblock-Project.ps1 b/Scripts/Unblock-Project.ps1 index cd494011..f382f51e 100644 --- a/Scripts/Unblock-Project.ps1 +++ b/Scripts/Unblock-Project.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Utility/Debug-FilteringPlatform.ps1 b/Scripts/Utility/Debug-FilteringPlatform.ps1 index d48c9d29..d105efb3 100644 --- a/Scripts/Utility/Debug-FilteringPlatform.ps1 +++ b/Scripts/Utility/Debug-FilteringPlatform.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Utility/Get-CallerPreference.ps1 b/Scripts/Utility/Get-CallerPreference.ps1 index de3ccc7a..e2f4ecfe 100644 --- a/Scripts/Utility/Get-CallerPreference.ps1 +++ b/Scripts/Utility/Get-CallerPreference.ps1 @@ -3,7 +3,7 @@ Microsoft Limited Public License (Ms-LPL) Copyright (C) 2010 Microsoft Corporation. All rights reserved. -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch This license governs use of the accompanying software. If you use the software, you accept this license. diff --git a/Scripts/Utility/Get-NetworkStat.ps1 b/Scripts/Utility/Get-NetworkStat.ps1 index 11813faa..1984421f 100644 --- a/Scripts/Utility/Get-NetworkStat.ps1 +++ b/Scripts/Utility/Get-NetworkStat.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset Copyright (C) 2016 Warren Frame -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Scripts/Utility/Get-ParameterAlias.ps1 b/Scripts/Utility/Get-ParameterAlias.ps1 index c0e735a8..d6215016 100644 --- a/Scripts/Utility/Get-ParameterAlias.ps1 +++ b/Scripts/Utility/Get-ParameterAlias.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Utility/Restart-Network.ps1 b/Scripts/Utility/Restart-Network.ps1 index bc9c08a7..179e81dc 100644 --- a/Scripts/Utility/Restart-Network.ps1 +++ b/Scripts/Utility/Restart-Network.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Utility/Select-HiddenProperty.ps1 b/Scripts/Utility/Select-HiddenProperty.ps1 index 436e5bf1..41d53da5 100644 --- a/Scripts/Utility/Select-HiddenProperty.ps1 +++ b/Scripts/Utility/Select-HiddenProperty.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Utility/Update-HelpContent.ps1 b/Scripts/Utility/Update-HelpContent.ps1 index 0439f38a..c4032a77 100644 --- a/Scripts/Utility/Update-HelpContent.ps1 +++ b/Scripts/Utility/Update-HelpContent.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Scripts/Utility/Write-RepoStats.ps1 b/Scripts/Utility/Write-RepoStats.ps1 index f384c7fe..57e1df65 100644 --- a/Scripts/Utility/Write-RepoStats.ps1 +++ b/Scripts/Utility/Write-RepoStats.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Templates/FullTemplate.ps1 b/Templates/FullTemplate.ps1 index 4a190521..38a0b03f 100644 --- a/Templates/FullTemplate.ps1 +++ b/Templates/FullTemplate.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -37,7 +37,7 @@ SOFTWARE. .AUTHOR metablaster zebal@protonmail.com -.COPYRIGHT Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +.COPYRIGHT Copyright (C) 2020-2024 metablaster zebal@protonmail.ch .TAGS Template diff --git a/Templates/InboundRule.ps1 b/Templates/InboundRule.ps1 index 052a2c0b..23160f5e 100644 --- a/Templates/InboundRule.ps1 +++ b/Templates/InboundRule.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Templates/Manifest.Module/Manifest.Module.psd1 b/Templates/Manifest.Module/Manifest.Module.psd1 index e1b7cb07..40b0cc13 100644 --- a/Templates/Manifest.Module/Manifest.Module.psd1 +++ b/Templates/Manifest.Module/Manifest.Module.psd1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -69,7 +69,7 @@ SOFTWARE. # Copyright statement for this module # TODO: Update Copyright date and author - Copyright = "Copyright (C) 2020-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2020-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "Module manifest template" diff --git a/Templates/Manifest.Module/Manifest.Module.psm1 b/Templates/Manifest.Module/Manifest.Module.psm1 index 80af92e9..d356f159 100644 --- a/Templates/Manifest.Module/Manifest.Module.psm1 +++ b/Templates/Manifest.Module/Manifest.Module.psm1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Templates/Manifest.Module/Public/New-Function.ps1 b/Templates/Manifest.Module/Public/New-Function.ps1 index d09455aa..462e4347 100644 --- a/Templates/Manifest.Module/Public/New-Function.ps1 +++ b/Templates/Manifest.Module/Public/New-Function.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Templates/New-PSScriptInfo.ps1 b/Templates/New-PSScriptInfo.ps1 index 85e38a13..1f9a496c 100644 --- a/Templates/New-PSScriptInfo.ps1 +++ b/Templates/New-PSScriptInfo.ps1 @@ -27,7 +27,7 @@ $Params = @{ # CompanyName = "" # Specifies a copyright statement for the script - Copyright = "Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2022-2024 metablaster zebal@protonmail.ch" # Specifies an array of external module dependencies # ExternalModuleDependencies = @() diff --git a/Templates/OutboundRule.ps1 b/Templates/OutboundRule.ps1 index 1765e30f..69f2ea39 100644 --- a/Templates/OutboundRule.ps1 +++ b/Templates/OutboundRule.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Templates/PipelineScript.ps1 b/Templates/PipelineScript.ps1 index 0a8caace..ff3c2729 100644 --- a/Templates/PipelineScript.ps1 +++ b/Templates/PipelineScript.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Templates/ScriptTemplate.ps1 b/Templates/ScriptTemplate.ps1 index cb70af0a..44af10c4 100644 --- a/Templates/ScriptTemplate.ps1 +++ b/Templates/ScriptTemplate.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Templates/SettingsScript.ps1 b/Templates/SettingsScript.ps1 index 708d98c5..9293d25d 100644 --- a/Templates/SettingsScript.ps1 +++ b/Templates/SettingsScript.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Templates/TestRule.ps1 b/Templates/TestRule.ps1 index 41fd033a..02d09bb4 100644 --- a/Templates/TestRule.ps1 +++ b/Templates/TestRule.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Templates/TestTemplate.ps1 b/Templates/TestTemplate.ps1 index a8fd4596..17533081 100644 --- a/Templates/TestTemplate.ps1 +++ b/Templates/TestTemplate.ps1 @@ -6,7 +6,7 @@ This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset TODO: Update Copyright date and author -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/ContextSetup.ps1 b/Test/ContextSetup.ps1 index 120d6c14..899393bf 100644 --- a/Test/ContextSetup.ps1 +++ b/Test/ContextSetup.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Experiment/Experiment.Module/Experiment.Module.psd1 b/Test/Experiment/Experiment.Module/Experiment.Module.psd1 index 57810726..e58725cc 100644 --- a/Test/Experiment/Experiment.Module/Experiment.Module.psd1 +++ b/Test/Experiment/Experiment.Module/Experiment.Module.psd1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -61,7 +61,7 @@ SOFTWARE. # CompanyName = "Unknown" # Copyright statement for this module - Copyright = "Copyright (C) 2020-2023 metablaster zebal@protonmail.ch" + Copyright = "Copyright (C) 2020-2024 metablaster zebal@protonmail.ch" # Description of the functionality provided by this module Description = "Experimental module manifest" diff --git a/Test/Experiment/Experiment.Module/Experiment.Module.psm1 b/Test/Experiment/Experiment.Module/Experiment.Module.psm1 index 702b4eb7..a6273a44 100644 --- a/Test/Experiment/Experiment.Module/Experiment.Module.psm1 +++ b/Test/Experiment/Experiment.Module/Experiment.Module.psm1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Experiment/Experiment.Module/Public/Debug-Experiment.ps1 b/Test/Experiment/Experiment.Module/Public/Debug-Experiment.ps1 index 3ecff8d4..e3a2761c 100644 --- a/Test/Experiment/Experiment.Module/Public/Debug-Experiment.ps1 +++ b/Test/Experiment/Experiment.Module/Public/Debug-Experiment.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Experiment/New-Experiment.ps1 b/Test/Experiment/New-Experiment.ps1 index b263fe5e..5273bf82 100644 --- a/Test/Experiment/New-Experiment.ps1 +++ b/Test/Experiment/New-Experiment.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Invoke-AllTests.ps1 b/Test/Invoke-AllTests.ps1 index f4d5b188..d2d3ea1f 100644 --- a/Test/Invoke-AllTests.ps1 +++ b/Test/Invoke-AllTests.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Invoke-BlankTest.ps1 b/Test/Invoke-BlankTest.ps1 index ebe943d6..fc954697 100644 --- a/Test/Invoke-BlankTest.ps1 +++ b/Test/Invoke-BlankTest.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Invoke-CodeAnalysis.ps1 b/Test/Invoke-CodeAnalysis.ps1 index 5931e66b..a3e607cf 100644 --- a/Test/Invoke-CodeAnalysis.ps1 +++ b/Test/Invoke-CodeAnalysis.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/New-RuleAppSID.ps1 b/Test/New-RuleAppSID.ps1 index e32b8242..9e10cf22 100644 --- a/Test/New-RuleAppSID.ps1 +++ b/Test/New-RuleAppSID.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/New-RuleInterfaceAlias.ps1 b/Test/New-RuleInterfaceAlias.ps1 index 074f9e1e..0b23ddbd 100644 --- a/Test/New-RuleInterfaceAlias.ps1 +++ b/Test/New-RuleInterfaceAlias.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/New-RuleRelativePath.ps1 b/Test/New-RuleRelativePath.ps1 index 7fe1bbe3..7ac816bb 100644 --- a/Test/New-RuleRelativePath.ps1 +++ b/Test/New-RuleRelativePath.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/New-RuleSDDL.ps1 b/Test/New-RuleSDDL.ps1 index 3729921f..41a7d8cb 100644 --- a/Test/New-RuleSDDL.ps1 +++ b/Test/New-RuleSDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/PssaTest.Module/PssaTest.Module.psd1.txt b/Test/PssaTest.Module/PssaTest.Module.psd1.txt index 1330a733..f1c8aa87 100644 --- a/Test/PssaTest.Module/PssaTest.Module.psd1.txt +++ b/Test/PssaTest.Module/PssaTest.Module.psd1.txt @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/PssaTest.Module/PssaTest.Module.psm1.txt b/Test/PssaTest.Module/PssaTest.Module.psm1.txt index 520f652b..4babca2b 100644 --- a/Test/PssaTest.Module/PssaTest.Module.psm1.txt +++ b/Test/PssaTest.Module/PssaTest.Module.psm1.txt @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Compatibility/Add-WinFunction.ps1 b/Test/Ruleset.Compatibility/Add-WinFunction.ps1 index 79adc0a8..63f256a8 100644 --- a/Test/Ruleset.Compatibility/Add-WinFunction.ps1 +++ b/Test/Ruleset.Compatibility/Add-WinFunction.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Compatibility/Add-WindowsPSModulePath.ps1 b/Test/Ruleset.Compatibility/Add-WindowsPSModulePath.ps1 index 6d471886..e85e6fcd 100644 --- a/Test/Ruleset.Compatibility/Add-WindowsPSModulePath.ps1 +++ b/Test/Ruleset.Compatibility/Add-WindowsPSModulePath.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Compatibility/Compare-WinModule.ps1 b/Test/Ruleset.Compatibility/Compare-WinModule.ps1 index ae21f424..47a4196d 100644 --- a/Test/Ruleset.Compatibility/Compare-WinModule.ps1 +++ b/Test/Ruleset.Compatibility/Compare-WinModule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Compatibility/Copy-WinModule.ps1 b/Test/Ruleset.Compatibility/Copy-WinModule.ps1 index 72e255ce..66ebbbd8 100644 --- a/Test/Ruleset.Compatibility/Copy-WinModule.ps1 +++ b/Test/Ruleset.Compatibility/Copy-WinModule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Compatibility/Get-WinModule.ps1 b/Test/Ruleset.Compatibility/Get-WinModule.ps1 index 5d6a4d0e..45c5d2ab 100644 --- a/Test/Ruleset.Compatibility/Get-WinModule.ps1 +++ b/Test/Ruleset.Compatibility/Get-WinModule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Compatibility/Import-WinModule.ps1 b/Test/Ruleset.Compatibility/Import-WinModule.ps1 index 532bfdb3..b9222aed 100644 --- a/Test/Ruleset.Compatibility/Import-WinModule.ps1 +++ b/Test/Ruleset.Compatibility/Import-WinModule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Compatibility/Initialize-WinSession.ps1 b/Test/Ruleset.Compatibility/Initialize-WinSession.ps1 index 23a5bace..81b2b01e 100644 --- a/Test/Ruleset.Compatibility/Initialize-WinSession.ps1 +++ b/Test/Ruleset.Compatibility/Initialize-WinSession.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Compatibility/Invoke-WinCommand.ps1 b/Test/Ruleset.Compatibility/Invoke-WinCommand.ps1 index 14c12644..adcc4ed8 100644 --- a/Test/Ruleset.Compatibility/Invoke-WinCommand.ps1 +++ b/Test/Ruleset.Compatibility/Invoke-WinCommand.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ComputerInfo/ConvertFrom-OSBuild.ps1 b/Test/Ruleset.ComputerInfo/ConvertFrom-OSBuild.ps1 index e6529e88..6bb0ea9d 100644 --- a/Test/Ruleset.ComputerInfo/ConvertFrom-OSBuild.ps1 +++ b/Test/Ruleset.ComputerInfo/ConvertFrom-OSBuild.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ComputerInfo/Get-InterfaceAlias.ps1 b/Test/Ruleset.ComputerInfo/Get-InterfaceAlias.ps1 index fa76190f..c7e3e5b0 100644 --- a/Test/Ruleset.ComputerInfo/Get-InterfaceAlias.ps1 +++ b/Test/Ruleset.ComputerInfo/Get-InterfaceAlias.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ComputerInfo/Get-InterfaceBroadcast.ps1 b/Test/Ruleset.ComputerInfo/Get-InterfaceBroadcast.ps1 index 11ce6f5d..f658d98d 100644 --- a/Test/Ruleset.ComputerInfo/Get-InterfaceBroadcast.ps1 +++ b/Test/Ruleset.ComputerInfo/Get-InterfaceBroadcast.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ComputerInfo/Get-SystemSKU.ps1 b/Test/Ruleset.ComputerInfo/Get-SystemSKU.ps1 index 19a6fe6d..f59a6d0c 100644 --- a/Test/Ruleset.ComputerInfo/Get-SystemSKU.ps1 +++ b/Test/Ruleset.ComputerInfo/Get-SystemSKU.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ComputerInfo/Resolve-Host.ps1 b/Test/Ruleset.ComputerInfo/Resolve-Host.ps1 index 0cf8540d..10ece254 100644 --- a/Test/Ruleset.ComputerInfo/Resolve-Host.ps1 +++ b/Test/Ruleset.ComputerInfo/Resolve-Host.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ComputerInfo/Select-IPInterface.ps1 b/Test/Ruleset.ComputerInfo/Select-IPInterface.ps1 index 4b56e012..cac72e04 100644 --- a/Test/Ruleset.ComputerInfo/Select-IPInterface.ps1 +++ b/Test/Ruleset.ComputerInfo/Select-IPInterface.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ComputerInfo/Test-Computer.ps1 b/Test/Ruleset.ComputerInfo/Test-Computer.ps1 index 563b8be0..4cb075be 100644 --- a/Test/Ruleset.ComputerInfo/Test-Computer.ps1 +++ b/Test/Ruleset.ComputerInfo/Test-Computer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ComputerInfo/Test-DnsName.ps1 b/Test/Ruleset.ComputerInfo/Test-DnsName.ps1 index 625cca52..0b1b6f09 100644 --- a/Test/Ruleset.ComputerInfo/Test-DnsName.ps1 +++ b/Test/Ruleset.ComputerInfo/Test-DnsName.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ComputerInfo/Test-NetBiosName.ps1 b/Test/Ruleset.ComputerInfo/Test-NetBiosName.ps1 index 02b54f4a..7f06001d 100644 --- a/Test/Ruleset.ComputerInfo/Test-NetBiosName.ps1 +++ b/Test/Ruleset.ComputerInfo/Test-NetBiosName.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ComputerInfo/Test-UNC.ps1 b/Test/Ruleset.ComputerInfo/Test-UNC.ps1 index 69d97edc..825dd8c9 100644 --- a/Test/Ruleset.ComputerInfo/Test-UNC.ps1 +++ b/Test/Ruleset.ComputerInfo/Test-UNC.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Convert-ArrayToList.ps1 b/Test/Ruleset.Firewall/Convert-ArrayToList.ps1 index 98d1e81e..adbd64d4 100644 --- a/Test/Ruleset.Firewall/Convert-ArrayToList.ps1 +++ b/Test/Ruleset.Firewall/Convert-ArrayToList.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Convert-ListToArray.ps1 b/Test/Ruleset.Firewall/Convert-ListToArray.ps1 index 1d3a503a..287602f1 100644 --- a/Test/Ruleset.Firewall/Convert-ListToArray.ps1 +++ b/Test/Ruleset.Firewall/Convert-ListToArray.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Convert-ListToMultiLine.ps1 b/Test/Ruleset.Firewall/Convert-ListToMultiLine.ps1 index b0f39e20..dd9e81c1 100644 --- a/Test/Ruleset.Firewall/Convert-ListToMultiLine.ps1 +++ b/Test/Ruleset.Firewall/Convert-ListToMultiLine.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Convert-MultiLineToList.ps1 b/Test/Ruleset.Firewall/Convert-MultiLineToList.ps1 index a2bf36ba..22be2be6 100644 --- a/Test/Ruleset.Firewall/Convert-MultiLineToList.ps1 +++ b/Test/Ruleset.Firewall/Convert-MultiLineToList.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Convert-ValueToBoolean.ps1 b/Test/Ruleset.Firewall/Convert-ValueToBoolean.ps1 index f6768e11..fdcda853 100644 --- a/Test/Ruleset.Firewall/Convert-ValueToBoolean.ps1 +++ b/Test/Ruleset.Firewall/Convert-ValueToBoolean.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/ConvertFrom-Protocol.ps1 b/Test/Ruleset.Firewall/ConvertFrom-Protocol.ps1 index d5fad8ff..6cde5ee1 100644 --- a/Test/Ruleset.Firewall/ConvertFrom-Protocol.ps1 +++ b/Test/Ruleset.Firewall/ConvertFrom-Protocol.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Export-FirewallRule.ps1 b/Test/Ruleset.Firewall/Export-FirewallRule.ps1 index bbc43ecd..c0bdb9bb 100644 --- a/Test/Ruleset.Firewall/Export-FirewallRule.ps1 +++ b/Test/Ruleset.Firewall/Export-FirewallRule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Export-FirewallSetting.ps1 b/Test/Ruleset.Firewall/Export-FirewallSetting.ps1 index 1a5e8946..4002cc5a 100644 --- a/Test/Ruleset.Firewall/Export-FirewallSetting.ps1 +++ b/Test/Ruleset.Firewall/Export-FirewallSetting.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Export-RegistryRule.ps1 b/Test/Ruleset.Firewall/Export-RegistryRule.ps1 index a3d1cf2a..1a813c26 100644 --- a/Test/Ruleset.Firewall/Export-RegistryRule.ps1 +++ b/Test/Ruleset.Firewall/Export-RegistryRule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Find-RulePrincipal.ps1 b/Test/Ruleset.Firewall/Find-RulePrincipal.ps1 index 8970453b..12dda9a8 100644 --- a/Test/Ruleset.Firewall/Find-RulePrincipal.ps1 +++ b/Test/Ruleset.Firewall/Find-RulePrincipal.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Find-WeakRule.ps1 b/Test/Ruleset.Firewall/Find-WeakRule.ps1 index 20f090a7..8f2a0afe 100644 --- a/Test/Ruleset.Firewall/Find-WeakRule.ps1 +++ b/Test/Ruleset.Firewall/Find-WeakRule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Format-RuleOutput.ps1 b/Test/Ruleset.Firewall/Format-RuleOutput.ps1 index a8961ec9..3b1c717c 100644 --- a/Test/Ruleset.Firewall/Format-RuleOutput.ps1 +++ b/Test/Ruleset.Firewall/Format-RuleOutput.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Get-RegistryRule.ps1 b/Test/Ruleset.Firewall/Get-RegistryRule.ps1 index 62246dcb..4aee7bc4 100644 --- a/Test/Ruleset.Firewall/Get-RegistryRule.ps1 +++ b/Test/Ruleset.Firewall/Get-RegistryRule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Import-FirewallRule.ps1 b/Test/Ruleset.Firewall/Import-FirewallRule.ps1 index bb4c51d6..d3a02c50 100644 --- a/Test/Ruleset.Firewall/Import-FirewallRule.ps1 +++ b/Test/Ruleset.Firewall/Import-FirewallRule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Import-FirewallSetting.ps1 b/Test/Ruleset.Firewall/Import-FirewallSetting.ps1 index 5027e180..910fddb6 100644 --- a/Test/Ruleset.Firewall/Import-FirewallSetting.ps1 +++ b/Test/Ruleset.Firewall/Import-FirewallSetting.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Remove-FirewallRule.ps1 b/Test/Ruleset.Firewall/Remove-FirewallRule.ps1 index cf9c13b6..5a136bf4 100644 --- a/Test/Ruleset.Firewall/Remove-FirewallRule.ps1 +++ b/Test/Ruleset.Firewall/Remove-FirewallRule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Firewall/Restore-IfBlank.ps1 b/Test/Ruleset.Firewall/Restore-IfBlank.ps1 index 82263502..50e9dfd3 100644 --- a/Test/Ruleset.Firewall/Restore-IfBlank.ps1 +++ b/Test/Ruleset.Firewall/Restore-IfBlank.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Initialize/Find-DuplicateModule.ps1 b/Test/Ruleset.Initialize/Find-DuplicateModule.ps1 index 16d1906e..1de475e5 100644 --- a/Test/Ruleset.Initialize/Find-DuplicateModule.ps1 +++ b/Test/Ruleset.Initialize/Find-DuplicateModule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Initialize/Find-UpdatableModuleHelp.ps1 b/Test/Ruleset.Initialize/Find-UpdatableModuleHelp.ps1 index e7e81878..64c4995b 100644 --- a/Test/Ruleset.Initialize/Find-UpdatableModuleHelp.ps1 +++ b/Test/Ruleset.Initialize/Find-UpdatableModuleHelp.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Initialize/Initialize-Module.ps1 b/Test/Ruleset.Initialize/Initialize-Module.ps1 index 8f0e85ee..e7ad6ccc 100644 --- a/Test/Ruleset.Initialize/Initialize-Module.ps1 +++ b/Test/Ruleset.Initialize/Initialize-Module.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Initialize/Initialize-Project.ps1 b/Test/Ruleset.Initialize/Initialize-Project.ps1 index 2581c1d2..42e54bc1 100644 --- a/Test/Ruleset.Initialize/Initialize-Project.ps1 +++ b/Test/Ruleset.Initialize/Initialize-Project.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Initialize/Initialize-Provider.ps1 b/Test/Ruleset.Initialize/Initialize-Provider.ps1 index 10b5c51d..5c8496e2 100644 --- a/Test/Ruleset.Initialize/Initialize-Provider.ps1 +++ b/Test/Ruleset.Initialize/Initialize-Provider.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Initialize/Initialize-Service.ps1 b/Test/Ruleset.Initialize/Initialize-Service.ps1 index 7ea8cf83..a1b35b4b 100644 --- a/Test/Ruleset.Initialize/Initialize-Service.ps1 +++ b/Test/Ruleset.Initialize/Initialize-Service.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Initialize/Uninstall-DuplicateModule.ps1 b/Test/Ruleset.Initialize/Uninstall-DuplicateModule.ps1 index 3e7fd2d4..4b4adae8 100644 --- a/Test/Ruleset.Initialize/Uninstall-DuplicateModule.ps1 +++ b/Test/Ruleset.Initialize/Uninstall-DuplicateModule.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Initialize/Update-ModuleHelp.ps1 b/Test/Ruleset.Initialize/Update-ModuleHelp.ps1 index ab2cc44d..6adc0a55 100644 --- a/Test/Ruleset.Initialize/Update-ModuleHelp.ps1 +++ b/Test/Ruleset.Initialize/Update-ModuleHelp.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Logging/Initialize-Log.ps1 b/Test/Ruleset.Logging/Initialize-Log.ps1 index cb5fcbec..b2ae741d 100644 --- a/Test/Ruleset.Logging/Initialize-Log.ps1 +++ b/Test/Ruleset.Logging/Initialize-Log.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Logging/Test-Error.ps1 b/Test/Ruleset.Logging/Test-Error.ps1 index c60b58da..c434ab69 100644 --- a/Test/Ruleset.Logging/Test-Error.ps1 +++ b/Test/Ruleset.Logging/Test-Error.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Logging/Test-Info.ps1 b/Test/Ruleset.Logging/Test-Info.ps1 index e83419e0..7ba7a4f9 100644 --- a/Test/Ruleset.Logging/Test-Info.ps1 +++ b/Test/Ruleset.Logging/Test-Info.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Logging/Test-Warning.ps1 b/Test/Ruleset.Logging/Test-Warning.ps1 index c18cfe27..01c849b7 100644 --- a/Test/Ruleset.Logging/Test-Warning.ps1 +++ b/Test/Ruleset.Logging/Test-Warning.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Logging/Write-LogFile.ps1 b/Test/Ruleset.Logging/Write-LogFile.ps1 index f83f4a8d..4691725c 100644 --- a/Test/Ruleset.Logging/Write-LogFile.ps1 +++ b/Test/Ruleset.Logging/Write-LogFile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Confirm-Installation.ps1 b/Test/Ruleset.ProgramInfo/Confirm-Installation.ps1 index 49fda8da..4c0bae1c 100644 --- a/Test/Ruleset.ProgramInfo/Confirm-Installation.ps1 +++ b/Test/Ruleset.ProgramInfo/Confirm-Installation.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Edit-Table.ps1 b/Test/Ruleset.ProgramInfo/Edit-Table.ps1 index d132b6af..9c4d3dcd 100644 --- a/Test/Ruleset.ProgramInfo/Edit-Table.ps1 +++ b/Test/Ruleset.ProgramInfo/Edit-Table.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Format-Path.ps1 b/Test/Ruleset.ProgramInfo/Format-Path.ps1 index dd1ff641..9bf6d8e3 100644 --- a/Test/Ruleset.ProgramInfo/Format-Path.ps1 +++ b/Test/Ruleset.ProgramInfo/Format-Path.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-AllUserProgram.ps1 b/Test/Ruleset.ProgramInfo/Get-AllUserProgram.ps1 index 10f0aab4..04d89302 100644 --- a/Test/Ruleset.ProgramInfo/Get-AllUserProgram.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-AllUserProgram.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-AppCapability.ps1 b/Test/Ruleset.ProgramInfo/Get-AppCapability.ps1 index 4a5412b7..1370e7dc 100644 --- a/Test/Ruleset.ProgramInfo/Get-AppCapability.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-AppCapability.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-AppSID.ps1 b/Test/Ruleset.ProgramInfo/Get-AppSID.ps1 index 86c82471..1109a8bd 100644 --- a/Test/Ruleset.ProgramInfo/Get-AppSID.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-AppSID.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-ExecutablePath.ps1 b/Test/Ruleset.ProgramInfo/Get-ExecutablePath.ps1 index 32a4423b..5b79a6d7 100644 --- a/Test/Ruleset.ProgramInfo/Get-ExecutablePath.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-ExecutablePath.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-NetFramework.ps1 b/Test/Ruleset.ProgramInfo/Get-NetFramework.ps1 index 0cd4091a..eca66fc6 100644 --- a/Test/Ruleset.ProgramInfo/Get-NetFramework.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-NetFramework.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-OneDrive.ps1 b/Test/Ruleset.ProgramInfo/Get-OneDrive.ps1 index 7401f6ae..85e9018c 100644 --- a/Test/Ruleset.ProgramInfo/Get-OneDrive.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-OneDrive.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-SQLManagementStudio.ps1 b/Test/Ruleset.ProgramInfo/Get-SQLManagementStudio.ps1 index 2b72206a..d97ac41e 100644 --- a/Test/Ruleset.ProgramInfo/Get-SQLManagementStudio.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-SQLManagementStudio.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-SqlServerInstance.ps1 b/Test/Ruleset.ProgramInfo/Get-SqlServerInstance.ps1 index 51385c36..ebe8848a 100644 --- a/Test/Ruleset.ProgramInfo/Get-SqlServerInstance.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-SqlServerInstance.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-SystemApp.ps1 b/Test/Ruleset.ProgramInfo/Get-SystemApp.ps1 index 2708cd3a..6627d2fe 100644 --- a/Test/Ruleset.ProgramInfo/Get-SystemApp.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-SystemApp.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-SystemProgram.ps1 b/Test/Ruleset.ProgramInfo/Get-SystemProgram.ps1 index ae3db80e..00e95b04 100644 --- a/Test/Ruleset.ProgramInfo/Get-SystemProgram.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-SystemProgram.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-UserApp.ps1 b/Test/Ruleset.ProgramInfo/Get-UserApp.ps1 index 85b22362..ebbf9c59 100644 --- a/Test/Ruleset.ProgramInfo/Get-UserApp.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-UserApp.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-UserProgram.ps1 b/Test/Ruleset.ProgramInfo/Get-UserProgram.ps1 index 76c2d7b5..6a1a6fb4 100644 --- a/Test/Ruleset.ProgramInfo/Get-UserProgram.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-UserProgram.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-WindowsDefender.ps1 b/Test/Ruleset.ProgramInfo/Get-WindowsDefender.ps1 index 47e2a623..5d927c04 100644 --- a/Test/Ruleset.ProgramInfo/Get-WindowsDefender.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-WindowsDefender.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-WindowsKit.ps1 b/Test/Ruleset.ProgramInfo/Get-WindowsKit.ps1 index 4ccd1a25..7103401f 100644 --- a/Test/Ruleset.ProgramInfo/Get-WindowsKit.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-WindowsKit.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Get-WindowsSDK.ps1 b/Test/Ruleset.ProgramInfo/Get-WindowsSDK.ps1 index acbd5202..811d00b4 100644 --- a/Test/Ruleset.ProgramInfo/Get-WindowsSDK.ps1 +++ b/Test/Ruleset.ProgramInfo/Get-WindowsSDK.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Initialize-Table.ps1 b/Test/Ruleset.ProgramInfo/Initialize-Table.ps1 index e842230b..75626aad 100644 --- a/Test/Ruleset.ProgramInfo/Initialize-Table.ps1 +++ b/Test/Ruleset.ProgramInfo/Initialize-Table.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Search-Installation.ps1 b/Test/Ruleset.ProgramInfo/Search-Installation.ps1 index af87c6fb..df2662a1 100644 --- a/Test/Ruleset.ProgramInfo/Search-Installation.ps1 +++ b/Test/Ruleset.ProgramInfo/Search-Installation.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Show-Table.ps1 b/Test/Ruleset.ProgramInfo/Show-Table.ps1 index e08c9423..3bde483c 100644 --- a/Test/Ruleset.ProgramInfo/Show-Table.ps1 +++ b/Test/Ruleset.ProgramInfo/Show-Table.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Test-ExecutableFile.ps1 b/Test/Ruleset.ProgramInfo/Test-ExecutableFile.ps1 index c754d4f5..1c15cc1f 100644 --- a/Test/Ruleset.ProgramInfo/Test-ExecutableFile.ps1 +++ b/Test/Ruleset.ProgramInfo/Test-ExecutableFile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Test-FileSystemPath.ps1 b/Test/Ruleset.ProgramInfo/Test-FileSystemPath.ps1 index 93999d64..a346352a 100644 --- a/Test/Ruleset.ProgramInfo/Test-FileSystemPath.ps1 +++ b/Test/Ruleset.ProgramInfo/Test-FileSystemPath.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Test-Service.ps1 b/Test/Ruleset.ProgramInfo/Test-Service.ps1 index 87a872c8..5299951f 100644 --- a/Test/Ruleset.ProgramInfo/Test-Service.ps1 +++ b/Test/Ruleset.ProgramInfo/Test-Service.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Test-VirusTotal.ps1 b/Test/Ruleset.ProgramInfo/Test-VirusTotal.ps1 index befc9e01..8ad2a8c8 100644 --- a/Test/Ruleset.ProgramInfo/Test-VirusTotal.ps1 +++ b/Test/Ruleset.ProgramInfo/Test-VirusTotal.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.ProgramInfo/Update-Table.ps1 b/Test/Ruleset.ProgramInfo/Update-Table.ps1 index 4caa2057..3142664e 100644 --- a/Test/Ruleset.ProgramInfo/Update-Table.ps1 +++ b/Test/Ruleset.ProgramInfo/Update-Table.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Connect-Computer.ps1 b/Test/Ruleset.Remote/Connect-Computer.ps1 index 2f30e873..d61bdfd4 100644 --- a/Test/Ruleset.Remote/Connect-Computer.ps1 +++ b/Test/Ruleset.Remote/Connect-Computer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Disable-RemoteRegistry.ps1 b/Test/Ruleset.Remote/Disable-RemoteRegistry.ps1 index 04967e1a..6b8c4289 100644 --- a/Test/Ruleset.Remote/Disable-RemoteRegistry.ps1 +++ b/Test/Ruleset.Remote/Disable-RemoteRegistry.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Disable-WinRMServer.ps1 b/Test/Ruleset.Remote/Disable-WinRMServer.ps1 index 385bee02..18509a36 100644 --- a/Test/Ruleset.Remote/Disable-WinRMServer.ps1 +++ b/Test/Ruleset.Remote/Disable-WinRMServer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Disconnect-Computer.ps1 b/Test/Ruleset.Remote/Disconnect-Computer.ps1 index e795ed85..26c34099 100644 --- a/Test/Ruleset.Remote/Disconnect-Computer.ps1 +++ b/Test/Ruleset.Remote/Disconnect-Computer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Enable-RemoteRegistry.ps1 b/Test/Ruleset.Remote/Enable-RemoteRegistry.ps1 index fc097f34..9ff70a02 100644 --- a/Test/Ruleset.Remote/Enable-RemoteRegistry.ps1 +++ b/Test/Ruleset.Remote/Enable-RemoteRegistry.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Enable-WinRMServer.ps1 b/Test/Ruleset.Remote/Enable-WinRMServer.ps1 index 6eb4146b..f7e850e5 100644 --- a/Test/Ruleset.Remote/Enable-WinRMServer.ps1 +++ b/Test/Ruleset.Remote/Enable-WinRMServer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Export-WinRM.ps1 b/Test/Ruleset.Remote/Export-WinRM.ps1 index fc986d0a..cd21b295 100644 --- a/Test/Ruleset.Remote/Export-WinRM.ps1 +++ b/Test/Ruleset.Remote/Export-WinRM.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Import-WinRM.ps1 b/Test/Ruleset.Remote/Import-WinRM.ps1 index 93b7055f..a1c08e64 100644 --- a/Test/Ruleset.Remote/Import-WinRM.ps1 +++ b/Test/Ruleset.Remote/Import-WinRM.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Initialize-WinRM.ps1 b/Test/Ruleset.Remote/Initialize-WinRM.ps1 index 430d813a..5f32ba3d 100644 --- a/Test/Ruleset.Remote/Initialize-WinRM.ps1 +++ b/Test/Ruleset.Remote/Initialize-WinRM.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Publish-SshKey.ps1 b/Test/Ruleset.Remote/Publish-SshKey.ps1 index 4882545c..1fa00542 100644 --- a/Test/Ruleset.Remote/Publish-SshKey.ps1 +++ b/Test/Ruleset.Remote/Publish-SshKey.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Register-SslCertificate.ps1 b/Test/Ruleset.Remote/Register-SslCertificate.ps1 index 529b885a..c91574ec 100644 --- a/Test/Ruleset.Remote/Register-SslCertificate.ps1 +++ b/Test/Ruleset.Remote/Register-SslCertificate.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Reset-WinRM.ps1 b/Test/Ruleset.Remote/Reset-WinRM.ps1 index 358a97d8..aa0a369d 100644 --- a/Test/Ruleset.Remote/Reset-WinRM.ps1 +++ b/Test/Ruleset.Remote/Reset-WinRM.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Restore-NetProfile.ps1 b/Test/Ruleset.Remote/Restore-NetProfile.ps1 index b4bab0fd..04314886 100644 --- a/Test/Ruleset.Remote/Restore-NetProfile.ps1 +++ b/Test/Ruleset.Remote/Restore-NetProfile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Set-WinRMClient.ps1 b/Test/Ruleset.Remote/Set-WinRMClient.ps1 index 0b6f501b..69ca0cd8 100644 --- a/Test/Ruleset.Remote/Set-WinRMClient.ps1 +++ b/Test/Ruleset.Remote/Set-WinRMClient.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Show-WinRMConfig.ps1 b/Test/Ruleset.Remote/Show-WinRMConfig.ps1 index 36b37859..e4e45bbf 100644 --- a/Test/Ruleset.Remote/Show-WinRMConfig.ps1 +++ b/Test/Ruleset.Remote/Show-WinRMConfig.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Test-RemoteRegistry.ps1 b/Test/Ruleset.Remote/Test-RemoteRegistry.ps1 index 9b91c6e1..ab7424c6 100644 --- a/Test/Ruleset.Remote/Test-RemoteRegistry.ps1 +++ b/Test/Ruleset.Remote/Test-RemoteRegistry.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Test-WinRM.ps1 b/Test/Ruleset.Remote/Test-WinRM.ps1 index 1bf7d35c..847dba14 100644 --- a/Test/Ruleset.Remote/Test-WinRM.ps1 +++ b/Test/Ruleset.Remote/Test-WinRM.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Unblock-NetProfile.ps1 b/Test/Ruleset.Remote/Unblock-NetProfile.ps1 index e9d31395..3f8d1d72 100644 --- a/Test/Ruleset.Remote/Unblock-NetProfile.ps1 +++ b/Test/Ruleset.Remote/Unblock-NetProfile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Remote/Unregister-SslCertificate.ps1 b/Test/Ruleset.Remote/Unregister-SslCertificate.ps1 index 86b5f42f..13c3744d 100644 --- a/Test/Ruleset.Remote/Unregister-SslCertificate.ps1 +++ b/Test/Ruleset.Remote/Unregister-SslCertificate.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Test/Enter-Test.ps1 b/Test/Ruleset.Test/Enter-Test.ps1 index ad1c27a7..8c353b84 100644 --- a/Test/Ruleset.Test/Enter-Test.ps1 +++ b/Test/Ruleset.Test/Enter-Test.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Test/Reset-TestDrive.ps1 b/Test/Ruleset.Test/Reset-TestDrive.ps1 index a94ffcae..b483d7e8 100644 --- a/Test/Ruleset.Test/Reset-TestDrive.ps1 +++ b/Test/Ruleset.Test/Reset-TestDrive.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Test/Start-Test.ps1 b/Test/Ruleset.Test/Start-Test.ps1 index 3bb4b06a..63c6610b 100644 --- a/Test/Ruleset.Test/Start-Test.ps1 +++ b/Test/Ruleset.Test/Start-Test.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Test/Test-MarkdownLink.ps1 b/Test/Ruleset.Test/Test-MarkdownLink.ps1 index c498e9c4..d1a5b92b 100644 --- a/Test/Ruleset.Test/Test-MarkdownLink.ps1 +++ b/Test/Ruleset.Test/Test-MarkdownLink.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Test/Test-Output.ps1 b/Test/Ruleset.Test/Test-Output.ps1 index b023435d..dbee4b5c 100644 --- a/Test/Ruleset.Test/Test-Output.ps1 +++ b/Test/Ruleset.Test/Test-Output.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/ConvertFrom-SDDL.ps1 b/Test/Ruleset.UserInfo/ConvertFrom-SDDL.ps1 index 9d8e36b3..22c98825 100644 --- a/Test/Ruleset.UserInfo/ConvertFrom-SDDL.ps1 +++ b/Test/Ruleset.UserInfo/ConvertFrom-SDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/ConvertFrom-SID.ps1 b/Test/Ruleset.UserInfo/ConvertFrom-SID.ps1 index d0355d2e..4431aa6a 100644 --- a/Test/Ruleset.UserInfo/ConvertFrom-SID.ps1 +++ b/Test/Ruleset.UserInfo/ConvertFrom-SID.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Get-GroupPrincipal.ps1 b/Test/Ruleset.UserInfo/Get-GroupPrincipal.ps1 index e520774e..001d6d74 100644 --- a/Test/Ruleset.UserInfo/Get-GroupPrincipal.ps1 +++ b/Test/Ruleset.UserInfo/Get-GroupPrincipal.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Get-GroupSID.ps1 b/Test/Ruleset.UserInfo/Get-GroupSID.ps1 index 14416bff..8b276306 100644 --- a/Test/Ruleset.UserInfo/Get-GroupSID.ps1 +++ b/Test/Ruleset.UserInfo/Get-GroupSID.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Get-PathSDDL.ps1 b/Test/Ruleset.UserInfo/Get-PathSDDL.ps1 index a3481a51..5f33829c 100644 --- a/Test/Ruleset.UserInfo/Get-PathSDDL.ps1 +++ b/Test/Ruleset.UserInfo/Get-PathSDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Get-PrincipalSID.ps1 b/Test/Ruleset.UserInfo/Get-PrincipalSID.ps1 index 32751473..72258ad2 100644 --- a/Test/Ruleset.UserInfo/Get-PrincipalSID.ps1 +++ b/Test/Ruleset.UserInfo/Get-PrincipalSID.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Get-SDDL.ps1 b/Test/Ruleset.UserInfo/Get-SDDL.ps1 index 5a97911f..277ae2d5 100644 --- a/Test/Ruleset.UserInfo/Get-SDDL.ps1 +++ b/Test/Ruleset.UserInfo/Get-SDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Get-UserGroup.ps1 b/Test/Ruleset.UserInfo/Get-UserGroup.ps1 index a6f60d83..74f5aa15 100644 --- a/Test/Ruleset.UserInfo/Get-UserGroup.ps1 +++ b/Test/Ruleset.UserInfo/Get-UserGroup.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Merge-SDDL.ps1 b/Test/Ruleset.UserInfo/Merge-SDDL.ps1 index 1994c2f8..2eada089 100644 --- a/Test/Ruleset.UserInfo/Merge-SDDL.ps1 +++ b/Test/Ruleset.UserInfo/Merge-SDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Split-Principal.ps1 b/Test/Ruleset.UserInfo/Split-Principal.ps1 index ef66bd09..592710fe 100644 --- a/Test/Ruleset.UserInfo/Split-Principal.ps1 +++ b/Test/Ruleset.UserInfo/Split-Principal.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Test-Credential.ps1 b/Test/Ruleset.UserInfo/Test-Credential.ps1 index f48b7667..19bcb5cf 100644 --- a/Test/Ruleset.UserInfo/Test-Credential.ps1 +++ b/Test/Ruleset.UserInfo/Test-Credential.ps1 @@ -4,7 +4,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Test-SDDL.ps1 b/Test/Ruleset.UserInfo/Test-SDDL.ps1 index 014e7259..3aa96d3a 100644 --- a/Test/Ruleset.UserInfo/Test-SDDL.ps1 +++ b/Test/Ruleset.UserInfo/Test-SDDL.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.UserInfo/Test-UPN.ps1 b/Test/Ruleset.UserInfo/Test-UPN.ps1 index 155bd4f1..18640c00 100644 --- a/Test/Ruleset.UserInfo/Test-UPN.ps1 +++ b/Test/Ruleset.UserInfo/Test-UPN.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Approve-Execute.ps1 b/Test/Ruleset.Utility/Approve-Execute.ps1 index 6109ddcf..3d434053 100644 --- a/Test/Ruleset.Utility/Approve-Execute.ps1 +++ b/Test/Ruleset.Utility/Approve-Execute.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Compare-Path.ps1 b/Test/Ruleset.Utility/Compare-Path.ps1 index 6b6d6849..f2017b0f 100644 --- a/Test/Ruleset.Utility/Compare-Path.ps1 +++ b/Test/Ruleset.Utility/Compare-Path.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Confirm-FileEncoding.ps1 b/Test/Ruleset.Utility/Confirm-FileEncoding.ps1 index e0a87431..511a314a 100644 --- a/Test/Ruleset.Utility/Confirm-FileEncoding.ps1 +++ b/Test/Ruleset.Utility/Confirm-FileEncoding.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Convert-EncodingString.ps1 b/Test/Ruleset.Utility/Convert-EncodingString.ps1 index 2251b761..89647271 100644 --- a/Test/Ruleset.Utility/Convert-EncodingString.ps1 +++ b/Test/Ruleset.Utility/Convert-EncodingString.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/ConvertFrom-Wildcard.ps1 b/Test/Ruleset.Utility/ConvertFrom-Wildcard.ps1 index 51a07380..e0ea60e0 100644 --- a/Test/Ruleset.Utility/ConvertFrom-Wildcard.ps1 +++ b/Test/Ruleset.Utility/ConvertFrom-Wildcard.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Format-ComputerName.ps1 b/Test/Ruleset.Utility/Format-ComputerName.ps1 index e35314ac..1e0c4f22 100644 --- a/Test/Ruleset.Utility/Format-ComputerName.ps1 +++ b/Test/Ruleset.Utility/Format-ComputerName.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Get-FileEncoding.ps1 b/Test/Ruleset.Utility/Get-FileEncoding.ps1 index 9d06f574..1affeb03 100644 --- a/Test/Ruleset.Utility/Get-FileEncoding.ps1 +++ b/Test/Ruleset.Utility/Get-FileEncoding.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Get-TypeName.ps1 b/Test/Ruleset.Utility/Get-TypeName.ps1 index 2f16cae3..8fe788b8 100644 --- a/Test/Ruleset.Utility/Get-TypeName.ps1 +++ b/Test/Ruleset.Utility/Get-TypeName.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Invoke-Process.ps1 b/Test/Ruleset.Utility/Invoke-Process.ps1 index be7087ec..9755a427 100644 --- a/Test/Ruleset.Utility/Invoke-Process.ps1 +++ b/Test/Ruleset.Utility/Invoke-Process.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Out-DataTable.ps1 b/Test/Ruleset.Utility/Out-DataTable.ps1 index 4e923a15..b6519c43 100644 --- a/Test/Ruleset.Utility/Out-DataTable.ps1 +++ b/Test/Ruleset.Utility/Out-DataTable.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Resolve-FileSystemPath.ps1 b/Test/Ruleset.Utility/Resolve-FileSystemPath.ps1 index bfc34c17..54567f57 100644 --- a/Test/Ruleset.Utility/Resolve-FileSystemPath.ps1 +++ b/Test/Ruleset.Utility/Resolve-FileSystemPath.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Select-EnvironmentVariable.ps1 b/Test/Ruleset.Utility/Select-EnvironmentVariable.ps1 index f9613462..70244be5 100644 --- a/Test/Ruleset.Utility/Select-EnvironmentVariable.ps1 +++ b/Test/Ruleset.Utility/Select-EnvironmentVariable.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Set-NetworkProfile.ps1 b/Test/Ruleset.Utility/Set-NetworkProfile.ps1 index aeaed31e..6a2dbed7 100644 --- a/Test/Ruleset.Utility/Set-NetworkProfile.ps1 +++ b/Test/Ruleset.Utility/Set-NetworkProfile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Set-Permission.ps1 b/Test/Ruleset.Utility/Set-Permission.ps1 index 6d29ac43..c9cb6af5 100644 --- a/Test/Ruleset.Utility/Set-Permission.ps1 +++ b/Test/Ruleset.Utility/Set-Permission.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Set-Privilege.ps1 b/Test/Ruleset.Utility/Set-Privilege.ps1 index d6ac1d23..4809a27f 100644 --- a/Test/Ruleset.Utility/Set-Privilege.ps1 +++ b/Test/Ruleset.Utility/Set-Privilege.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Set-ScreenBuffer.ps1 b/Test/Ruleset.Utility/Set-ScreenBuffer.ps1 index 14dface1..ec717f30 100644 --- a/Test/Ruleset.Utility/Set-ScreenBuffer.ps1 +++ b/Test/Ruleset.Utility/Set-ScreenBuffer.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Set-Shortcut.ps1 b/Test/Ruleset.Utility/Set-Shortcut.ps1 index 49432bba..85042499 100644 --- a/Test/Ruleset.Utility/Set-Shortcut.ps1 +++ b/Test/Ruleset.Utility/Set-Shortcut.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Write-ColorMessage.ps1 b/Test/Ruleset.Utility/Write-ColorMessage.ps1 index f3250c7e..d497ed75 100644 --- a/Test/Ruleset.Utility/Write-ColorMessage.ps1 +++ b/Test/Ruleset.Utility/Write-ColorMessage.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Ruleset.Utility/Write-ServiceList.ps1 b/Test/Ruleset.Utility/Write-ServiceList.ps1 index 2d602b70..0e66801c 100644 --- a/Test/Ruleset.Utility/Write-ServiceList.ps1 +++ b/Test/Ruleset.Utility/Write-ServiceList.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Scripts/Find-UnsignedFile.ps1 b/Test/Scripts/Find-UnsignedFile.ps1 index 6981fa51..8bbd11df 100644 --- a/Test/Scripts/Find-UnsignedFile.ps1 +++ b/Test/Scripts/Find-UnsignedFile.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Scripts/Get-DevicePath.ps1 b/Test/Scripts/Get-DevicePath.ps1 index 3bde04f2..7cb8a19e 100644 --- a/Test/Scripts/Get-DevicePath.ps1 +++ b/Test/Scripts/Get-DevicePath.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Scripts/Get-ExportedType.ps1 b/Test/Scripts/Get-ExportedType.ps1 index ee903d45..c34b0624 100644 --- a/Test/Scripts/Get-ExportedType.ps1 +++ b/Test/Scripts/Get-ExportedType.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Scripts/Get-NetworkStat.ps1 b/Test/Scripts/Get-NetworkStat.ps1 index d6e890c7..28aff0c0 100644 --- a/Test/Scripts/Get-NetworkStat.ps1 +++ b/Test/Scripts/Get-NetworkStat.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Scripts/Get-ParameterAlias.ps1 b/Test/Scripts/Get-ParameterAlias.ps1 index 23287ebb..dfe470c7 100644 --- a/Test/Scripts/Get-ParameterAlias.ps1 +++ b/Test/Scripts/Get-ParameterAlias.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Scripts/Get-PropertyType.ps1 b/Test/Scripts/Get-PropertyType.ps1 index 514fbcb5..cdead8b7 100644 --- a/Test/Scripts/Get-PropertyType.ps1 +++ b/Test/Scripts/Get-PropertyType.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Test-FileEncoding.ps1 b/Test/Test-FileEncoding.ps1 index 94566e67..a1cf080c 100644 --- a/Test/Test-FileEncoding.ps1 +++ b/Test/Test-FileEncoding.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2022, 2023 metablaster zebal@protonmail.ch +Copyright (C) 2022-2024 metablaster zebal@protonmail.ch 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/Test/Test-MarkdownLink.ps1 b/Test/Test-MarkdownLink.ps1 index 2a8fe7be..35b01019 100644 --- a/Test/Test-MarkdownLink.ps1 +++ b/Test/Test-MarkdownLink.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/Test-ModuleExports.ps1 b/Test/Test-ModuleExports.ps1 index b6aca99e..72969190 100644 --- a/Test/Test-ModuleExports.ps1 +++ b/Test/Test-ModuleExports.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Test-ModuleManifest.ps1 b/Test/Test-ModuleManifest.ps1 index 045bf59b..854897b7 100644 --- a/Test/Test-ModuleManifest.ps1 +++ b/Test/Test-ModuleManifest.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Test-ProjectSettings.ps1 b/Test/Test-ProjectSettings.ps1 index d91633fa..75ad0242 100644 --- a/Test/Test-ProjectSettings.ps1 +++ b/Test/Test-ProjectSettings.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Test-ScriptInfo.ps1 b/Test/Test-ScriptInfo.ps1 index 6a1bd51e..a20c287e 100644 --- a/Test/Test-ScriptInfo.ps1 +++ b/Test/Test-ScriptInfo.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/Test-SessionConfig.ps1 b/Test/Test-SessionConfig.ps1 index 33f078ff..26ae76c1 100644 --- a/Test/Test-SessionConfig.ps1 +++ b/Test/Test-SessionConfig.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2021-2023 metablaster zebal@protonmail.ch +Copyright (C) 2021-2024 metablaster zebal@protonmail.ch 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/Test/VSSetup/ContextSetup.ps1 b/Test/VSSetup/ContextSetup.ps1 index 1b9013be..9601f2b7 100644 --- a/Test/VSSetup/ContextSetup.ps1 +++ b/Test/VSSetup/ContextSetup.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2020-2023 metablaster zebal@protonmail.ch +Copyright (C) 2020-2024 metablaster zebal@protonmail.ch 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/Test/VSSetup/Get-VSSetupInstance.ps1 b/Test/VSSetup/Get-VSSetupInstance.ps1 index c87dd2b9..74946d15 100644 --- a/Test/VSSetup/Get-VSSetupInstance.ps1 +++ b/Test/VSSetup/Get-VSSetupInstance.ps1 @@ -5,7 +5,7 @@ MIT License This file is part of "Windows Firewall Ruleset" project Homepage: https://github.com/metablaster/WindowsFirewallRuleset -Copyright (C) 2019-2023 metablaster zebal@protonmail.ch +Copyright (C) 2019-2024 metablaster zebal@protonmail.ch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal