From 6165565c5d80a6310d47afba0839006502817c71 Mon Sep 17 00:00:00 2001 From: Sergey Kosarevsky Date: Fri, 15 Mar 2024 20:56:22 -0700 Subject: [PATCH] Updated version and year --- LICENSE | 2 +- README.md | 2 +- src/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 9dbc2b1..38392e1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2018 Sergey Kosarevsky +Copyright (c) 2015-2024 Sergey Kosarevsky Permission is hereby 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 ffa36d0..76a44b9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ PortAMP ======= -Copyright (c) Sergey Kosarevsky, 2015-2022 +Copyright (c) Sergey Kosarevsky, 2015-2024 https://github.com/corporateshark/PortAMP diff --git a/src/main.cpp b/src/main.cpp index 422b435..36c1770 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,7 +53,7 @@ sConfig ReadConfigFromCommandLine( int argc, char* argv[] ) void PrintBanner() { printf( "PortAMP version %s (%s)\n", PORTAMP_VERSION, __DATE__ " " __TIME__ " via " __COMPILER_VER__ " for " BUILD_OS ); - printf( "Copyright (C) 2015-2022 Sergey Kosarevsky\n" ); + printf( "Copyright (C) 2015-2024 Sergey Kosarevsky\n" ); printf( "portamp@linderdaum.com\n" ); printf( "https://github.com/corporateshark/PortAMP\n" ); printf( "\n" );