diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2022-12-12 06:08:21 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2022-12-12 06:08:21 (GMT) |
| commit | 89be5d2d3d0734da0af7a0d6a678f292be3013c3 (patch) | |
| tree | 70f1cef102affeba6c0794c275573763b8d3ae98 | |
| parent | 7b530373393bfc62e3f8a32bdfb427e6487d1fe2 (diff) | |
| download | tcl-89be5d2d3d0734da0af7a0d6a678f292be3013c3.zip tcl-89be5d2d3d0734da0af7a0d6a678f292be3013c3.tar.gz tcl-89be5d2d3d0734da0af7a0d6a678f292be3013c3.tar.bz2 | |
Change copyright in Windows rc from Activestate to UCal and others to match license.
| -rw-r--r-- | win/tcl.rc | 3 | ||||
| -rw-r--r-- | win/tclsh.rc | 3 |
2 files changed, 2 insertions, 4 deletions
@@ -43,9 +43,8 @@ BEGIN BEGIN VALUE "FileDescription", "Tcl DLL\0" VALUE "OriginalFilename", "tcl" STRINGIFY(TCL_MAJOR_VERSION) STRINGIFY(TCL_MINOR_VERSION) SUFFIX ".dll\0" - VALUE "CompanyName", "ActiveState Corporation\0" VALUE "FileVersion", TCL_PATCH_LEVEL - VALUE "LegalCopyright", "Copyright \251 2001 by ActiveState Corporation, et al\0" + VALUE "LegalCopyright", "Copyright \251 1987-2022 Regents of the University of California and other parties\0" VALUE "ProductName", "Tcl " TCL_VERSION " for Windows\0" VALUE "ProductVersion", TCL_PATCH_LEVEL END diff --git a/win/tclsh.rc b/win/tclsh.rc index 161da50..685bebd1 100644 --- a/win/tclsh.rc +++ b/win/tclsh.rc @@ -50,9 +50,8 @@ BEGIN BEGIN VALUE "FileDescription", "Tclsh Application\0" VALUE "OriginalFilename", "tclsh" STRINGIFY(TCL_MAJOR_VERSION) STRINGIFY(TCL_MINOR_VERSION) SUFFIX ".exe\0" - VALUE "CompanyName", "ActiveState Corporation\0" VALUE "FileVersion", TCL_PATCH_LEVEL - VALUE "LegalCopyright", "Copyright \251 2000 by ActiveState Corporation, et al\0" + VALUE "LegalCopyright", "Copyright \251 1987-2022 Regents of the University of California and other parties\0" VALUE "ProductName", "Tcl " TCL_VERSION " for Windows\0" VALUE "ProductVersion", TCL_PATCH_LEVEL END |
