summaryrefslogtreecommitdiffstats
path: root/win/tclsh.rc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2022-12-12 06:09:50 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2022-12-12 06:09:50 (GMT)
commit53b2a5fdf90ad91ab93a90e6b18b4496e0e19ede (patch)
tree79f9a5728604e1e8ae414e6253dd9d24994b620f /win/tclsh.rc
parent196f704d08e8b1dd8cf3a6db055931a03d614ffb (diff)
parent89be5d2d3d0734da0af7a0d6a678f292be3013c3 (diff)
downloadtcl-53b2a5fdf90ad91ab93a90e6b18b4496e0e19ede.zip
tcl-53b2a5fdf90ad91ab93a90e6b18b4496e0e19ede.tar.gz
tcl-53b2a5fdf90ad91ab93a90e6b18b4496e0e19ede.tar.bz2
Merge 8.6 - change copyright in Windows build to UCal.
Diffstat (limited to 'win/tclsh.rc')
-rw-r--r--win/tclsh.rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tclsh.rc b/win/tclsh.rc
index bd1a4da..f439d08 100644
--- a/win/tclsh.rc
+++ b/win/tclsh.rc
@@ -44,9 +44,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