diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2025-01-01 18:50:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2025-01-01 18:50:49 -0800 |
commit | fe633f383c53bbc080118f40dfb9443279d164f4 (patch) | |
tree | 740660e8a3564c4d804f4be08083523ae23ff65a /LICENSE-CYG | |
parent | 4356b0df29e5a156811e7388072e26799001e712 (diff) | |
download | txr-fe633f383c53bbc080118f40dfb9443279d164f4.tar.gz txr-fe633f383c53bbc080118f40dfb9443279d164f4.tar.bz2 txr-fe633f383c53bbc080118f40dfb9443279d164f4.zip |
Copyright year bump 2025.
* LICENSE, LICENSE-CYG, METALICENSE, Makefile, alloca.h,
args.c, args.h, arith.c, arith.h, autoload.c, autoload.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, gzio.c,
gzio.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, 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/comp-opts.tl,
stdlib/compiler.tl, stdlib/constfun.tl, stdlib/conv.tl,
stdlib/copy-file.tl, stdlib/csort.tl, stdlib/debugger.tl,
stdlib/defset.tl, stdlib/doloop.tl, stdlib/each-prod.tl,
stdlib/error.tl, stdlib/except.tl, stdlib/expander-let.tl,
stdlib/ffi.tl, stdlib/getopts.tl, stdlib/getput.tl,
stdlib/glob.tl, stdlib/hash.tl, stdlib/ifa.tl,
stdlib/keyparams.tl, stdlib/load-args.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 bumped to 2025.
Diffstat (limited to 'LICENSE-CYG')
-rw-r--r-- | LICENSE-CYG | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE-CYG b/LICENSE-CYG index 3e2b2e9b..f4687273 100644 --- a/LICENSE-CYG +++ b/LICENSE-CYG @@ -6,11 +6,11 @@ comes from Cygwin. Neither Cygnal nor the GCC redistributable run-time are a component of TXR; the TXR source code base contains no portion of these libraries, and other ports of TXR to other platforms do not use them. -Cygwin is Copyright (C) 1995-2024 Red Hat Inc. and the Cygnal version +Cygwin is Copyright (C) 1995-2025 Red Hat Inc. and the Cygnal version is distributed and used with TXR in accordance with the Lesser GNU Public License (LGPL), Version 3 <https://cygwin.com/COPYING.LIB>. The Cygnal project is hosted at <http://www.kylheku.com/cygnal>. The redistributable GCC runtime is also under the Lesser GNU Public License, -and is Copyright (C) 2024 The Free Software Foundation, Inc. +and is Copyright (C) 2025 The Free Software Foundation, Inc. |