summaryrefslogtreecommitdiff
path: root/apps/win_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-01 18:53:57 +0200
committerTor Andersson <tor@ghostscript.com>2010-07-01 18:53:57 +0200
commit12b9d5d3bc563f7e341c4c4d0fdb9f435804a41a (patch)
tree29e7a465d81f2f6fc48b10ee08c0bfeb05857391 /apps/win_main.c
parent74838f16f6c838251af1e8b81a6064a9cac50464 (diff)
downloadmupdf-12b9d5d3bc563f7e341c4c4d0fdb9f435804a41a.tar.xz
Update copyright year.
Diffstat (limited to 'apps/win_main.c')
-rw-r--r--apps/win_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/win_main.c b/apps/win_main.c
index 5a16e357..0fe3c4b2 100644
--- a/apps/win_main.c
+++ b/apps/win_main.c
@@ -224,7 +224,7 @@ dlogaboutproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
switch(message)
{
case WM_INITDIALOG:
- SetDlgItemTextA(hwnd, 2, "MuPDF is Copyright (C) 2006-2008 artofcode, LLC");
+ SetDlgItemTextA(hwnd, 2, "MuPDF is Copyright (C) 2006-2010 Artifex Software Inc.");
SetDlgItemTextA(hwnd, 3, pdfapp_usage(&gapp));
return TRUE;
case WM_COMMAND: