~ chicken-core (chicken-5) 79fc714a9cc99fd701ef12ad1bc11202fcc87a46


commit 79fc714a9cc99fd701ef12ad1bc11202fcc87a46
Author:     Peter Bex <peter@more-magic.net>
AuthorDate: Sun Jan 22 14:05:16 2017 +0100
Commit:     Peter Bex <peter@more-magic.net>
CommitDate: Sun Jan 22 14:05:45 2017 +0100

    Update copyright year to 2017.
    
    Used more or less the same grep/sed line as last time:
    
      git grep -Il '(c) [0-9-]*, The CHICKEN Team' | while read i; do sed -r 's/\(c\) (([0-9]+)-|(2016))(2016)?,/(c) \2\3-2017,/' "$i" > tmp && mv tmp "$i"; done
    
    Conflicts:
            compiler-namespace.scm
            continuation.scm
            data-structures.import.scm
            debugger-client.scm
            files.import.scm
            irregex.import.scm
            lolevel.import.scm
            ports.import.scm
            posix.import.scm
            srfi-1.import.scm
            srfi-13.import.scm
            srfi-14.import.scm
            srfi-18.import.scm
            srfi-18.scm
            srfi-4.import.scm
            srfi-69.import.scm
            srfi-69.scm
            tcp.import.scm
            user-pass.scm
            utils.import.scm

diff --git a/GNUmakefile b/GNUmakefile
index e4bee2e4..1d1c5af4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,7 +1,7 @@
 # GNUmakefile - toplevel makefile.  This simply includes the
 # platform-specific makefile or quits when no platform is selected.
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/LICENSE b/LICENSE
index bafdac0b..e28b48aa 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
 
 CHICKEN falls under the following main license:
 
-  Copyright (c) 2007-2016, The CHICKEN Team
+  Copyright (c) 2007-2017, The CHICKEN Team
   Copyright (c) 2000-2007, Felix L. Winkelmann
   All rights reserved.
   
diff --git a/Makefile.aix b/Makefile.aix
index 5d0b73ef..2b0c521e 100644
--- a/Makefile.aix
+++ b/Makefile.aix
@@ -1,6 +1,6 @@
 # Makefile.aix - configuration for AIX -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # Copyright (c) 2013-2015, Erik W. Falor
 # All rights reserved.
diff --git a/Makefile.android b/Makefile.android
index 792fe6c8..c292a39b 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1,6 +1,6 @@
 # Makefile.android - configuration for Android -*- Makefile -*-
 #
-# Copyright (c) 2013-2016, The CHICKEN Team
+# Copyright (c) 2013-2017, The CHICKEN Team
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/Makefile.bsd b/Makefile.bsd
index 6fbc2075..6dd40f2e 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -1,6 +1,6 @@
 # Makefile.bsd - configuration for BSD UNIX -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.cross-linux-mingw b/Makefile.cross-linux-mingw
index ba7dd4b5..da32dede 100644
--- a/Makefile.cross-linux-mingw
+++ b/Makefile.cross-linux-mingw
@@ -1,6 +1,6 @@
 # Makefile.cross-linux-mingw - configuration for MinGW (crosscompiled from Linux) -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.cygwin b/Makefile.cygwin
index 7e8781b7..9867f8e8 100644
--- a/Makefile.cygwin
+++ b/Makefile.cygwin
@@ -1,6 +1,6 @@
 # Makefile.cygwin - configuration for Linux -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.haiku b/Makefile.haiku
index 154ef432..4d5c22db 100644
--- a/Makefile.haiku
+++ b/Makefile.haiku
@@ -1,6 +1,6 @@
 # Makefile.haiku - configuration for Haiku -*- Makefile -*-
 #
-# Copyright (c) 2011-2016, The CHICKEN Team
+# Copyright (c) 2011-2017, The CHICKEN Team
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/Makefile.hurd b/Makefile.hurd
index dadfc00b..bd955292 100644
--- a/Makefile.hurd
+++ b/Makefile.hurd
@@ -1,6 +1,6 @@
 # Makefile.hurd - configuration for Hurd -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.linux b/Makefile.linux
index 864dc424..19b297c1 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -1,6 +1,6 @@
 # Makefile.linux - configuration for Linux -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.macosx b/Makefile.macosx
index 062335b4..7a2daca6 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -1,6 +1,6 @@
 # Makefile.macosx - configuration for Apple Macintosh OS X -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.mingw b/Makefile.mingw
index 329386df..c6059a85 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,6 +1,6 @@
 # Makefile.mingw - configuration for MinGW (no MSYS) -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.mingw-msys b/Makefile.mingw-msys
index 4c3fbb78..95e79c0d 100644
--- a/Makefile.mingw-msys
+++ b/Makefile.mingw-msys
@@ -1,6 +1,6 @@
 # Makefile.mingw - configuration for MinGW (MSYS) -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.solaris b/Makefile.solaris
index 111b0a23..172f6573 100644
--- a/Makefile.solaris
+++ b/Makefile.solaris
@@ -1,6 +1,6 @@
 # Makefile.solaris - configuration for Solaris -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/README b/README
index 9acba391..6330571f 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
   =========================================
 
 
-  (c) 2008-2016, The CHICKEN Team
+  (c) 2008-2017, The CHICKEN Team
   (c) 2000-2007, Felix L. Winkelmann
 
   version 5.0.0
diff --git a/banner.scm b/banner.scm
index 8121a830..c2ba641f 100644
--- a/banner.scm
+++ b/banner.scm
@@ -4,7 +4,7 @@
 (define-constant +product+ "CHICKEN")
 
 (define-constant +banner+ #<<EOF
-(c) 2008-2016, The CHICKEN Team
+(c) 2008-2017, The CHICKEN Team
 (c) 2000-2007, Felix L. Winkelmann
 
 EOF
diff --git a/batch-driver.scm b/batch-driver.scm
index bfc9543c..e8a58625 100644
--- a/batch-driver.scm
+++ b/batch-driver.scm
@@ -1,6 +1,6 @@
 ;;;; batch-driver.scm - Driver procedure for the compiler
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/build-version.scm b/build-version.scm
index 51ebbcd6..ff2565b4 100644
--- a/build-version.scm
+++ b/build-version.scm
@@ -1,6 +1,6 @@
 ;;;; build-version.scm
 ;
-; Copyright (c) 2011-2016, The CHICKEN Team
+; Copyright (c) 2011-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/c-backend.scm b/c-backend.scm
index ca94014e..96a2959c 100644
--- a/c-backend.scm
+++ b/c-backend.scm
@@ -1,6 +1,6 @@
 ;;; c-backend.scm - C-generating backend for the CHICKEN compiler
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/c-platform.scm b/c-platform.scm
index aba4916f..aac4ce8e 100644
--- a/c-platform.scm
+++ b/c-platform.scm
@@ -1,6 +1,6 @@
 ;;;; c-platform.scm - Platform specific parameters and definitions
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-bug.mdoc b/chicken-bug.mdoc
index 95ef3cd8..0d6d5ab1 100644
--- a/chicken-bug.mdoc
+++ b/chicken-bug.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2016, The CHICKEN Team
+.\"  Copyright (c) 2007-2017, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken-bug.scm b/chicken-bug.scm
index d85ab35c..349bb08e 100644
--- a/chicken-bug.scm
+++ b/chicken-bug.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-bug.scm - Bug report-generator
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken-ffi-syntax.scm b/chicken-ffi-syntax.scm
index 9bbe73f6..f425efef 100644
--- a/chicken-ffi-syntax.scm
+++ b/chicken-ffi-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-ffi-syntax.scm
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-install.mdoc b/chicken-install.mdoc
index eba97ed9..b98e0e8d 100644
--- a/chicken-install.mdoc
+++ b/chicken-install.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2016, The CHICKEN Team
+.\"  Copyright (c) 2007-2017, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken-install.scm b/chicken-install.scm
index 48132262..c17eb4b0 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-install.scm
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken-profile.mdoc b/chicken-profile.mdoc
index 842c8179..45137828 100644
--- a/chicken-profile.mdoc
+++ b/chicken-profile.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2016, The CHICKEN Team
+.\"  Copyright (c) 2007-2017, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken-profile.scm b/chicken-profile.scm
index c7230e40..85120fa1 100644
--- a/chicken-profile.scm
+++ b/chicken-profile.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-profile.scm - Formatted display of profile outputs - felix -*- Scheme -*-
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-status.mdoc b/chicken-status.mdoc
index 5d895698..12356280 100644
--- a/chicken-status.mdoc
+++ b/chicken-status.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2016, The CHICKEN Team
+.\"  Copyright (c) 2007-2017, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken-status.scm b/chicken-status.scm
index 02162619..5e9574a2 100644
--- a/chicken-status.scm
+++ b/chicken-status.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-status.scm
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken-syntax.scm b/chicken-syntax.scm
index 6976e9d4..b97e733d 100644
--- a/chicken-syntax.scm
+++ b/chicken-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-syntax.scm - non-standard syntax extensions
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-uninstall.mdoc b/chicken-uninstall.mdoc
index f8814c17..4d8ee65c 100644
--- a/chicken-uninstall.mdoc
+++ b/chicken-uninstall.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2016, The CHICKEN Team
+.\"  Copyright (c) 2007-2017, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken-uninstall.scm b/chicken-uninstall.scm
index 13cd11a0..fb8e5d5f 100644
--- a/chicken-uninstall.scm
+++ b/chicken-uninstall.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-uninstall.scm
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken.csi.import.scm b/chicken.csi.import.scm
index ea00c8a7..a5b727a0 100644
--- a/chicken.csi.import.scm
+++ b/chicken.csi.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.csi.import.scm - import library for "chicken.csi" module
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken.foreign.import.scm b/chicken.foreign.import.scm
index 950a358c..cab548f0 100644
--- a/chicken.foreign.import.scm
+++ b/chicken.foreign.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.foreign.import.scm - import library for "foreign" pseudo module
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken.h b/chicken.h
index 1c808aec..f3f16ebe 100644
--- a/chicken.h
+++ b/chicken.h
@@ -1,6 +1,6 @@
 /* chicken.h - General headerfile for compiler generated executables
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken.import.scm b/chicken.import.scm
index 3616ed61..004f9725 100644
--- a/chicken.import.scm
+++ b/chicken.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.import.scm - import library for "chicken" module
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/chicken.mdoc b/chicken.mdoc
index d9e6736b..2416d7c1 100644
--- a/chicken.mdoc
+++ b/chicken.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2016, The CHICKEN Team
+.\"  Copyright (c) 2007-2017, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/chicken.scm b/chicken.scm
index a391361a..be15f89d 100644
--- a/chicken.scm
+++ b/chicken.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.scm - The CHICKEN Scheme compiler (loader/main-module)
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/common-declarations.scm b/common-declarations.scm
index 36960ed7..39a41a0a 100644
--- a/common-declarations.scm
+++ b/common-declarations.scm
@@ -1,6 +1,6 @@
 ;;;; common-declarations.scm - settings for core libraries
 ;
-; Copyright (c) 2011-2016, The CHICKEN Team
+; Copyright (c) 2011-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/compiler-syntax.scm b/compiler-syntax.scm
index b944e8bc..0ced9e4d 100644
--- a/compiler-syntax.scm
+++ b/compiler-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; compiler-syntax.scm - compiler syntax used internally
 ;
-; Copyright (c) 2009-2016, The CHICKEN Team
+; Copyright (c) 2009-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/config-arch.sh b/config-arch.sh
index fdd72092..9463eeac 100644
--- a/config-arch.sh
+++ b/config-arch.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 # config-arch.sh - return host architecture id, if supported by apply-hack
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2000-2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/continuation.scm b/continuation.scm
index 78aa2544..e8cc4ff0 100644
--- a/continuation.scm
+++ b/continuation.scm
@@ -1,7 +1,7 @@
 ;;;; continuation.scm - A better API for continuations
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
-; Copyright (c) 2000-2007, Felix L. Winkelmann
+; Copyright (c) 2008-2017, The CHICKEN Team
+; Copyright (c) 2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/core.scm b/core.scm
index c046c079..718e7e8f 100644
--- a/core.scm
+++ b/core.scm
@@ -5,7 +5,7 @@
 ;
 ;
 ;--------------------------------------------------------------------------------------------
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/csc.mdoc b/csc.mdoc
index f02d192b..8539f21a 100644
--- a/csc.mdoc
+++ b/csc.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2016, The CHICKEN Team
+.\"  Copyright (c) 2007-2017, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/csc.scm b/csc.scm
index 54b57dde..863216d9 100644
--- a/csc.scm
+++ b/csc.scm
@@ -1,6 +1,6 @@
 ;;;; csc.scm - Driver program for the CHICKEN compiler - felix -*- Scheme -*-
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/csi.mdoc b/csi.mdoc
index 8ef45311..571e076c 100644
--- a/csi.mdoc
+++ b/csi.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2016, The CHICKEN Team
+.\"  Copyright (c) 2007-2017, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/csi.scm b/csi.scm
index a6c12871..38d133d3 100644
--- a/csi.scm
+++ b/csi.scm
@@ -1,6 +1,6 @@
 ;;;; csi.scm - Interpreter stub for CHICKEN
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/data-structures.scm b/data-structures.scm
index 73b6c6f5..73ad4ec0 100644
--- a/data-structures.scm
+++ b/data-structures.scm
@@ -1,6 +1,6 @@
 ;;; data-structures.scm - Optional data structures extensions
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without
diff --git a/dbg-stub.c b/dbg-stub.c
index b41ec346..2d26805a 100644
--- a/dbg-stub.c
+++ b/dbg-stub.c
@@ -1,6 +1,6 @@
 /* dbg-stub.c - Client-side interface, lowlevel part
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/debugger-client.scm b/debugger-client.scm
index 55706872..c108d82a 100644
--- a/debugger-client.scm
+++ b/debugger-client.scm
@@ -1,6 +1,6 @@
 ;;;; debugger-client.scm - client-side support for debugging
 ;
-; Copyright (c) 2014, The CHICKEN Team
+; Copyright (c) 2014-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/defaults.make b/defaults.make
index 9a09c895..00570b2f 100644
--- a/defaults.make
+++ b/defaults.make
@@ -1,6 +1,6 @@
 # defaults.make - default settings -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/eval.scm b/eval.scm
index c43e4445..c6dfb7f9 100644
--- a/eval.scm
+++ b/eval.scm
@@ -1,6 +1,6 @@
 ;;;; eval.scm - Interpreter for CHICKEN
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/expand.scm b/expand.scm
index 783b34d6..c2795125 100644
--- a/expand.scm
+++ b/expand.scm
@@ -1,6 +1,6 @@
 ;;;; expand.scm - The HI/LO expander
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/extras.scm b/extras.scm
index f064a331..afc06839 100644
--- a/extras.scm
+++ b/extras.scm
@@ -1,6 +1,6 @@
 ;;; extras.scm - Optional non-standard extensions
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/feathers.bat.in b/feathers.bat.in
index cc12275e..41658294 100644
--- a/feathers.bat.in
+++ b/feathers.bat.in
@@ -2,7 +2,7 @@
 
 rem loader for feathers.tcl, the CHICKEN debugger
 rem
-rem Copyright (c) 2015-2016, The CHICKEN Team
+rem Copyright (c) 2015-2017, The CHICKEN Team
 rem All rights reserved.
 rem
 rem Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/feathers.in b/feathers.in
index 6dc29056..827b4ee2 100644
--- a/feathers.in
+++ b/feathers.in
@@ -2,7 +2,7 @@
 #
 # loader for feathers.tcl, the CHICKEN debugger
 #
-# Copyright (c) 2015-2016, The CHICKEN Team
+# Copyright (c) 2015-2017, The CHICKEN Team
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/feathers.mdoc b/feathers.mdoc
index 76e00aca..d4c1a828 100644
--- a/feathers.mdoc
+++ b/feathers.mdoc
@@ -1,4 +1,4 @@
-.\"  Copyright (c) 2007-2016, The CHICKEN Team
+.\"  Copyright (c) 2007-2017, The CHICKEN Team
 .\"  All rights reserved.
 .\"
 .\"  Redistribution and use in source and binary forms, with or without
diff --git a/feathers.tcl b/feathers.tcl
index 59451f37..945cc6c2 100644
--- a/feathers.tcl
+++ b/feathers.tcl
@@ -2,7 +2,7 @@
 #
 # a graphical debugger for compiled CHICKEN programs
 #
-# Copyright (c) 2015-2016, The CHICKEN Team
+# Copyright (c) 2015-2017, The CHICKEN Team
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/files.scm b/files.scm
index 2a97df2b..c071ad0a 100644
--- a/files.scm
+++ b/files.scm
@@ -1,6 +1,6 @@
 ;;;; files.scm - File operations
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/internal.scm b/internal.scm
index bfa586e2..9e4254b7 100644
--- a/internal.scm
+++ b/internal.scm
@@ -1,6 +1,6 @@
 ;;;; internal.scm - Runtime support module for CHICKEN
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/irregex.scm b/irregex.scm
index 39071c07..2726ee34 100644
--- a/irregex.scm
+++ b/irregex.scm
@@ -1,6 +1,6 @@
 ;;;; irregex.scm - container for irregex-core.scm
 ;
-; Copyright (c) 2010-2016, The CHICKEN Team
+; Copyright (c) 2010-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/lfa2.scm b/lfa2.scm
index ad9a4a2f..0fd46123 100644
--- a/lfa2.scm
+++ b/lfa2.scm
@@ -1,6 +1,6 @@
 ;;;; lfa2.scm - a lightweight "secondary" flow analysis
 ;
-; Copyright (c) 2012-2016, The CHICKEN Team
+; Copyright (c) 2012-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/library.scm b/library.scm
index 90beb8c8..14fc9e5d 100644
--- a/library.scm
+++ b/library.scm
@@ -1,6 +1,6 @@
 ;;;; library.scm - R5RS library for the CHICKEN compiler
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/lolevel.scm b/lolevel.scm
index cd98f528..ce99b23f 100644
--- a/lolevel.scm
+++ b/lolevel.scm
@@ -1,6 +1,6 @@
 ;;;; lolevel.scm - Low-level routines for CHICKEN
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/manual/Getting started b/manual/Getting started
index eed44026..890b16d8 100644
--- a/manual/Getting started	
+++ b/manual/Getting started	
@@ -287,7 +287,7 @@ To invoke the CHICKEN interpreter, you use the {{csi}} command.
  $ csi
  
  CHICKEN
- (c) 2008-2016, The CHICKEN Team
+ (c) 2008-2017, The CHICKEN Team
  (c) 2000-2007, Felix L. Winkelmann
  Version 4.9.0.1 (stability/4.9.0) (rev 8b3189b)
  linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
diff --git a/mini-srfi-1.scm b/mini-srfi-1.scm
index df2bc83c..cd74dbe4 100644
--- a/mini-srfi-1.scm
+++ b/mini-srfi-1.scm
@@ -1,7 +1,7 @@
 ;;;; minimal implementation of SRFI-1 primitives
 ;
 ;
-; Copyright (c) 2015-2016, The CHICKEN Team
+; Copyright (c) 2015-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/modules.scm b/modules.scm
index 9f3ce280..2b47abe3 100644
--- a/modules.scm
+++ b/modules.scm
@@ -1,6 +1,6 @@
 ;;;; modules.scm - module-system support
 ;
-; Copyright (c) 2011-2016, The CHICKEN Team
+; Copyright (c) 2011-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/optimizer.scm b/optimizer.scm
index b4f623c6..63a9b7d3 100644
--- a/optimizer.scm
+++ b/optimizer.scm
@@ -1,6 +1,6 @@
 ;;;; optimizer.scm - The CHICKEN Scheme compiler (optimizations)
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/pathname.scm b/pathname.scm
index acbf1c24..00ac0ace 100644
--- a/pathname.scm
+++ b/pathname.scm
@@ -1,6 +1,6 @@
 ;;;; pathname.scm - Pathname operations
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/ports.scm b/ports.scm
index 2f5711c8..2a2f125b 100644
--- a/ports.scm
+++ b/ports.scm
@@ -1,6 +1,6 @@
 ;;; ports.scm - Optional non-standard ports
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/posix-common.scm b/posix-common.scm
index 40449597..f8fe27fa 100644
--- a/posix-common.scm
+++ b/posix-common.scm
@@ -1,6 +1,6 @@
 ;;;; posix-common.scm - common code for UNIX and Windows versions of the posix unit
 ;
-; Copyright (c) 2010-2016, The CHICKEN Team
+; Copyright (c) 2010-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/posixunix.scm b/posixunix.scm
index d5b731ad..4964f89b 100644
--- a/posixunix.scm
+++ b/posixunix.scm
@@ -1,6 +1,6 @@
 ;;;; posixunix.scm - Miscellaneous file- and process-handling routines
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/posixwin.scm b/posixwin.scm
index efdfd27b..7d3021da 100644
--- a/posixwin.scm
+++ b/posixwin.scm
@@ -1,6 +1,6 @@
 ;;;; posixwin.scm - Miscellaneous file- and process-handling routines, available on Windows
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/profiler.scm b/profiler.scm
index a4736347..cfc27bdc 100644
--- a/profiler.scm
+++ b/profiler.scm
@@ -1,6 +1,6 @@
 ;;;; profiler.scm - Support code for profiling applications
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/read-syntax.scm b/read-syntax.scm
index e4575714..6a97e075 100644
--- a/read-syntax.scm
+++ b/read-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; read-syntax.scm - CHICKEN reader extensions
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/repl.scm b/repl.scm
index 393ea0ab..980cc4b4 100644
--- a/repl.scm
+++ b/repl.scm
@@ -1,6 +1,6 @@
 ;;;; repl.scm - CHICKEN's read/eval/print loop
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/rules.make b/rules.make
index ee93821e..6a49d88c 100644
--- a/rules.make
+++ b/rules.make
@@ -1,6 +1,6 @@
 # rules.make - basic build rules -*- Makefile -*-
 #
-# Copyright (c) 2008-2016, The CHICKEN Team
+# Copyright (c) 2008-2017, The CHICKEN Team
 # Copyright (c) 2000-2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/runtime.c b/runtime.c
index 31bce9ba..5e0cc104 100644
--- a/runtime.c
+++ b/runtime.c
@@ -1,6 +1,6 @@
 /* runtime.c - Runtime code for compiler generated executables
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/scheduler.scm b/scheduler.scm
index 1e028f89..8527f277 100644
--- a/scheduler.scm
+++ b/scheduler.scm
@@ -1,6 +1,6 @@
 ; scheduler.scm - Basic scheduler for multithreading
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/scrutinizer.scm b/scrutinizer.scm
index 10750542..a3ef1c42 100644
--- a/scrutinizer.scm
+++ b/scrutinizer.scm
@@ -1,6 +1,6 @@
 ;;;; scrutinizer.scm - The CHICKEN Scheme compiler (local flow analysis)
 ;
-; Copyright (c) 2009-2016, The CHICKEN Team
+; Copyright (c) 2009-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/setup-api.scm b/setup-api.scm
index 8dc73f8a..ef1f3c14 100644
--- a/setup-api.scm
+++ b/setup-api.scm
@@ -1,6 +1,6 @@
 ;;;; setup-api.scm - build + installation API for eggs
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/setup-download.scm b/setup-download.scm
index 9eaa8f09..c4057973 100644
--- a/setup-download.scm
+++ b/setup-download.scm
@@ -1,6 +1,6 @@
 ;;;; setup-download.scm
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/srfi-4.scm b/srfi-4.scm
index 4c397ba8..d135815f 100644
--- a/srfi-4.scm
+++ b/srfi-4.scm
@@ -1,6 +1,6 @@
 ;;;; srfi-4.scm - Homogeneous numeric vectors
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/stub.scm b/stub.scm
index 0229c1f0..c7739cd8 100644
--- a/stub.scm
+++ b/stub.scm
@@ -1,6 +1,6 @@
 ;;;; stub.scm
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/support.scm b/support.scm
index 020f335e..9874cc36 100644
--- a/support.scm
+++ b/support.scm
@@ -1,6 +1,6 @@
 ;;;; support.scm - Miscellaneous support code for the CHICKEN compiler
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/tcp.scm b/tcp.scm
index 83c48b45..6f125d85 100644
--- a/tcp.scm
+++ b/tcp.scm
@@ -1,6 +1,6 @@
 ;;;; tcp.scm - Networking stuff
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/tests/null.scm b/tests/null.scm
index 5d569fc8..ce278674 100644
--- a/tests/null.scm
+++ b/tests/null.scm
@@ -1,6 +1,6 @@
 ;;;; null.scm - the empty program
 ;
-; Copyright (c) 2010-2016, The CHICKEN Team
+; Copyright (c) 2010-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/tweaks.scm b/tweaks.scm
index c24da8f2..b1d3dfd3 100644
--- a/tweaks.scm
+++ b/tweaks.scm
@@ -1,6 +1,6 @@
 ;;;; tweaks.scm - Some inline-routines and declarations for the compiler 
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/types.db b/types.db
index 42f40127..edd0c42a 100644
--- a/types.db
+++ b/types.db
@@ -1,6 +1,6 @@
 ;;;; types.db - Type-information for core library functions -*- Scheme -*-
 ;
-; Copyright (c) 2009-2016, The CHICKEN Team
+; Copyright (c) 2009-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/user-pass.scm b/user-pass.scm
index 4d6c19b6..8615a854 100644
--- a/user-pass.scm
+++ b/user-pass.scm
@@ -1,7 +1,6 @@
 ;;;; user-pass.scm - User compilation passes
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
-; Copyright (c) 2000-2007, Felix L. Winkelmann
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following
diff --git a/utils.scm b/utils.scm
index 6e9c4b02..05c7d101 100644
--- a/utils.scm
+++ b/utils.scm
@@ -1,6 +1,6 @@
 ;;;; utils.scm - Utilities for scripting and file stuff
 ;
-; Copyright (c) 2008-2016, The CHICKEN Team
+; Copyright (c) 2008-2017, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
Trap