~ chicken-core (chicken-5) 3dba781d64e585afc973476af1301bd4bc66792d
commit 3dba781d64e585afc973476af1301bd4bc66792d Author: Peter Bex <peter@more-magic.net> AuthorDate: Mon Sep 26 14:51:33 2016 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Mon Sep 26 14:51:33 2016 +0200 Updated copyright year to 2016. Used (more or less) the same script as on the master branch: git grep -Il '(c) [0-9-]*, The CHICKEN Team' | while read i; do sed -ri 's/\(c\) (([0-9]+)-|(2015))(2015)?,/(c) \2\3-2016,/' "$i"; done diff --git a/GNUmakefile b/GNUmakefile index 7a3c1444..e4bee2e4 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-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/LICENSE b/LICENSE index 97cc5bee..bafdac0b 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ CHICKEN falls under the following main license: - Copyright (c) 2007-2015, The CHICKEN Team + Copyright (c) 2007-2016, The CHICKEN Team Copyright (c) 2000-2007, Felix L. Winkelmann All rights reserved. @@ -60,7 +60,7 @@ synrules.scm: irregex.scm: - Copyright (c) 2005-2015, Alex Shinn + Copyright (c) 2005-2016, Alex Shinn All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Makefile.aix b/Makefile.aix index 3884dcec..fd71f7fd 100644 --- a/Makefile.aix +++ b/Makefile.aix @@ -1,6 +1,6 @@ # Makefile.aix - configuration for AIX -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # Copyright (c) 2013-2015, Erik W. Falor # All rights reserved. diff --git a/Makefile.android b/Makefile.android index c48b4f73..2fe785a8 100644 --- a/Makefile.android +++ b/Makefile.android @@ -1,6 +1,6 @@ # Makefile.android - configuration for Android -*- Makefile -*- # -# Copyright (c) 2013-2015, The CHICKEN Team +# Copyright (c) 2013-2016, 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 bf64a15a..8a089bc6 100644 --- a/Makefile.bsd +++ b/Makefile.bsd @@ -1,6 +1,6 @@ # Makefile.bsd - configuration for BSD UNIX -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, 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 6bb28be4..338adfdb 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-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.cygwin b/Makefile.cygwin index b4587f5f..05b0014f 100644 --- a/Makefile.cygwin +++ b/Makefile.cygwin @@ -1,6 +1,6 @@ # Makefile.cygwin - configuration for Linux -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.haiku b/Makefile.haiku index 11787e01..4e448e90 100644 --- a/Makefile.haiku +++ b/Makefile.haiku @@ -1,6 +1,6 @@ # Makefile.haiku - configuration for Haiku -*- Makefile -*- # -# Copyright (c) 2011-2015, The CHICKEN Team +# Copyright (c) 2011-2016, 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 1feb5808..bd7549b2 100644 --- a/Makefile.hurd +++ b/Makefile.hurd @@ -1,6 +1,6 @@ # Makefile.hurd - configuration for Hurd -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.linux b/Makefile.linux index 276f9ff8..f0d3ae6b 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -1,6 +1,6 @@ # Makefile.linux - configuration for Linux -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.macosx b/Makefile.macosx index 13792bd9..88906dd1 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -1,6 +1,6 @@ # Makefile.macosx - configuration for Apple Macintosh OS X -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.mingw b/Makefile.mingw index f9cda73a..c249f45e 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -1,6 +1,6 @@ # Makefile.mingw - configuration for MinGW (no MSYS) -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.mingw-msys b/Makefile.mingw-msys index 981b8d5e..5b2aab90 100644 --- a/Makefile.mingw-msys +++ b/Makefile.mingw-msys @@ -1,6 +1,6 @@ # Makefile.mingw - configuration for MinGW (MSYS) -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.solaris b/Makefile.solaris index c290665f..22daf3f7 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -1,6 +1,6 @@ # Makefile.solaris - configuration for Solaris -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/README b/README index 70f12e48..af965474 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ ========================================= - (c) 2008-2015, The CHICKEN Team + (c) 2008-2016, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann version 5.0.0 diff --git a/banner.scm b/banner.scm index a2db3dd7..8121a830 100644 --- a/banner.scm +++ b/banner.scm @@ -4,7 +4,7 @@ (define-constant +product+ "CHICKEN") (define-constant +banner+ #<<EOF -(c) 2008-2015, The CHICKEN Team +(c) 2008-2016, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann EOF diff --git a/batch-driver.scm b/batch-driver.scm index e33e38c5..bfc9543c 100644 --- a/batch-driver.scm +++ b/batch-driver.scm @@ -1,6 +1,6 @@ ;;;; batch-driver.scm - Driver procedure for the compiler ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/build-version.scm b/build-version.scm index 5dc66c65..51ebbcd6 100644 --- a/build-version.scm +++ b/build-version.scm @@ -1,6 +1,6 @@ ;;;; build-version.scm ; -; Copyright (c) 2011-2015, The CHICKEN Team +; Copyright (c) 2011-2016, 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 c4cd6b37..6e271e43 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-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/c-platform.scm b/c-platform.scm index acd0b533..7e4528b3 100644 --- a/c-platform.scm +++ b/c-platform.scm @@ -1,6 +1,6 @@ ;;;; c-platform.scm - Platform specific parameters and definitions ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken-bug.scm b/chicken-bug.scm index 7d12338c..d85ab35c 100644 --- a/chicken-bug.scm +++ b/chicken-bug.scm @@ -1,6 +1,6 @@ ;;;; chicken-bug.scm - Bug report-generator ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, 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 7c1588b7..9bbe73f6 100644 --- a/chicken-ffi-syntax.scm +++ b/chicken-ffi-syntax.scm @@ -1,6 +1,6 @@ ;;;; chicken-ffi-syntax.scm ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken-install.scm b/chicken-install.scm index 72e6eb26..853827b4 100644 --- a/chicken-install.scm +++ b/chicken-install.scm @@ -1,6 +1,6 @@ ;;;; chicken-install.scm ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, 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 8a3538f4..c7230e40 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-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken-status.scm b/chicken-status.scm index 3006fae8..c2a9615d 100644 --- a/chicken-status.scm +++ b/chicken-status.scm @@ -1,6 +1,6 @@ ;;;; chicken-status.scm ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, 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 1ec885ce..b4a19a19 100644 --- a/chicken-syntax.scm +++ b/chicken-syntax.scm @@ -1,6 +1,6 @@ ;;;; chicken-syntax.scm - non-standard syntax extensions ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken-uninstall.scm b/chicken-uninstall.scm index 19051308..7de0a74f 100644 --- a/chicken-uninstall.scm +++ b/chicken-uninstall.scm @@ -1,6 +1,6 @@ ;;;; chicken-uninstall.scm ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/chicken.csi.import.scm b/chicken.csi.import.scm index 104799d0..ea00c8a7 100644 --- a/chicken.csi.import.scm +++ b/chicken.csi.import.scm @@ -1,6 +1,6 @@ ;;;; chicken.csi.import.scm - import library for "chicken.csi" module ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/chicken.foreign.import.scm b/chicken.foreign.import.scm index bfee5927..950a358c 100644 --- a/chicken.foreign.import.scm +++ b/chicken.foreign.import.scm @@ -1,6 +1,6 @@ ;;;; chicken.foreign.import.scm - import library for "foreign" pseudo module ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, 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 9e736660..9dc96595 100644 --- a/chicken.h +++ b/chicken.h @@ -1,6 +1,6 @@ /* chicken.h - General headerfile for compiler generated executables ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken.import.scm b/chicken.import.scm index de0ce6bc..3616ed61 100644 --- a/chicken.import.scm +++ b/chicken.import.scm @@ -1,6 +1,6 @@ ;;;; chicken.import.scm - import library for "chicken" module ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, 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 ac9dba87..a391361a 100644 --- a/chicken.scm +++ b/chicken.scm @@ -1,6 +1,6 @@ ;;;; chicken.scm - The CHICKEN Scheme compiler (loader/main-module) ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/common-declarations.scm b/common-declarations.scm index 53dbe124..27ce2977 100644 --- a/common-declarations.scm +++ b/common-declarations.scm @@ -1,6 +1,6 @@ ;;;; common-declarations.scm - settings for core libraries ; -; Copyright (c) 2011-2015, The CHICKEN Team +; Copyright (c) 2011-2016, 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 f9ae4197..b944e8bc 100644 --- a/compiler-syntax.scm +++ b/compiler-syntax.scm @@ -1,6 +1,6 @@ ;;;; compiler-syntax.scm - compiler syntax used internally ; -; Copyright (c) 2009-2015, The CHICKEN Team +; Copyright (c) 2009-2016, 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 d6bd69c6..fdd72092 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-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2000-2007, Felix L. Winkelmann # All rights reserved. # diff --git a/core.scm b/core.scm index 6ba31078..574c8fc1 100644 --- a/core.scm +++ b/core.scm @@ -5,7 +5,7 @@ ; ; ;-------------------------------------------------------------------------------------------- -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/csc.scm b/csc.scm index ea59f069..822947da 100644 --- a/csc.scm +++ b/csc.scm @@ -1,6 +1,6 @@ ;;;; csc.scm - Driver program for the CHICKEN compiler - felix -*- Scheme -*- ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/csi.scm b/csi.scm index fee1e83a..b0ed7cf6 100644 --- a/csi.scm +++ b/csi.scm @@ -1,6 +1,6 @@ ;;;; csi.scm - Interpreter stub for CHICKEN ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/data-structures.scm b/data-structures.scm index 2e78205d..73b6c6f5 100644 --- a/data-structures.scm +++ b/data-structures.scm @@ -1,6 +1,6 @@ ;;; data-structures.scm - Optional data structures extensions ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without diff --git a/dbg-stub.c b/dbg-stub.c index 953f7867..b41ec346 100644 --- a/dbg-stub.c +++ b/dbg-stub.c @@ -1,6 +1,6 @@ /* dbg-stub.c - Client-side interface, lowlevel part ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/defaults.make b/defaults.make index d42c7b82..9a09c895 100644 --- a/defaults.make +++ b/defaults.make @@ -1,6 +1,6 @@ # defaults.make - default settings -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/eval.scm b/eval.scm index 7ee369a3..2bb9def7 100644 --- a/eval.scm +++ b/eval.scm @@ -1,6 +1,6 @@ ;;;; eval.scm - Interpreter for CHICKEN ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/expand.scm b/expand.scm index 29ef3fa6..783b34d6 100644 --- a/expand.scm +++ b/expand.scm @@ -1,6 +1,6 @@ ;;;; expand.scm - The HI/LO expander ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, 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 c04f9ef9..f064a331 100644 --- a/extras.scm +++ b/extras.scm @@ -1,6 +1,6 @@ ;;; extras.scm - Optional non-standard extensions ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/feathers.bat.in b/feathers.bat.in index cf3bf166..cc12275e 100644 --- a/feathers.bat.in +++ b/feathers.bat.in @@ -2,7 +2,7 @@ rem loader for feathers.tcl, the CHICKEN debugger rem -rem Copyright (c) 2015, The CHICKEN Team +rem Copyright (c) 2015-2016, The CHICKEN Team rem All rights reserved. rem rem Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/feathers.in b/feathers.in index 4590f288..6dc29056 100644 --- a/feathers.in +++ b/feathers.in @@ -2,7 +2,7 @@ # # loader for feathers.tcl, the CHICKEN debugger # -# Copyright (c) 2015, The CHICKEN Team +# Copyright (c) 2015-2016, The CHICKEN Team # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/feathers.tcl b/feathers.tcl index fee1203a..59451f37 100644 --- a/feathers.tcl +++ b/feathers.tcl @@ -2,7 +2,7 @@ # # a graphical debugger for compiled CHICKEN programs # -# Copyright (c) 2015, The CHICKEN Team +# Copyright (c) 2015-2016, 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 4caf665d..4a086f09 100644 --- a/files.scm +++ b/files.scm @@ -1,6 +1,6 @@ ;;;; files.scm - File operations ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/internal.scm b/internal.scm index 08f9fcb1..bfa586e2 100644 --- a/internal.scm +++ b/internal.scm @@ -1,6 +1,6 @@ ;;;; internal.scm - Runtime support module for CHICKEN ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/irregex.scm b/irregex.scm index 58810122..39071c07 100644 --- a/irregex.scm +++ b/irregex.scm @@ -1,6 +1,6 @@ ;;;; irregex.scm - container for irregex-core.scm ; -; Copyright (c) 2010-2015, The CHICKEN Team +; Copyright (c) 2010-2016, 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 6b74f4b2..70b5e0bd 100644 --- a/lfa2.scm +++ b/lfa2.scm @@ -1,6 +1,6 @@ ;;;; lfa2.scm - a lightweight "secondary" flow analysis ; -; Copyright (c) 2012-2015, The CHICKEN Team +; Copyright (c) 2012-2016, 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 2d1673bc..ad95dcda 100644 --- a/library.scm +++ b/library.scm @@ -1,6 +1,6 @@ ;;;; library.scm - R5RS library for the CHICKEN compiler ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/lolevel.scm b/lolevel.scm index e53d5264..bac44f9c 100644 --- a/lolevel.scm +++ b/lolevel.scm @@ -1,6 +1,6 @@ ;;;; lolevel.scm - Low-level routines for CHICKEN ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/manual/Getting started b/manual/Getting started index 585e8ce3..eed44026 100644 --- a/manual/Getting started +++ b/manual/Getting started @@ -287,7 +287,7 @@ To invoke the CHICKEN interpreter, you use the {{csi}} command. $ csi CHICKEN - (c) 2008-2015, The CHICKEN Team + (c) 2008-2016, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann Version 4.9.0.1 (stability/4.9.0) (rev 8b3189b) linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ] diff --git a/mini-srfi-1.scm b/mini-srfi-1.scm index e3823ee3..df2bc83c 100644 --- a/mini-srfi-1.scm +++ b/mini-srfi-1.scm @@ -1,7 +1,7 @@ ;;;; minimal implementation of SRFI-1 primitives ; ; -; Copyright (c) 2015, The CHICKEN Team +; Copyright (c) 2015-2016, The CHICKEN Team ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/modules.scm b/modules.scm index d6ce8c60..9f3ce280 100644 --- a/modules.scm +++ b/modules.scm @@ -1,6 +1,6 @@ ;;;; modules.scm - module-system support ; -; Copyright (c) 2011-2015, The CHICKEN Team +; Copyright (c) 2011-2016, 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 4c97bd9e..fa810556 100644 --- a/optimizer.scm +++ b/optimizer.scm @@ -1,6 +1,6 @@ ;;;; optimizer.scm - The CHICKEN Scheme compiler (optimizations) ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/ports.scm b/ports.scm index 0396423e..2f5711c8 100644 --- a/ports.scm +++ b/ports.scm @@ -1,6 +1,6 @@ ;;; ports.scm - Optional non-standard ports ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/posix-common.scm b/posix-common.scm index 83f360d4..0c85f00b 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-2015, The CHICKEN Team +; Copyright (c) 2010-2016, 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 54181fda..b73df203 100644 --- a/posixunix.scm +++ b/posixunix.scm @@ -1,6 +1,6 @@ ;;;; posixunix.scm - Miscellaneous file- and process-handling routines ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/posixwin.scm b/posixwin.scm index 302a91b1..efdfd27b 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-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/profiler.scm b/profiler.scm index c13f5658..01c791cc 100644 --- a/profiler.scm +++ b/profiler.scm @@ -1,6 +1,6 @@ ;;;; profiler.scm - Support code for profiling applications ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/rules.make b/rules.make index 2d41e998..09fdd76f 100644 --- a/rules.make +++ b/rules.make @@ -1,6 +1,6 @@ # rules.make - basic build rules -*- Makefile -*- # -# Copyright (c) 2008-2015, The CHICKEN Team +# Copyright (c) 2008-2016, The CHICKEN Team # Copyright (c) 2000-2007, Felix L. Winkelmann # All rights reserved. # diff --git a/runtime.c b/runtime.c index 403ac8ff..02acfe51 100644 --- a/runtime.c +++ b/runtime.c @@ -1,6 +1,6 @@ /* runtime.c - Runtime code for compiler generated executables ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/scheduler.scm b/scheduler.scm index 73a39b09..1e028f89 100644 --- a/scheduler.scm +++ b/scheduler.scm @@ -1,6 +1,6 @@ ; scheduler.scm - Basic scheduler for multithreading ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/scrutinizer.scm b/scrutinizer.scm index 5f1dd8ce..ea19bac2 100644 --- a/scrutinizer.scm +++ b/scrutinizer.scm @@ -1,6 +1,6 @@ ;;;; scrutinizer.scm - The CHICKEN Scheme compiler (local flow analysis) ; -; Copyright (c) 2009-2015, The CHICKEN Team +; Copyright (c) 2009-2016, 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 b97077be..0eed0a59 100644 --- a/setup-api.scm +++ b/setup-api.scm @@ -1,6 +1,6 @@ ;;;; setup-api.scm - build + installation API for eggs ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, 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 64967e72..f4f257d7 100644 --- a/setup-download.scm +++ b/setup-download.scm @@ -1,6 +1,6 @@ ;;;; setup-download.scm ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, 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 25a15cd4..4c397ba8 100644 --- a/srfi-4.scm +++ b/srfi-4.scm @@ -1,6 +1,6 @@ ;;;; srfi-4.scm - Homogeneous numeric vectors ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/stub.scm b/stub.scm index dccdc08c..0229c1f0 100644 --- a/stub.scm +++ b/stub.scm @@ -1,6 +1,6 @@ ;;;; stub.scm ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/support.scm b/support.scm index b129f252..1bce489a 100644 --- a/support.scm +++ b/support.scm @@ -1,6 +1,6 @@ ;;;; support.scm - Miscellaneous support code for the CHICKEN compiler ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/tcp.scm b/tcp.scm index bdb90cab..81b10888 100644 --- a/tcp.scm +++ b/tcp.scm @@ -1,6 +1,6 @@ ;;;; tcp.scm - Networking stuff ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/tests/null.scm b/tests/null.scm index 91f9e23f..5d569fc8 100644 --- a/tests/null.scm +++ b/tests/null.scm @@ -1,6 +1,6 @@ ;;;; null.scm - the empty program ; -; Copyright (c) 2010-2015, The CHICKEN Team +; Copyright (c) 2010-2016, 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 3de1606b..c24da8f2 100644 --- a/tweaks.scm +++ b/tweaks.scm @@ -1,6 +1,6 @@ ;;;; tweaks.scm - Some inline-routines and declarations for the compiler ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/types.db b/types.db index c9640d9b..e6e31a66 100644 --- a/types.db +++ b/types.db @@ -1,6 +1,6 @@ ;;;; types.db - Type-information for core library functions -*- Scheme -*- ; -; Copyright (c) 2009-2015, The CHICKEN Team +; Copyright (c) 2009-2016, 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 ca944255..6e9c4b02 100644 --- a/utils.scm +++ b/utils.scm @@ -1,6 +1,6 @@ ;;;; utils.scm - Utilities for scripting and file stuff ; -; Copyright (c) 2008-2015, The CHICKEN Team +; Copyright (c) 2008-2016, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ;Trap