diff options
-rw-r--r-- | docs/man/mupdf.1 | 2 | ||||
-rw-r--r-- | docs/man/mutool.1 | 2 | ||||
-rw-r--r-- | docs/mutool/run.html | 2 | ||||
-rw-r--r-- | include/mupdf/memento.h | 2 | ||||
-rw-r--r-- | platform/x11/pdfapp.c | 2 | ||||
-rw-r--r-- | source/fitz/jmemcust.c | 2 | ||||
-rw-r--r-- | source/fitz/jmemcust.h | 2 | ||||
-rw-r--r-- | source/fitz/memento.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/docs/man/mupdf.1 b/docs/man/mupdf.1 index 38a9cd08..d87e54ed 100644 --- a/docs/man/mupdf.1 +++ b/docs/man/mupdf.1 @@ -199,4 +199,4 @@ file to be reloaded automatically, for use in e.g. build scripts. .BR mutool (1). .SH AUTHOR -MuPDF is Copyright 2006-2016 Artifex Software, Inc. +MuPDF is Copyright 2006-2017 Artifex Software, Inc. diff --git a/docs/man/mutool.1 b/docs/man/mutool.1 index d84c14c6..33bd0e9e 100644 --- a/docs/man/mutool.1 +++ b/docs/man/mutool.1 @@ -417,4 +417,4 @@ See mutool create for details on this option. .BR mupdf (1), .SH AUTHOR -MuPDF is Copyright 2006-2016 Artifex Software, Inc. +MuPDF is Copyright 2006-2017 Artifex Software, Inc. diff --git a/docs/mutool/run.html b/docs/mutool/run.html index 5f6ff4f6..199e8224 100644 --- a/docs/mutool/run.html +++ b/docs/mutool/run.html @@ -825,6 +825,6 @@ There are several areas in MuPDF that still need bindings to access from JavaScr </ul> <p> -Copyright © 2016 Artifex Software +Copyright © 2017 Artifex Software </body> diff --git a/include/mupdf/memento.h b/include/mupdf/memento.h index c424f64f..8e501073 100644 --- a/include/mupdf/memento.h +++ b/include/mupdf/memento.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Artifex Software, Inc. +/* Copyright (C) 2009-2017 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or diff --git a/platform/x11/pdfapp.c b/platform/x11/pdfapp.c index 6f9e7a5a..6d2ca473 100644 --- a/platform/x11/pdfapp.c +++ b/platform/x11/pdfapp.c @@ -66,7 +66,7 @@ char *pdfapp_version(pdfapp_t *app) { return "MuPDF " FZ_VERSION "\n" - "Copyright 2006-2014 Artifex Software, Inc.\n"; + "Copyright 2006-2017 Artifex Software, Inc.\n"; } char *pdfapp_usage(pdfapp_t *app) diff --git a/source/fitz/jmemcust.c b/source/fitz/jmemcust.c index 7cbd3bcc..d5318026 100644 --- a/source/fitz/jmemcust.c +++ b/source/fitz/jmemcust.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2014 Artifex Software, Inc. + * Copyright (C) 2001-2017 Artifex Software, Inc. * All Rights Reserved. * * This software is provided AS-IS with no warranty, either express or diff --git a/source/fitz/jmemcust.h b/source/fitz/jmemcust.h index 13879fca..6e5f6ead 100644 --- a/source/fitz/jmemcust.h +++ b/source/fitz/jmemcust.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2014 Artifex Software, Inc. +/* Copyright (C) 2001-2017 Artifex Software, Inc. * All Rights Reserved. * * This software is provided AS-IS with no warranty, either express or diff --git a/source/fitz/memento.c b/source/fitz/memento.c index db83c9e6..c96f1f1d 100644 --- a/source/fitz/memento.c +++ b/source/fitz/memento.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2016 Artifex Software, Inc. +/* Copyright (C) 2009-2017 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or |