update file headers and version information

This commit is contained in:
freedom7341
2023-09-14 14:41:25 -06:00
parent 349a9a9d0d
commit d16b7254da
19 changed files with 17 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
DESKTOP.C -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Program Manager's desktop window.
Only visible as the default shell.

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
DIALOG.C -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Program Manager's dialogs and related
common functions.

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
DIALOG.H -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Dialog function prototypes and related
common dialog functions.

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
GROUP.C -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Group window and program group/item functions.
LICENSE INFORMATION -

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
GROUP.H -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Program group/item structures, functions and definitons
LICENSE INFORMATION -

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
GRPUPDAT.H -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Header containing classic program group structures
in order to facilitate conversion to the new format.

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
PROGMGR.C -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Program Manager's main file, now with extra wWinMain!
LICENSE INFORMATION -

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
PROGMGR.H -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Program Manager's primary header file.
LICENSE INFORMATION -

View File

@@ -168,6 +168,7 @@
<ClInclude Include="dialog.h" />
<ClInclude Include="group.h" />
<ClInclude Include="grpupdat.h" />
<ClInclude Include="perms.h" />
<ClInclude Include="progmgr.h" />
<ClInclude Include="registry.h" />
<ClInclude Include="resource.h" />

View File

@@ -36,6 +36,9 @@
<ClInclude Include="dialog.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="perms.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="progmgr.c">

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
REGISTRY.C -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Program Manager's registry and settings related functions.
LICENSE INFORMATION -

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
REGISTRY.H -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Program Manager's header file for registry related functions.
LICENSE INFORMATION -

Binary file not shown.

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
RESOURCE.RC -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
This file contains Program Manager's resources.
LICENSE INFORMATION -

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
SYSINT.C -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Program Manager's system interface functions.
LICENSE INFORMATION -

Binary file not shown.

View File

@@ -1,6 +1,6 @@
/* * * * * * * *\
WNDPROC.C -
Copyright (c) 2023 freedom7341, Vortesys
Copyright (c) 2023 Vortesys
DESCRIPTION -
Program Manager's window procedure.
LICENSE INFORMATION -