~ chicken-core (chicken-5) d91a1a28e0ee0d9f3dc57319b797da5c0b908c0b
commit d91a1a28e0ee0d9f3dc57319b797da5c0b908c0b Author: Moritz Heidkamp <moritz.heidkamp@bevuta.com> AuthorDate: Sat Jun 6 14:28:59 2015 +0200 Commit: Moritz Heidkamp <moritz.heidkamp@bevuta.com> CommitDate: Sat Jun 6 14:28:59 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 ec575177..71624fdf 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 1ef18446..8ae6c58e 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 f0c26725..a5fa323d 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 eade651d..7f10d024 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 86a45ce3..b3e6846b 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 f02219c6..6c272459 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 d48b0f91..1d5fe195 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 2ef6ef4d..3b3e0ea3 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 f38b2578..63dd804e 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 b0b0f0cd..a7fc346a 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 edc42ec8..f81fc4b9 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 9f199073..57bedf6b 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 0c29471f..dd788989 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 6389d8c9..94a2f138 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 3e0343a0..4851faec 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-namespace.scm b/compiler-namespace.scm index 7af9593f..2806727b 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-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/compiler-syntax.scm b/compiler-syntax.scm index db28e68e..eedbdfdf 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/compiler.scm b/compiler.scm index bc3bccde..55dbda68 100644 --- a/compiler.scm +++ b/compiler.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/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/csc.scm b/csc.scm index 59556aa0..54d29e2b 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 4bd04691..e68aa7df 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 2ddd78b7..eb90605a 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 511a3c1f..b67065ee 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 6acc9d1e..ea0fe28f 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 bbcd86c0..af1746aa 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 427a49a9..7caba231 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 9d575e8c..7990d30a 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 be49afa3..e2f12a17 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 dd2a3638..0e1a5821 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 8b2bddc0..4cec0bf3 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 b8ed9952..edb00481 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 7afb5167..8ff2d5ec 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 7ec0b4e5..9a1c227d 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 69b625d7..9cf38ae0 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 02d3ca8c..44298b3b 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 3f368de5..662553f1 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 0af657d6..646553b0 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/private-namespace.scm b/private-namespace.scm index a71b552b..be789848 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-2014, The CHICKEN Team +; Copyright (c) 2008-2015, The CHICKEN Team ; Copyright (c) 2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/profiler.scm b/profiler.scm index 6e3c084b..a4b4958e 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 4269980f..62dfc197 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 adc464de..8267954d 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 ff5d80d2..e31f6c89 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 f03f7999..62378df1 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 1532a0fd..547558ab 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 1e709903..41de68e4 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-1.import.scm b/srfi-1.import.scm index 061eb738..624f480a 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-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-13.import.scm b/srfi-13.import.scm index 1dde4489..33ca78c9 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-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-14.import.scm b/srfi-14.import.scm index af179279..b48c676a 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-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-18.import.scm b/srfi-18.import.scm index 8c6968c7..bab6f6ef 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-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-18.scm b/srfi-18.scm index 189ba669..7c908f21 100644 --- a/srfi-18.scm +++ b/srfi-18.scm @@ -1,6 +1,6 @@ ;;;; srfi-18.scm - Simple thread unit - felix ; -; 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/srfi-4.import.scm b/srfi-4.import.scm index db682f63..169a9151 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 5cd346e0..dfa8150b 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/srfi-69.import.scm b/srfi-69.import.scm index 600fb35d..4040cde9 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-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-69.scm b/srfi-69.scm index c65235a4..acea2401 100644 --- a/srfi-69.scm +++ b/srfi-69.scm @@ -1,6 +1,6 @@ ;;; srfi-69.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/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 d91f53b2..df306814 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 1652cbce..d3c2e972 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 ce07444c..0b8226b0 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 52969b95..fccd3d2d 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