1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Copied from Perforce
 Change: 194446
This commit is contained in:
Gareth Rees 2018-07-05 14:55:06 +01:00
parent 22e8a66a54
commit 254fbb080e

View file

@ -1,7 +1,7 @@
/* version.c: VERSION INSPECTION
*
* $Id$
* Copyright (c) 2001-2016 Ravenbrook Limited.
* Copyright (c) 2001-2018 Ravenbrook Limited.
* See end of file for license.
*
* PURPOSE
@ -50,7 +50,7 @@ SRCID(version, "$Id$");
extern char MPSCopyrightNotice[];
char MPSCopyrightNotice[] =
"Portions copyright (c) 2010-2016 Ravenbrook Limited and Global Graphics Software.";
"Portions copyright (c) 2010-2018 Ravenbrook Limited and Global Graphics Software.";
/* MPSVersion -- return version string
@ -75,7 +75,7 @@ char *MPSVersion(void)
/* C. COPYRIGHT AND LICENSE
*
* Copyright (C) 2001-2016 Ravenbrook Limited
* Copyright (C) 2001-2018 Ravenbrook Limited
* <http://www.ravenbrook.com/>.
* All rights reserved. This is an open source license. Contact
* Ravenbrook for commercial licensing options.