~ chicken-core (chicken-5) 2b8d138676ee1a3228b642cfa498bb7bdf7ee9f9
commit 2b8d138676ee1a3228b642cfa498bb7bdf7ee9f9 Author: Peter Bex <peter@more-magic.net> AuthorDate: Sat May 18 14:02:59 2019 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Sat May 18 14:02:59 2019 +0200 Update copyright year to 2019 diff --git a/GNUmakefile b/GNUmakefile index ebd6ffe2..feea5d14 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-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/LICENSE b/LICENSE index 6ef11e82..f67163d4 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ CHICKEN falls under the following main license: - Copyright (c) 2007-2018, The CHICKEN Team + Copyright (c) 2007-2019, The CHICKEN Team Copyright (c) 2000-2007, Felix L. Winkelmann All rights reserved. diff --git a/Makefile.aix b/Makefile.aix index cd41afd6..c26adfee 100644 --- a/Makefile.aix +++ b/Makefile.aix @@ -1,6 +1,6 @@ # Makefile.aix - configuration for AIX -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, 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 eb8d1f48..86357c10 100644 --- a/Makefile.android +++ b/Makefile.android @@ -1,6 +1,6 @@ # Makefile.android - configuration for Android -*- Makefile -*- # -# Copyright (c) 2013-2018, The CHICKEN Team +# Copyright (c) 2013-2019, 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 56dda749..9bccb806 100644 --- a/Makefile.bsd +++ b/Makefile.bsd @@ -1,6 +1,6 @@ # Makefile.bsd - configuration for BSD UNIX -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, 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 2b5caa2f..0c0af92a 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-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.cygwin b/Makefile.cygwin index aa9dd651..da7c0c62 100644 --- a/Makefile.cygwin +++ b/Makefile.cygwin @@ -1,6 +1,6 @@ # Makefile.cygwin - configuration for Linux -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.haiku b/Makefile.haiku index 027cb99f..0c7f616a 100644 --- a/Makefile.haiku +++ b/Makefile.haiku @@ -1,6 +1,6 @@ # Makefile.haiku - configuration for Haiku -*- Makefile -*- # -# Copyright (c) 2011-2018, The CHICKEN Team +# Copyright (c) 2011-2019, 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 3ffdb0ec..d2a87ead 100644 --- a/Makefile.hurd +++ b/Makefile.hurd @@ -1,6 +1,6 @@ # Makefile.hurd - configuration for Hurd -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.linux b/Makefile.linux index 7aa57f24..1a8fa997 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -1,6 +1,6 @@ # Makefile.linux - configuration for Linux -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.macosx b/Makefile.macosx index 861d7fb3..1d5d79c5 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -1,6 +1,6 @@ # Makefile.macosx - configuration for Apple Macintosh OS X -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.mingw b/Makefile.mingw index e0d35d0a..e150410f 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -1,6 +1,6 @@ # Makefile.mingw - configuration for MinGW (no MSYS) -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.mingw-msys b/Makefile.mingw-msys index 618a3d39..99f0c314 100644 --- a/Makefile.mingw-msys +++ b/Makefile.mingw-msys @@ -1,6 +1,6 @@ # Makefile.mingw - configuration for MinGW (MSYS) -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/Makefile.solaris b/Makefile.solaris index e54e5e50..8f181f6c 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -1,6 +1,6 @@ # Makefile.solaris - configuration for Solaris -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/README b/README index 7b95b7c0..130b0ec8 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ ========================================= - (c) 2008-2018, The CHICKEN Team + (c) 2008-2019, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann version 5.0.3 diff --git a/banner.scm b/banner.scm index ce1c5cb2..af59470d 100644 --- a/banner.scm +++ b/banner.scm @@ -3,7 +3,7 @@ (define-constant +banner+ #<<EOF CHICKEN -(c) 2008-2018, The CHICKEN Team +(c) 2008-2019, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann EOF diff --git a/batch-driver.scm b/batch-driver.scm index 731c0a94..f0cfc2b1 100644 --- a/batch-driver.scm +++ b/batch-driver.scm @@ -1,6 +1,6 @@ ;;;; batch-driver.scm - Driver procedure for the compiler ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/build-version.scm b/build-version.scm index bac9e17d..fe160500 100644 --- a/build-version.scm +++ b/build-version.scm @@ -1,6 +1,6 @@ ;;;; build-version.scm ; -; Copyright (c) 2011-2018, The CHICKEN Team +; Copyright (c) 2011-2019, 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 037eab3e..b13e6e72 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-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/c-platform.scm b/c-platform.scm index cac8bbbc..03f356ce 100644 --- a/c-platform.scm +++ b/c-platform.scm @@ -1,6 +1,6 @@ ;;;; c-platform.scm - Platform specific parameters and definitions ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken-do.c b/chicken-do.c index 9895d6a8..414a8b47 100644 --- a/chicken-do.c +++ b/chicken-do.c @@ -2,7 +2,7 @@ ; ; Execute command if dependency changed or target is out of date. ; -; Copyright (c) 2017-2018, The CHICKEN Team +; Copyright (c) 2017-2019, 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-do.mdoc b/chicken-do.mdoc index c9216b28..02d4c716 100644 --- a/chicken-do.mdoc +++ b/chicken-do.mdoc @@ -1,4 +1,4 @@ -.\" Copyright (c) 2017-2018, The CHICKEN Team +.\" Copyright (c) 2017-2019, The CHICKEN Team .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/chicken-ffi-syntax.scm b/chicken-ffi-syntax.scm index da7a6fc6..1ba5348b 100644 --- a/chicken-ffi-syntax.scm +++ b/chicken-ffi-syntax.scm @@ -1,6 +1,6 @@ ;;;; chicken-ffi-syntax.scm ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken-install.mdoc b/chicken-install.mdoc index 867b6d2f..ae3dfffb 100644 --- a/chicken-install.mdoc +++ b/chicken-install.mdoc @@ -1,4 +1,4 @@ -.\" Copyright (c) 2007-2018, The CHICKEN Team +.\" Copyright (c) 2007-2019, The CHICKEN Team .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/chicken-install.scm b/chicken-install.scm index 91af7ddf..00c20249 100644 --- a/chicken-install.scm +++ b/chicken-install.scm @@ -1,6 +1,6 @@ ;;;; chicken-install.scm ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/chicken-profile.mdoc b/chicken-profile.mdoc index 90f88ba3..a321d40c 100644 --- a/chicken-profile.mdoc +++ b/chicken-profile.mdoc @@ -1,4 +1,4 @@ -.\" Copyright (c) 2007-2018, The CHICKEN Team +.\" Copyright (c) 2007-2019, The CHICKEN Team .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/chicken-profile.scm b/chicken-profile.scm index 06c174a4..21c4e17c 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-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken-status.mdoc b/chicken-status.mdoc index 042c3866..2c5dcec2 100644 --- a/chicken-status.mdoc +++ b/chicken-status.mdoc @@ -1,4 +1,4 @@ -.\" Copyright (c) 2007-2018, The CHICKEN Team +.\" Copyright (c) 2007-2019, The CHICKEN Team .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/chicken-status.scm b/chicken-status.scm index 93e0a161..523f47a8 100644 --- a/chicken-status.scm +++ b/chicken-status.scm @@ -1,6 +1,6 @@ ;;;; chicken-status.scm ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, 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 dbf74803..86aa74c7 100644 --- a/chicken-syntax.scm +++ b/chicken-syntax.scm @@ -1,6 +1,6 @@ ;;;; chicken-syntax.scm - non-standard syntax extensions ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken-uninstall.mdoc b/chicken-uninstall.mdoc index 15f1f59b..a9985b5b 100644 --- a/chicken-uninstall.mdoc +++ b/chicken-uninstall.mdoc @@ -1,4 +1,4 @@ -.\" Copyright (c) 2007-2018, The CHICKEN Team +.\" Copyright (c) 2007-2019, The CHICKEN Team .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/chicken-uninstall.scm b/chicken-uninstall.scm index 1854c685..c4bbdc31 100644 --- a/chicken-uninstall.scm +++ b/chicken-uninstall.scm @@ -1,6 +1,6 @@ ;;;; chicken-uninstall.scm ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, 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.base.import.scm b/chicken.base.import.scm index 24f57018..7c823271 100644 --- a/chicken.base.import.scm +++ b/chicken.base.import.scm @@ -1,6 +1,6 @@ ;;;; chicken.base.import.scm - import library for "chicken.base" module ; -; Copyright (c) 2017-2018, The CHICKEN Team +; Copyright (c) 2017-2019, 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.condition.import.scm b/chicken.condition.import.scm index 92eb03df..937b5c4b 100644 --- a/chicken.condition.import.scm +++ b/chicken.condition.import.scm @@ -1,6 +1,6 @@ ;;;; chicken.condition.import.scm - import library for "chicken.condition" module ; -; Copyright (c) 2017-2018, The CHICKEN Team +; Copyright (c) 2017-2019, 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 6e909d3c..42d2e477 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-2018, The CHICKEN Team +; Copyright (c) 2008-2019, 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 004c157f..9da37d8b 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-2018, The CHICKEN Team +; Copyright (c) 2008-2019, 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 20dab23e..259208ec 100644 --- a/chicken.h +++ b/chicken.h @@ -1,6 +1,6 @@ /* chicken.h - General headerfile for compiler generated executables ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken.mdoc b/chicken.mdoc index 8812909f..4e885999 100644 --- a/chicken.mdoc +++ b/chicken.mdoc @@ -1,4 +1,4 @@ -.\" Copyright (c) 2007-2018, The CHICKEN Team +.\" Copyright (c) 2007-2019, The CHICKEN Team .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/chicken.scm b/chicken.scm index 501da969..77cb8baa 100644 --- a/chicken.scm +++ b/chicken.scm @@ -1,6 +1,6 @@ ;;;; chicken.scm - The CHICKEN Scheme compiler (loader/main-module) ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/chicken.syntax.import.scm b/chicken.syntax.import.scm index 16a5054a..fe239ffb 100644 --- a/chicken.syntax.import.scm +++ b/chicken.syntax.import.scm @@ -1,6 +1,6 @@ ;;;; chicken.syntax.import.scm - import library for "chicken.syntax" module ; -; Copyright (c) 2017-2018, The CHICKEN Team +; Copyright (c) 2017-2019, 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.time.import.scm b/chicken.time.import.scm index 6face8a7..961f43e7 100644 --- a/chicken.time.import.scm +++ b/chicken.time.import.scm @@ -1,6 +1,6 @@ ;;;; chicken.time.import.scm - GENERATED BY CHICKEN 5.0.0 -*- Scheme -*- ; -; Copyright (c) 2018, The CHICKEN Team +; Copyright (c) 2018-2019, 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/common-declarations.scm b/common-declarations.scm index 6c8e7319..2a3e1b2c 100644 --- a/common-declarations.scm +++ b/common-declarations.scm @@ -1,6 +1,6 @@ ;;;; common-declarations.scm - settings for core libraries ; -; Copyright (c) 2011-2018, The CHICKEN Team +; Copyright (c) 2011-2019, 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 ca73b5ac..35961a0a 100644 --- a/compiler-syntax.scm +++ b/compiler-syntax.scm @@ -1,6 +1,6 @@ ;;;; compiler-syntax.scm - compiler syntax used internally ; -; Copyright (c) 2009-2018, The CHICKEN Team +; Copyright (c) 2009-2019, 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 3636ff79..59586b09 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-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2000-2007, Felix L. Winkelmann # All rights reserved. # diff --git a/continuation.scm b/continuation.scm index c478de2a..94511c2e 100644 --- a/continuation.scm +++ b/continuation.scm @@ -1,6 +1,6 @@ ;;;; continuation.scm - A better API for continuations ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/core.scm b/core.scm index 43dc604d..c08d301b 100644 --- a/core.scm +++ b/core.scm @@ -5,7 +5,7 @@ ; ; ;-------------------------------------------------------------------------------------------- -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/csc.mdoc b/csc.mdoc index 701460e6..4b6f733d 100644 --- a/csc.mdoc +++ b/csc.mdoc @@ -1,4 +1,4 @@ -.\" Copyright (c) 2007-2018, The CHICKEN Team +.\" Copyright (c) 2007-2019, The CHICKEN Team .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/csc.scm b/csc.scm index 1cf9d5c5..3a3b7ab7 100644 --- a/csc.scm +++ b/csc.scm @@ -1,6 +1,6 @@ ;;;; csc.scm - Driver program for the CHICKEN compiler - felix -*- Scheme -*- ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/csi.mdoc b/csi.mdoc index 768f7eb7..f434d818 100644 --- a/csi.mdoc +++ b/csi.mdoc @@ -1,4 +1,4 @@ -.\" Copyright (c) 2007-2018, The CHICKEN Team +.\" Copyright (c) 2007-2019, The CHICKEN Team .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/csi.scm b/csi.scm index cde3c019..17c6d1a1 100644 --- a/csi.scm +++ b/csi.scm @@ -1,6 +1,6 @@ ;;;; csi.scm - Interpreter stub for CHICKEN ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/data-structures.scm b/data-structures.scm index 3cdcf6b8..5e6b054d 100644 --- a/data-structures.scm +++ b/data-structures.scm @@ -1,6 +1,6 @@ ;;; data-structures.scm - Optional data structures extensions ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, 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 218d8506..432d8d40 100644 --- a/dbg-stub.c +++ b/dbg-stub.c @@ -1,6 +1,6 @@ /* dbg-stub.c - Client-side interface, lowlevel part ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/debugger-client.scm b/debugger-client.scm index edb586b3..26d02af5 100644 --- a/debugger-client.scm +++ b/debugger-client.scm @@ -1,6 +1,6 @@ ;;;; debugger-client.scm - client-side support for debugging ; -; Copyright (c) 2014-2018, The CHICKEN Team +; Copyright (c) 2014-2019, The CHICKEN Team ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/defaults.make b/defaults.make index 9ea214c1..4d97baf0 100644 --- a/defaults.make +++ b/defaults.make @@ -1,6 +1,6 @@ # defaults.make - default settings -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2007, Felix L. Winkelmann # All rights reserved. # diff --git a/egg-compile.scm b/egg-compile.scm index 33191c36..e4e4869e 100644 --- a/egg-compile.scm +++ b/egg-compile.scm @@ -1,6 +1,6 @@ ;;;; egg-info processing and compilation ; -; Copyright (c) 2017-2018, The CHICKEN Team +; Copyright (c) 2017-2019, 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/egg-download.scm b/egg-download.scm index 402ce19e..0839ad83 100644 --- a/egg-download.scm +++ b/egg-download.scm @@ -1,6 +1,6 @@ ;;;; egg download ; -; Copyright (c) 2017-2018, The CHICKEN Team +; Copyright (c) 2017-2019, 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/egg-environment.scm b/egg-environment.scm index a4609507..e9d87d9b 100644 --- a/egg-environment.scm +++ b/egg-environment.scm @@ -1,6 +1,6 @@ ;;; environment settings for egg compilation ; -; Copyright (c) 2017-2018, The CHICKEN Team +; Copyright (c) 2017-2019, 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/egg-information.scm b/egg-information.scm index d4f00c18..9d0d15e6 100644 --- a/egg-information.scm +++ b/egg-information.scm @@ -1,6 +1,6 @@ ;;; loading and accessing egg-information ; -; Copyright (c) 2017-2018, The CHICKEN Team +; Copyright (c) 2017-2019, 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/eval-modules.scm b/eval-modules.scm index a48db082..136ab9b5 100644 --- a/eval-modules.scm +++ b/eval-modules.scm @@ -1,6 +1,6 @@ ;;;; module registrations for all core modules ; -; Copyright (c) 2017-2018, The CHICKEN Team +; Copyright (c) 2017-2019, 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/eval.scm b/eval.scm index d416c620..3246440b 100644 --- a/eval.scm +++ b/eval.scm @@ -1,6 +1,6 @@ ;;;; eval.scm - Interpreter for CHICKEN ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/expand.scm b/expand.scm index baaa133c..6647c870 100644 --- a/expand.scm +++ b/expand.scm @@ -1,6 +1,6 @@ ;;;; expand.scm - The HI/LO expander ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, 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 3449294e..29961cc2 100644 --- a/extras.scm +++ b/extras.scm @@ -1,6 +1,6 @@ ;;; extras.scm - Optional non-standard extensions ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/feathers.bat.in b/feathers.bat.in index d0e73f9e..a7db8b1e 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-2018, The CHICKEN Team +rem Copyright (c) 2015-2019, 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 06c0c9d3..d4de5b00 100644 --- a/feathers.in +++ b/feathers.in @@ -2,7 +2,7 @@ # # loader for feathers.tcl, the CHICKEN debugger # -# Copyright (c) 2015-2018, The CHICKEN Team +# Copyright (c) 2015-2019, The CHICKEN Team # All rights reserved. # # Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/feathers.mdoc b/feathers.mdoc index 01f8169b..1ac60995 100644 --- a/feathers.mdoc +++ b/feathers.mdoc @@ -1,4 +1,4 @@ -.\" Copyright (c) 2007-2018, The CHICKEN Team +.\" Copyright (c) 2007-2019, The CHICKEN Team .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without diff --git a/feathers.tcl b/feathers.tcl old mode 100755 new mode 100644 index 71def7c2..97596cf6 --- a/feathers.tcl +++ b/feathers.tcl @@ -2,7 +2,7 @@ # # a graphical debugger for compiled CHICKEN programs # -# Copyright (c) 2015-2018, The CHICKEN Team +# Copyright (c) 2015-2019, 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/file.scm b/file.scm index 7033c4a7..34fa3b99 100644 --- a/file.scm +++ b/file.scm @@ -1,6 +1,6 @@ ;;;; file.scm - File operations ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/internal.scm b/internal.scm index 605a72ad..fb2be97f 100644 --- a/internal.scm +++ b/internal.scm @@ -1,6 +1,6 @@ ;;;; internal.scm - Runtime support module for CHICKEN ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/irregex.scm b/irregex.scm index 86f8a4b8..d0d78e5f 100644 --- a/irregex.scm +++ b/irregex.scm @@ -1,6 +1,6 @@ ;;;; irregex.scm - container for irregex-core.scm ; -; Copyright (c) 2010-2018, The CHICKEN Team +; Copyright (c) 2010-2019, 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 1fba207c..212b7585 100644 --- a/lfa2.scm +++ b/lfa2.scm @@ -1,6 +1,6 @@ ;;;; lfa2.scm - a lightweight "secondary" flow analysis ; -; Copyright (c) 2012-2018, The CHICKEN Team +; Copyright (c) 2012-2019, 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 c7ce2b5a..4b51354f 100644 --- a/library.scm +++ b/library.scm @@ -1,6 +1,6 @@ ;;;; library.scm - R5RS library for the CHICKEN compiler ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/lolevel.scm b/lolevel.scm index f5cbffb4..bd3aea5a 100644 --- a/lolevel.scm +++ b/lolevel.scm @@ -1,6 +1,6 @@ ;;;; lolevel.scm - Low-level routines for CHICKEN ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/manual/Getting started b/manual/Getting started index 98ceb8ab..4a1dcc1f 100644 --- a/manual/Getting started +++ b/manual/Getting started @@ -237,7 +237,7 @@ To invoke the CHICKEN interpreter, you use the {{csi}} command. $ csi CHICKEN - (c) 2008-2018, The CHICKEN Team + (c) 2008-2019, The CHICKEN Team (c) 2000-2007, Felix L. Winkelmann Version 5.0.0 (rev 6653dce) linux-unix-gnu-x86-64 [ 64bit dload ptables ] diff --git a/mini-srfi-1.scm b/mini-srfi-1.scm index 2ddfbc01..d94b1ce7 100644 --- a/mini-srfi-1.scm +++ b/mini-srfi-1.scm @@ -1,7 +1,7 @@ ;;;; minimal implementation of SRFI-1 primitives ; ; -; Copyright (c) 2015-2018, The CHICKEN Team +; Copyright (c) 2015-2019, 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 debe15c5..f0cd1447 100644 --- a/modules.scm +++ b/modules.scm @@ -1,6 +1,6 @@ ;;;; modules.scm - module-system support ; -; Copyright (c) 2011-2018, The CHICKEN Team +; Copyright (c) 2011-2019, 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 8ad32580..abca38df 100644 --- a/optimizer.scm +++ b/optimizer.scm @@ -1,6 +1,6 @@ ;;;; optimizer.scm - The CHICKEN Scheme compiler (optimizations) ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/pathname.scm b/pathname.scm index 43a615d9..dd2ab467 100644 --- a/pathname.scm +++ b/pathname.scm @@ -1,6 +1,6 @@ ;;;; pathname.scm - Pathname operations ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/port.scm b/port.scm index 8639e5ba..4539ae6f 100644 --- a/port.scm +++ b/port.scm @@ -1,6 +1,6 @@ ;;; port.scm - Optional non-standard ports ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/posix-common.scm b/posix-common.scm index b65317ed..4125cb7d 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-2018, The CHICKEN Team +; Copyright (c) 2010-2019, 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.scm b/posix.scm index 24998947..bd0ff703 100644 --- a/posix.scm +++ b/posix.scm @@ -1,6 +1,6 @@ ;;;; posix.scm - Platform-specific routines ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/posixunix.scm b/posixunix.scm index 90b29080..cc653f9d 100644 --- a/posixunix.scm +++ b/posixunix.scm @@ -1,6 +1,6 @@ ;;;; posixunix.scm - Miscellaneous file- and process-handling routines ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/posixwin.scm b/posixwin.scm index a20ead2f..0e59ace4 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-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/profiler.scm b/profiler.scm index 71987a3e..6a4c15b2 100644 --- a/profiler.scm +++ b/profiler.scm @@ -1,6 +1,6 @@ ;;;; profiler.scm - Support code for profiling applications ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/read-syntax.scm b/read-syntax.scm index 2d58355f..9cd6a705 100644 --- a/read-syntax.scm +++ b/read-syntax.scm @@ -1,6 +1,6 @@ ;;;; read-syntax.scm - CHICKEN reader extensions ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/repl.scm b/repl.scm index 4ec97efa..a35ec7c0 100644 --- a/repl.scm +++ b/repl.scm @@ -1,6 +1,6 @@ ;;;; repl.scm - CHICKEN's read/eval/print loop ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/rules.make b/rules.make index e48f083b..7b8a33f0 100644 --- a/rules.make +++ b/rules.make @@ -1,6 +1,6 @@ # rules.make - basic build rules -*- Makefile -*- # -# Copyright (c) 2008-2018, The CHICKEN Team +# Copyright (c) 2008-2019, The CHICKEN Team # Copyright (c) 2000-2007, Felix L. Winkelmann # All rights reserved. # diff --git a/runtime.c b/runtime.c index 55a7aa32..c25276ea 100644 --- a/runtime.c +++ b/runtime.c @@ -1,6 +1,6 @@ /* runtime.c - Runtime code for compiler generated executables ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/scheduler.scm b/scheduler.scm index 238c348e..33ab51e6 100644 --- a/scheduler.scm +++ b/scheduler.scm @@ -1,6 +1,6 @@ ; scheduler.scm - Basic scheduler for multithreading ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/scrutinizer.scm b/scrutinizer.scm index 7ceb8302..10cb5407 100644 --- a/scrutinizer.scm +++ b/scrutinizer.scm @@ -1,6 +1,6 @@ ;;;; scrutinizer.scm - The CHICKEN Scheme compiler (local flow analysis) ; -; Copyright (c) 2009-2018, The CHICKEN Team +; Copyright (c) 2009-2019, 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 884f41be..a5f9468a 100644 --- a/srfi-4.scm +++ b/srfi-4.scm @@ -1,6 +1,6 @@ ;;;; srfi-4.scm - Homogeneous numeric vectors ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/stub.scm b/stub.scm index 65b0c013..1ad551fe 100644 --- a/stub.scm +++ b/stub.scm @@ -1,6 +1,6 @@ ;;;; stub.scm ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/support.scm b/support.scm index a81894d3..f412627d 100644 --- a/support.scm +++ b/support.scm @@ -1,6 +1,6 @@ ;;;; support.scm - Miscellaneous support code for the CHICKEN compiler ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/tcp.scm b/tcp.scm index 2f735329..39eb22fd 100644 --- a/tcp.scm +++ b/tcp.scm @@ -1,6 +1,6 @@ ;;;; tcp.scm - Networking stuff ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/tests/null.scm b/tests/null.scm index 3316d451..be3c7c9a 100644 --- a/tests/null.scm +++ b/tests/null.scm @@ -1,6 +1,6 @@ ;;;; null.scm - the empty program ; -; Copyright (c) 2010-2018, The CHICKEN Team +; Copyright (c) 2010-2019, 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 3f6f20e1..7fcf3f0b 100644 --- a/tweaks.scm +++ b/tweaks.scm @@ -1,6 +1,6 @@ ;;;; tweaks.scm - Some inline-routines and declarations for the compiler ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; Copyright (c) 2000-2007, Felix L. Winkelmann ; All rights reserved. ; diff --git a/types.db b/types.db index 9131145d..6eff7d1f 100644 --- a/types.db +++ b/types.db @@ -1,6 +1,6 @@ ;;;; types.db - Type-information for core library functions -*- Scheme -*- ; -; Copyright (c) 2009-2018, The CHICKEN Team +; Copyright (c) 2009-2019, The CHICKEN Team ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following diff --git a/user-pass.scm b/user-pass.scm index 88342660..66987c1d 100644 --- a/user-pass.scm +++ b/user-pass.scm @@ -1,6 +1,6 @@ ;;;; user-pass.scm - User compilation passes ; -; Copyright (c) 2008-2018, The CHICKEN Team +; Copyright (c) 2008-2019, The CHICKEN Team ; All rights reserved. ; ; Redistribution and use in source and binary forms, with or without modification, are permitted provided that the followingTrap