chore(proj): rewrite proj description and whatnot
This commit is contained in:
parent
d73e035dc4
commit
935eb91083
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
Client functionality library
|
||||
|
||||
## License
|
||||
|
||||
Copyright (c) Kiseki 2023. All rights reserved. Not for public use.
|
||||
|
|
|
|||
Loading…
Reference in New Issue