diff options
author | Yaniv Kamay <ykamay@redhat.com> | 2009-10-27 15:43:09 +0200 |
---|---|---|
committer | Yaniv Kamay <ykamay@redhat.com> | 2009-10-27 15:43:09 +0200 |
commit | 082934699611d5985ecf3386259d270d75e41c12 (patch) | |
tree | 052489ff576cc9f133827590ceb745d057d0d5ff /client | |
parent | 1a77e6390eca1d417bdc1c3af101713d072950b2 (diff) | |
download | spice-082934699611d5985ecf3386259d270d75e41c12.tar.gz spice-082934699611d5985ecf3386259d270d75e41c12.tar.xz spice-082934699611d5985ecf3386259d270d75e41c12.zip |
fix win client copyright string
Diffstat (limited to 'client')
-rw-r--r-- | client/windows/redc.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/windows/redc.rc b/client/windows/redc.rc index 41d91dd8..68cd66c0 100644 --- a/client/windows/redc.rc +++ b/client/windows/redc.rc @@ -77,11 +77,11 @@ BEGIN BEGIN
BLOCK "000904b0"
BEGIN
- VALUE "CompanyName", "Red Hat Technologies INC"
+ VALUE "CompanyName", "Red Hat Inc."
VALUE "FileDescription", "Spice client"
VALUE "FileVersion", "0, 5, 0, 0"
VALUE "InternalName", "spicec"
- VALUE "LegalCopyright", "Copyright (c) 2009 Red Hat, Inc. and/or its affiliates.INC. All rights reserved."
+ VALUE "LegalCopyright", "Copyright (c) 2009 Red Hat, Inc. and/or its affiliates"
VALUE "OriginalFilename", "spicec.exe"
VALUE "ProductName", "Red Hat Spice"
VALUE "ProductVersion", "0, 5, 0, 0"
|