diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-01-11 08:28:10 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-01-11 08:28:10 -0800 |
commit | ef0c40c134bfbef21dc57eadc1b32bc1f08ee670 (patch) | |
tree | 01b589f47755ed6e18a81e7c58ddeb51b11f2d18 /stdlib | |
parent | dd13f3441c142f0d41a2dd1da8cbcd1525c862f8 (diff) | |
download | txr-ef0c40c134bfbef21dc57eadc1b32bc1f08ee670.tar.gz txr-ef0c40c134bfbef21dc57eadc1b32bc1f08ee670.tar.bz2 txr-ef0c40c134bfbef21dc57eadc1b32bc1f08ee670.zip |
Copyright year bump 2022.
*LICENSE, LICENSE-CYG, METALICENSE, Makefile, alloca.h,
args.c, args.h, arith.c, arith.h, buf.c, buf.h, cadr.c,
cadr.h, chksum.c, chksum.h, chksums/crc32.c, chksums/crc32.h,
combi.c, combi.h, configure, debug.c, debug.h, eval.c, eval.h,
ffi.c, ffi.h, filter.c, filter.h, ftw.c, ftw.h, gc.c, gc.h,
glob.c, glob.h, hash.c, hash.h, itypes.c, itypes.h, jmp.S,
lex.yy.c.shipped, lib.c, lib.h, linenoise/linenoise.c,
linenoise/linenoise.h, lisplib.c, lisplib.h, match.c, match.h,
parser.c, parser.h, parser.l, parser.y, protsym.c, psquare.h,
rand.c, rand.h, regex.c, regex.h, signal.c, signal.h,
socket.c, socket.h, stdlib/arith-each.tl, stdlib/asm.tl,
stdlib/awk.tl, stdlib/build.tl, stdlib/cadr.tl,
stdlib/compiler.tl, stdlib/constfun.tl, stdlib/conv.tl,
stdlib/copy-file.tl, stdlib/debugger.tl, stdlib/defset.tl,
stdlib/doloop.tl, stdlib/each-prod.tl, stdlib/error.tl,
stdlib/except.tl, stdlib/ffi.tl, stdlib/getopts.tl,
stdlib/getput.tl, stdlib/hash.tl, stdlib/ifa.tl,
stdlib/keyparams.tl, stdlib/match.tl, stdlib/op.tl,
stdlib/optimize.tl, stdlib/package.tl, stdlib/param.tl,
stdlib/path-test.tl, stdlib/pic.tl, stdlib/place.tl,
stdlib/pmac.tl, stdlib/quips.tl, stdlib/save-exe.tl,
stdlib/socket.tl, stdlib/stream-wrap.tl, stdlib/struct.tl,
stdlib/tagbody.tl, stdlib/termios.tl, stdlib/trace.tl,
stdlib/txr-case.tl, stdlib/type.tl, stdlib/vm-param.tl,
stdlib/with-resources.tl, stdlib/with-stream.tl,
stdlib/yield.tl, stream.c, stream.h, struct.c, struct.h,
strudel.c, strudel.h, sysif.c, sysif.h, syslog.c, syslog.h,
termios.c, termios.h, time.c, time.h, tree.c, tree.h, txr.1,
txr.c, txr.h, unwind.c, unwind.h, utf8.c, utf8.h, vm.c, vm.h,
vmop.h, win/cleansvg.txr, y.tab.c.shipped: Copyright year
bumped to 2022.
Diffstat (limited to 'stdlib')
44 files changed, 44 insertions, 44 deletions
diff --git a/stdlib/arith-each.tl b/stdlib/arith-each.tl index edae748f..80f783c7 100644 --- a/stdlib/arith-each.tl +++ b/stdlib/arith-each.tl @@ -1,4 +1,4 @@ -;; Copyright 2021 +;; Copyright 2021-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/asm.tl b/stdlib/asm.tl index 7a3d09fc..42018fb8 100644 --- a/stdlib/asm.tl +++ b/stdlib/asm.tl @@ -1,4 +1,4 @@ -;; Copyright 2018-2021 +;; Copyright 2018-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/awk.tl b/stdlib/awk.tl index 5eb409d3..6854e3cb 100644 --- a/stdlib/awk.tl +++ b/stdlib/awk.tl @@ -1,4 +1,4 @@ -;; Copyright 2016-2021 +;; Copyright 2016-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/build.tl b/stdlib/build.tl index e3bbc925..43718fe1 100644 --- a/stdlib/build.tl +++ b/stdlib/build.tl @@ -1,4 +1,4 @@ -;; Copyright 2016-2021 +;; Copyright 2016-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/cadr.tl b/stdlib/cadr.tl index 6648b145..71cf560b 100644 --- a/stdlib/cadr.tl +++ b/stdlib/cadr.tl @@ -1,6 +1,6 @@ ;; This file is generated by gencadr.txr -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/compiler.tl b/stdlib/compiler.tl index 2f2c7755..7e1770b8 100644 --- a/stdlib/compiler.tl +++ b/stdlib/compiler.tl @@ -1,4 +1,4 @@ -;; Copyright 2018-2021 +;; Copyright 2018-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/constfun.tl b/stdlib/constfun.tl index a2515261..48587c42 100644 --- a/stdlib/constfun.tl +++ b/stdlib/constfun.tl @@ -1,4 +1,4 @@ -;; Copyright 2021 +;; Copyright 2021-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/conv.tl b/stdlib/conv.tl index ef1088cc..50cf7f45 100644 --- a/stdlib/conv.tl +++ b/stdlib/conv.tl @@ -1,4 +1,4 @@ -;; Copyright 2016-2021 +;; Copyright 2016-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/copy-file.tl b/stdlib/copy-file.tl index 3198b76e..69f0f88c 100644 --- a/stdlib/copy-file.tl +++ b/stdlib/copy-file.tl @@ -1,4 +1,4 @@ -;; Copyright 2018-2021 +;; Copyright 2018-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/debugger.tl b/stdlib/debugger.tl index 06077152..c3ca1cd4 100644 --- a/stdlib/debugger.tl +++ b/stdlib/debugger.tl @@ -1,4 +1,4 @@ -;; Copyright 2019-2021 +;; Copyright 2019-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/defset.tl b/stdlib/defset.tl index a595b515..49640147 100644 --- a/stdlib/defset.tl +++ b/stdlib/defset.tl @@ -1,4 +1,4 @@ -;; Copyright 2019-2021 +;; Copyright 2019-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/doloop.tl b/stdlib/doloop.tl index 3161e8b9..d567279c 100644 --- a/stdlib/doloop.tl +++ b/stdlib/doloop.tl @@ -1,4 +1,4 @@ -;; Copyright 2017-2021 +;; Copyright 2017-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/each-prod.tl b/stdlib/each-prod.tl index d48263f6..854847c0 100644 --- a/stdlib/each-prod.tl +++ b/stdlib/each-prod.tl @@ -1,4 +1,4 @@ -;; Copyright 2020-2021 +;; Copyright 2020-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/error.tl b/stdlib/error.tl index 03237e54..c6f4689f 100644 --- a/stdlib/error.tl +++ b/stdlib/error.tl @@ -1,4 +1,4 @@ -;; Copyright 2017-2021 +;; Copyright 2017-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/except.tl b/stdlib/except.tl index 75b0100e..542ceacb 100644 --- a/stdlib/except.tl +++ b/stdlib/except.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/ffi.tl b/stdlib/ffi.tl index 28bf3405..4284f9e8 100644 --- a/stdlib/ffi.tl +++ b/stdlib/ffi.tl @@ -1,4 +1,4 @@ -;; Copyright 2017-2021 +;; Copyright 2017-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/getopts.tl b/stdlib/getopts.tl index cd31b216..2ecad67b 100644 --- a/stdlib/getopts.tl +++ b/stdlib/getopts.tl @@ -1,4 +1,4 @@ -;; Copyright 2016-2021 +;; Copyright 2016-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/getput.tl b/stdlib/getput.tl index 3b583d73..b99f7674 100644 --- a/stdlib/getput.tl +++ b/stdlib/getput.tl @@ -1,4 +1,4 @@ -;; Copyright 2016-2021 +;; Copyright 2016-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/hash.tl b/stdlib/hash.tl index 798343d2..82b7c63d 100644 --- a/stdlib/hash.tl +++ b/stdlib/hash.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/ifa.tl b/stdlib/ifa.tl index 317ef9e7..93bc1bd1 100644 --- a/stdlib/ifa.tl +++ b/stdlib/ifa.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/keyparams.tl b/stdlib/keyparams.tl index 4557aa61..eaaebc6c 100644 --- a/stdlib/keyparams.tl +++ b/stdlib/keyparams.tl @@ -1,4 +1,4 @@ -;; Copyright 2017-2021 +;; Copyright 2017-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/match.tl b/stdlib/match.tl index 30bf1cab..925f76c3 100644 --- a/stdlib/match.tl +++ b/stdlib/match.tl @@ -1,4 +1,4 @@ -;; Copyright 2021 +;; Copyright 2021-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/op.tl b/stdlib/op.tl index b348791c..819774a9 100644 --- a/stdlib/op.tl +++ b/stdlib/op.tl @@ -1,4 +1,4 @@ -;; Copyright 2017-2021 +;; Copyright 2017-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/optimize.tl b/stdlib/optimize.tl index 4b7b3ec5..04df66e8 100644 --- a/stdlib/optimize.tl +++ b/stdlib/optimize.tl @@ -1,4 +1,4 @@ -;; Copyright 2021 +;; Copyright 2021-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/package.tl b/stdlib/package.tl index 87d403f9..29904c4b 100644 --- a/stdlib/package.tl +++ b/stdlib/package.tl @@ -1,4 +1,4 @@ -;; Copyright 2016-2021 +;; Copyright 2016-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/param.tl b/stdlib/param.tl index 045182f2..3d3cf420 100644 --- a/stdlib/param.tl +++ b/stdlib/param.tl @@ -1,4 +1,4 @@ -;; Copyright 2019-2021 +;; Copyright 2019-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/path-test.tl b/stdlib/path-test.tl index 19bbb5ec..7f9f25c7 100644 --- a/stdlib/path-test.tl +++ b/stdlib/path-test.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/pic.tl b/stdlib/pic.tl index e66ecdfd..2dfeb435 100644 --- a/stdlib/pic.tl +++ b/stdlib/pic.tl @@ -1,4 +1,4 @@ -;; Copyright 2021 +;; Copyright 2021-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/place.tl b/stdlib/place.tl index 1ff5a0c1..ecad12b7 100644 --- a/stdlib/place.tl +++ b/stdlib/place.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/pmac.tl b/stdlib/pmac.tl index c59b4192..705f3dcc 100644 --- a/stdlib/pmac.tl +++ b/stdlib/pmac.tl @@ -1,4 +1,4 @@ -;; Copyright 2017-2021 +;; Copyright 2017-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/quips.tl b/stdlib/quips.tl index f6eac52c..e03dd693 100644 --- a/stdlib/quips.tl +++ b/stdlib/quips.tl @@ -1,4 +1,4 @@ -;; Copyright 2020-2021 +;; Copyright 2020-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/save-exe.tl b/stdlib/save-exe.tl index 10114b30..d933610f 100644 --- a/stdlib/save-exe.tl +++ b/stdlib/save-exe.tl @@ -1,4 +1,4 @@ -;; Copyright 2019-2021 +;; Copyright 2019-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/socket.tl b/stdlib/socket.tl index aeb33dbe..8dfe0040 100644 --- a/stdlib/socket.tl +++ b/stdlib/socket.tl @@ -1,4 +1,4 @@ -;; Copyright 2016-2021 +;; Copyright 2016-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/stream-wrap.tl b/stdlib/stream-wrap.tl index 1d818de6..c2836253 100644 --- a/stdlib/stream-wrap.tl +++ b/stdlib/stream-wrap.tl @@ -1,4 +1,4 @@ -;; Copyright 2017-2021 +;; Copyright 2017-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/struct.tl b/stdlib/struct.tl index e7c39fb9..4f120eef 100644 --- a/stdlib/struct.tl +++ b/stdlib/struct.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/tagbody.tl b/stdlib/tagbody.tl index d874b8e8..99712d70 100644 --- a/stdlib/tagbody.tl +++ b/stdlib/tagbody.tl @@ -1,4 +1,4 @@ -;; Copyright 2016-2021 +;; Copyright 2016-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/termios.tl b/stdlib/termios.tl index 6059149e..a1218cf4 100644 --- a/stdlib/termios.tl +++ b/stdlib/termios.tl @@ -1,4 +1,4 @@ -;; Copyright 2016-2021 +;; Copyright 2016-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/trace.tl b/stdlib/trace.tl index e770c226..f74334e1 100644 --- a/stdlib/trace.tl +++ b/stdlib/trace.tl @@ -1,4 +1,4 @@ -;; Copyright 2016-2021 +;; Copyright 2016-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/txr-case.tl b/stdlib/txr-case.tl index 9313dbee..29ebbe51 100644 --- a/stdlib/txr-case.tl +++ b/stdlib/txr-case.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/type.tl b/stdlib/type.tl index 0241e07b..096e7b76 100644 --- a/stdlib/type.tl +++ b/stdlib/type.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/vm-param.tl b/stdlib/vm-param.tl index 8d405009..6aa89109 100644 --- a/stdlib/vm-param.tl +++ b/stdlib/vm-param.tl @@ -1,4 +1,4 @@ -;; Copyright 2018-2021 +;; Copyright 2018-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/with-resources.tl b/stdlib/with-resources.tl index 6bbc01ff..e3c12c89 100644 --- a/stdlib/with-resources.tl +++ b/stdlib/with-resources.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/with-stream.tl b/stdlib/with-stream.tl index fbdc38e4..7ee57fd0 100644 --- a/stdlib/with-stream.tl +++ b/stdlib/with-stream.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. diff --git a/stdlib/yield.tl b/stdlib/yield.tl index e27540cf..7d02c71a 100644 --- a/stdlib/yield.tl +++ b/stdlib/yield.tl @@ -1,4 +1,4 @@ -;; Copyright 2015-2021 +;; Copyright 2015-2022 ;; Kaz Kylheku <kaz@kylheku.com> ;; Vancouver, Canada ;; All rights reserved. |