From 935eb9108346ab89598b0a5e0e6470e6b3d1a8f9 Mon Sep 17 00:00:00 2001 From: rjindael Date: Fri, 22 Sep 2023 18:23:43 -0700 Subject: [PATCH] chore(proj): rewrite proj description and whatnot --- Kiseki.Patcher/Resource/Information.h | 4 ++-- README.md | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Kiseki.Patcher/Resource/Information.h b/Kiseki.Patcher/Resource/Information.h index 7ceb66e..477ddfa 100644 --- a/Kiseki.Patcher/Resource/Information.h +++ b/Kiseki.Patcher/Resource/Information.h @@ -7,6 +7,6 @@ #define VERSION_RESOURCE_STR VERSION_FULL_STR #define APP_NAME "Kiseki.Patcher" -#define APP_DESCRIPTION "Client Functionality Library" +#define APP_DESCRIPTION "Client functionality library" #define APP_ORGANIZATION "Kiseki" -#define APP_COPYRIGHT "Copyright (c) Kiseki 2022-2023" +#define APP_COPYRIGHT "Copyright (c) Kiseki 2023" diff --git a/README.md b/README.md index c523762..fb007a3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Kiseki.Patcher -Client add-on DLL used for extending game engine and server functionality -# License -Copyright (c) Kiseki 2022-2023. All rights reserved. Not for public use. \ No newline at end of file +Client functionality library + +## License + +Copyright (c) Kiseki 2023. All rights reserved. Not for public use.