diff --git a/LICENSE b/LICENSE index b67eec9..515245e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Matthew Carney +Copyright (c) 2024 Matthew Carney Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7a9c40d..7006eeb 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ _Future features:_ License under the MIT License: -Copyright (c) 2023 Matthew Carney +Copyright (c) 2024 Matthew Carney ### Note: **Requires _Elevated Rights (Administrator)_ to Run (more info [here](https://github.com/Killeroo/PowerPing/issues/110))** diff --git a/src/Commands/Flood.cs b/src/Commands/Flood.cs index cf389de..a9c3672 100644 --- a/src/Commands/Flood.cs +++ b/src/Commands/Flood.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Commands/Graph.cs b/src/Commands/Graph.cs index 93cac4b..2e50a30 100644 --- a/src/Commands/Graph.cs +++ b/src/Commands/Graph.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Commands/Listen.cs b/src/Commands/Listen.cs index f8b8402..3ff6181 100644 --- a/src/Commands/Listen.cs +++ b/src/Commands/Listen.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Commands/Lookup.cs b/src/Commands/Lookup.cs index eb2af08..48a5287 100644 --- a/src/Commands/Lookup.cs +++ b/src/Commands/Lookup.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Commands/Scan.cs b/src/Commands/Scan.cs index 5d88d2e..9f7a336 100644 --- a/src/Commands/Scan.cs +++ b/src/Commands/Scan.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Commands/Trace.cs b/src/Commands/Trace.cs index 8fd79d7..80f80f6 100644 --- a/src/Commands/Trace.cs +++ b/src/Commands/Trace.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Display/ConsoleDisplay.cs b/src/Display/ConsoleDisplay.cs index a913376..f97ad68 100644 --- a/src/Display/ConsoleDisplay.cs +++ b/src/Display/ConsoleDisplay.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Display/DisplayConfiguration.cs b/src/Display/DisplayConfiguration.cs index 0b9ef6c..9432cc9 100644 --- a/src/Display/DisplayConfiguration.cs +++ b/src/Display/DisplayConfiguration.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Display/Strings.cs b/src/Display/Strings.cs index 89700d5..051c7c5 100644 --- a/src/Display/Strings.cs +++ b/src/Display/Strings.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/File/LogFile.cs b/src/File/LogFile.cs index 6ff3599..a798361 100644 --- a/src/File/LogFile.cs +++ b/src/File/LogFile.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/File/LogMessageHandler.cs b/src/File/LogMessageHandler.cs index 12ad237..75443f0 100644 --- a/src/File/LogMessageHandler.cs +++ b/src/File/LogMessageHandler.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Network/ICMP.cs b/src/Network/ICMP.cs index 9344744..72c354b 100644 --- a/src/Network/ICMP.cs +++ b/src/Network/ICMP.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Network/Ping.cs b/src/Network/Ping.cs index 3697cef..b324e7f 100644 --- a/src/Network/Ping.cs +++ b/src/Network/Ping.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Program.cs b/src/Program.cs index 9407cb0..17b50a7 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Properties/AssemblyInfo.cs b/src/Properties/AssemblyInfo.cs index d139c53..f5cc79c 100644 --- a/src/Properties/AssemblyInfo.cs +++ b/src/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Matthew Carney")] [assembly: AssemblyProduct("PowerPing")] -[assembly: AssemblyCopyright("Copyright © Matthew Carney 2023")] +[assembly: AssemblyCopyright("Copyright © Matthew Carney 2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/Structures/PingAttributes.cs b/src/Structures/PingAttributes.cs index da5fc88..73f01c2 100644 --- a/src/Structures/PingAttributes.cs +++ b/src/Structures/PingAttributes.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Structures/PingError.cs b/src/Structures/PingError.cs index 19368b2..cad4efc 100644 --- a/src/Structures/PingError.cs +++ b/src/Structures/PingError.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing * ************************************************************************/ diff --git a/src/Structures/PingReply.cs b/src/Structures/PingReply.cs index f5038f2..7e29618 100644 --- a/src/Structures/PingReply.cs +++ b/src/Structures/PingReply.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing * ************************************************************************/ diff --git a/src/Structures/PingRequest.cs b/src/Structures/PingRequest.cs index ee00009..3242e85 100644 --- a/src/Structures/PingRequest.cs +++ b/src/Structures/PingRequest.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing * ************************************************************************/ diff --git a/src/Structures/PingResults.cs b/src/Structures/PingResults.cs index 3ef45e3..f3e66c9 100644 --- a/src/Structures/PingResults.cs +++ b/src/Structures/PingResults.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing * ************************************************************************/ diff --git a/src/Structures/PingTimeout.cs b/src/Structures/PingTimeout.cs index e646a99..f4df7d7 100644 --- a/src/Structures/PingTimeout.cs +++ b/src/Structures/PingTimeout.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing * ************************************************************************/ diff --git a/src/Utils/CommandLine.cs b/src/Utils/CommandLine.cs index 38a8ba4..f4110a8 100644 --- a/src/Utils/CommandLine.cs +++ b/src/Utils/CommandLine.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Utils/Exceptions.cs b/src/Utils/Exceptions.cs index 7574dcb..5e39ff9 100644 --- a/src/Utils/Exceptions.cs +++ b/src/Utils/Exceptions.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Utils/ExtensionMethods.cs b/src/Utils/ExtensionMethods.cs index 545728b..dcc05e5 100644 --- a/src/Utils/ExtensionMethods.cs +++ b/src/Utils/ExtensionMethods.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Utils/Helper.cs b/src/Utils/Helper.cs index 90cd907..1939908 100644 --- a/src/Utils/Helper.cs +++ b/src/Utils/Helper.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/ diff --git a/src/Utils/RateLimiter.cs b/src/Utils/RateLimiter.cs index bd389fb..e5eeb13 100644 --- a/src/Utils/RateLimiter.cs +++ b/src/Utils/RateLimiter.cs @@ -1,6 +1,6 @@ /************************************************************************** * PowerPing - Advanced command line ping tool - * Copyright (c) 2023 Matthew Carney [matthewcarney64@gmail.com] + * Copyright (c) 2024 Matthew Carney [matthewcarney64@gmail.com] * https://github.com/Killeroo/PowerPing *************************************************************************/