summaryrefslogtreecommitdiff
path: root/pidgin/win32
diff options
context:
space:
mode:
authorDaniel Atallah <datallah@pidgin.im>2010-02-18 17:08:35 +0000
committerDaniel Atallah <datallah@pidgin.im>2010-02-18 17:08:35 +0000
commitc415300457434e9fc7e7db34bc43045a5d551f6b (patch)
treedcb454d5346266a3b27d322f6cc346a75d662168 /pidgin/win32
parent55a808c16c13305f5c01ba922865dac4b53c6e94 (diff)
downloadpidgin-c415300457434e9fc7e7db34bc43045a5d551f6b.tar.gz
copyright year updates
Diffstat (limited to 'pidgin/win32')
-rw-r--r--pidgin/win32/pidgin_dll_rc.rc.in2
-rw-r--r--pidgin/win32/pidgin_exe_rc.rc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/pidgin/win32/pidgin_dll_rc.rc.in b/pidgin/win32/pidgin_dll_rc.rc.in
index 2b447d7158..b41144cb99 100644
--- a/pidgin/win32/pidgin_dll_rc.rc.in
+++ b/pidgin/win32/pidgin_dll_rc.rc.in
@@ -19,7 +19,7 @@ VS_VERSION_INFO VERSIONINFO
VALUE "FileDescription", "GTK+ Pidgin Library"
VALUE "FileVersion", "@PIDGIN_VERSION@"
VALUE "InternalName", "libpidgin"
- VALUE "LegalCopyright", "Copyright (C) 1998-2007 The Pidgin developer community (See the COPYRIGHT file in the source distribution)."
+ VALUE "LegalCopyright", "Copyright (C) 1998-2010 The Pidgin developer community (See the COPYRIGHT file in the source distribution)."
VALUE "OriginalFilename", "pidgin.dll"
VALUE "ProductName", "Pidgin"
VALUE "ProductVersion", "@PIDGIN_VERSION@"
diff --git a/pidgin/win32/pidgin_exe_rc.rc.in b/pidgin/win32/pidgin_exe_rc.rc.in
index 2e8b26ec75..b7a2135841 100644
--- a/pidgin/win32/pidgin_exe_rc.rc.in
+++ b/pidgin/win32/pidgin_exe_rc.rc.in
@@ -19,7 +19,7 @@ VS_VERSION_INFO VERSIONINFO
VALUE "FileDescription", "Pidgin"
VALUE "FileVersion", "@PIDGIN_VERSION@"
VALUE "InternalName", "pidgin"
- VALUE "LegalCopyright", "Copyright (C) 1998-2007 The Pidgin developer community (See the COPYRIGHT file in the source distribution)."
+ VALUE "LegalCopyright", "Copyright (C) 1998-2010 The Pidgin developer community (See the COPYRIGHT file in the source distribution)."
VALUE "OriginalFilename", "@ORIGINAL_FILENAME@"
VALUE "ProductName", "Pidgin"
VALUE "ProductVersion", "@PIDGIN_VERSION@"