~ chicken-core (chicken-5) 62aac3554955e36fbe31ad7b13846b712805f612
commit 62aac3554955e36fbe31ad7b13846b712805f612
Author: Peter Bex <peter.bex@xs4all.nl>
AuthorDate: Thu Jan 3 23:02:33 2013 +0100
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Fri Jan 4 23:27:17 2013 +0100
Update copyright year to 2013. This time I used a slightly modified version of last year's oneliner, to catch banner.scm and README as well:
for i in `git grep -Il '(c) [0-9-]*, The Chicken Team'`; do sed -r 's/\(c\) (([0-9]+)-|(2012))(2012)?,/(c) \2\3-2013,/' "$i" > tmp && mv tmp "$i"; done
banner.scm had to be slightly changed (spaces and commas) in order to get detected by this script.
Signed-off-by: felix <felix@call-with-current-continuation.org>
diff --git a/GNUmakefile b/GNUmakefile
index 7fbd95bb..270b72fe 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,6 +1,6 @@
# GNUmakefile - toplevel makefile
#
-# Copyright (c) 2008-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/LICENSE b/LICENSE
index c4217e0c..119acec2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,7 @@
Chicken falls under the following main license:
- Copyright (c) 2007-2012, The Chicken Team
+ Copyright (c) 2007-2013, The Chicken Team
Copyright (c) 2000-2007, Felix L. Winkelmann
All rights reserved.
diff --git a/Makefile.bsd b/Makefile.bsd
index 00a77cad..bd387a71 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -1,6 +1,6 @@
# Makefile.bsd - configuration for BSD UNIX -*- Makefile -*-
#
-# Copyright (c) 2008-2012, The Chicken Team
+# Copyright (c) 2008-2013, 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 5c4a8d2b..c18dd185 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-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.cygwin b/Makefile.cygwin
index ddae01ba..5772caff 100644
--- a/Makefile.cygwin
+++ b/Makefile.cygwin
@@ -1,6 +1,6 @@
# Makefile.cygwin - configuration for Linux -*- Makefile -*-
#
-# Copyright (c) 2008-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.haiku b/Makefile.haiku
index 407366ac..fe7fce99 100644
--- a/Makefile.haiku
+++ b/Makefile.haiku
@@ -1,6 +1,6 @@
# Makefile.haiku - configuration for Haiku -*- Makefile -*-
#
-# Copyright (c) 2011-2012, The Chicken Team
+# Copyright (c) 2011-2013, 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.linux b/Makefile.linux
index e9442527..68646cf4 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -1,6 +1,6 @@
# Makefile.linux - configuration for Linux -*- Makefile -*-
#
-# Copyright (c) 2008-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.macosx b/Makefile.macosx
index 5cdf36d1..6137c967 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -1,6 +1,6 @@
# Makefile.macosx - configuration for Apple Macintosh OS X -*- Makefile -*-
#
-# Copyright (c) 2008-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.mingw b/Makefile.mingw
index cf76ff48..e34f604c 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -1,6 +1,6 @@
# Makefile.mingw - configuration for MinGW (no MSYS) -*- Makefile -*-
#
-# Copyright (c) 2008-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.mingw-msys b/Makefile.mingw-msys
index b98943f1..d2ac34b4 100644
--- a/Makefile.mingw-msys
+++ b/Makefile.mingw-msys
@@ -1,6 +1,6 @@
# Makefile.mingw - configuration for MinGW (MSYS) -*- Makefile -*-
#
-# Copyright (c) 2008-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/Makefile.solaris b/Makefile.solaris
index 4d9f7a76..8228a680 100644
--- a/Makefile.solaris
+++ b/Makefile.solaris
@@ -1,6 +1,6 @@
# Makefile.solaris - configuration for Solaris -*- Makefile -*-
#
-# Copyright (c) 2008-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/README b/README
index f5b858aa..1f7a6589 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
=========================================
- (c) 2008-2012, The Chicken Team
+ (c) 2008-2013, The Chicken Team
(c) 2000-2007, Felix L. Winkelmann
version 4.8.2
diff --git a/apply-hack.ppc.darwin.S b/apply-hack.ppc.darwin.S
index 633dacc2..a7ee2c13 100644
--- a/apply-hack.ppc.darwin.S
+++ b/apply-hack.ppc.darwin.S
@@ -1,6 +1,6 @@
/* apply-hack.ppc.s
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 1484ff5a..0fcfc510 100644
--- a/apply-hack.ppc.sysv.S
+++ b/apply-hack.ppc.sysv.S
@@ -1,6 +1,6 @@
/* apply-hack.ppc.s
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 5539a4a3..67c8a1e0 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-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 c3407dfb..50799ce3 100644
--- a/apply-hack.x86.S
+++ b/apply-hack.x86.S
@@ -1,6 +1,6 @@
/* apply-hack.x86.S
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/banner.scm b/banner.scm
index 7cee8a04..52137924 100644
--- a/banner.scm
+++ b/banner.scm
@@ -4,8 +4,8 @@
(define-constant +product+ "CHICKEN")
(define-constant +banner+ #<<EOF
-(c)2008-2012 The Chicken Team
-(c)2000-2007 Felix L. Winkelmann
+(c) 2008-2013, The Chicken Team
+(c) 2000-2007, Felix L. Winkelmann
EOF
)
diff --git a/batch-driver.scm b/batch-driver.scm
index 467a2eb2..f994ae6e 100644
--- a/batch-driver.scm
+++ b/batch-driver.scm
@@ -1,6 +1,6 @@
;;;; batch-driver.scm - Driver procedure for the compiler
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/build-version.scm b/build-version.scm
index 06dc92a2..9365963d 100644
--- a/build-version.scm
+++ b/build-version.scm
@@ -1,6 +1,6 @@
;;;; build-version.scm
;
-; Copyright (c) 2011-2012, The Chicken Team
+; Copyright (c) 2011-2013, 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 9541c724..17257e5e 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-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/c-platform.scm b/c-platform.scm
index 0930d11f..85841b5c 100644
--- a/c-platform.scm
+++ b/c-platform.scm
@@ -1,6 +1,6 @@
;;;; c-platform.scm - Platform specific parameters and definitions
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/chicken-bug.scm b/chicken-bug.scm
index 202392aa..fc868be6 100644
--- a/chicken-bug.scm
+++ b/chicken-bug.scm
@@ -1,6 +1,6 @@
;;;; chicken-bug.scm - Bug report-generator
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 89d9f335..1d352b1c 100644
--- a/chicken-ffi-syntax.scm
+++ b/chicken-ffi-syntax.scm
@@ -1,6 +1,6 @@
;;;; chicken-ffi-syntax.scm
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/chicken-install.scm b/chicken-install.scm
index 63ef79a7..714cf74b 100644
--- a/chicken-install.scm
+++ b/chicken-install.scm
@@ -1,6 +1,6 @@
;;;; chicken-install.scm
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 6dbb6846..3064a591 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-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/chicken-status.scm b/chicken-status.scm
index cc0e89a6..3f20bdcc 100644
--- a/chicken-status.scm
+++ b/chicken-status.scm
@@ -1,6 +1,6 @@
;;;; chicken-status.scm
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 baf20180..9b3e91d8 100644
--- a/chicken-syntax.scm
+++ b/chicken-syntax.scm
@@ -1,6 +1,6 @@
;;;; chicken-syntax.scm - non-standard syntax extensions
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/chicken-uninstall.scm b/chicken-uninstall.scm
index bdcb55a3..f982c0b1 100644
--- a/chicken-uninstall.scm
+++ b/chicken-uninstall.scm
@@ -1,6 +1,6 @@
;;;; chicken-uninstall.scm
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 e128332e..0a45f1b5 100644
--- a/chicken.h
+++ b/chicken.h
@@ -1,6 +1,6 @@
/* chicken.h - General headerfile for compiler generated executables
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/chicken.import.scm b/chicken.import.scm
index 2df7896d..b394bf73 100644
--- a/chicken.import.scm
+++ b/chicken.import.scm
@@ -1,6 +1,6 @@
;;;; chicken.import.scm - import library for "chicken" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 c1582102..5c6ae73b 100644
--- a/chicken.scm
+++ b/chicken.scm
@@ -1,6 +1,6 @@
;;;; chicken.scm - The CHICKEN Scheme compiler (loader/main-module)
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/common-declarations.scm b/common-declarations.scm
index d02500da..e3d3f880 100644
--- a/common-declarations.scm
+++ b/common-declarations.scm
@@ -1,6 +1,6 @@
;;;; common-declarations.scm - settings for core libraries
;
-; Copyright (c) 2011-2012, The Chicken Team
+; Copyright (c) 2011-2013, 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-namespace.scm b/compiler-namespace.scm
index db1c1b64..7f42ec5c 100644
--- a/compiler-namespace.scm
+++ b/compiler-namespace.scm
@@ -1,6 +1,6 @@
;;;; compiler-namespace.scm - private namespace declarations for compiler units
;
-; Copyright (c) 2009-2012, The Chicken Team
+; Copyright (c) 2009-2013, 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 418a0c95..5c70cceb 100644
--- a/compiler-syntax.scm
+++ b/compiler-syntax.scm
@@ -1,6 +1,6 @@
;;;; compiler-syntax.scm - compiler syntax used internally
;
-; Copyright (c) 2009-2012, The Chicken Team
+; Copyright (c) 2009-2013, 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.scm b/compiler.scm
index c99260e8..ba6bb5ee 100644
--- a/compiler.scm
+++ b/compiler.scm
@@ -5,7 +5,7 @@
;
;
;--------------------------------------------------------------------------------------------
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/config-arch.sh b/config-arch.sh
index 20a457a3..94c6b9ec 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-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2000-2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/csc.scm b/csc.scm
index 96d7e5ee..42176736 100644
--- a/csc.scm
+++ b/csc.scm
@@ -1,6 +1,6 @@
;;;; csc.scm - Driver program for the CHICKEN compiler - felix -*- Scheme -*-
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/csi.import.scm b/csi.import.scm
index 34ad3714..1fc4cbb3 100644
--- a/csi.import.scm
+++ b/csi.import.scm
@@ -1,6 +1,6 @@
;;;; csi.import.scm - import library for "csi" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 e1f54acc..f883d0ab 100644
--- a/csi.scm
+++ b/csi.scm
@@ -1,6 +1,6 @@
;;;; csi.scm - Interpreter stub for CHICKEN
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 729c0f48..3b82805b 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-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 0ef3c5f7..56944ec0 100644
--- a/data-structures.scm
+++ b/data-structures.scm
@@ -1,6 +1,6 @@
;;; data-structures.scm - Optional data structures extensions
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 daa71707..ea4dbc84 100644
--- a/defaults.make
+++ b/defaults.make
@@ -1,6 +1,6 @@
# defaults.make - default settings -*- Makefile -*-
#
-# Copyright (c) 2008-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/eval.scm b/eval.scm
index d3d077ea..577dada6 100644
--- a/eval.scm
+++ b/eval.scm
@@ -1,6 +1,6 @@
;;;; eval.scm - Interpreter for CHICKEN
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/expand.scm b/expand.scm
index 06227e2d..49e3cc1c 100644
--- a/expand.scm
+++ b/expand.scm
@@ -1,6 +1,6 @@
;;;; expand.scm - The HI/LO expander
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 f5bc7446..8fa9f902 100644
--- a/extras.import.scm
+++ b/extras.import.scm
@@ -1,6 +1,6 @@
;;;; extras.import.scm - import library for "extras" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 2cc4d0ec..0e8b144e 100644
--- a/extras.scm
+++ b/extras.scm
@@ -1,6 +1,6 @@
;;; extras.scm - Optional non-standard extensions
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/files.import.scm b/files.import.scm
index ca650190..67861518 100644
--- a/files.import.scm
+++ b/files.import.scm
@@ -1,6 +1,6 @@
;;;; files.import.scm - import library for "files" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 2fc2bbdc..73983509 100644
--- a/files.scm
+++ b/files.scm
@@ -1,6 +1,6 @@
;;;; files.scm - File and pathname operations
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/foreign.import.scm b/foreign.import.scm
index ad44d7ff..eb2d664f 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-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 7c2d3c2d..5e75db5e 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-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 ccd2ad91..7cda6af5 100644
--- a/irregex.scm
+++ b/irregex.scm
@@ -1,6 +1,6 @@
;;;; irregex.scm - container for irregex-core.scm
;
-; Copyright (c) 2010-2012, The Chicken Team
+; Copyright (c) 2010-2013, 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 97e4101d..473663ce 100644
--- a/lfa2.scm
+++ b/lfa2.scm
@@ -1,6 +1,6 @@
;;;; lfa2.scm - a lightweight "secondary" flow analysis
;
-; Copyright (c) 2012, The Chicken Team
+; Copyright (c) 2012-2013, 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 46cfe49f..3cabd3d1 100644
--- a/library.scm
+++ b/library.scm
@@ -1,6 +1,6 @@
;;;; library.scm - R5RS library for the CHICKEN compiler
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/lolevel.import.scm b/lolevel.import.scm
index b6f5bf8a..c1c02597 100644
--- a/lolevel.import.scm
+++ b/lolevel.import.scm
@@ -1,6 +1,6 @@
;;;; lolevel.import.scm - import library for "lolevel" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 52b4318e..1adba1ea 100644
--- a/lolevel.scm
+++ b/lolevel.scm
@@ -1,6 +1,6 @@
;;;; lolevel.scm - Low-level routines for CHICKEN
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/modules.scm b/modules.scm
index b1571c2e..ece20bd6 100644
--- a/modules.scm
+++ b/modules.scm
@@ -1,6 +1,6 @@
;;;; modules.scm - module-system support
;
-; Copyright (c) 2011-2012, The Chicken Team
+; Copyright (c) 2011-2013, 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 d904246b..791e644a 100644
--- a/optimizer.scm
+++ b/optimizer.scm
@@ -1,6 +1,6 @@
;;;; optimizer.scm - The CHICKEN Scheme compiler (optimizations)
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/ports.import.scm b/ports.import.scm
index 476dcfb3..195daeb7 100644
--- a/ports.import.scm
+++ b/ports.import.scm
@@ -1,6 +1,6 @@
;;;; ports.import.scm - import library for "ports" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 1b7f2aa6..27bef167 100644
--- a/ports.scm
+++ b/ports.scm
@@ -1,6 +1,6 @@
;;; ports.scm - Optional non-standard ports
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/posix-common.scm b/posix-common.scm
index da6cb32b..1f7c4b33 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-2012, The Chicken Team
+; Copyright (c) 2010-2013, 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 f22a251e..48b243e8 100644
--- a/posix.import.scm
+++ b/posix.import.scm
@@ -1,6 +1,6 @@
;;;; posix.import.scm - import library for "posix" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 90fedd5c..9de549fb 100644
--- a/posixunix.scm
+++ b/posixunix.scm
@@ -1,6 +1,6 @@
;;;; posixunix.scm - Miscellaneous file- and process-handling routines
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/posixwin.scm b/posixwin.scm
index 982cd2c2..fecf75ff 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-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/private-namespace.scm b/private-namespace.scm
index 2f20b208..c4db6ff8 100644
--- a/private-namespace.scm
+++ b/private-namespace.scm
@@ -1,6 +1,6 @@
;;;; compiler-namespace.scm - A simple namespace system to keep compiler variables hidden
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/profiler.scm b/profiler.scm
index 32cf9810..d1b2b153 100644
--- a/profiler.scm
+++ b/profiler.scm
@@ -1,6 +1,6 @@
;;;; profiler.scm - Support code for profiling applications
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/rules.make b/rules.make
index 4b816797..db369691 100644
--- a/rules.make
+++ b/rules.make
@@ -1,6 +1,6 @@
# rules.make - basic build rules -*- Makefile -*-
#
-# Copyright (c) 2008-2012, The Chicken Team
+# Copyright (c) 2008-2013, The Chicken Team
# Copyright (c) 2000-2007, Felix L. Winkelmann
# All rights reserved.
#
diff --git a/runtime.c b/runtime.c
index 63e553cd..017e76f5 100644
--- a/runtime.c
+++ b/runtime.c
@@ -1,6 +1,6 @@
/* runtime.c - Runtime code for compiler generated executables
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/scheduler.scm b/scheduler.scm
index f42ae09e..ff521a76 100644
--- a/scheduler.scm
+++ b/scheduler.scm
@@ -1,6 +1,6 @@
; scheduler.scm - Basic scheduler for multithreading
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/scrutinizer.scm b/scrutinizer.scm
old mode 100755
new mode 100644
index 637e52df..696238b0
--- a/scrutinizer.scm
+++ b/scrutinizer.scm
@@ -1,6 +1,6 @@
;;;; scrutinizer.scm - The CHICKEN Scheme compiler (local flow analysis)
;
-; Copyright (c) 2009-2012, The Chicken Team
+; Copyright (c) 2009-2013, 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 c0461afd..9309ca80 100644
--- a/setup-api.scm
+++ b/setup-api.scm
@@ -1,6 +1,6 @@
;;;; setup-api.scm - build + installation API for eggs
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 1772013d..449de815 100644
--- a/setup-download.scm
+++ b/setup-download.scm
@@ -1,6 +1,6 @@
;;;; setup-download.scm
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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-1.import.scm b/srfi-1.import.scm
index c01a8070..fa190453 100644
--- a/srfi-1.import.scm
+++ b/srfi-1.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-1.import.scm - import library for "srfi-1" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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-13.import.scm b/srfi-13.import.scm
index b941dcef..91408259 100644
--- a/srfi-13.import.scm
+++ b/srfi-13.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-13.import.scm - import library for "srfi-13" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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-14.import.scm b/srfi-14.import.scm
index 3d553802..3bd69a0d 100644
--- a/srfi-14.import.scm
+++ b/srfi-14.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-14.import.scm - import library for "srfi-14" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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-18.import.scm b/srfi-18.import.scm
index cb10eacb..e0cb3115 100644
--- a/srfi-18.import.scm
+++ b/srfi-18.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-18.import.scm - import library for "srfi-18" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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-18.scm b/srfi-18.scm
index 44f5c67a..af4b9d54 100644
--- a/srfi-18.scm
+++ b/srfi-18.scm
@@ -1,6 +1,6 @@
;;;; srfi-18.scm - Simple thread unit - felix
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/srfi-4.import.scm b/srfi-4.import.scm
index b1e15c8b..52011fbc 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-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 e82dc4e7..991e9f5c 100644
--- a/srfi-4.scm
+++ b/srfi-4.scm
@@ -1,6 +1,6 @@
;;;; srfi-4.scm - Homogeneous numeric vectors
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/srfi-69.import.scm b/srfi-69.import.scm
index 74c82241..36982869 100644
--- a/srfi-69.import.scm
+++ b/srfi-69.import.scm
@@ -1,6 +1,6 @@
;;;; srfi-69.import.scm - import library for "srfi-69" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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-69.scm b/srfi-69.scm
index dada394f..c109c731 100644
--- a/srfi-69.scm
+++ b/srfi-69.scm
@@ -1,6 +1,6 @@
;;; srfi-69.scm - Optional non-standard extensions
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/stub.scm b/stub.scm
index f68c8710..51343089 100644
--- a/stub.scm
+++ b/stub.scm
@@ -1,6 +1,6 @@
;;;; stub.scm
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/support.scm b/support.scm
index 9a51b458..8842198c 100644
--- a/support.scm
+++ b/support.scm
@@ -1,6 +1,6 @@
;;;; support.scm - Miscellaneous support code for the CHICKEN compiler
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/tcp.import.scm b/tcp.import.scm
index ede74e86..6b5f65d0 100644
--- a/tcp.import.scm
+++ b/tcp.import.scm
@@ -1,6 +1,6 @@
;;;; tcp.import.scm - import library for "tcp" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 490ed8da..5072adff 100644
--- a/tcp.scm
+++ b/tcp.scm
@@ -1,6 +1,6 @@
;;;; tcp.scm - Networking stuff
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/tests/null.scm b/tests/null.scm
index a18c6409..5567cfdb 100644
--- a/tests/null.scm
+++ b/tests/null.scm
@@ -1,6 +1,6 @@
;;;; null.scm - the empty program
;
-; Copyright (c) 2010-2012, The Chicken Team
+; Copyright (c) 2010-2013, 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 3dd01d86..37dfb535 100644
--- a/tweaks.scm
+++ b/tweaks.scm
@@ -1,6 +1,6 @@
;;;; tweaks.scm - Some inline-routines and declarations for the compiler
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
diff --git a/types.db b/types.db
index cbb2749f..bad60cbe 100644
--- a/types.db
+++ b/types.db
@@ -1,6 +1,6 @@
;;;; types.db - Type-information for core library functions -*- Scheme -*-
;
-; Copyright (c) 2009-2012, The Chicken Team
+; Copyright (c) 2009-2013, 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 00f3e378..0775546d 100644
--- a/utils.import.scm
+++ b/utils.import.scm
@@ -1,6 +1,6 @@
;;;; utils.import.scm - import library for "utils" module
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, 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 f04a2d3d..715219d5 100644
--- a/utils.scm
+++ b/utils.scm
@@ -1,6 +1,6 @@
;;;; utils.scm - Utilities for scripting and file stuff
;
-; Copyright (c) 2008-2012, The Chicken Team
+; Copyright (c) 2008-2013, The Chicken Team
; Copyright (c) 2000-2007, Felix L. Winkelmann
; All rights reserved.
;
Trap