summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--apps/win_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index abfebebd..5fa7e2bd 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ LICENSE
MuPDF -- PDF parsing, rendering and viewing toolkit.
-Copyright (C) 2009 Artifex Software, Inc.
+Copyright (C) 2006-2010 Artifex Software, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
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: