From 12b9d5d3bc563f7e341c4c4d0fdb9f435804a41a Mon Sep 17 00:00:00 2001 From: Tor Andersson <tor@ghostscript.com> Date: Thu, 1 Jul 2010 18:53:57 +0200 Subject: Update copyright year. --- README | 2 +- apps/win_main.c | 2 +- 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: -- cgit v1.2.3