diff --git a/LICENSE b/LICENSE index 5fe26daf..eb0ec912 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ -Copyright (c) 2014-2017 Carsten Sonne Larsen +Copyright (c) 2014-2018 Carsten Sonne Larsen Copyright (c) 2007 The NetBSD Foundation, Inc. Copyright (c) 1990, 1993 The Regents of the University of California. All rights reserved. diff --git a/amath.1 b/amath.1 index f528c196..265e9c31 100644 --- a/amath.1 +++ b/amath.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2014-2017 Carsten Sonne Larsen +.\" Copyright (c) 2014-2018 Carsten Sonne Larsen .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/builddeb b/builddeb index c92ddeea..30e6a2ca 100755 --- a/builddeb +++ b/builddeb @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright {c} 2014-2017 Carsten Sonne Larsen +# Copyright {c} 2014-2018 Carsten Sonne Larsen # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -105,7 +105,7 @@ echo "Upstream-Name: amath" echo "Source: https://amath.innolan.net" echo echo "Files: *" -echo "Copyright: 2014-2017 Carsten Sonne Larsen " +echo "Copyright: 2014-2018 Carsten Sonne Larsen " echo " 2007 The NetBSD Foundation, Inc." echo " 1990, 1993 The Regents of the University of California." echo "License: BSD-2-Clause" diff --git a/builddebdev b/builddebdev index 36159a8c..59c01abe 100755 --- a/builddebdev +++ b/builddebdev @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright {c} 2014-2017 Carsten Sonne Larsen +# Copyright {c} 2014-2018 Carsten Sonne Larsen # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -149,7 +149,7 @@ echo "Upstream-Name: amath-dev" echo "Source: https://amath.innolan.net" echo echo "Files: *" -echo "Copyright: 2014-2017 Carsten Sonne Larsen " +echo "Copyright: 2014-2018 Carsten Sonne Larsen " echo " 2007 The NetBSD Foundation, Inc." echo " 1990, 1993 The Regents of the University of California." echo "License: BSD-2-Clause" diff --git a/catalog/english/amath-help.ct b/catalog/english/amath-help.ct index 4db1684a..eebcd94e 100644 --- a/catalog/english/amath-help.ct +++ b/catalog/english/amath-help.ct @@ -2,7 +2,7 @@ ## language english ## codeset 0 ; ############################################################################# -; Copyright (c) 2014-2017 Carsten Sonne Larsen +; Copyright (c) 2014-2018 Carsten Sonne Larsen ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without diff --git a/catalog/english/amath-text.ct b/catalog/english/amath-text.ct index e5b33aea..923b6bad 100644 --- a/catalog/english/amath-text.ct +++ b/catalog/english/amath-text.ct @@ -2,7 +2,7 @@ ## language english ## codeset 0 ; ############################################################################# -; Copyright (c) 2014-2017 Carsten Sonne Larsen +; Copyright (c) 2014-2018 Carsten Sonne Larsen ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without diff --git a/configure b/configure index 4845d5d4..87647d1a 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright {c} 2014-2017 Carsten Sonne Larsen +# Copyright {c} 2014-2018 Carsten Sonne Larsen # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/src/amath.h b/src/amath.h index baeeda7b..9dbffb82 100644 --- a/src/amath.h +++ b/src/amath.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -284,7 +284,7 @@ typedef int bool; #define RELDATESTAMP "(21-07-2017)" #define TXTDOSVERSION "\0$VER: amath 1.83" SPACE RELDATESTAMP SPACE TXTARCH #define TXTTITLE "amath version 1.8.3" -#define TXTCOPYRIGHT "(c) 2017 Carsten Sonne Larsen" +#define TXTCOPYRIGHT "(c) 2018 Carsten Sonne Larsen" #define TXTSTARTMSG TXTTITLE SPACE TXTCOPYRIGHT /******************************************************************************/ #define TXTVERSMSG TXTTITLE SPACE RELDATESTAMP SPACE TXTARCH diff --git a/src/amathc.h b/src/amathc.h index ef4ab9c2..2fbd6be3 100644 --- a/src/amathc.h +++ b/src/amathc.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/amatht.h b/src/amatht.h index 266fc937..af7cdb69 100644 --- a/src/amatht.h +++ b/src/amatht.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/clib/alloccpy.c b/src/clib/alloccpy.c index 2cd75019..1519cc17 100644 --- a/src/clib/alloccpy.c +++ b/src/clib/alloccpy.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/clib/amathc.3 b/src/clib/amathc.3 index 2649e8b1..2bbddcd0 100644 --- a/src/clib/amathc.3 +++ b/src/clib/amathc.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2014-2017 Carsten Sonne Larsen +.\" Copyright (c) 2014-2018 Carsten Sonne Larsen .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -479,7 +479,7 @@ Written by Carsten Sonne Larsen . The code in MemSet and MemCopy is derived from software contributed to Berkeley by Mike Hibler and Chris Torek. .SH COPYRIGHT -Copyright (c) 2014-2017 Carsten Sonne Larsen +Copyright (c) 2014-2018 Carsten Sonne Larsen .br Copyright (c) 2007 The NetBSD Foundation, Inc. .br diff --git a/src/clib/mem.c b/src/clib/mem.c index 9595a0c7..0fbef4a1 100644 --- a/src/clib/mem.c +++ b/src/clib/mem.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/clib/memset.c b/src/clib/memset.c index ed664870..a4291246 100644 --- a/src/clib/memset.c +++ b/src/clib/memset.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 1990, 1993 The Regents of the University of California. * All rights reserved. * diff --git a/src/clib/strcmp.c b/src/clib/strcmp.c index ecaf4533..43c10249 100644 --- a/src/clib/strcmp.c +++ b/src/clib/strcmp.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 1990, 1993 The Regents of the University of California. * All rights reserved. * diff --git a/src/clib/strlen.c b/src/clib/strlen.c index 344ebbd3..eca78d8d 100644 --- a/src/clib/strlen.c +++ b/src/clib/strlen.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/clib/untag.c b/src/clib/untag.c index 071bd457..fccbc983 100644 --- a/src/clib/untag.c +++ b/src/clib/untag.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/amathi.3 b/src/cplex/amathi.3 index 1660fd04..78b92e7e 100644 --- a/src/cplex/amathi.3 +++ b/src/cplex/amathi.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2014-2017 Carsten Sonne Larsen +.\" Copyright (c) 2014-2018 Carsten Sonne Larsen .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -1745,7 +1745,7 @@ https://amath.innolan.net/ Written by Carsten Sonne Larsen . Some code in the library is derived from software written by Stephen L. Moshier. .SH COPYRIGHT -Copyright (c) 2014-2017 Carsten Sonne Larsen +Copyright (c) 2014-2018 Carsten Sonne Larsen .br Copyright (c) 2007 The NetBSD Foundation, Inc. .SH "See also" diff --git a/src/cplex/cacos.c b/src/cplex/cacos.c index ddf7bc63..e50a66f7 100644 --- a/src/cplex/cacos.c +++ b/src/cplex/cacos.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/cacosh.c b/src/cplex/cacosh.c index 4505396b..bec1837f 100644 --- a/src/cplex/cacosh.c +++ b/src/cplex/cacosh.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/cacot.c b/src/cplex/cacot.c index 764d0d3d..1b15a327 100644 --- a/src/cplex/cacot.c +++ b/src/cplex/cacot.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/cacoth.c b/src/cplex/cacoth.c index 10b5b3c8..c2579d15 100644 --- a/src/cplex/cacoth.c +++ b/src/cplex/cacoth.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/cacsc.c b/src/cplex/cacsc.c index 038d8715..089b7295 100644 --- a/src/cplex/cacsc.c +++ b/src/cplex/cacsc.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/cacsch.c b/src/cplex/cacsch.c index 0b9981d2..853b0742 100644 --- a/src/cplex/cacsch.c +++ b/src/cplex/cacsch.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/casec.c b/src/cplex/casec.c index f7d08146..3e3783f0 100644 --- a/src/cplex/casec.c +++ b/src/cplex/casec.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/casech.c b/src/cplex/casech.c index 68c13068..86a8ae57 100644 --- a/src/cplex/casech.c +++ b/src/cplex/casech.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/casin.c b/src/cplex/casin.c index b1f3f284..0099b5ac 100644 --- a/src/cplex/casin.c +++ b/src/cplex/casin.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/casinh.c b/src/cplex/casinh.c index 62ad0a17..bc95a1e5 100644 --- a/src/cplex/casinh.c +++ b/src/cplex/casinh.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/catan.c b/src/cplex/catan.c index 0b0ae624..77983674 100644 --- a/src/cplex/catan.c +++ b/src/cplex/catan.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/catanh.c b/src/cplex/catanh.c index ab4acc68..a40bff38 100644 --- a/src/cplex/catanh.c +++ b/src/cplex/catanh.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/ccbrt.c b/src/cplex/ccbrt.c index ebfafb4e..c855ffc1 100644 --- a/src/cplex/ccbrt.c +++ b/src/cplex/ccbrt.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/ccos.c b/src/cplex/ccos.c index 834c567a..2a868ecc 100644 --- a/src/cplex/ccos.c +++ b/src/cplex/ccos.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/src/cplex/ccosh.c b/src/cplex/ccosh.c index 2750160e..9f9dd079 100644 --- a/src/cplex/ccosh.c +++ b/src/cplex/ccosh.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/src/cplex/ccot.c b/src/cplex/ccot.c index 1855c2ce..6f542a6a 100644 --- a/src/cplex/ccot.c +++ b/src/cplex/ccot.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/ccoth.c b/src/cplex/ccoth.c index 2b73776a..8bb49584 100644 --- a/src/cplex/ccoth.c +++ b/src/cplex/ccoth.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/ccsc.c b/src/cplex/ccsc.c index f89527c7..ae566531 100644 --- a/src/cplex/ccsc.c +++ b/src/cplex/ccsc.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/ccsch.c b/src/cplex/ccsch.c index 8720ba48..ce11843d 100644 --- a/src/cplex/ccsch.c +++ b/src/cplex/ccsch.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/cexp.c b/src/cplex/cexp.c index e04fa4a0..70594bfd 100644 --- a/src/cplex/cexp.c +++ b/src/cplex/cexp.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/src/cplex/clog.c b/src/cplex/clog.c index af051955..716a0fe8 100644 --- a/src/cplex/clog.c +++ b/src/cplex/clog.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/src/cplex/clog10.c b/src/cplex/clog10.c index bcc620c7..769d49ef 100644 --- a/src/cplex/clog10.c +++ b/src/cplex/clog10.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/clogb.c b/src/cplex/clogb.c index 26312654..6d893677 100644 --- a/src/cplex/clogb.c +++ b/src/cplex/clogb.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/cpow.c b/src/cplex/cpow.c index ac7b2ed6..910d6aa6 100644 --- a/src/cplex/cpow.c +++ b/src/cplex/cpow.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/src/cplex/csec.c b/src/cplex/csec.c index 4f6a6c98..4b4049c7 100644 --- a/src/cplex/csec.c +++ b/src/cplex/csec.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/csech.c b/src/cplex/csech.c index 147ac340..4e6e8a63 100644 --- a/src/cplex/csech.c +++ b/src/cplex/csech.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/csgn.c b/src/cplex/csgn.c index a0d2d46e..890d6e0a 100644 --- a/src/cplex/csgn.c +++ b/src/cplex/csgn.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/csin.c b/src/cplex/csin.c index 9ea53623..d1ef7147 100644 --- a/src/cplex/csin.c +++ b/src/cplex/csin.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/src/cplex/csinh.c b/src/cplex/csinh.c index d6fbc68c..22b2f742 100644 --- a/src/cplex/csinh.c +++ b/src/cplex/csinh.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/src/cplex/csqrt.c b/src/cplex/csqrt.c index da312db3..5831a555 100644 --- a/src/cplex/csqrt.c +++ b/src/cplex/csqrt.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/src/cplex/ctan.c b/src/cplex/ctan.c index 09285895..0106c567 100644 --- a/src/cplex/ctan.c +++ b/src/cplex/ctan.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/src/cplex/ctanh.c b/src/cplex/ctanh.c index 7e4d248a..dbf17303 100644 --- a/src/cplex/ctanh.c +++ b/src/cplex/ctanh.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/src/cplex/prim.c b/src/cplex/prim.c index 69c2b5fc..6c46e72e 100644 --- a/src/cplex/prim.c +++ b/src/cplex/prim.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/cplex/prim.h b/src/cplex/prim.h index 92b76357..9716e966 100644 --- a/src/cplex/prim.h +++ b/src/cplex/prim.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/aengine.cpp b/src/lib/aengine.cpp index 428a96f0..a4a878a9 100644 --- a/src/lib/aengine.cpp +++ b/src/lib/aengine.cpp @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/aengine.h b/src/lib/aengine.h index 5c12dc19..850b419c 100644 --- a/src/lib/aengine.h +++ b/src/lib/aengine.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/bigint.cpp b/src/lib/bigint.cpp index f1b1ed51..760112dd 100644 --- a/src/lib/bigint.cpp +++ b/src/lib/bigint.cpp @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/bigint.h b/src/lib/bigint.h index 759bc335..40fd97b9 100644 --- a/src/lib/bigint.h +++ b/src/lib/bigint.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/charbuf.cpp b/src/lib/charbuf.cpp index afb81510..4af9b48a 100644 --- a/src/lib/charbuf.cpp +++ b/src/lib/charbuf.cpp @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/charbuf.h b/src/lib/charbuf.h index 8b6a5893..638687b2 100644 --- a/src/lib/charbuf.h +++ b/src/lib/charbuf.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/charval.h b/src/lib/charval.h index e44374a2..c7400473 100644 --- a/src/lib/charval.h +++ b/src/lib/charval.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/cplex.cpp b/src/lib/cplex.cpp index 8decb8e0..c215aecc 100644 --- a/src/lib/cplex.cpp +++ b/src/lib/cplex.cpp @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/cplex.h b/src/lib/cplex.h index c322b1e9..c65a8c90 100644 --- a/src/lib/cplex.h +++ b/src/lib/cplex.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/nnumb.cpp b/src/lib/nnumb.cpp index cbbd3017..0828fc7b 100644 --- a/src/lib/nnumb.cpp +++ b/src/lib/nnumb.cpp @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/nnumb.h b/src/lib/nnumb.h index af73bad4..1d245520 100644 --- a/src/lib/nnumb.h +++ b/src/lib/nnumb.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/ntext.cpp b/src/lib/ntext.cpp index 245ab182..e869fbdf 100644 --- a/src/lib/ntext.cpp +++ b/src/lib/ntext.cpp @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/ntext.h b/src/lib/ntext.h index 4b9487c8..74d7f6fa 100644 --- a/src/lib/ntext.h +++ b/src/lib/ntext.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/ntextd.cpp b/src/lib/ntextd.cpp index 51a67b53..9aca0537 100644 --- a/src/lib/ntextd.cpp +++ b/src/lib/ntextd.cpp @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/ntextd.h b/src/lib/ntextd.h index 91cd2650..c7acb1b8 100644 --- a/src/lib/ntextd.h +++ b/src/lib/ntextd.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/ntextp.cpp b/src/lib/ntextp.cpp index c0ec26a4..3173ce02 100644 --- a/src/lib/ntextp.cpp +++ b/src/lib/ntextp.cpp @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/ntextp.h b/src/lib/ntextp.h index 9c7384cf..08972a28 100644 --- a/src/lib/ntextp.h +++ b/src/lib/ntextp.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/numb.h b/src/lib/numb.h index a47d5492..52916a9a 100644 --- a/src/lib/numb.h +++ b/src/lib/numb.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/real.cpp b/src/lib/real.cpp index dc26a8dd..bc310ab1 100644 --- a/src/lib/real.cpp +++ b/src/lib/real.cpp @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/lib/real.h b/src/lib/real.h index 201eb953..f43312b4 100644 --- a/src/lib/real.h +++ b/src/lib/real.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/loc/help.h b/src/loc/help.h index da81ca7d..558278f2 100644 --- a/src/loc/help.h +++ b/src/loc/help.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/loc/ident.h b/src/loc/ident.h index 9aceb7f3..13ce28a1 100644 --- a/src/loc/ident.h +++ b/src/loc/ident.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/loc/kword.h b/src/loc/kword.h index 577e151d..2d3994c4 100644 --- a/src/loc/kword.h +++ b/src/loc/kword.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/loc/text.h b/src/loc/text.h index 6349871a..16287b6d 100644 --- a/src/loc/text.h +++ b/src/loc/text.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/main.cpp b/src/main.cpp index 810621ef..6b270bd1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/main.h b/src/main.h index d551b76d..7dfff4f8 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2014-2017 Carsten Sonne Larsen + * Copyright (c) 2014-2018 Carsten Sonne Larsen * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -225,7 +225,7 @@ \subsection license_bsd BSD License
-  Copyright (c) 2014-2017 Carsten Sonne Larsen 
+  Copyright (c) 2014-2018 Carsten Sonne Larsen 
   Copyright (c) 2007 The NetBSD Foundation, Inc.
   Copyright (c) 1990, 1993 The Regents of the University of California.
   All rights reserved.
diff --git a/src/main/evaluator.cpp b/src/main/evaluator.cpp
index 59c1e153..b5a3c295 100644
--- a/src/main/evaluator.cpp
+++ b/src/main/evaluator.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/evaluator.h b/src/main/evaluator.h
index d1024aa7..00e2f652 100644
--- a/src/main/evaluator.h
+++ b/src/main/evaluator.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/fgrid.cpp b/src/main/fgrid.cpp
index be9b2a1e..5b398111 100644
--- a/src/main/fgrid.cpp
+++ b/src/main/fgrid.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/fgrid.h b/src/main/fgrid.h
index e5a97f06..5a227cc9 100644
--- a/src/main/fgrid.h
+++ b/src/main/fgrid.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/absolute.cpp b/src/main/function/absolute.cpp
index 4df711ce..46a204ca 100644
--- a/src/main/function/absolute.cpp
+++ b/src/main/function/absolute.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/absolute.h b/src/main/function/absolute.h
index a44c9feb..9df94fcf 100644
--- a/src/main/function/absolute.h
+++ b/src/main/function/absolute.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/aexcosecant.cpp b/src/main/function/aexcosecant.cpp
index 21a6df5d..374fad00 100644
--- a/src/main/function/aexcosecant.cpp
+++ b/src/main/function/aexcosecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/aexcosecant.h b/src/main/function/aexcosecant.h
index e9f6764a..d39c62e8 100644
--- a/src/main/function/aexcosecant.h
+++ b/src/main/function/aexcosecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/aexsecant.cpp b/src/main/function/aexsecant.cpp
index 10ec7629..0fa0771e 100644
--- a/src/main/function/aexsecant.cpp
+++ b/src/main/function/aexsecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/aexsecant.h b/src/main/function/aexsecant.h
index 65fdd06a..dbc4baf4 100644
--- a/src/main/function/aexsecant.h
+++ b/src/main/function/aexsecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arcchord.cpp b/src/main/function/arcchord.cpp
index fc8d6854..f6b4c46a 100644
--- a/src/main/function/arcchord.cpp
+++ b/src/main/function/arcchord.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arcchord.h b/src/main/function/arcchord.h
index 18473e18..056a14fb 100644
--- a/src/main/function/arcchord.h
+++ b/src/main/function/arcchord.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arccos.cpp b/src/main/function/arccos.cpp
index bad2e565..f81609ff 100644
--- a/src/main/function/arccos.cpp
+++ b/src/main/function/arccos.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arccos.h b/src/main/function/arccos.h
index a028e481..32ebe969 100644
--- a/src/main/function/arccos.h
+++ b/src/main/function/arccos.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arccosecant.cpp b/src/main/function/arccosecant.cpp
index 4f163536..9cff6f7b 100644
--- a/src/main/function/arccosecant.cpp
+++ b/src/main/function/arccosecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arccosecant.h b/src/main/function/arccosecant.h
index 645778c1..a0c5084c 100644
--- a/src/main/function/arccosecant.h
+++ b/src/main/function/arccosecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arccotangent.cpp b/src/main/function/arccotangent.cpp
index 626f481a..2c26e135 100644
--- a/src/main/function/arccotangent.cpp
+++ b/src/main/function/arccotangent.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arccotangent.h b/src/main/function/arccotangent.h
index 0ed4842c..6419a4e9 100644
--- a/src/main/function/arccotangent.h
+++ b/src/main/function/arccotangent.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arccovercosine.cpp b/src/main/function/arccovercosine.cpp
index d1ab3dd0..943a3084 100644
--- a/src/main/function/arccovercosine.cpp
+++ b/src/main/function/arccovercosine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arccovercosine.h b/src/main/function/arccovercosine.h
index 59dfbb83..bf3ccbb2 100644
--- a/src/main/function/arccovercosine.h
+++ b/src/main/function/arccovercosine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arccoversine.cpp b/src/main/function/arccoversine.cpp
index d8cd1659..c095cab3 100644
--- a/src/main/function/arccoversine.cpp
+++ b/src/main/function/arccoversine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arccoversine.h b/src/main/function/arccoversine.h
index 85c75b44..0a7ef6ea 100644
--- a/src/main/function/arccoversine.h
+++ b/src/main/function/arccoversine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/archacovercosine.cpp b/src/main/function/archacovercosine.cpp
index 9813e2df..37ed34f1 100644
--- a/src/main/function/archacovercosine.cpp
+++ b/src/main/function/archacovercosine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/archacovercosine.h b/src/main/function/archacovercosine.h
index 5d3767ae..7ecb640e 100644
--- a/src/main/function/archacovercosine.h
+++ b/src/main/function/archacovercosine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/archacoversine.cpp b/src/main/function/archacoversine.cpp
index 9d808da3..da60d26c 100644
--- a/src/main/function/archacoversine.cpp
+++ b/src/main/function/archacoversine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/archacoversine.h b/src/main/function/archacoversine.h
index 4e4e2392..80412e85 100644
--- a/src/main/function/archacoversine.h
+++ b/src/main/function/archacoversine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/archavercosine.cpp b/src/main/function/archavercosine.cpp
index 7879a2f5..46760d6f 100644
--- a/src/main/function/archavercosine.cpp
+++ b/src/main/function/archavercosine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/archavercosine.h b/src/main/function/archavercosine.h
index 20ae8d3e..68571244 100644
--- a/src/main/function/archavercosine.h
+++ b/src/main/function/archavercosine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/archaversine.cpp b/src/main/function/archaversine.cpp
index bba54b6f..b770e435 100644
--- a/src/main/function/archaversine.cpp
+++ b/src/main/function/archaversine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/archaversine.h b/src/main/function/archaversine.h
index 28ef0ee1..c1d01141 100644
--- a/src/main/function/archaversine.h
+++ b/src/main/function/archaversine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arcsecant.cpp b/src/main/function/arcsecant.cpp
index b8b5a1b9..6e0a1770 100644
--- a/src/main/function/arcsecant.cpp
+++ b/src/main/function/arcsecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arcsecant.h b/src/main/function/arcsecant.h
index 2b602aa6..18914870 100644
--- a/src/main/function/arcsecant.h
+++ b/src/main/function/arcsecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arcsin.cpp b/src/main/function/arcsin.cpp
index da780bb3..d6d72c6e 100644
--- a/src/main/function/arcsin.cpp
+++ b/src/main/function/arcsin.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arcsin.h b/src/main/function/arcsin.h
index 8e9bffb1..20990bd5 100644
--- a/src/main/function/arcsin.h
+++ b/src/main/function/arcsin.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arctan.cpp b/src/main/function/arctan.cpp
index 6106bb6c..c09ff40b 100644
--- a/src/main/function/arctan.cpp
+++ b/src/main/function/arctan.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arctan.h b/src/main/function/arctan.h
index 39e0e9fb..75c2f865 100644
--- a/src/main/function/arctan.h
+++ b/src/main/function/arctan.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arcvercosine.cpp b/src/main/function/arcvercosine.cpp
index 7a0fdcd7..b6d8db99 100644
--- a/src/main/function/arcvercosine.cpp
+++ b/src/main/function/arcvercosine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arcvercosine.h b/src/main/function/arcvercosine.h
index 93ba68ae..71b930c0 100644
--- a/src/main/function/arcvercosine.h
+++ b/src/main/function/arcvercosine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arcversine.cpp b/src/main/function/arcversine.cpp
index a4bda802..40fa8f58 100644
--- a/src/main/function/arcversine.cpp
+++ b/src/main/function/arcversine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/arcversine.h b/src/main/function/arcversine.h
index d644bb5c..b74c43cf 100644
--- a/src/main/function/arcversine.h
+++ b/src/main/function/arcversine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/ceil.cpp b/src/main/function/ceil.cpp
index 55aa55fd..f863f529 100644
--- a/src/main/function/ceil.cpp
+++ b/src/main/function/ceil.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/ceil.h b/src/main/function/ceil.h
index 21c1f648..b29a2f5d 100644
--- a/src/main/function/ceil.h
+++ b/src/main/function/ceil.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/chord.cpp b/src/main/function/chord.cpp
index 2d4b7283..54af5272 100644
--- a/src/main/function/chord.cpp
+++ b/src/main/function/chord.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/chord.h b/src/main/function/chord.h
index d02d241d..862195d8 100644
--- a/src/main/function/chord.h
+++ b/src/main/function/chord.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/cosecant.cpp b/src/main/function/cosecant.cpp
index 6bb5f6b3..9e9b3f0d 100644
--- a/src/main/function/cosecant.cpp
+++ b/src/main/function/cosecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/cosecant.h b/src/main/function/cosecant.h
index ab5e7461..338d1c49 100644
--- a/src/main/function/cosecant.h
+++ b/src/main/function/cosecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/cosine.cpp b/src/main/function/cosine.cpp
index 23a0732b..a410140b 100644
--- a/src/main/function/cosine.cpp
+++ b/src/main/function/cosine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/cosine.h b/src/main/function/cosine.h
index 6e9226a7..1293c5d5 100644
--- a/src/main/function/cosine.h
+++ b/src/main/function/cosine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/cotangent.cpp b/src/main/function/cotangent.cpp
index 9295d400..12215242 100644
--- a/src/main/function/cotangent.cpp
+++ b/src/main/function/cotangent.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/cotangent.h b/src/main/function/cotangent.h
index 2675fdf8..bcdd1334 100644
--- a/src/main/function/cotangent.h
+++ b/src/main/function/cotangent.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/covercos.cpp b/src/main/function/covercos.cpp
index 988eec46..88aa15f4 100644
--- a/src/main/function/covercos.cpp
+++ b/src/main/function/covercos.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/covercos.h b/src/main/function/covercos.h
index 7386dc5f..6154c846 100644
--- a/src/main/function/covercos.h
+++ b/src/main/function/covercos.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/coversin.cpp b/src/main/function/coversin.cpp
index bfba08ec..8952ad30 100644
--- a/src/main/function/coversin.cpp
+++ b/src/main/function/coversin.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/coversin.h b/src/main/function/coversin.h
index d338ec3f..7fb44713 100644
--- a/src/main/function/coversin.h
+++ b/src/main/function/coversin.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/cube.cpp b/src/main/function/cube.cpp
index 35be07f2..5401a4b4 100644
--- a/src/main/function/cube.cpp
+++ b/src/main/function/cube.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/cube.h b/src/main/function/cube.h
index c9c7138a..96b4a5b5 100644
--- a/src/main/function/cube.h
+++ b/src/main/function/cube.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/defs.h b/src/main/function/defs.h
index c19e504a..8ff76b64 100644
--- a/src/main/function/defs.h
+++ b/src/main/function/defs.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/excosecant.cpp b/src/main/function/excosecant.cpp
index ca359230..6b886af1 100644
--- a/src/main/function/excosecant.cpp
+++ b/src/main/function/excosecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/excosecant.h b/src/main/function/excosecant.h
index f48856c9..38861cae 100644
--- a/src/main/function/excosecant.h
+++ b/src/main/function/excosecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/exsecant.cpp b/src/main/function/exsecant.cpp
index afacb247..4d684b80 100644
--- a/src/main/function/exsecant.cpp
+++ b/src/main/function/exsecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/exsecant.h b/src/main/function/exsecant.h
index 71835546..47feae75 100644
--- a/src/main/function/exsecant.h
+++ b/src/main/function/exsecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/floor.cpp b/src/main/function/floor.cpp
index ef666a0c..0c7af2ef 100644
--- a/src/main/function/floor.cpp
+++ b/src/main/function/floor.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/floor.h b/src/main/function/floor.h
index 1a556df6..884a9f15 100644
--- a/src/main/function/floor.h
+++ b/src/main/function/floor.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hacovercos.cpp b/src/main/function/hacovercos.cpp
index a7afe2dd..d4ac7c0a 100644
--- a/src/main/function/hacovercos.cpp
+++ b/src/main/function/hacovercos.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hacovercos.h b/src/main/function/hacovercos.h
index 3063bc59..bcc5499e 100644
--- a/src/main/function/hacovercos.h
+++ b/src/main/function/hacovercos.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hacoversin.cpp b/src/main/function/hacoversin.cpp
index ae194a61..5d6a0467 100644
--- a/src/main/function/hacoversin.cpp
+++ b/src/main/function/hacoversin.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hacoversin.h b/src/main/function/hacoversin.h
index 0048a03d..c5a63776 100644
--- a/src/main/function/hacoversin.h
+++ b/src/main/function/hacoversin.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/havercos.cpp b/src/main/function/havercos.cpp
index 95e098ef..8d0e7d81 100644
--- a/src/main/function/havercos.cpp
+++ b/src/main/function/havercos.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/havercos.h b/src/main/function/havercos.h
index fc7be4df..355edaf4 100644
--- a/src/main/function/havercos.h
+++ b/src/main/function/havercos.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/haversin.cpp b/src/main/function/haversin.cpp
index 478849c3..de4e04c4 100644
--- a/src/main/function/haversin.cpp
+++ b/src/main/function/haversin.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/haversin.h b/src/main/function/haversin.h
index e302b92d..23c34a8d 100644
--- a/src/main/function/haversin.h
+++ b/src/main/function/haversin.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparccosecant.cpp b/src/main/function/hyparccosecant.cpp
index b657985f..eac815d1 100644
--- a/src/main/function/hyparccosecant.cpp
+++ b/src/main/function/hyparccosecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparccosecant.h b/src/main/function/hyparccosecant.h
index bfc98a59..94eb991d 100644
--- a/src/main/function/hyparccosecant.h
+++ b/src/main/function/hyparccosecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparccosine.cpp b/src/main/function/hyparccosine.cpp
index b9620648..25d1d129 100644
--- a/src/main/function/hyparccosine.cpp
+++ b/src/main/function/hyparccosine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparccosine.h b/src/main/function/hyparccosine.h
index 0848944f..7e5b9adc 100644
--- a/src/main/function/hyparccosine.h
+++ b/src/main/function/hyparccosine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparccotangent.cpp b/src/main/function/hyparccotangent.cpp
index 9366272b..026e0407 100644
--- a/src/main/function/hyparccotangent.cpp
+++ b/src/main/function/hyparccotangent.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparccotangent.h b/src/main/function/hyparccotangent.h
index be9130c7..28402401 100644
--- a/src/main/function/hyparccotangent.h
+++ b/src/main/function/hyparccotangent.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparcsecant.cpp b/src/main/function/hyparcsecant.cpp
index 21a62447..5edf13cb 100644
--- a/src/main/function/hyparcsecant.cpp
+++ b/src/main/function/hyparcsecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparcsecant.h b/src/main/function/hyparcsecant.h
index 1949820e..18377a3f 100644
--- a/src/main/function/hyparcsecant.h
+++ b/src/main/function/hyparcsecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparcsine.cpp b/src/main/function/hyparcsine.cpp
index 9bcb4e05..f23c5b70 100644
--- a/src/main/function/hyparcsine.cpp
+++ b/src/main/function/hyparcsine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparcsine.h b/src/main/function/hyparcsine.h
index a4fb0331..c9a733ed 100644
--- a/src/main/function/hyparcsine.h
+++ b/src/main/function/hyparcsine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparctangent.cpp b/src/main/function/hyparctangent.cpp
index e4534edd..3cf54587 100644
--- a/src/main/function/hyparctangent.cpp
+++ b/src/main/function/hyparctangent.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyparctangent.h b/src/main/function/hyparctangent.h
index 85095c43..f90ce9c9 100644
--- a/src/main/function/hyparctangent.h
+++ b/src/main/function/hyparctangent.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hypcosecant.cpp b/src/main/function/hypcosecant.cpp
index 537f08f4..8553b009 100644
--- a/src/main/function/hypcosecant.cpp
+++ b/src/main/function/hypcosecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hypcosecant.h b/src/main/function/hypcosecant.h
index da1d7b94..bd690125 100644
--- a/src/main/function/hypcosecant.h
+++ b/src/main/function/hypcosecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hypcosine.cpp b/src/main/function/hypcosine.cpp
index e953457c..0be56de4 100644
--- a/src/main/function/hypcosine.cpp
+++ b/src/main/function/hypcosine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hypcosine.h b/src/main/function/hypcosine.h
index f7159f8b..ec158418 100644
--- a/src/main/function/hypcosine.h
+++ b/src/main/function/hypcosine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hypcotangent.cpp b/src/main/function/hypcotangent.cpp
index d885b215..3f1609ab 100644
--- a/src/main/function/hypcotangent.cpp
+++ b/src/main/function/hypcotangent.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hypcotangent.h b/src/main/function/hypcotangent.h
index bf42151d..9fb6e600 100644
--- a/src/main/function/hypcotangent.h
+++ b/src/main/function/hypcotangent.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hypsecant.cpp b/src/main/function/hypsecant.cpp
index 9d8eea29..b2de9b72 100644
--- a/src/main/function/hypsecant.cpp
+++ b/src/main/function/hypsecant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hypsecant.h b/src/main/function/hypsecant.h
index 66f0b7a0..d88bbcb8 100644
--- a/src/main/function/hypsecant.h
+++ b/src/main/function/hypsecant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hypsine.cpp b/src/main/function/hypsine.cpp
index 11a3cb3e..b9d70068 100644
--- a/src/main/function/hypsine.cpp
+++ b/src/main/function/hypsine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hypsine.h b/src/main/function/hypsine.h
index 80e054c6..7eb7830a 100644
--- a/src/main/function/hypsine.h
+++ b/src/main/function/hypsine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyptangent.cpp b/src/main/function/hyptangent.cpp
index dc43c45a..994f5e95 100644
--- a/src/main/function/hyptangent.cpp
+++ b/src/main/function/hyptangent.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/hyptangent.h b/src/main/function/hyptangent.h
index 510b121d..09ba790c 100644
--- a/src/main/function/hyptangent.h
+++ b/src/main/function/hyptangent.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/ln.cpp b/src/main/function/ln.cpp
index 613bba52..8cb25b83 100644
--- a/src/main/function/ln.cpp
+++ b/src/main/function/ln.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/ln.h b/src/main/function/ln.h
index 7a2e8623..83e6f82f 100644
--- a/src/main/function/ln.h
+++ b/src/main/function/ln.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/log10.cpp b/src/main/function/log10.cpp
index cd783f5a..a2022284 100644
--- a/src/main/function/log10.cpp
+++ b/src/main/function/log10.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/log10.h b/src/main/function/log10.h
index 3ec51f0b..49168f87 100644
--- a/src/main/function/log10.h
+++ b/src/main/function/log10.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/log2.cpp b/src/main/function/log2.cpp
index 0346abf0..f7c24c42 100644
--- a/src/main/function/log2.cpp
+++ b/src/main/function/log2.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/log2.h b/src/main/function/log2.h
index 09dad222..8e87ccbd 100644
--- a/src/main/function/log2.h
+++ b/src/main/function/log2.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/node.cpp b/src/main/function/node.cpp
index caa0f383..d35524ca 100644
--- a/src/main/function/node.cpp
+++ b/src/main/function/node.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/node.h b/src/main/function/node.h
index c755ea00..b7088f8c 100644
--- a/src/main/function/node.h
+++ b/src/main/function/node.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/round.cpp b/src/main/function/round.cpp
index 8171278b..b27ad931 100644
--- a/src/main/function/round.cpp
+++ b/src/main/function/round.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/round.h b/src/main/function/round.h
index eaf1dbab..32763413 100644
--- a/src/main/function/round.h
+++ b/src/main/function/round.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/secant.cpp b/src/main/function/secant.cpp
index feb60c37..0ebf6ede 100644
--- a/src/main/function/secant.cpp
+++ b/src/main/function/secant.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/secant.h b/src/main/function/secant.h
index 7b2bfe9c..4bb2165d 100644
--- a/src/main/function/secant.h
+++ b/src/main/function/secant.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/signum.cpp b/src/main/function/signum.cpp
index ee9df83f..be6cd41f 100644
--- a/src/main/function/signum.cpp
+++ b/src/main/function/signum.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/signum.h b/src/main/function/signum.h
index ae5b1df3..87f91bb6 100644
--- a/src/main/function/signum.h
+++ b/src/main/function/signum.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/sine.cpp b/src/main/function/sine.cpp
index edcc4896..704cbc25 100644
--- a/src/main/function/sine.cpp
+++ b/src/main/function/sine.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/sine.h b/src/main/function/sine.h
index cbe43b3a..374c4824 100644
--- a/src/main/function/sine.h
+++ b/src/main/function/sine.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/square.cpp b/src/main/function/square.cpp
index 993d4d49..65961ea6 100644
--- a/src/main/function/square.cpp
+++ b/src/main/function/square.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/square.h b/src/main/function/square.h
index 34f1a196..7261c5f0 100644
--- a/src/main/function/square.h
+++ b/src/main/function/square.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/tangent.cpp b/src/main/function/tangent.cpp
index 39d3d2be..3d6a329b 100644
--- a/src/main/function/tangent.cpp
+++ b/src/main/function/tangent.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/tangent.h b/src/main/function/tangent.h
index 7c7ede84..cf282d2c 100644
--- a/src/main/function/tangent.h
+++ b/src/main/function/tangent.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/trunc.cpp b/src/main/function/trunc.cpp
index 2b097190..b863012d 100644
--- a/src/main/function/trunc.cpp
+++ b/src/main/function/trunc.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/trunc.h b/src/main/function/trunc.h
index 64b783c8..3931bcde 100644
--- a/src/main/function/trunc.h
+++ b/src/main/function/trunc.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/user.cpp b/src/main/function/user.cpp
index 1ffcb998..0639f68b 100644
--- a/src/main/function/user.cpp
+++ b/src/main/function/user.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/user.h b/src/main/function/user.h
index f5d9f564..436e8460 100644
--- a/src/main/function/user.h
+++ b/src/main/function/user.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/vercos.cpp b/src/main/function/vercos.cpp
index 3ea04448..2b08cf32 100644
--- a/src/main/function/vercos.cpp
+++ b/src/main/function/vercos.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/vercos.h b/src/main/function/vercos.h
index a7870762..c16db9ee 100644
--- a/src/main/function/vercos.h
+++ b/src/main/function/vercos.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/versin.cpp b/src/main/function/versin.cpp
index 918fa8e6..a3c02ca2 100644
--- a/src/main/function/versin.cpp
+++ b/src/main/function/versin.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/function/versin.h b/src/main/function/versin.h
index 2e093731..bea54b4e 100644
--- a/src/main/function/versin.h
+++ b/src/main/function/versin.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/functionalias.h b/src/main/functionalias.h
index 916b79ba..77af766d 100644
--- a/src/main/functionalias.h
+++ b/src/main/functionalias.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/functionlist.cpp b/src/main/functionlist.cpp
index 43d0cac6..b879ad5b 100644
--- a/src/main/functionlist.cpp
+++ b/src/main/functionlist.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/functionlist.h b/src/main/functionlist.h
index 5849e80a..6acace5e 100644
--- a/src/main/functionlist.h
+++ b/src/main/functionlist.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/lexer.cpp b/src/main/lexer.cpp
index bda14cc9..bd064cb6 100644
--- a/src/main/lexer.cpp
+++ b/src/main/lexer.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/lexer.h b/src/main/lexer.h
index 28c14f16..00c504b3 100644
--- a/src/main/lexer.h
+++ b/src/main/lexer.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/nodes.cpp b/src/main/nodes.cpp
index cbbf8d4b..237929b6 100644
--- a/src/main/nodes.cpp
+++ b/src/main/nodes.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/nodes.h b/src/main/nodes.h
index a0e2f34e..9f82f91f 100644
--- a/src/main/nodes.h
+++ b/src/main/nodes.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/operatordefs.h b/src/main/operatordefs.h
index f0fa28c6..97336316 100644
--- a/src/main/operatordefs.h
+++ b/src/main/operatordefs.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/operators.cpp b/src/main/operators.cpp
index f85ca37f..a55cdae1 100644
--- a/src/main/operators.cpp
+++ b/src/main/operators.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/operators.h b/src/main/operators.h
index fbcb0e9a..1d81e9b4 100644
--- a/src/main/operators.h
+++ b/src/main/operators.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/optimizer.cpp b/src/main/optimizer.cpp
index 2e3ca9a8..d2feca20 100644
--- a/src/main/optimizer.cpp
+++ b/src/main/optimizer.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/optimizer.h b/src/main/optimizer.h
index 129f3a24..6ab8f80a 100644
--- a/src/main/optimizer.h
+++ b/src/main/optimizer.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/parser.cpp b/src/main/parser.cpp
index 55932409..c4e57a94 100644
--- a/src/main/parser.cpp
+++ b/src/main/parser.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/parser.h b/src/main/parser.h
index e92724ee..49976f65 100644
--- a/src/main/parser.h
+++ b/src/main/parser.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/about.cpp b/src/main/statement/about.cpp
index 8885282f..eaac93c5 100644
--- a/src/main/statement/about.cpp
+++ b/src/main/statement/about.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/about.h b/src/main/statement/about.h
index 54319495..7c277488 100644
--- a/src/main/statement/about.h
+++ b/src/main/statement/about.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/clear.cpp b/src/main/statement/clear.cpp
index 72a2669b..2c7d11b0 100644
--- a/src/main/statement/clear.cpp
+++ b/src/main/statement/clear.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/clear.h b/src/main/statement/clear.h
index 75ebce31..c007d857 100644
--- a/src/main/statement/clear.h
+++ b/src/main/statement/clear.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/delete.cpp b/src/main/statement/delete.cpp
index 47b87aba..ff8369b7 100644
--- a/src/main/statement/delete.cpp
+++ b/src/main/statement/delete.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/delete.h b/src/main/statement/delete.h
index e480b255..49fc7c9c 100644
--- a/src/main/statement/delete.h
+++ b/src/main/statement/delete.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/digits.cpp b/src/main/statement/digits.cpp
index c136fc80..8a1760ea 100644
--- a/src/main/statement/digits.cpp
+++ b/src/main/statement/digits.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/digits.h b/src/main/statement/digits.h
index cbee6e88..046dfe2d 100644
--- a/src/main/statement/digits.h
+++ b/src/main/statement/digits.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/draw.cpp b/src/main/statement/draw.cpp
index 3c61250c..5a8f17cf 100644
--- a/src/main/statement/draw.cpp
+++ b/src/main/statement/draw.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/draw.h b/src/main/statement/draw.h
index 250683ec..560e8a96 100644
--- a/src/main/statement/draw.h
+++ b/src/main/statement/draw.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/empty.cpp b/src/main/statement/empty.cpp
index 5dd88f3f..83eb937e 100644
--- a/src/main/statement/empty.cpp
+++ b/src/main/statement/empty.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/empty.h b/src/main/statement/empty.h
index 37eb9122..7161b4cb 100644
--- a/src/main/statement/empty.h
+++ b/src/main/statement/empty.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/eval.cpp b/src/main/statement/eval.cpp
index da3e6d85..672b183e 100644
--- a/src/main/statement/eval.cpp
+++ b/src/main/statement/eval.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/eval.h b/src/main/statement/eval.h
index 08d6f856..d2e74b64 100644
--- a/src/main/statement/eval.h
+++ b/src/main/statement/eval.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/execute.cpp b/src/main/statement/execute.cpp
index df8ddd56..46f2aeb1 100644
--- a/src/main/statement/execute.cpp
+++ b/src/main/statement/execute.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/execute.h b/src/main/statement/execute.h
index 195c1ab8..b049f3ad 100644
--- a/src/main/statement/execute.h
+++ b/src/main/statement/execute.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/exit.cpp b/src/main/statement/exit.cpp
index afec9244..1019ce89 100644
--- a/src/main/statement/exit.cpp
+++ b/src/main/statement/exit.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/exit.h b/src/main/statement/exit.h
index ea6b66ea..26641555 100644
--- a/src/main/statement/exit.h
+++ b/src/main/statement/exit.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/funcdef.cpp b/src/main/statement/funcdef.cpp
index cc0c6580..98d583b7 100644
--- a/src/main/statement/funcdef.cpp
+++ b/src/main/statement/funcdef.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/funcdef.h b/src/main/statement/funcdef.h
index f781f48d..0c19dac7 100644
--- a/src/main/statement/funcdef.h
+++ b/src/main/statement/funcdef.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/funclist.cpp b/src/main/statement/funclist.cpp
index 085c666c..b7cf445d 100644
--- a/src/main/statement/funclist.cpp
+++ b/src/main/statement/funclist.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/funclist.h b/src/main/statement/funclist.h
index 5bd02979..218147b9 100644
--- a/src/main/statement/funclist.h
+++ b/src/main/statement/funclist.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/help.cpp b/src/main/statement/help.cpp
index 5cf2fb28..02362ddb 100644
--- a/src/main/statement/help.cpp
+++ b/src/main/statement/help.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/help.h b/src/main/statement/help.h
index c1528209..d400e0ac 100644
--- a/src/main/statement/help.h
+++ b/src/main/statement/help.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/input.cpp b/src/main/statement/input.cpp
index b8fdf7f2..e03260f2 100644
--- a/src/main/statement/input.cpp
+++ b/src/main/statement/input.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/input.h b/src/main/statement/input.h
index ed573310..e229fa33 100644
--- a/src/main/statement/input.h
+++ b/src/main/statement/input.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/license.cpp b/src/main/statement/license.cpp
index 9ca0de6d..62b9260c 100644
--- a/src/main/statement/license.cpp
+++ b/src/main/statement/license.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/license.h b/src/main/statement/license.h
index 07d94e37..cddf8063 100644
--- a/src/main/statement/license.h
+++ b/src/main/statement/license.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/list.cpp b/src/main/statement/list.cpp
index 22f32a37..539dbad7 100644
--- a/src/main/statement/list.cpp
+++ b/src/main/statement/list.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/list.h b/src/main/statement/list.h
index f5634886..8293c271 100644
--- a/src/main/statement/list.h
+++ b/src/main/statement/list.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/load.cpp b/src/main/statement/load.cpp
index 62feff24..6907dec3 100644
--- a/src/main/statement/load.cpp
+++ b/src/main/statement/load.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/load.h b/src/main/statement/load.h
index a404858e..47efde02 100644
--- a/src/main/statement/load.h
+++ b/src/main/statement/load.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/memory.cpp b/src/main/statement/memory.cpp
index 1b588a31..b202fe8e 100644
--- a/src/main/statement/memory.cpp
+++ b/src/main/statement/memory.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/memory.h b/src/main/statement/memory.h
index 2acabad1..86fe7be5 100644
--- a/src/main/statement/memory.h
+++ b/src/main/statement/memory.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/node.cpp b/src/main/statement/node.cpp
index ea99a60d..fa49eca8 100644
--- a/src/main/statement/node.cpp
+++ b/src/main/statement/node.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/node.h b/src/main/statement/node.h
index be762129..ebb7efbe 100644
--- a/src/main/statement/node.h
+++ b/src/main/statement/node.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/output.cpp b/src/main/statement/output.cpp
index c52def80..f98a4e3e 100644
--- a/src/main/statement/output.cpp
+++ b/src/main/statement/output.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/output.h b/src/main/statement/output.h
index bec085dc..d34ec61e 100644
--- a/src/main/statement/output.h
+++ b/src/main/statement/output.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/plot.cpp b/src/main/statement/plot.cpp
index 313c754d..aa690671 100644
--- a/src/main/statement/plot.cpp
+++ b/src/main/statement/plot.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/plot.h b/src/main/statement/plot.h
index 90519926..19e7c44b 100644
--- a/src/main/statement/plot.h
+++ b/src/main/statement/plot.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/prefs.cpp b/src/main/statement/prefs.cpp
index 5430f1dc..227c7b35 100644
--- a/src/main/statement/prefs.cpp
+++ b/src/main/statement/prefs.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/prefs.h b/src/main/statement/prefs.h
index 266a7235..9e8c27f0 100644
--- a/src/main/statement/prefs.h
+++ b/src/main/statement/prefs.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/prompt.cpp b/src/main/statement/prompt.cpp
index b0c0562a..33d0dfa3 100644
--- a/src/main/statement/prompt.cpp
+++ b/src/main/statement/prompt.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/prompt.h b/src/main/statement/prompt.h
index c710e222..1fb1c3c5 100644
--- a/src/main/statement/prompt.h
+++ b/src/main/statement/prompt.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/save.cpp b/src/main/statement/save.cpp
index 7f1a7508..da387bf3 100644
--- a/src/main/statement/save.cpp
+++ b/src/main/statement/save.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/save.h b/src/main/statement/save.h
index a0adb17f..9dedf67e 100644
--- a/src/main/statement/save.h
+++ b/src/main/statement/save.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/show.cpp b/src/main/statement/show.cpp
index d5c9a444..7b0ce430 100644
--- a/src/main/statement/show.cpp
+++ b/src/main/statement/show.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/show.h b/src/main/statement/show.h
index 48818b98..b00d5825 100644
--- a/src/main/statement/show.h
+++ b/src/main/statement/show.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/silent.cpp b/src/main/statement/silent.cpp
index 23736077..cfa47e4d 100644
--- a/src/main/statement/silent.cpp
+++ b/src/main/statement/silent.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/silent.h b/src/main/statement/silent.h
index 87d292f5..667ebb91 100644
--- a/src/main/statement/silent.h
+++ b/src/main/statement/silent.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/version.cpp b/src/main/statement/version.cpp
index 64a95e3f..74381f69 100644
--- a/src/main/statement/version.cpp
+++ b/src/main/statement/version.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statement/version.h b/src/main/statement/version.h
index 2fdfacc1..8bd61fc7 100644
--- a/src/main/statement/version.h
+++ b/src/main/statement/version.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/statements.h b/src/main/statements.h
index 06660900..b5869927 100644
--- a/src/main/statements.h
+++ b/src/main/statements.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/symbol.h b/src/main/symbol.h
index ac69620b..4c92be31 100644
--- a/src/main/symbol.h
+++ b/src/main/symbol.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/token.cpp b/src/main/token.cpp
index 1dd132f4..2a1d7fc1 100644
--- a/src/main/token.cpp
+++ b/src/main/token.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/token.h b/src/main/token.h
index a18e8101..fc40d939 100644
--- a/src/main/token.h
+++ b/src/main/token.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/userfunction.cpp b/src/main/userfunction.cpp
index 53229153..2c2358fb 100644
--- a/src/main/userfunction.cpp
+++ b/src/main/userfunction.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/userfunction.h b/src/main/userfunction.h
index 53839f7c..284979b0 100644
--- a/src/main/userfunction.h
+++ b/src/main/userfunction.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/values.cpp b/src/main/values.cpp
index 2ff98c72..4b0ad645 100644
--- a/src/main/values.cpp
+++ b/src/main/values.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/values.h b/src/main/values.h
index d47b5b9b..ccc66513 100644
--- a/src/main/values.h
+++ b/src/main/values.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/viewer.cpp b/src/main/viewer.cpp
index d654b8dc..04f74c2f 100644
--- a/src/main/viewer.cpp
+++ b/src/main/viewer.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/main/viewer.h b/src/main/viewer.h
index c241b41d..8b225cfc 100644
--- a/src/main/viewer.h
+++ b/src/main/viewer.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/mathi.h b/src/mathi.h
index 27a35965..ddfe0064 100644
--- a/src/mathi.h
+++ b/src/mathi.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/mathr.h b/src/mathr.h
index 3ffc8ef6..bee10206 100644
--- a/src/mathr.h
+++ b/src/mathr.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/acos.c b/src/real/acos.c
index 8d879073..99c623ba 100644
--- a/src/real/acos.c
+++ b/src/real/acos.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/acosh.c b/src/real/acosh.c
index 1734b2a0..27585f90 100644
--- a/src/real/acosh.c
+++ b/src/real/acosh.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/acot.c b/src/real/acot.c
index 56203cd8..ae14e164 100644
--- a/src/real/acot.c
+++ b/src/real/acot.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/acoth.c b/src/real/acoth.c
index 35e0f15d..d0546750 100644
--- a/src/real/acoth.c
+++ b/src/real/acoth.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/acrd.c b/src/real/acrd.c
index 11a61846..768c7221 100644
--- a/src/real/acrd.c
+++ b/src/real/acrd.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/acsc.c b/src/real/acsc.c
index 0a188024..83eee20c 100644
--- a/src/real/acsc.c
+++ b/src/real/acsc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/acsch.c b/src/real/acsch.c
index b8912abf..abe9678c 100644
--- a/src/real/acsch.c
+++ b/src/real/acsch.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/acvc.c b/src/real/acvc.c
index b8ecf0c4..e714bb7e 100644
--- a/src/real/acvc.c
+++ b/src/real/acvc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/acvs.c b/src/real/acvs.c
index 9b369456..1f23f441 100644
--- a/src/real/acvs.c
+++ b/src/real/acvs.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/aexc.c b/src/real/aexc.c
index 27b958fe..f29b3a03 100644
--- a/src/real/aexc.c
+++ b/src/real/aexc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/aexs.c b/src/real/aexs.c
index 3bc64ff2..cf53d44b 100644
--- a/src/real/aexs.c
+++ b/src/real/aexs.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/ahcc.c b/src/real/ahcc.c
index 8ec1910f..2cc7e290 100644
--- a/src/real/ahcc.c
+++ b/src/real/ahcc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/ahcv.c b/src/real/ahcv.c
index 034e9834..5b4986d7 100644
--- a/src/real/ahcv.c
+++ b/src/real/ahcv.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/ahv.c b/src/real/ahv.c
index f282792d..6901e268 100644
--- a/src/real/ahv.c
+++ b/src/real/ahv.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/ahvc.c b/src/real/ahvc.c
index de1b44cb..3c96337a 100644
--- a/src/real/ahvc.c
+++ b/src/real/ahvc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/amathr.3 b/src/real/amathr.3
index c77c466d..56c06c7d 100644
--- a/src/real/amathr.3
+++ b/src/real/amathr.3
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2014-2017 Carsten Sonne Larsen 
+.\" Copyright (c) 2014-2018 Carsten Sonne Larsen 
 .\" All rights reserved.
 .\" 
 .\" Redistribution and use in source and binary forms, with or without
@@ -2053,7 +2053,7 @@ or from mirror site hensa\&.ac\&.uk:
 .br
 http://www.hensa.ac.uk/
 .SH COPYRIGHT
-Copyright (C) 2014-2017 Carsten Sonne Larsen 
+Copyright (C) 2014-2018 Carsten Sonne Larsen 
 .br
 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
 .SH SEE ALSO
diff --git a/src/real/asec.c b/src/real/asec.c
index fdf5f2d7..a3355836 100644
--- a/src/real/asec.c
+++ b/src/real/asec.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/asech.c b/src/real/asech.c
index 2ae14ebd..a2b3da89 100644
--- a/src/real/asech.c
+++ b/src/real/asech.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/asin.c b/src/real/asin.c
index 7106b7d9..279fa6b4 100644
--- a/src/real/asin.c
+++ b/src/real/asin.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/asinh.c b/src/real/asinh.c
index 4bae7cfd..1414ba50 100644
--- a/src/real/asinh.c
+++ b/src/real/asinh.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/atan.c b/src/real/atan.c
index eb6467f8..afb37544 100644
--- a/src/real/atan.c
+++ b/src/real/atan.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/atan2.c b/src/real/atan2.c
index dd444b25..8972967e 100644
--- a/src/real/atan2.c
+++ b/src/real/atan2.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/atanh.c b/src/real/atanh.c
index 76262c29..aed3da56 100644
--- a/src/real/atanh.c
+++ b/src/real/atanh.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/avcs.c b/src/real/avcs.c
index 175114f5..c740e2d3 100644
--- a/src/real/avcs.c
+++ b/src/real/avcs.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/aver.c b/src/real/aver.c
index 975a5a18..745faa19 100644
--- a/src/real/aver.c
+++ b/src/real/aver.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/cbrt.c b/src/real/cbrt.c
index 6ba77573..347eaa3a 100644
--- a/src/real/cbrt.c
+++ b/src/real/cbrt.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/ceil.c b/src/real/ceil.c
index a597cd14..049c1285 100644
--- a/src/real/ceil.c
+++ b/src/real/ceil.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/cos.c b/src/real/cos.c
index 0e1f788d..b702c8c0 100644
--- a/src/real/cos.c
+++ b/src/real/cos.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/cosh.c b/src/real/cosh.c
index 788cff4b..3611d17c 100644
--- a/src/real/cosh.c
+++ b/src/real/cosh.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/cot.c b/src/real/cot.c
index 68ffc9f9..1c6f4012 100644
--- a/src/real/cot.c
+++ b/src/real/cot.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/coth.c b/src/real/coth.c
index 620d5b0f..620ddbf7 100644
--- a/src/real/coth.c
+++ b/src/real/coth.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/crd.c b/src/real/crd.c
index bb009e33..572926e1 100644
--- a/src/real/crd.c
+++ b/src/real/crd.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/csc.c b/src/real/csc.c
index ce5b3a8a..e8ecbc37 100644
--- a/src/real/csc.c
+++ b/src/real/csc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/csch.c b/src/real/csch.c
index 74ee933c..6591e9d1 100644
--- a/src/real/csch.c
+++ b/src/real/csch.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/csign.c b/src/real/csign.c
index be99496e..31ae5057 100644
--- a/src/real/csign.c
+++ b/src/real/csign.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/cvc.c b/src/real/cvc.c
index a23b9861..240af1e2 100644
--- a/src/real/cvc.c
+++ b/src/real/cvc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/cvs.c b/src/real/cvs.c
index 766a6f54..82c49321 100644
--- a/src/real/cvs.c
+++ b/src/real/cvs.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/exc.c b/src/real/exc.c
index 645afdc9..044525f3 100644
--- a/src/real/exc.c
+++ b/src/real/exc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/exp.c b/src/real/exp.c
index 59a34b90..39ab3ddc 100644
--- a/src/real/exp.c
+++ b/src/real/exp.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/expm1.c b/src/real/expm1.c
index 6635accd..93c24225 100644
--- a/src/real/expm1.c
+++ b/src/real/expm1.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/exs.c b/src/real/exs.c
index 2b3cedf7..dd61ce25 100644
--- a/src/real/exs.c
+++ b/src/real/exs.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/fabs.c b/src/real/fabs.c
index b5d8ede5..f617d4de 100644
--- a/src/real/fabs.c
+++ b/src/real/fabs.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/floor.c b/src/real/floor.c
index f2da6e1c..8d2448bc 100644
--- a/src/real/floor.c
+++ b/src/real/floor.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/fmod.c b/src/real/fmod.c
index 4208902a..9e4caa33 100644
--- a/src/real/fmod.c
+++ b/src/real/fmod.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/hcc.c b/src/real/hcc.c
index 00963ce5..8921e81d 100644
--- a/src/real/hcc.c
+++ b/src/real/hcc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/hcv.c b/src/real/hcv.c
index f351d619..21167185 100644
--- a/src/real/hcv.c
+++ b/src/real/hcv.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/hv.c b/src/real/hv.c
index edce6692..68dea91a 100644
--- a/src/real/hv.c
+++ b/src/real/hv.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/hvc.c b/src/real/hvc.c
index 614b8ea1..09aeb444 100644
--- a/src/real/hvc.c
+++ b/src/real/hvc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/hypot.c b/src/real/hypot.c
index 54138b31..27a490c6 100644
--- a/src/real/hypot.c
+++ b/src/real/hypot.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/kcos.c b/src/real/kcos.c
index 82c127cb..9a88cbf8 100644
--- a/src/real/kcos.c
+++ b/src/real/kcos.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/kremp2.c b/src/real/kremp2.c
index ada0d831..27504d20 100644
--- a/src/real/kremp2.c
+++ b/src/real/kremp2.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/ksin.c b/src/real/ksin.c
index ef0b1a8c..f251ba65 100644
--- a/src/real/ksin.c
+++ b/src/real/ksin.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/ktan.c b/src/real/ktan.c
index 99d2a762..908491d7 100644
--- a/src/real/ktan.c
+++ b/src/real/ktan.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/log.c b/src/real/log.c
index 03c28e3a..8bc84e1c 100644
--- a/src/real/log.c
+++ b/src/real/log.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/log10.c b/src/real/log10.c
index 99f84629..15338ead 100644
--- a/src/real/log10.c
+++ b/src/real/log10.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/log1p.c b/src/real/log1p.c
index 1184d0a8..fcbee350 100644
--- a/src/real/log1p.c
+++ b/src/real/log1p.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/log2i.c b/src/real/log2i.c
index 1e18d9b3..ba2ff0d5 100644
--- a/src/real/log2i.c
+++ b/src/real/log2i.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/log2p.c b/src/real/log2p.c
index f14d7ec2..f1f48977 100644
--- a/src/real/log2p.c
+++ b/src/real/log2p.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/pow.c b/src/real/pow.c
index 702f9d2e..097fe1f9 100644
--- a/src/real/pow.c
+++ b/src/real/pow.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/prim.h b/src/real/prim.h
index 1a5c82e4..4a56967a 100644
--- a/src/real/prim.h
+++ b/src/real/prim.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/remp2.c b/src/real/remp2.c
index 487548e9..135e3ff4 100644
--- a/src/real/remp2.c
+++ b/src/real/remp2.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/round.c b/src/real/round.c
index 43babfaa..416d2b81 100644
--- a/src/real/round.c
+++ b/src/real/round.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/scalbn.c b/src/real/scalbn.c
index 6cc07271..f78a4362 100644
--- a/src/real/scalbn.c
+++ b/src/real/scalbn.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/sec.c b/src/real/sec.c
index 4df1c4c5..f8679f29 100644
--- a/src/real/sec.c
+++ b/src/real/sec.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/sech.c b/src/real/sech.c
index 01ac1b3b..d39606ca 100644
--- a/src/real/sech.c
+++ b/src/real/sech.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/sin.c b/src/real/sin.c
index e250dbdd..93fc3888 100644
--- a/src/real/sin.c
+++ b/src/real/sin.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/sinh.c b/src/real/sinh.c
index 2ea1cc30..2f38f915 100644
--- a/src/real/sinh.c
+++ b/src/real/sinh.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/sqrt.c b/src/real/sqrt.c
index bee92b77..0cfcf2b9 100644
--- a/src/real/sqrt.c
+++ b/src/real/sqrt.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/tan.c b/src/real/tan.c
index 1ef9a481..759d4d65 100644
--- a/src/real/tan.c
+++ b/src/real/tan.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/tanh.c b/src/real/tanh.c
index ee3eae25..1c02d75c 100644
--- a/src/real/tanh.c
+++ b/src/real/tanh.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/trunc.c b/src/real/trunc.c
index b6e1510c..2d00d988 100644
--- a/src/real/trunc.c
+++ b/src/real/trunc.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/vcs.c b/src/real/vcs.c
index c71bf879..001a5453 100644
--- a/src/real/vcs.c
+++ b/src/real/vcs.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/real/ver.c b/src/real/ver.c
index d273779c..0deedff6 100644
--- a/src/real/ver.c
+++ b/src/real/ver.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/console.cpp b/src/system/console.cpp
index ba6b913c..3f316d70 100644
--- a/src/system/console.cpp
+++ b/src/system/console.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -44,7 +44,7 @@ static const char *about = NEWLINE NEWLINE
 static const char *help =
     "usage: amath [ --noansi ] [ --shell | expression ]" NEWLINE;
 static const char *copyright =
-    "Copyright (c) 2014-2017 Carsten Sonne Larsen ";
+    "Copyright (c) 2014-2018 Carsten Sonne Larsen ";
 static const char *license =
     "Copyright (c) 2007 The NetBSD Foundation, Inc." NEWLINE
     "Copyright (c) 1990, 1993 The Regents of the University of California." NEWLINE
diff --git a/src/system/console.h b/src/system/console.h
index fba9647b..50a1ec04 100644
--- a/src/system/console.h
+++ b/src/system/console.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/console_amiga.cpp b/src/system/console_amiga.cpp
index a65737da..72cbc279 100644
--- a/src/system/console_amiga.cpp
+++ b/src/system/console_amiga.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/console_amiga.h b/src/system/console_amiga.h
index 37bf428e..93c4b9c4 100644
--- a/src/system/console_amiga.h
+++ b/src/system/console_amiga.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/console_stdc.cpp b/src/system/console_stdc.cpp
index 9564ccae..eaf903a6 100644
--- a/src/system/console_stdc.cpp
+++ b/src/system/console_stdc.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/console_stdc.h b/src/system/console_stdc.h
index 3ece3c72..5ceb114c 100644
--- a/src/system/console_stdc.h
+++ b/src/system/console_stdc.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/console_termios.cpp b/src/system/console_termios.cpp
index 54296d36..e1118927 100644
--- a/src/system/console_termios.cpp
+++ b/src/system/console_termios.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/console_termios.h b/src/system/console_termios.h
index b397c6b8..0d90510c 100644
--- a/src/system/console_termios.h
+++ b/src/system/console_termios.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/console_windows.cpp b/src/system/console_windows.cpp
index 871dd8ba..d3d77277 100644
--- a/src/system/console_windows.cpp
+++ b/src/system/console_windows.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/console_windows.h b/src/system/console_windows.h
index e714cdf0..3936c953 100644
--- a/src/system/console_windows.h
+++ b/src/system/console_windows.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/filesystem.h b/src/system/filesystem.h
index 1f16ca81..ac6cfde1 100644
--- a/src/system/filesystem.h
+++ b/src/system/filesystem.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/filesystem_amiga.cpp b/src/system/filesystem_amiga.cpp
index 64e2b2ff..32893774 100644
--- a/src/system/filesystem_amiga.cpp
+++ b/src/system/filesystem_amiga.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/filesystem_amiga.h b/src/system/filesystem_amiga.h
index bbaf62b8..97bfba88 100644
--- a/src/system/filesystem_amiga.h
+++ b/src/system/filesystem_amiga.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/filesystem_stdc.cpp b/src/system/filesystem_stdc.cpp
index 7e53f479..401f4c9e 100644
--- a/src/system/filesystem_stdc.cpp
+++ b/src/system/filesystem_stdc.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/filesystem_stdc.h b/src/system/filesystem_stdc.h
index 3a064d0a..7b4a749c 100644
--- a/src/system/filesystem_stdc.h
+++ b/src/system/filesystem_stdc.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/language.cpp b/src/system/language.cpp
index a2156711..d5f2a217 100644
--- a/src/system/language.cpp
+++ b/src/system/language.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/language.h b/src/system/language.h
index 5a0a707c..dc87406a 100644
--- a/src/system/language.h
+++ b/src/system/language.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/language_amiga.cpp b/src/system/language_amiga.cpp
index 867ea9ea..15a9d32d 100644
--- a/src/system/language_amiga.cpp
+++ b/src/system/language_amiga.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/language_amiga.h b/src/system/language_amiga.h
index efd73494..d2854645 100644
--- a/src/system/language_amiga.h
+++ b/src/system/language_amiga.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/language_stdc.cpp b/src/system/language_stdc.cpp
index 36bb5166..99e20ccd 100644
--- a/src/system/language_stdc.cpp
+++ b/src/system/language_stdc.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/language_stdc.h b/src/system/language_stdc.h
index b3d802e6..24826fae 100644
--- a/src/system/language_stdc.h
+++ b/src/system/language_stdc.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/preferences.cpp b/src/system/preferences.cpp
index 35047a1c..3a57f93e 100644
--- a/src/system/preferences.cpp
+++ b/src/system/preferences.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/preferences.h b/src/system/preferences.h
index f5d1892b..9ba1a62b 100644
--- a/src/system/preferences.h
+++ b/src/system/preferences.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/preferences_amiga.cpp b/src/system/preferences_amiga.cpp
index e3fe54a4..999717bf 100644
--- a/src/system/preferences_amiga.cpp
+++ b/src/system/preferences_amiga.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/preferences_amiga.h b/src/system/preferences_amiga.h
index 08b48807..79429ada 100644
--- a/src/system/preferences_amiga.h
+++ b/src/system/preferences_amiga.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/preferences_stdc.cpp b/src/system/preferences_stdc.cpp
index 64d59917..5de07a15 100644
--- a/src/system/preferences_stdc.cpp
+++ b/src/system/preferences_stdc.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/preferences_stdc.h b/src/system/preferences_stdc.h
index 0ef46835..380b4009 100644
--- a/src/system/preferences_stdc.h
+++ b/src/system/preferences_stdc.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/program.cpp b/src/system/program.cpp
index d3971cc2..6bd1fe14 100644
--- a/src/system/program.cpp
+++ b/src/system/program.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/program.h b/src/system/program.h
index 7ab51876..7f733992 100644
--- a/src/system/program.h
+++ b/src/system/program.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/program_amiga.cpp b/src/system/program_amiga.cpp
index e04697c1..9d803c66 100644
--- a/src/system/program_amiga.cpp
+++ b/src/system/program_amiga.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/program_amiga.h b/src/system/program_amiga.h
index d654c47e..bdb6f627 100644
--- a/src/system/program_amiga.h
+++ b/src/system/program_amiga.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/program_haiku.cpp b/src/system/program_haiku.cpp
index 5e964070..2a9cf3fa 100644
--- a/src/system/program_haiku.cpp
+++ b/src/system/program_haiku.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/program_haiku.h b/src/system/program_haiku.h
index 190e929e..5f3d3619 100644
--- a/src/system/program_haiku.h
+++ b/src/system/program_haiku.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/program_stdc.cpp b/src/system/program_stdc.cpp
index 75cb686c..00fc4a31 100644
--- a/src/system/program_stdc.cpp
+++ b/src/system/program_stdc.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/program_stdc.h b/src/system/program_stdc.h
index 74e2fa34..e634e5f9 100644
--- a/src/system/program_stdc.h
+++ b/src/system/program_stdc.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/program_test.cpp b/src/system/program_test.cpp
index f06fc30b..a3613a7e 100644
--- a/src/system/program_test.cpp
+++ b/src/system/program_test.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/program_test.h b/src/system/program_test.h
index 86e31ac8..8c2e7834 100644
--- a/src/system/program_test.h
+++ b/src/system/program_test.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/window_amiga.cpp b/src/system/window_amiga.cpp
index 88523089..e0414de7 100644
--- a/src/system/window_amiga.cpp
+++ b/src/system/window_amiga.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/window_amiga.h b/src/system/window_amiga.h
index 8972d03a..483a47ba 100644
--- a/src/system/window_amiga.h
+++ b/src/system/window_amiga.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/window_haiku.cpp b/src/system/window_haiku.cpp
index 3632d747..890813cc 100644
--- a/src/system/window_haiku.cpp
+++ b/src/system/window_haiku.cpp
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/src/system/window_haiku.h b/src/system/window_haiku.h
index dbf77b47..c82c55d9 100644
--- a/src/system/window_haiku.h
+++ b/src/system/window_haiku.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/text/help.cd b/text/help.cd
index 24e0749a..538f1e12 100644
--- a/text/help.cd
+++ b/text/help.cd
@@ -8,7 +8,7 @@
 ; ## flexcat help.cd ../src/loc/help.h=help.sd
 ; ##
 ; ###################################################################################
-; ## Copyright (c) 2014-2017 Carsten Sonne Larsen 
+; ## Copyright (c) 2014-2018 Carsten Sonne Larsen 
 ; ## All rights reserved.
 ; ## 
 ; ## Redistribution and use in source and binary forms, with or without
diff --git a/text/help.sd b/text/help.sd
index 0840b4e2..be6ad89a 100644
--- a/text/help.sd
+++ b/text/help.sd
@@ -1,6 +1,6 @@
 ##stringtype C
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/text/ident.cd b/text/ident.cd
index b05817e1..76437651 100644
--- a/text/ident.cd
+++ b/text/ident.cd
@@ -8,7 +8,7 @@
 ; ## flexcat ident.cd ../src/loc/ident.h=ident.sd
 ; ##
 ; ###################################################################################
-; ## Copyright (c) 2014-2017 Carsten Sonne Larsen 
+; ## Copyright (c) 2014-2018 Carsten Sonne Larsen 
 ; ## All rights reserved.
 ; ## 
 ; ## Redistribution and use in source and binary forms, with or without
diff --git a/text/ident.sd b/text/ident.sd
index fba0869f..3f9bda61 100644
--- a/text/ident.sd
+++ b/text/ident.sd
@@ -1,6 +1,6 @@
 ##stringtype C
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/text/keyword.cd b/text/keyword.cd
index 7c9e0184..bd03c48c 100644
--- a/text/keyword.cd
+++ b/text/keyword.cd
@@ -8,7 +8,7 @@
 ; ## flexcat keyword.cd ../src/loc/kword.h=keyword.sd
 ; ##
 ; ###################################################################################
-; ## Copyright (c) 2014-2017 Carsten Sonne Larsen 
+; ## Copyright (c) 2014-2018 Carsten Sonne Larsen 
 ; ## All rights reserved.
 ; ## 
 ; ## Redistribution and use in source and binary forms, with or without
diff --git a/text/keyword.sd b/text/keyword.sd
index 1d8c6fdf..6ddb1f56 100644
--- a/text/keyword.sd
+++ b/text/keyword.sd
@@ -1,6 +1,6 @@
 ##stringtype none
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/text/text.cd b/text/text.cd
index 9c31f450..b3f5c656 100644
--- a/text/text.cd
+++ b/text/text.cd
@@ -8,7 +8,7 @@
 ; ## flexcat text.cd ../src/loc/text.h=text.sd
 ; ##
 ; ###################################################################################
-; ## Copyright (c) 2014-2017 Carsten Sonne Larsen 
+; ## Copyright (c) 2014-2018 Carsten Sonne Larsen 
 ; ## All rights reserved.
 ; ## 
 ; ## Redistribution and use in source and binary forms, with or without
diff --git a/text/text.sd b/text/text.sd
index 81e9c97d..e1985bed 100644
--- a/text/text.sd
+++ b/text/text.sd
@@ -1,6 +1,6 @@
 ##stringtype C
 /*-
- * Copyright (c) 2014-2017 Carsten Sonne Larsen 
+ * Copyright (c) 2014-2018 Carsten Sonne Larsen 
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without