From 12b9d5d3bc563f7e341c4c4d0fdb9f435804a41a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 1 Jul 2010 18:53:57 +0200 Subject: Update copyright year. --- apps/win_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/win_main.c') 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: -- cgit v1.2.3