diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-18 13:08:35 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-18 13:08:35 -0700 |
commit | e328ab4a9dd90b53a4ae71cd97b699b1dd13e9a2 (patch) | |
tree | 87db9679cc4df09495c1d1bf7bf1bc69cacb3844 /pico/osdep/mswin.rc | |
parent | 29c656f7929ef43462c7f737a363ceecc16e3f11 (diff) | |
download | alpine-e328ab4a9dd90b53a4ae71cd97b699b1dd13e9a2.tar.xz |
* A few more changes in copyright notices and removal of phone-home code that
counts users of Alpine. This eliminates any information sent to the
developers of Alpine by Alpine users. Based on work by Geoffrey Thomas.
Diffstat (limited to 'pico/osdep/mswin.rc')
-rw-r--r-- | pico/osdep/mswin.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pico/osdep/mswin.rc b/pico/osdep/mswin.rc index 3f568c6b..d59a78c4 100644 --- a/pico/osdep/mswin.rc +++ b/pico/osdep/mswin.rc @@ -210,7 +210,7 @@ BEGIN VALUE "FileDescription", "Pico\0" VALUE "FileVersion", "5.10\0" VALUE "InternalName", "pico\0" - VALUE "LegalCopyright", "Copyright 2013-2020\0" + VALUE "LegalCopyright", "Copyright 2013-2020 Eduardo Chappa,\nCopyright 2006-2009 University of Washington\0" VALUE "OriginalFilename", "pico.exe\0" VALUE "ProductName", " pico\0" VALUE "ProductVersion", "5.10\0" |