diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-01-01 05:31:12 -0500 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-01-01 05:31:12 -0500 |
commit | cae528457cb862dc886a34240c9d4c73035b6659 (patch) | |
tree | c2742863568820ff9accae8b5eeac77c54926ab7 /lisp/calc | |
parent | b394359261c05fe847fac6a2075aa22f9a0eec2f (diff) | |
download | emacs-cae528457cb862dc886a34240c9d4c73035b6659.tar.gz emacs-cae528457cb862dc886a34240c9d4c73035b6659.tar.bz2 emacs-cae528457cb862dc886a34240c9d4c73035b6659.zip |
; Add 2023 to copyright years.
Diffstat (limited to 'lisp/calc')
43 files changed, 43 insertions, 43 deletions
diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el index ef3e0d4b670..66ede3295ae 100644 --- a/lisp/calc/calc-aent.el +++ b/lisp/calc/calc-aent.el @@ -1,6 +1,6 @@ ;;; calc-aent.el --- algebraic entry functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-alg.el b/lisp/calc/calc-alg.el index 93ff5ee2403..95f7a34a4ae 100644 --- a/lisp/calc/calc-alg.el +++ b/lisp/calc/calc-alg.el @@ -1,6 +1,6 @@ ;;; calc-alg.el --- algebraic functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-arith.el b/lisp/calc/calc-arith.el index 025c1ab7f36..54f0a5649a3 100644 --- a/lisp/calc/calc-arith.el +++ b/lisp/calc/calc-arith.el @@ -1,6 +1,6 @@ ;;; calc-arith.el --- arithmetic functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-bin.el b/lisp/calc/calc-bin.el index 6c6b22296ab..16ebe7552f4 100644 --- a/lisp/calc/calc-bin.el +++ b/lisp/calc/calc-bin.el @@ -1,6 +1,6 @@ ;;; calc-bin.el --- binary functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-comb.el b/lisp/calc/calc-comb.el index c1352fa3242..a1ebd68f571 100644 --- a/lisp/calc/calc-comb.el +++ b/lisp/calc/calc-comb.el @@ -1,6 +1,6 @@ ;;; calc-comb.el --- combinatoric functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-cplx.el b/lisp/calc/calc-cplx.el index a084afde189..63e450d86bb 100644 --- a/lisp/calc/calc-cplx.el +++ b/lisp/calc/calc-cplx.el @@ -1,6 +1,6 @@ ;;; calc-cplx.el --- Complex number functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-embed.el b/lisp/calc/calc-embed.el index 4a9ff256f9f..284d68adeeb 100644 --- a/lisp/calc/calc-embed.el +++ b/lisp/calc/calc-embed.el @@ -1,6 +1,6 @@ ;;; calc-embed.el --- embed Calc in a buffer -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 7ee73d100a0..bb0ecd2c84f 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el @@ -1,6 +1,6 @@ ;;; calc-ext.el --- various extension functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-fin.el b/lisp/calc/calc-fin.el index 1ff6914ebd8..30da613f988 100644 --- a/lisp/calc/calc-fin.el +++ b/lisp/calc/calc-fin.el @@ -1,6 +1,6 @@ ;;; calc-fin.el --- financial functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-forms.el b/lisp/calc/calc-forms.el index 8f5104e9dc5..a75842ad172 100644 --- a/lisp/calc/calc-forms.el +++ b/lisp/calc/calc-forms.el @@ -1,6 +1,6 @@ ;;; calc-forms.el --- data format conversion functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-frac.el b/lisp/calc/calc-frac.el index 0a2ad52cd67..b57c1d6c760 100644 --- a/lisp/calc/calc-frac.el +++ b/lisp/calc/calc-frac.el @@ -1,6 +1,6 @@ ;;; calc-frac.el --- fraction functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-funcs.el b/lisp/calc/calc-funcs.el index 23d33b38a79..cb9f7887ddc 100644 --- a/lisp/calc/calc-funcs.el +++ b/lisp/calc/calc-funcs.el @@ -1,6 +1,6 @@ ;;; calc-funcs.el --- well-known functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el index 5735126bf50..3de761e19f8 100644 --- a/lisp/calc/calc-graph.el +++ b/lisp/calc/calc-graph.el @@ -1,6 +1,6 @@ ;;; calc-graph.el --- graph output functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-help.el b/lisp/calc/calc-help.el index a513a7de0c5..d0052472836 100644 --- a/lisp/calc/calc-help.el +++ b/lisp/calc/calc-help.el @@ -1,6 +1,6 @@ ;;; calc-help.el --- help display functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-incom.el b/lisp/calc/calc-incom.el index 5ef3b224702..16cb991dfa6 100644 --- a/lisp/calc/calc-incom.el +++ b/lisp/calc/calc-incom.el @@ -1,6 +1,6 @@ ;;; calc-incom.el --- complex data type input functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-keypd.el b/lisp/calc/calc-keypd.el index 3db3746a8e5..060099b8892 100644 --- a/lisp/calc/calc-keypd.el +++ b/lisp/calc/calc-keypd.el @@ -1,6 +1,6 @@ ;;; calc-keypd.el --- mouse-capable keypad input for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-lang.el b/lisp/calc/calc-lang.el index 5c36dd30b99..f2d8aaa20a7 100644 --- a/lisp/calc/calc-lang.el +++ b/lisp/calc/calc-lang.el @@ -1,6 +1,6 @@ ;;; calc-lang.el --- calc language functions -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-macs.el b/lisp/calc/calc-macs.el index 0d27b627f27..9421f74a8ed 100644 --- a/lisp/calc/calc-macs.el +++ b/lisp/calc/calc-macs.el @@ -1,6 +1,6 @@ ;;; calc-macs.el --- important macros for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-map.el b/lisp/calc/calc-map.el index 638a4cdbe85..7496537494b 100644 --- a/lisp/calc/calc-map.el +++ b/lisp/calc/calc-map.el @@ -1,6 +1,6 @@ ;;; calc-map.el --- higher-order functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-math.el b/lisp/calc/calc-math.el index 40236e452cc..7b4c14efad0 100644 --- a/lisp/calc/calc-math.el +++ b/lisp/calc/calc-math.el @@ -1,6 +1,6 @@ ;;; calc-math.el --- mathematical functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-menu.el b/lisp/calc/calc-menu.el index 9d69e447714..bc6bb761f26 100644 --- a/lisp/calc/calc-menu.el +++ b/lisp/calc/calc-menu.el @@ -1,6 +1,6 @@ ;;; calc-menu.el --- a menu for Calc -*- lexical-binding:t -*- -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el index 7c75e79a268..613fb0a0154 100644 --- a/lisp/calc/calc-misc.el +++ b/lisp/calc/calc-misc.el @@ -1,6 +1,6 @@ ;;; calc-misc.el --- miscellaneous functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-mode.el b/lisp/calc/calc-mode.el index 5690f101182..71a0171e7de 100644 --- a/lisp/calc/calc-mode.el +++ b/lisp/calc/calc-mode.el @@ -1,6 +1,6 @@ ;;; calc-mode.el --- calculator modes for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-mtx.el b/lisp/calc/calc-mtx.el index d54efb6637e..0a5f2a2c208 100644 --- a/lisp/calc/calc-mtx.el +++ b/lisp/calc/calc-mtx.el @@ -1,6 +1,6 @@ ;;; calc-mtx.el --- matrix functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-nlfit.el b/lisp/calc/calc-nlfit.el index 2b2abc3fdb1..72b906ff69b 100644 --- a/lisp/calc/calc-nlfit.el +++ b/lisp/calc/calc-nlfit.el @@ -1,6 +1,6 @@ ;;; calc-nlfit.el --- nonlinear curve fitting for Calc -*- lexical-binding:t -*- -;; Copyright (C) 2007-2022 Free Software Foundation, Inc. +;; Copyright (C) 2007-2023 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/lisp/calc/calc-poly.el b/lisp/calc/calc-poly.el index 3e98b0532fe..c32b5be5849 100644 --- a/lisp/calc/calc-poly.el +++ b/lisp/calc/calc-poly.el @@ -1,6 +1,6 @@ ;;; calc-poly.el --- polynomial functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-prog.el b/lisp/calc/calc-prog.el index 127f6340a1e..d8569d0c5af 100644 --- a/lisp/calc/calc-prog.el +++ b/lisp/calc/calc-prog.el @@ -1,6 +1,6 @@ ;;; calc-prog.el --- user programmability functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-rewr.el b/lisp/calc/calc-rewr.el index 5da91b49c8d..b7b3b7b16d4 100644 --- a/lisp/calc/calc-rewr.el +++ b/lisp/calc/calc-rewr.el @@ -1,6 +1,6 @@ ;;; calc-rewr.el --- rewriting functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-rules.el b/lisp/calc/calc-rules.el index 96264bf18f3..2d012d7ff63 100644 --- a/lisp/calc/calc-rules.el +++ b/lisp/calc/calc-rules.el @@ -1,6 +1,6 @@ ;;; calc-rules.el --- rules for simplifying algebraic expressions in Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-sel.el b/lisp/calc/calc-sel.el index 64f8007e521..8d020d02aa7 100644 --- a/lisp/calc/calc-sel.el +++ b/lisp/calc/calc-sel.el @@ -1,6 +1,6 @@ ;;; calc-sel.el --- data selection functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-stat.el b/lisp/calc/calc-stat.el index a7fe36001f0..bc5d575f257 100644 --- a/lisp/calc/calc-stat.el +++ b/lisp/calc/calc-stat.el @@ -1,6 +1,6 @@ ;;; calc-stat.el --- statistical functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-store.el b/lisp/calc/calc-store.el index 023dd40c155..97d1a76d0dc 100644 --- a/lisp/calc/calc-store.el +++ b/lisp/calc/calc-store.el @@ -1,6 +1,6 @@ ;;; calc-store.el --- value storage functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-stuff.el b/lisp/calc/calc-stuff.el index 758b9201843..595fef85224 100644 --- a/lisp/calc/calc-stuff.el +++ b/lisp/calc/calc-stuff.el @@ -1,6 +1,6 @@ ;;; calc-stuff.el --- miscellaneous functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-trail.el b/lisp/calc/calc-trail.el index d8c6eb615fa..945de4ae493 100644 --- a/lisp/calc/calc-trail.el +++ b/lisp/calc/calc-trail.el @@ -1,6 +1,6 @@ ;;; calc-trail.el --- functions for manipulating the Calc "trail" -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-undo.el b/lisp/calc/calc-undo.el index 9ff5d4dfbb6..cb6254f4ab6 100644 --- a/lisp/calc/calc-undo.el +++ b/lisp/calc/calc-undo.el @@ -1,6 +1,6 @@ ;;; calc-undo.el --- undo functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index 42156b94606..5e21d506d74 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el @@ -1,6 +1,6 @@ ;;; calc-units.el --- unit conversion functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-vec.el b/lisp/calc/calc-vec.el index 8d99f62a9ba..90239d58808 100644 --- a/lisp/calc/calc-vec.el +++ b/lisp/calc/calc-vec.el @@ -1,6 +1,6 @@ ;;; calc-vec.el --- vector functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc-yank.el b/lisp/calc/calc-yank.el index 35014e022be..a2a91dc8fb8 100644 --- a/lisp/calc/calc-yank.el +++ b/lisp/calc/calc-yank.el @@ -1,6 +1,6 @@ ;;; calc-yank.el --- kill-ring functionality for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 6ea8a4202fc..39e54c89e06 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -1,6 +1,6 @@ ;;; calc.el --- the GNU Emacs calculator -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Keywords: convenience, extensions diff --git a/lisp/calc/calcalg2.el b/lisp/calc/calcalg2.el index 0f3f37de760..e60c4539608 100644 --- a/lisp/calc/calcalg2.el +++ b/lisp/calc/calcalg2.el @@ -1,6 +1,6 @@ ;;; calcalg2.el --- more algebraic functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calcalg3.el b/lisp/calc/calcalg3.el index 1d85f3d549b..af0daa55309 100644 --- a/lisp/calc/calcalg3.el +++ b/lisp/calc/calcalg3.el @@ -1,6 +1,6 @@ ;;; calcalg3.el --- more algebraic functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el index 60b25e64416..c42e62853ed 100644 --- a/lisp/calc/calccomp.el +++ b/lisp/calc/calccomp.el @@ -1,6 +1,6 @@ ;;; calccomp.el --- composition functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> diff --git a/lisp/calc/calcsel2.el b/lisp/calc/calcsel2.el index 317a628c6db..8935511db6e 100644 --- a/lisp/calc/calcsel2.el +++ b/lisp/calc/calcsel2.el @@ -1,6 +1,6 @@ ;;; calcsel2.el --- selection functions for Calc -*- lexical-binding:t -*- -;; Copyright (C) 1990-1993, 2001-2022 Free Software Foundation, Inc. +;; Copyright (C) 1990-1993, 2001-2023 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> |