~ chicken-core (chicken-5) 0b0d820a1a0077395a9de371012d765411aa00fb


commit 0b0d820a1a0077395a9de371012d765411aa00fb
Author:     Moritz Heidkamp <moritz.heidkamp@bevuta.com>
AuthorDate: Sat Jun 6 14:33:44 2015 +0200
Commit:     Moritz Heidkamp <moritz.heidkamp@bevuta.com>
CommitDate: Sat Jun 6 14:33:44 2015 +0200

    Update copyright year to 2015.
    
    I used the same script as last time, only that it didn't work anymore so
    I had to change it to this:
    
        git grep -Il '(c) [0-9-]*, The CHICKEN Team' | while read i; do sed -r 's/\(c\) (([0-9]+)-|(2014))(2014)?,/(c) \2\3-2015,/' "$i" > tmp && mv tmp "$i"; done
    
    On GNU systems you can use "sed -i" instead of mucking about with tmp files.

diff --git a/GNUmakefile b/GNUmakefile
index 31a72ffd..7a3c1444 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-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/LICENSE b/LICENSE
index ba9c71f9..7b78e394 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
 
 CHICKEN falls under the following main license:
 
-  Copyright (c) 2007-2014, The CHICKEN Team
+  Copyright (c) 2007-2015, The CHICKEN Team
   Copyright (c) 2000-2007, Felix L. Winkelmann
   All rights reserved.
   
diff --git a/Makefile.aix b/Makefile.aix
index 72e9715e..68e86baa 100644
--- a/Makefile.aix
+++ b/Makefile.aix
@@ -1,8 +1,8 @@
 # Makefile.aix - configuration for AIX -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
-# Copyright (c) 2013-2014, Erik W. Falor
+# Copyright (c) 2013-2015, Erik W. Falor
 # 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.android b/Makefile.android
index 819587f9..c0bb6e28 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1,6 +1,6 @@
 # Makefile.android - configuration for Android -*- Makefile -*-
 #
-# Copyright (c) 2013-2014, The CHICKEN Team
+# Copyright (c) 2013-2015, 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 c69ea35e..334c3d7a 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -1,6 +1,6 @@
 # Makefile.bsd - configuration for BSD UNIX -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, 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 6e4c34a8..424a9ab2 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-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.cygwin b/Makefile.cygwin
index f499c902..baf1069a 100644
--- a/Makefile.cygwin
+++ b/Makefile.cygwin
@@ -1,6 +1,6 @@
 # Makefile.cygwin - configuration for Linux -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.haiku b/Makefile.haiku
index 7eeec26e..0dffe951 100644
--- a/Makefile.haiku
+++ b/Makefile.haiku
@@ -1,6 +1,6 @@
 # Makefile.haiku - configuration for Haiku -*- Makefile -*-
 #
-# Copyright (c) 2011-2014, The CHICKEN Team
+# Copyright (c) 2011-2015, 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 d2f9a1f4..17c60db6 100644
--- a/Makefile.hurd
+++ b/Makefile.hurd
@@ -1,6 +1,6 @@
 # Makefile.hurd - configuration for Hurd -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.linux b/Makefile.linux
index c941821d..0e7d69a1 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -1,6 +1,6 @@
 # Makefile.linux - configuration for Linux -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.macosx b/Makefile.macosx
index 033a43e9..0c649683 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -1,6 +1,6 @@
 # Makefile.macosx - configuration for Apple Macintosh OS X -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.mingw b/Makefile.mingw
index 99790281..e9feb491 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,6 +1,6 @@
 # Makefile.mingw - configuration for MinGW (no MSYS) -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.mingw-msys b/Makefile.mingw-msys
index d2417f78..5e64fc79 100644
--- a/Makefile.mingw-msys
+++ b/Makefile.mingw-msys
@@ -1,6 +1,6 @@
 # Makefile.mingw - configuration for MinGW (MSYS) -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/Makefile.solaris b/Makefile.solaris
index 9be873f1..ae89b3ec 100644
--- a/Makefile.solaris
+++ b/Makefile.solaris
@@ -1,6 +1,6 @@
 # Makefile.solaris - configuration for Solaris -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/README b/README
index ccc65758..ac865653 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
   =========================================
 
 
-  (c) 2008-2014, The CHICKEN Team
+  (c) 2008-2015, The CHICKEN Team
   (c) 2000-2007, Felix L. Winkelmann
 
   version 4.9.1
diff --git a/apply-hack.ppc.darwin.S b/apply-hack.ppc.darwin.S
index 3928821b..87520ac9 100644
--- a/apply-hack.ppc.darwin.S
+++ b/apply-hack.ppc.darwin.S
@@ -1,6 +1,6 @@
 /* apply-hack.ppc.s
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/apply-hack.ppc.sysv.S b/apply-hack.ppc.sysv.S
index 312267b6..b0fd2a6c 100644
--- a/apply-hack.ppc.sysv.S
+++ b/apply-hack.ppc.sysv.S
@@ -1,6 +1,6 @@
 /* apply-hack.ppc.s
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2007, Felix L. Winkelmann
 ; All rights reserved.		
 ;
diff --git a/apply-hack.x86-64.S b/apply-hack.x86-64.S
index 7a74ed8d..8a6ab323 100644
--- a/apply-hack.x86-64.S
+++ b/apply-hack.x86-64.S
@@ -1,6 +1,6 @@
 /* Apply-hack.x86-64.S
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/apply-hack.x86.S b/apply-hack.x86.S
index 43223af6..60b7210d 100644
--- a/apply-hack.x86.S
+++ b/apply-hack.x86.S
@@ -1,6 +1,6 @@
 /* apply-hack.x86.S
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/banner.scm b/banner.scm
index 48f590dc..a2db3dd7 100644
--- a/banner.scm
+++ b/banner.scm
@@ -4,7 +4,7 @@
 (define-constant +product+ "CHICKEN")
 
 (define-constant +banner+ #<<EOF
-(c) 2008-2014, The CHICKEN Team
+(c) 2008-2015, The CHICKEN Team
 (c) 2000-2007, Felix L. Winkelmann
 
 EOF
diff --git a/batch-driver.scm b/batch-driver.scm
index f43b5636..c2db8dbe 100644
--- a/batch-driver.scm
+++ b/batch-driver.scm
@@ -1,6 +1,6 @@
 ;;;; batch-driver.scm - Driver procedure for the compiler
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/build-version.scm b/build-version.scm
index 038e9aac..1040e0a4 100644
--- a/build-version.scm
+++ b/build-version.scm
@@ -1,6 +1,6 @@
 ;;;; build-version.scm
 ;
-; Copyright (c) 2011-2014, The CHICKEN Team
+; Copyright (c) 2011-2015, 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 f010355a..63486c7b 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-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/c-platform.scm b/c-platform.scm
index 62df0f4f..6d24b258 100644
--- a/c-platform.scm
+++ b/c-platform.scm
@@ -1,6 +1,6 @@
 ;;;; c-platform.scm - Platform specific parameters and definitions
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-bug.scm b/chicken-bug.scm
index ef2bd2b8..42ad182b 100644
--- a/chicken-bug.scm
+++ b/chicken-bug.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-bug.scm - Bug report-generator
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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 b9bda358..47303dc4 100644
--- a/chicken-ffi-syntax.scm
+++ b/chicken-ffi-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-ffi-syntax.scm
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-install.scm b/chicken-install.scm
index ce2a9b6d..eb9e005a 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-install.scm
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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.scm b/chicken-profile.scm
index fddfef7a..d65c0da9 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-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-status.scm b/chicken-status.scm
index 3e8ac163..3c714272 100644
--- a/chicken-status.scm
+++ b/chicken-status.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-status.scm
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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 b58ae106..73aa84ad 100644
--- a/chicken-syntax.scm
+++ b/chicken-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-syntax.scm - non-standard syntax extensions
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken-uninstall.scm b/chicken-uninstall.scm
index 8709c0d5..2bc26166 100644
--- a/chicken-uninstall.scm
+++ b/chicken-uninstall.scm
@@ -1,6 +1,6 @@
 ;;;; chicken-uninstall.scm
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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 0b7bd0b0..ba6be8f6 100644
--- a/chicken.h
+++ b/chicken.h
@@ -1,7 +1,7 @@
 
 /* chicken.h - General headerfile for compiler generated executables
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/chicken.import.scm b/chicken.import.scm
index 1e324257..09f7e20e 100644
--- a/chicken.import.scm
+++ b/chicken.import.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.import.scm - import library for "chicken" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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.scm b/chicken.scm
index 397b7186..1ab67fe4 100644
--- a/chicken.scm
+++ b/chicken.scm
@@ -1,6 +1,6 @@
 ;;;; chicken.scm - The CHICKEN Scheme compiler (loader/main-module)
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/common-declarations.scm b/common-declarations.scm
index b20e3b19..8f920e10 100644
--- a/common-declarations.scm
+++ b/common-declarations.scm
@@ -1,6 +1,6 @@
 ;;;; common-declarations.scm - settings for core libraries
 ;
-; Copyright (c) 2011-2014, The CHICKEN Team
+; Copyright (c) 2011-2015, 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 fd362582..88a29739 100644
--- a/compiler-syntax.scm
+++ b/compiler-syntax.scm
@@ -1,6 +1,6 @@
 ;;;; compiler-syntax.scm - compiler syntax used internally
 ;
-; Copyright (c) 2009-2014, The CHICKEN Team
+; Copyright (c) 2009-2015, 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 e193e649..d6bd69c6 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-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2000-2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/core.scm b/core.scm
index 8d813491..545be117 100644
--- a/core.scm
+++ b/core.scm
@@ -5,7 +5,7 @@
 ;
 ;
 ;--------------------------------------------------------------------------------------------
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/csc.scm b/csc.scm
index f82d20f4..67178e12 100644
--- a/csc.scm
+++ b/csc.scm
@@ -1,6 +1,6 @@
 ;;;; csc.scm - Driver program for the CHICKEN compiler - felix -*- Scheme -*-
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/csi.import.scm b/csi.import.scm
index d2279884..a1fad2e1 100644
--- a/csi.import.scm
+++ b/csi.import.scm
@@ -1,6 +1,6 @@
 ;;;; csi.import.scm - import library for "csi" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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/csi.scm b/csi.scm
index 3ad75c47..b5231b11 100644
--- a/csi.scm
+++ b/csi.scm
@@ -1,6 +1,6 @@
 ;;;; csi.scm - Interpreter stub for CHICKEN
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/data-structures.import.scm b/data-structures.import.scm
index 561ffadd..343f6f41 100644
--- a/data-structures.import.scm
+++ b/data-structures.import.scm
@@ -1,6 +1,6 @@
 ;;;; data-structures.import.scm - import library for "data-structures" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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/data-structures.scm b/data-structures.scm
index 695fc382..e3e8329e 100644
--- a/data-structures.scm
+++ b/data-structures.scm
@@ -1,6 +1,6 @@
 ;;; data-structures.scm - Optional data structures extensions
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; All rights reserved.
 ;
 ; Redistribution and use in source and binary forms, with or without
diff --git a/defaults.make b/defaults.make
index 05c796d5..759ea9ad 100644
--- a/defaults.make
+++ b/defaults.make
@@ -1,6 +1,6 @@
 # defaults.make - default settings -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/eval.scm b/eval.scm
index 8114838e..2b6882d8 100644
--- a/eval.scm
+++ b/eval.scm
@@ -1,6 +1,6 @@
 ;;;; eval.scm - Interpreter for CHICKEN
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/expand.scm b/expand.scm
index 966d4ba1..d926151d 100644
--- a/expand.scm
+++ b/expand.scm
@@ -1,6 +1,6 @@
 ;;;; expand.scm - The HI/LO expander
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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.import.scm b/extras.import.scm
index 0ca78c6f..da49b53f 100644
--- a/extras.import.scm
+++ b/extras.import.scm
@@ -1,6 +1,6 @@
 ;;;; extras.import.scm - import library for "extras" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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 1b209398..f4939bfa 100644
--- a/extras.scm
+++ b/extras.scm
@@ -1,6 +1,6 @@
 ;;; extras.scm - Optional non-standard extensions
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/files.import.scm b/files.import.scm
index 44d0e00e..8bc0ac1f 100644
--- a/files.import.scm
+++ b/files.import.scm
@@ -1,6 +1,6 @@
 ;;;; files.import.scm - import library for "files" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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 6b935736..af437d1a 100644
--- a/files.scm
+++ b/files.scm
@@ -1,6 +1,6 @@
 ;;;; files.scm - File and pathname operations
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/foreign.import.scm b/foreign.import.scm
index bef1635a..fa54a6d8 100644
--- a/foreign.import.scm
+++ b/foreign.import.scm
@@ -1,6 +1,6 @@
 ;;;; foreign.import.scm - import library for "foreign" pseudo module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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/irregex.import.scm b/irregex.import.scm
index 99b11a2e..a3010cf7 100644
--- a/irregex.import.scm
+++ b/irregex.import.scm
@@ -1,6 +1,6 @@
 ;;;; irregex.import.scm - import library for "regex" module (irregex API)
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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/irregex.scm b/irregex.scm
index bd45695f..d43a9d35 100644
--- a/irregex.scm
+++ b/irregex.scm
@@ -1,6 +1,6 @@
 ;;;; irregex.scm - container for irregex-core.scm
 ;
-; Copyright (c) 2010-2014, The CHICKEN Team
+; Copyright (c) 2010-2015, 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 71d73fe1..2cff9807 100644
--- a/lfa2.scm
+++ b/lfa2.scm
@@ -1,6 +1,6 @@
 ;;;; lfa2.scm - a lightweight "secondary" flow analysis
 ;
-; Copyright (c) 2012-2014, The CHICKEN Team
+; Copyright (c) 2012-2015, 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 caac0830..3a1a077f 100644
--- a/library.scm
+++ b/library.scm
@@ -1,6 +1,6 @@
 ;;;; library.scm - R5RS library for the CHICKEN compiler
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/lolevel.import.scm b/lolevel.import.scm
index 0befb469..cb132a29 100644
--- a/lolevel.import.scm
+++ b/lolevel.import.scm
@@ -1,6 +1,6 @@
 ;;;; lolevel.import.scm - import library for "lolevel" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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/lolevel.scm b/lolevel.scm
index ededa8fc..dd9e6d70 100644
--- a/lolevel.scm
+++ b/lolevel.scm
@@ -1,6 +1,6 @@
 ;;;; lolevel.scm - Low-level routines for CHICKEN
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/manual/Getting started b/manual/Getting started
index 2a724ecd..68754a96 100644
--- a/manual/Getting started	
+++ b/manual/Getting started	
@@ -284,7 +284,7 @@ To invoke the CHICKEN interpreter, you use the {{csi}} command.
  $ csi
  
  CHICKEN
- (c) 2008-2014, The CHICKEN Team
+ (c) 2008-2015, 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/modules.scm b/modules.scm
index bf259a71..5762aa70 100644
--- a/modules.scm
+++ b/modules.scm
@@ -1,6 +1,6 @@
 ;;;; modules.scm - module-system support
 ;
-; Copyright (c) 2011-2014, The CHICKEN Team
+; Copyright (c) 2011-2015, 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 1d3a865f..93d4960c 100644
--- a/optimizer.scm
+++ b/optimizer.scm
@@ -1,6 +1,6 @@
 ;;;; optimizer.scm - The CHICKEN Scheme compiler (optimizations)
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/ports.import.scm b/ports.import.scm
index 99a76f07..1050de24 100644
--- a/ports.import.scm
+++ b/ports.import.scm
@@ -1,6 +1,6 @@
 ;;;; ports.import.scm - import library for "ports" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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/ports.scm b/ports.scm
index 47c2dea1..eee171c3 100644
--- a/ports.scm
+++ b/ports.scm
@@ -1,6 +1,6 @@
 ;;; ports.scm - Optional non-standard ports
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/posix-common.scm b/posix-common.scm
index 449e0089..00601671 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-2014, The CHICKEN Team
+; Copyright (c) 2010-2015, 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/posix.import.scm b/posix.import.scm
index 17f38a74..8e06dfe7 100644
--- a/posix.import.scm
+++ b/posix.import.scm
@@ -1,6 +1,6 @@
 ;;;; posix.import.scm - import library for "posix" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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 73ba8592..5e8d36fe 100644
--- a/posixunix.scm
+++ b/posixunix.scm
@@ -1,6 +1,6 @@
 ;;;; posixunix.scm - Miscellaneous file- and process-handling routines
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/posixwin.scm b/posixwin.scm
index 445095b3..3977f3aa 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-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/profiler.scm b/profiler.scm
index 2cbb56f6..621f4ed4 100644
--- a/profiler.scm
+++ b/profiler.scm
@@ -1,6 +1,6 @@
 ;;;; profiler.scm - Support code for profiling applications
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/rules.make b/rules.make
index 0eef0c99..cef3bb93 100644
--- a/rules.make
+++ b/rules.make
@@ -1,6 +1,6 @@
 # rules.make - basic build rules -*- Makefile -*-
 #
-# Copyright (c) 2008-2014, The CHICKEN Team
+# Copyright (c) 2008-2015, The CHICKEN Team
 # Copyright (c) 2000-2007, Felix L. Winkelmann
 # All rights reserved.
 #
diff --git a/runtime.c b/runtime.c
index bbd16f6e..4583876b 100644
--- a/runtime.c
+++ b/runtime.c
@@ -1,6 +1,6 @@
 /* runtime.c - Runtime code for compiler generated executables
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/scheduler.scm b/scheduler.scm
index 0193ef6d..ea9c0765 100644
--- a/scheduler.scm
+++ b/scheduler.scm
@@ -1,6 +1,6 @@
 ; scheduler.scm - Basic scheduler for multithreading
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/scrutinizer.scm b/scrutinizer.scm
index 95184b66..231bb77c 100644
--- a/scrutinizer.scm
+++ b/scrutinizer.scm
@@ -1,6 +1,6 @@
 ;;;; scrutinizer.scm - The CHICKEN Scheme compiler (local flow analysis)
 ;
-; Copyright (c) 2009-2014, The CHICKEN Team
+; Copyright (c) 2009-2015, 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 b9b5a63d..aa85f018 100644
--- a/setup-api.scm
+++ b/setup-api.scm
@@ -1,6 +1,6 @@
 ;;;; setup-api.scm - build + installation API for eggs
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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 163a22bd..37eccd8e 100644
--- a/setup-download.scm
+++ b/setup-download.scm
@@ -1,6 +1,6 @@
 ;;;; setup-download.scm
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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.import.scm b/srfi-4.import.scm
index 59bced1c..c2b090ac 100644
--- a/srfi-4.import.scm
+++ b/srfi-4.import.scm
@@ -1,6 +1,6 @@
 ;;;; srfi-4.import.scm - import library for "srfi-4" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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 8a999144..369bdcef 100644
--- a/srfi-4.scm
+++ b/srfi-4.scm
@@ -1,6 +1,6 @@
 ;;;; srfi-4.scm - Homogeneous numeric vectors
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/stub.scm b/stub.scm
index 88ad58f3..dccdc08c 100644
--- a/stub.scm
+++ b/stub.scm
@@ -1,6 +1,6 @@
 ;;;; stub.scm
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/support.scm b/support.scm
index 580d91d8..4fb07862 100644
--- a/support.scm
+++ b/support.scm
@@ -1,6 +1,6 @@
 ;;;; support.scm - Miscellaneous support code for the CHICKEN compiler
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/tcp.import.scm b/tcp.import.scm
index 4779eb80..c648ad17 100644
--- a/tcp.import.scm
+++ b/tcp.import.scm
@@ -1,6 +1,6 @@
 ;;;; tcp.import.scm - import library for "tcp" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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/tcp.scm b/tcp.scm
index 24a473b8..2ee36b57 100644
--- a/tcp.scm
+++ b/tcp.scm
@@ -1,6 +1,6 @@
 ;;;; tcp.scm - Networking stuff
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/tests/null.scm b/tests/null.scm
index 006f3412..91f9e23f 100644
--- a/tests/null.scm
+++ b/tests/null.scm
@@ -1,6 +1,6 @@
 ;;;; null.scm - the empty program
 ;
-; Copyright (c) 2010-2014, The CHICKEN Team
+; Copyright (c) 2010-2015, 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 a6391326..3de1606b 100644
--- a/tweaks.scm
+++ b/tweaks.scm
@@ -1,6 +1,6 @@
 ;;;; tweaks.scm - Some inline-routines and declarations for the compiler 
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
diff --git a/types.db b/types.db
index 7f0c87bf..10b01a5a 100644
--- a/types.db
+++ b/types.db
@@ -1,6 +1,6 @@
 ;;;; types.db - Type-information for core library functions -*- Scheme -*-
 ;
-; Copyright (c) 2009-2014, The CHICKEN Team
+; Copyright (c) 2009-2015, 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.import.scm b/utils.import.scm
index a992b40c..6e2c1ece 100644
--- a/utils.import.scm
+++ b/utils.import.scm
@@ -1,6 +1,6 @@
 ;;;; utils.import.scm - import library for "utils" module
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, 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 cedd952f..263b44a8 100644
--- a/utils.scm
+++ b/utils.scm
@@ -1,6 +1,6 @@
 ;;;; utils.scm - Utilities for scripting and file stuff
 ;
-; Copyright (c) 2008-2014, The CHICKEN Team
+; Copyright (c) 2008-2015, The CHICKEN Team
 ; Copyright (c) 2000-2007, Felix L. Winkelmann
 ; All rights reserved.
 ;
Trap