diff options
| author | Po Lu | 2023-01-02 21:38:37 +0800 |
|---|---|---|
| committer | Po Lu | 2023-01-02 21:38:37 +0800 |
| commit | 6d823d1077e979b3266e85cbdc476646b7bdb36b (patch) | |
| tree | 99c1ce32391f258084caa4bfc44686d12dff7c34 /admin | |
| parent | a32963e11f9f8e5d22b0d754d34a867f3b178ed2 (diff) | |
| parent | c209802f7b3721a1b95113290934a23fee88f678 (diff) | |
| download | emacs-6d823d1077e979b3266e85cbdc476646b7bdb36b.tar.gz emacs-6d823d1077e979b3266e85cbdc476646b7bdb36b.zip | |
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'admin')
63 files changed, 105 insertions, 77 deletions
diff --git a/admin/ChangeLog.1 b/admin/ChangeLog.1 index 9409a608cc2..ed8b148b99b 100644 --- a/admin/ChangeLog.1 +++ b/admin/ChangeLog.1 | |||
| @@ -2577,7 +2577,7 @@ | |||
| 2577 | ;; coding: utf-8 | 2577 | ;; coding: utf-8 |
| 2578 | ;; End: | 2578 | ;; End: |
| 2579 | 2579 | ||
| 2580 | Copyright (C) 2001-2022 Free Software Foundation, Inc. | 2580 | Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 2581 | 2581 | ||
| 2582 | This file is part of GNU Emacs. | 2582 | This file is part of GNU Emacs. |
| 2583 | 2583 | ||
diff --git a/admin/README b/admin/README index 89cdbbbfafd..37e55005571 100644 --- a/admin/README +++ b/admin/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2022 Free Software Foundation, Inc. | 1 | Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/admin/admin.el b/admin/admin.el index 12c9c10b1a5..90f810b79c6 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; admin.el --- utilities for Emacs administration -*- lexical-binding: t; -*- | 1 | ;;; admin.el --- utilities for Emacs administration -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c index b78dd42b7e6..6bd857e393b 100644 --- a/admin/alloc-colors.c +++ b/admin/alloc-colors.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Allocate X colors. Used for testing with dense colormaps. | 1 | /* Allocate X colors. Used for testing with dense colormaps. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2022 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/admin/authors.el b/admin/authors.el index fd8ba9cb01f..147282a99a2 100644 --- a/admin/authors.el +++ b/admin/authors.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; authors.el --- utility for maintaining Emacs's AUTHORS file -*- lexical-binding: t; -*- | 1 | ;;; authors.el --- utility for maintaining Emacs's AUTHORS file -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2000-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2000-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> | 5 | ;; Author: Gerd Moellmann <gerd@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/admin/automerge b/admin/automerge index d2c92948e17..b01e866ab61 100755 --- a/admin/automerge +++ b/admin/automerge | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | ### automerge - automatically merge the Emacs release branch to master | 2 | ### automerge - automatically merge the Emacs release branch to master |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2018-2022 Free Software Foundation, Inc. | 4 | ## Copyright (C) 2018-2023 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Glenn Morris <rgm@gnu.org> | 6 | ## Author: Glenn Morris <rgm@gnu.org> |
| 7 | ## Maintainer: Stefan Kangas <stefankangas@gmail.com> | 7 | ## Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/admin/build-configs b/admin/build-configs index 05e70786b30..5447a7a3476 100755 --- a/admin/build-configs +++ b/admin/build-configs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | # Build Emacs in several different configurations. | 2 | # Build Emacs in several different configurations. |
| 3 | 3 | ||
| 4 | # Copyright (C) 2001-2022 Free Software Foundation, Inc. | 4 | # Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 7 | 7 | ||
diff --git a/admin/charsets/Makefile.in b/admin/charsets/Makefile.in index 572e352f4ad..4c62bb19dc5 100644 --- a/admin/charsets/Makefile.in +++ b/admin/charsets/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | # Copyright (C) 2015-2022 Free Software Foundation, Inc. | 3 | # Copyright (C) 2015-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 6 | # National Institute of Advanced Industrial Science and Technology (AIST) | 6 | # National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv index 9898d36e743..4a68d3da53b 100755 --- a/admin/charsets/mapconv +++ b/admin/charsets/mapconv | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Copyright (C) 2015-2022 Free Software Foundation, Inc. | 3 | # Copyright (C) 2015-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 6 | # National Institute of Advanced Industrial Science and Technology (AIST) | 6 | # National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/admin/charsets/mapfiles/README b/admin/charsets/mapfiles/README index 0380df9ad72..30889c9e9ef 100644 --- a/admin/charsets/mapfiles/README +++ b/admin/charsets/mapfiles/README | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2009-2022 Free Software Foundation, Inc. | 1 | Copyright (C) 2009-2023 Free Software Foundation, Inc. |
| 2 | Copyright (C) 2009, 2010, 2011 | 2 | Copyright (C) 2009, 2010, 2011 |
| 3 | National Institute of Advanced Industrial Science and Technology (AIST) | 3 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 4 | Registration Number H13PRO009 | 4 | Registration Number H13PRO009 |
diff --git a/admin/check-man-pages b/admin/check-man-pages index c7d781ba3d2..3fb87dd1b89 100755 --- a/admin/check-man-pages +++ b/admin/check-man-pages | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | ### check-man-pages - check man pages for errors | 2 | ### check-man-pages - check man pages for errors |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2022 Free Software Foundation, Inc. | 4 | ## Copyright (C) 2022-2023 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Stefan Kangas <stefankangas@gmail.com> | 6 | ## Author: Stefan Kangas <stefankangas@gmail.com> |
| 7 | 7 | ||
diff --git a/admin/cus-test.el b/admin/cus-test.el index 44897cd1060..f07019bb52c 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cus-test.el --- tests for custom types and load problems -*- lexical-binding: t; -*- | 1 | ;;; cus-test.el --- tests for custom types and load problems -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2002-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2002-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Markus Rost <rost@math.uni-bielefeld.de> | 5 | ;; Author: Markus Rost <rost@math.uni-bielefeld.de> |
| 6 | ;; Created: 13 Sep 1998 | 6 | ;; Created: 13 Sep 1998 |
diff --git a/admin/diff-tar-files b/admin/diff-tar-files index 869c9421502..89abc7fa382 100755 --- a/admin/diff-tar-files +++ b/admin/diff-tar-files | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001-2022 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/admin/emacs-shell-lib b/admin/emacs-shell-lib index 750f81e0577..67f76f61300 100644 --- a/admin/emacs-shell-lib +++ b/admin/emacs-shell-lib | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | ### emacs-shell-lib - shared code for Emacs shell scripts | 2 | ### emacs-shell-lib - shared code for Emacs shell scripts |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2022 Free Software Foundation, Inc. | 4 | ## Copyright (C) 2022-2023 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Stefan Kangas <stefankangas@gmail.com> | 6 | ## Author: Stefan Kangas <stefankangas@gmail.com> |
| 7 | 7 | ||
diff --git a/admin/emake b/admin/emake index 09f74107793..0aa1178768d 100755 --- a/admin/emake +++ b/admin/emake | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | 2 | ||
| 3 | # Copyright (C) 2022 Free Software Foundation, Inc. | 3 | # Copyright (C) 2022-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/admin/find-gc.el b/admin/find-gc.el index 6b0e2a3d803..7cb319d867a 100644 --- a/admin/find-gc.el +++ b/admin/find-gc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; find-gc.el --- detect functions that call the garbage collector -*- lexical-binding: t; -*- | 1 | ;;; find-gc.el --- detect functions that call the garbage collector -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 2001-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: emacs-devel@gnu.org | 5 | ;; Maintainer: emacs-devel@gnu.org |
| 6 | 6 | ||
diff --git a/admin/git-bisect-start b/admin/git-bisect-start index 227ea0ba059..a439ee7fe15 100755 --- a/admin/git-bisect-start +++ b/admin/git-bisect-start | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ### the result of merging external trees into the Emacs repository, as | 4 | ### the result of merging external trees into the Emacs repository, as |
| 5 | ### well as certain commits on which Emacs fails to build, are skipped. | 5 | ### well as certain commits on which Emacs fails to build, are skipped. |
| 6 | 6 | ||
| 7 | ## Copyright (C) 2022 Free Software Foundation, Inc. | 7 | ## Copyright (C) 2022-2023 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | ## This file is part of GNU Emacs. | 9 | ## This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -82,7 +82,7 @@ done | |||
| 82 | # SKIP-BRANCH 58cc931e92ece70c3e64131ee12a799d65409100 | 82 | # SKIP-BRANCH 58cc931e92ece70c3e64131ee12a799d65409100 |
| 83 | 83 | ||
| 84 | ## The list below is the exhaustive list of all commits between Dec 1 | 84 | ## The list below is the exhaustive list of all commits between Dec 1 |
| 85 | ## 2016 and Nov 30 2022 on which building Emacs with the default | 85 | ## 2016 and Dec 31 2022 on which building Emacs with the default |
| 86 | ## options, on a GNU/Linux computer and with GCC, fails. It is | 86 | ## options, on a GNU/Linux computer and with GCC, fails. It is |
| 87 | ## possible (though unlikely) that building Emacs with non-default | 87 | ## possible (though unlikely) that building Emacs with non-default |
| 88 | ## options, with other compilers, or on other platforms, would succeed | 88 | ## options, with other compilers, or on other platforms, would succeed |
| @@ -1637,3 +1637,40 @@ $REAL_GIT bisect skip $(cat $0 | grep '^# SKIP-SINGLE ' | sed 's/^# SKIP-SINGLE | |||
| 1637 | # SKIP-SINGLE 4552b01d8c8052f607dca2fcddcf7b2e270f1db6 | 1637 | # SKIP-SINGLE 4552b01d8c8052f607dca2fcddcf7b2e270f1db6 |
| 1638 | # SKIP-SINGLE b6568c1389128d47538b646d940427949ddf58d0 | 1638 | # SKIP-SINGLE b6568c1389128d47538b646d940427949ddf58d0 |
| 1639 | # SKIP-SINGLE 6d5b34d9de7b2f1b346d9aff123ad20c942166dc | 1639 | # SKIP-SINGLE 6d5b34d9de7b2f1b346d9aff123ad20c942166dc |
| 1640 | # SKIP-SINGLE d9d90666f545dc25be63c1b16c030ce1aa96510e | ||
| 1641 | # SKIP-SINGLE e645bcc26d468ab6b8e16b6160c203c5db70ec6b | ||
| 1642 | # SKIP-SINGLE 0aea1cf8190aa804a0d11a67b4a3cb4b715ae82d | ||
| 1643 | # SKIP-SINGLE 7e6d1d1c47196bf1bb5254f5c9014e25bdaf9833 | ||
| 1644 | # SKIP-SINGLE 784e509bded0fe41dd9908022a92c54ac8c21a2c | ||
| 1645 | # SKIP-SINGLE bc4cbbcc57a56a23c64576c8c23ecf6afb1c747b | ||
| 1646 | # SKIP-SINGLE 523261b454058d0b28df2c3de1eab55fe378aa69 | ||
| 1647 | # SKIP-SINGLE 29d23b7fa00ed8263baa060d487b526d51fa6986 | ||
| 1648 | # SKIP-SINGLE 9371d488be62a37788b499a7e44b1f5db158e212 | ||
| 1649 | # SKIP-SINGLE 60418e6f09c67924e3e05eb4948e109d8f7c4073 | ||
| 1650 | # SKIP-SINGLE 9153cf8158489d387a6a0d9d0ede9a2528c35f0a | ||
| 1651 | # SKIP-SINGLE d11e34ce76aac8680337f247419657e042e4cf34 | ||
| 1652 | # SKIP-SINGLE 2541bec21bf3cf090071e434dac170d52394594e | ||
| 1653 | # SKIP-SINGLE 007e66bccb2cb8382158e5e24727fd1b4478cd69 | ||
| 1654 | # SKIP-SINGLE 753b7a1cff6b8ce2367a94d27b615ac31f1067ba | ||
| 1655 | # SKIP-SINGLE 7c63b632e4e2241a28f08015cc981a72e18d7867 | ||
| 1656 | # SKIP-SINGLE 91ae9f3d12885373d38c3e8d693f7dc210f9d471 | ||
| 1657 | # SKIP-SINGLE 314cbef84944145e2160736ce32812403ed99cd9 | ||
| 1658 | # SKIP-SINGLE 1a88a28ace24c8b4fb1e4780948b50dd37ada539 | ||
| 1659 | # SKIP-SINGLE 98327e371938033f7ccefd1c5226cd102cb29ad1 | ||
| 1660 | # SKIP-SINGLE 9d814bea4600ac28dcdbf9caf386467551d7d9be | ||
| 1661 | # SKIP-SINGLE 73769dc2b872441eb0b8565e1090e97fc0b5d521 | ||
| 1662 | # SKIP-SINGLE 283043621756fd004906ecdd5ba829a47cb3fc57 | ||
| 1663 | # SKIP-SINGLE 05ece1eb8b7ce28d366d02df89449d453be8d37e | ||
| 1664 | # SKIP-SINGLE 248c13dcfe1b9618811a6fe67e967b25b1a8f139 | ||
| 1665 | # SKIP-SINGLE 38c35bf0f6a938001dfecbe439addf8fb62897c6 | ||
| 1666 | # SKIP-SINGLE 9065d745151e1995b80a1f4d5a04e2af111ad928 | ||
| 1667 | # SKIP-SINGLE e78e69b33189c653d1588b810283969ac3cca137 | ||
| 1668 | # SKIP-SINGLE 909091d7578b7225601b202fb9257dedae879e9a | ||
| 1669 | # SKIP-SINGLE 706ed85285515e7047e16608815c1d02d4907b07 | ||
| 1670 | # SKIP-SINGLE 7013b0179cbe5cce19e114d7673770d1425d3005 | ||
| 1671 | # SKIP-SINGLE 2de25accaf31aef643557ec476041c770fc7ac15 | ||
| 1672 | # SKIP-SINGLE 2b1fdbffcb595bcd72fa9aa3db674c6985042bcb | ||
| 1673 | # SKIP-SINGLE 1480865e641b06d570f5ab56011f8e3e5481da7d | ||
| 1674 | # SKIP-SINGLE 8c13e8497821881b5197a1717e9e53b9991859d0 | ||
| 1675 | # SKIP-SINGLE a6db8464e150c49724c71c5969b97f205ee2dec5 | ||
| 1676 | # SKIP-SINGLE cfbfd393b450d4eb7ac0b7922b44208688553c9e | ||
diff --git a/admin/gitmerge.el b/admin/gitmerge.el index 1ff8137e154..396d2fe2ac5 100644 --- a/admin/gitmerge.el +++ b/admin/gitmerge.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gitmerge.el --- help merge one Emacs branch into another -*- lexical-binding: t; -*- | 1 | ;;; gitmerge.el --- help merge one Emacs branch into another -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: David Engster <deng@randomsample.de> | 5 | ;; Authors: David Engster <deng@randomsample.de> |
| 6 | ;; Stefan Monnier <monnier@iro.umontreal.ca> | 6 | ;; Stefan Monnier <monnier@iro.umontreal.ca> |
diff --git a/admin/grammars/Makefile.in b/admin/grammars/Makefile.in index 178c79b7a02..04a5e0d7205 100644 --- a/admin/grammars/Makefile.in +++ b/admin/grammars/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2013-2022 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2013-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ## This file is part of GNU Emacs. | 5 | ## This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/admin/grammars/c.by b/admin/grammars/c.by index 2395e747fd6..a152e3d8696 100644 --- a/admin/grammars/c.by +++ b/admin/grammars/c.by | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; c.by -- LL grammar for C/C++ language specification | 1 | ;;; c.by -- LL grammar for C/C++ language specification |
| 2 | ;; Copyright (C) 1999-2022 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 1999-2023 Free Software Foundation, Inc. |
| 3 | ;; | 3 | ;; |
| 4 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 4 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 5 | ;; David Ponce <david@dponce.com> | 5 | ;; David Ponce <david@dponce.com> |
diff --git a/admin/grammars/grammar.wy b/admin/grammars/grammar.wy index 1180dc28eb7..1821948ffcb 100644 --- a/admin/grammars/grammar.wy +++ b/admin/grammars/grammar.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-grammar.wy -- LALR grammar of Semantic input grammars | 1 | ;;; semantic-grammar.wy -- LALR grammar of Semantic input grammars |
| 2 | ;; | 2 | ;; |
| 3 | ;; Copyright (C) 2002-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2023 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Created: 26 Aug 2002 | 6 | ;; Created: 26 Aug 2002 |
diff --git a/admin/grammars/java-tags.wy b/admin/grammars/java-tags.wy index 138adb2082c..578172c0b7b 100644 --- a/admin/grammars/java-tags.wy +++ b/admin/grammars/java-tags.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; java-tags.wy -- Semantic LALR grammar for Java | 1 | ;;; java-tags.wy -- Semantic LALR grammar for Java |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2023 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Created: 26 Aug 2002 | 6 | ;; Created: 26 Aug 2002 |
diff --git a/admin/grammars/js.wy b/admin/grammars/js.wy index 2357153ccb5..fc68471face 100644 --- a/admin/grammars/js.wy +++ b/admin/grammars/js.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; javascript-jv.wy -- LALR grammar for Javascript | 1 | ;;; javascript-jv.wy -- LALR grammar for Javascript |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2023 Free Software Foundation, Inc. |
| 4 | ;; Copyright (C) 1998-2011 Ecma International. | 4 | ;; Copyright (C) 1998-2011 Ecma International. |
| 5 | 5 | ||
| 6 | ;; Author: Joakim Verona | 6 | ;; Author: Joakim Verona |
diff --git a/admin/grammars/make.by b/admin/grammars/make.by index 193ad77fa98..7bee4ed0ab4 100644 --- a/admin/grammars/make.by +++ b/admin/grammars/make.by | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; make.by -- BY notation for Makefiles. | 1 | ;;; make.by -- BY notation for Makefiles. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2023 Free Software Foundation, Inc. |
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; David Ponce <david@dponce.com> | 6 | ;; David Ponce <david@dponce.com> |
diff --git a/admin/grammars/python.wy b/admin/grammars/python.wy index 17d87e711a2..081a4d7ea3f 100644 --- a/admin/grammars/python.wy +++ b/admin/grammars/python.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; python.wy -- LALR grammar for Python | 1 | ;;; python.wy -- LALR grammar for Python |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002-2023 Free Software Foundation, Inc. |
| 4 | ;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 4 | ;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 5 | ;; 2009, 2010 Python Software Foundation; All Rights Reserved | 5 | ;; 2009, 2010 Python Software Foundation; All Rights Reserved |
| 6 | 6 | ||
diff --git a/admin/grammars/scheme.by b/admin/grammars/scheme.by index fcf3007ae7f..288557db54e 100644 --- a/admin/grammars/scheme.by +++ b/admin/grammars/scheme.by | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; scheme.by -- Scheme BNF language specification | 1 | ;;; scheme.by -- Scheme BNF language specification |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/admin/grammars/srecode-template.wy b/admin/grammars/srecode-template.wy index 7ba73d2921a..957c00ab1b9 100644 --- a/admin/grammars/srecode-template.wy +++ b/admin/grammars/srecode-template.wy | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode-template.wy --- Semantic Recoder Template parser | 1 | ;;; srecode-template.wy --- Semantic Recoder Template parser |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: syntax | 6 | ;; Keywords: syntax |
diff --git a/admin/last-chance.el b/admin/last-chance.el index 45d470cacde..a9aaa400b75 100644 --- a/admin/last-chance.el +++ b/admin/last-chance.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; last-chance.el --- dangling deterrence -*- lexical-binding: t; -*- | 1 | ;;; last-chance.el --- dangling deterrence -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Thien-Thi Nguyen <ttn@gnu.org> | 5 | ;; Author: Thien-Thi Nguyen <ttn@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | 6 | ;; Maintainer: emacs-devel@gnu.org |
diff --git a/admin/make-emacs b/admin/make-emacs index 06d56080921..f31c2383fc0 100755 --- a/admin/make-emacs +++ b/admin/make-emacs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Build Emacs with various options for profiling, debugging, | 2 | # Build Emacs with various options for profiling, debugging, |
| 3 | # with and without warnings enabled etc. | 3 | # with and without warnings enabled etc. |
| 4 | 4 | ||
| 5 | # Copyright (C) 2001-2022 Free Software Foundation, Inc. | 5 | # Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 8 | 8 | ||
diff --git a/admin/make-manuals b/admin/make-manuals index a252bf20f1e..f1a46861533 100755 --- a/admin/make-manuals +++ b/admin/make-manuals | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | ### make-manuals - create the Emacs manuals to upload to the gnu.org website | 2 | ### make-manuals - create the Emacs manuals to upload to the gnu.org website |
| 3 | 3 | ||
| 4 | ## Copyright 2018-2022 Free Software Foundation, Inc. | 4 | ## Copyright 2018-2023 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Glenn Morris <rgm@gnu.org> | 6 | ## Author: Glenn Morris <rgm@gnu.org> |
| 7 | ## Maintainer: emacs-devel@gnu.org | 7 | ## Maintainer: emacs-devel@gnu.org |
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index f5d3e69e79b..e17ecd95ac3 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # | 4 | # |
| 5 | # admin/merge-gnulib | 5 | # admin/merge-gnulib |
| 6 | 6 | ||
| 7 | # Copyright 2012-2022 Free Software Foundation, Inc. | 7 | # Copyright 2012-2023 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/admin/merge-pkg-config b/admin/merge-pkg-config index 2f785729a6d..ba3c48b546b 100755 --- a/admin/merge-pkg-config +++ b/admin/merge-pkg-config | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # | 4 | # |
| 5 | # admin/merge-pkg-config | 5 | # admin/merge-pkg-config |
| 6 | 6 | ||
| 7 | # Copyright 2014-2022 Free Software Foundation, Inc. | 7 | # Copyright 2014-2023 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | # This file is part of GNU Emacs. | 9 | # This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/admin/notes/copyright b/admin/notes/copyright index 6f7cb153345..ae09707bac8 100644 --- a/admin/notes/copyright +++ b/admin/notes/copyright | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2007-2022 Free Software Foundation, Inc. | 1 | Copyright (C) 2007-2023 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | 4 | ||
diff --git a/admin/notes/emba b/admin/notes/emba index 4c8c27dfeaa..564cc3c54ac 100644 --- a/admin/notes/emba +++ b/admin/notes/emba | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*- mode: outline; coding: utf-8 -*- | 1 | -*- mode: outline; coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2019-2022 Free Software Foundation, Inc. | 3 | Copyright (C) 2019-2023 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | NOTES FOR EMACS CONTINUOUS BUILD ON EMBA | 6 | NOTES FOR EMACS CONTINUOUS BUILD ON EMBA |
diff --git a/admin/notes/hydra b/admin/notes/hydra index 0987e7be820..12d3f356020 100644 --- a/admin/notes/hydra +++ b/admin/notes/hydra | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*- mode: outline; coding: utf-8 -*- | 1 | -*- mode: outline; coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2013-2022 Free Software Foundation, Inc. | 3 | Copyright (C) 2013-2023 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA | 6 | NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA |
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty index 84bc1b77d4e..d0b63f166fd 100644 --- a/admin/notes/multi-tty +++ b/admin/notes/multi-tty | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*- coding: utf-8; mode: text; -*- | 1 | -*- coding: utf-8; mode: text; -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2007-2022 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2023 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | From README.multi-tty in the multi-tty branch. | 6 | From README.multi-tty in the multi-tty branch. |
diff --git a/admin/notes/tree-sitter/html-manual/Accessing-Node.html b/admin/notes/tree-sitter/html-manual/Accessing-Node.html index 00ac63b8339..9e7a4b68299 100644 --- a/admin/notes/tree-sitter/html-manual/Accessing-Node.html +++ b/admin/notes/tree-sitter/html-manual/Accessing-Node.html | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | <!-- This is the GNU Emacs Lisp Reference Manual | 6 | <!-- This is the GNU Emacs Lisp Reference Manual |
| 7 | corresponding to Emacs version 29.0.50. | 7 | corresponding to Emacs version 29.0.50. |
| 8 | 8 | ||
| 9 | Copyright © 1990-1996, 1998-2022 Free Software Foundation, | 9 | Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc. |
| 10 | Inc. | ||
| 11 | 10 | ||
| 12 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
| 13 | under the terms of the GNU Free Documentation License, Version 1.3 or | 12 | under the terms of the GNU Free Documentation License, Version 1.3 or |
diff --git a/admin/notes/tree-sitter/html-manual/Language-Definitions.html b/admin/notes/tree-sitter/html-manual/Language-Definitions.html index 6dd589f8259..6c17e8c3344 100644 --- a/admin/notes/tree-sitter/html-manual/Language-Definitions.html +++ b/admin/notes/tree-sitter/html-manual/Language-Definitions.html | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | <!-- This is the GNU Emacs Lisp Reference Manual | 6 | <!-- This is the GNU Emacs Lisp Reference Manual |
| 7 | corresponding to Emacs version 29.0.50. | 7 | corresponding to Emacs version 29.0.50. |
| 8 | 8 | ||
| 9 | Copyright © 1990-1996, 1998-2022 Free Software Foundation, | 9 | Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc. |
| 10 | Inc. | ||
| 11 | 10 | ||
| 12 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
| 13 | under the terms of the GNU Free Documentation License, Version 1.3 or | 12 | under the terms of the GNU Free Documentation License, Version 1.3 or |
diff --git a/admin/notes/tree-sitter/html-manual/Multiple-Languages.html b/admin/notes/tree-sitter/html-manual/Multiple-Languages.html index 46985649a82..65507687d51 100644 --- a/admin/notes/tree-sitter/html-manual/Multiple-Languages.html +++ b/admin/notes/tree-sitter/html-manual/Multiple-Languages.html | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | <!-- This is the GNU Emacs Lisp Reference Manual | 6 | <!-- This is the GNU Emacs Lisp Reference Manual |
| 7 | corresponding to Emacs version 29.0.50. | 7 | corresponding to Emacs version 29.0.50. |
| 8 | 8 | ||
| 9 | Copyright © 1990-1996, 1998-2022 Free Software Foundation, | 9 | Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc. |
| 10 | Inc. | ||
| 11 | 10 | ||
| 12 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
| 13 | under the terms of the GNU Free Documentation License, Version 1.3 or | 12 | under the terms of the GNU Free Documentation License, Version 1.3 or |
diff --git a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html index e04a730b05c..670f235bd20 100644 --- a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html +++ b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | <!-- This is the GNU Emacs Lisp Reference Manual | 6 | <!-- This is the GNU Emacs Lisp Reference Manual |
| 7 | corresponding to Emacs version 29.0.50. | 7 | corresponding to Emacs version 29.0.50. |
| 8 | 8 | ||
| 9 | Copyright © 1990-1996, 1998-2022 Free Software Foundation, | 9 | Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc. |
| 10 | Inc. | ||
| 11 | 10 | ||
| 12 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
| 13 | under the terms of the GNU Free Documentation License, Version 1.3 or | 12 | under the terms of the GNU Free Documentation License, Version 1.3 or |
diff --git a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html index 95005de6d11..cf1257f3102 100644 --- a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html +++ b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Indentation.html | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | <!-- This is the GNU Emacs Lisp Reference Manual | 6 | <!-- This is the GNU Emacs Lisp Reference Manual |
| 7 | corresponding to Emacs version 29.0.50. | 7 | corresponding to Emacs version 29.0.50. |
| 8 | 8 | ||
| 9 | Copyright © 1990-1996, 1998-2022 Free Software Foundation, | 9 | Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc. |
| 10 | Inc. | ||
| 11 | 10 | ||
| 12 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
| 13 | under the terms of the GNU Free Documentation License, Version 1.3 or | 12 | under the terms of the GNU Free Documentation License, Version 1.3 or |
| @@ -240,7 +239,7 @@ expression <code>treesit-comment-start</code> (see <a href="Tree_002dsitter-majo | |||
| 240 | the comment node. | 239 | the comment node. |
| 241 | </p> | 240 | </p> |
| 242 | </dd> | 241 | </dd> |
| 243 | <dt id='index-coment_002dstart_002dskip'><span><code>coment-start-skip</code><a href='#index-coment_002dstart_002dskip' class='copiable-anchor'> ¶</a></span></dt> | 242 | <dt id='index-coment_002dstart_002dskip'><span><code>comment-start-skip</code><a href='#index-coment_002dstart_002dskip' class='copiable-anchor'> ¶</a></span></dt> |
| 244 | <dd><p>This anchor is a function that is called with 3 arguments: <var>node</var>, | 243 | <dd><p>This anchor is a function that is called with 3 arguments: <var>node</var>, |
| 245 | <var>parent</var>, and <var>bol</var>, and returns the position after the | 244 | <var>parent</var>, and <var>bol</var>, and returns the position after the |
| 246 | comment-start token and any whitespace characters following that | 245 | comment-start token and any whitespace characters following that |
diff --git a/admin/notes/tree-sitter/html-manual/Parsing-Program-Source.html b/admin/notes/tree-sitter/html-manual/Parsing-Program-Source.html index a0b5775f11f..58f6b4e9d5a 100644 --- a/admin/notes/tree-sitter/html-manual/Parsing-Program-Source.html +++ b/admin/notes/tree-sitter/html-manual/Parsing-Program-Source.html | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | <!-- This is the GNU Emacs Lisp Reference Manual | 6 | <!-- This is the GNU Emacs Lisp Reference Manual |
| 7 | corresponding to Emacs version 29.0.50. | 7 | corresponding to Emacs version 29.0.50. |
| 8 | 8 | ||
| 9 | Copyright © 1990-1996, 1998-2022 Free Software Foundation, | 9 | Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc. |
| 10 | Inc. | ||
| 11 | 10 | ||
| 12 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
| 13 | under the terms of the GNU Free Documentation License, Version 1.3 or | 12 | under the terms of the GNU Free Documentation License, Version 1.3 or |
diff --git a/admin/notes/tree-sitter/html-manual/Pattern-Matching.html b/admin/notes/tree-sitter/html-manual/Pattern-Matching.html index 21eb4702b12..9ef536b79dd 100644 --- a/admin/notes/tree-sitter/html-manual/Pattern-Matching.html +++ b/admin/notes/tree-sitter/html-manual/Pattern-Matching.html | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | <!-- This is the GNU Emacs Lisp Reference Manual | 6 | <!-- This is the GNU Emacs Lisp Reference Manual |
| 7 | corresponding to Emacs version 29.0.50. | 7 | corresponding to Emacs version 29.0.50. |
| 8 | 8 | ||
| 9 | Copyright © 1990-1996, 1998-2022 Free Software Foundation, | 9 | Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc. |
| 10 | Inc. | ||
| 11 | 10 | ||
| 12 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
| 13 | under the terms of the GNU Free Documentation License, Version 1.3 or | 12 | under the terms of the GNU Free Documentation License, Version 1.3 or |
diff --git a/admin/notes/tree-sitter/html-manual/Retrieving-Node.html b/admin/notes/tree-sitter/html-manual/Retrieving-Node.html index 0c086dab91d..58e87e8df7f 100644 --- a/admin/notes/tree-sitter/html-manual/Retrieving-Node.html +++ b/admin/notes/tree-sitter/html-manual/Retrieving-Node.html | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | <!-- This is the GNU Emacs Lisp Reference Manual | 6 | <!-- This is the GNU Emacs Lisp Reference Manual |
| 7 | corresponding to Emacs version 29.0.50. | 7 | corresponding to Emacs version 29.0.50. |
| 8 | 8 | ||
| 9 | Copyright © 1990-1996, 1998-2022 Free Software Foundation, | 9 | Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc. |
| 10 | Inc. | ||
| 11 | 10 | ||
| 12 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
| 13 | under the terms of the GNU Free Documentation License, Version 1.3 or | 12 | under the terms of the GNU Free Documentation License, Version 1.3 or |
diff --git a/admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html b/admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html index 29d51eecf73..0c827b3e755 100644 --- a/admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html +++ b/admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | <!-- This is the GNU Emacs Lisp Reference Manual | 6 | <!-- This is the GNU Emacs Lisp Reference Manual |
| 7 | corresponding to Emacs version 29.0.50. | 7 | corresponding to Emacs version 29.0.50. |
| 8 | 8 | ||
| 9 | Copyright © 1990-1996, 1998-2022 Free Software Foundation, | 9 | Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc. |
| 10 | Inc. | ||
| 11 | 10 | ||
| 12 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
| 13 | under the terms of the GNU Free Documentation License, Version 1.3 or | 12 | under the terms of the GNU Free Documentation License, Version 1.3 or |
diff --git a/admin/notes/tree-sitter/html-manual/Using-Parser.html b/admin/notes/tree-sitter/html-manual/Using-Parser.html index a4f31f90897..fd8fc482f46 100644 --- a/admin/notes/tree-sitter/html-manual/Using-Parser.html +++ b/admin/notes/tree-sitter/html-manual/Using-Parser.html | |||
| @@ -6,8 +6,7 @@ | |||
| 6 | <!-- This is the GNU Emacs Lisp Reference Manual | 6 | <!-- This is the GNU Emacs Lisp Reference Manual |
| 7 | corresponding to Emacs version 29.0.50. | 7 | corresponding to Emacs version 29.0.50. |
| 8 | 8 | ||
| 9 | Copyright © 1990-1996, 1998-2022 Free Software Foundation, | 9 | Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc. |
| 10 | Inc. | ||
| 11 | 10 | ||
| 12 | Permission is granted to copy, distribute and/or modify this document | 11 | Permission is granted to copy, distribute and/or modify this document |
| 13 | under the terms of the GNU Free Documentation License, Version 1.3 or | 12 | under the terms of the GNU Free Documentation License, Version 1.3 or |
diff --git a/admin/notes/tree-sitter/html-manual/manual.css b/admin/notes/tree-sitter/html-manual/manual.css index 5a6790a3458..c03e0d37009 100644 --- a/admin/notes/tree-sitter/html-manual/manual.css +++ b/admin/notes/tree-sitter/html-manual/manual.css | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Style-sheet to use for Emacs manuals */ | 1 | /* Style-sheet to use for Emacs manuals */ |
| 2 | 2 | ||
| 3 | /* Copyright (C) 2013-2014 Free Software Foundation, Inc. | 3 | /* Copyright (C) 2013-2014, 2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Copying and distribution of this file, with or without modification, | 5 | Copying and distribution of this file, with or without modification, |
| 6 | are permitted in any medium without royalty provided the copyright | 6 | are permitted in any medium without royalty provided the copyright |
diff --git a/admin/notes/unicode b/admin/notes/unicode index 014bfb9b0d5..0e000365da7 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*-mode: text; coding: utf-8;-*- | 1 | -*-mode: text; coding: utf-8;-*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2002-2022 Free Software Foundation, Inc. | 3 | Copyright (C) 2002-2023 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | Importing a new Unicode Standard version into Emacs | 6 | Importing a new Unicode Standard version into Emacs |
diff --git a/admin/notes/www b/admin/notes/www index d1a8f0637ff..d6e15ffe955 100644 --- a/admin/notes/www +++ b/admin/notes/www | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -*- outline -*- | 1 | -*- outline -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2013-2022 Free Software Foundation, Inc. | 3 | Copyright (C) 2013-2023 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See the end of the file for license conditions. |
| 5 | 5 | ||
| 6 | NOTES FOR EMACS WWW PAGES | 6 | NOTES FOR EMACS WWW PAGES |
diff --git a/admin/notes/years b/admin/notes/years index 3df8139f9b9..113e6608d3f 100644 --- a/admin/notes/years +++ b/admin/notes/years | |||
| @@ -10,9 +10,10 @@ results for plausibility, then commit them. | |||
| 10 | A few known problems with the build-aux/update-copyright script: | 10 | A few known problems with the build-aux/update-copyright script: |
| 11 | 11 | ||
| 12 | . it doesn't update config.bat, msdos/depfiles.bat, | 12 | . it doesn't update config.bat, msdos/depfiles.bat, |
| 13 | nt/configure.bat, etc/tutorials/TUTORIAL.cn, and | 13 | nt/configure.bat, etc/tutorials/TUTORIAL.cn, |
| 14 | etc/tutorials/TUTORIAL.he because the "Copyright" statement begins | 14 | etc/tutorials/TUTORIAL.el_GR, and etc/tutorials/TUTORIAL.he |
| 15 | in these files after a prefix that is more than 5 characters long | 15 | because the "Copyright" statement begins in these files |
| 16 | after a prefix that is more than 5 characters long | ||
| 16 | . it doesn't update etc/tutorials/TUTORIAL.nl and | 17 | . it doesn't update etc/tutorials/TUTORIAL.nl and |
| 17 | etc/tutorials/TUTORIAL.ro for some reason | 18 | etc/tutorials/TUTORIAL.ro for some reason |
| 18 | . it doesn't update the second Copyright notice, the one that gets | 19 | . it doesn't update the second Copyright notice, the one that gets |
diff --git a/admin/nt/README-UNDUMP.W32 b/admin/nt/README-UNDUMP.W32 index c42b7b64940..b151df1eb0f 100644 --- a/admin/nt/README-UNDUMP.W32 +++ b/admin/nt/README-UNDUMP.W32 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2022 Free Software Foundation, Inc. | 1 | Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | Emacs for Windows | 4 | Emacs for Windows |
diff --git a/admin/nt/dist-build/README-windows-binaries b/admin/nt/dist-build/README-windows-binaries index 475612ac80e..f53558960c4 100644 --- a/admin/nt/dist-build/README-windows-binaries +++ b/admin/nt/dist-build/README-windows-binaries | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2022 Free Software Foundation, Inc. | 1 | Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | Precompiled Distributions of | 4 | Precompiled Distributions of |
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py index a1d9afa517f..71105a071ec 100755 --- a/admin/nt/dist-build/build-dep-zips.py +++ b/admin/nt/dist-build/build-dep-zips.py | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/usr/bin/python3 | 1 | #!/usr/bin/python3 |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2017-2022 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2017-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ## This file is part of GNU Emacs. | 5 | ## This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/admin/nt/dist-build/build-zips.sh b/admin/nt/dist-build/build-zips.sh index 39ac1fde604..28aee4a0b67 100755 --- a/admin/nt/dist-build/build-zips.sh +++ b/admin/nt/dist-build/build-zips.sh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2017-2022 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2017-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ## This file is part of GNU Emacs. | 5 | ## This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs index b0a1d342518..4ca8cee5d7a 100755 --- a/admin/quick-install-emacs +++ b/admin/quick-install-emacs | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly | 2 | ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2001-2022 Free Software Foundation, Inc. | 4 | ## Copyright (C) 2001-2023 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Miles Bader <miles@gnu.org> | 6 | ## Author: Miles Bader <miles@gnu.org> |
| 7 | 7 | ||
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in index f3e653879c0..cccd85213f1 100644 --- a/admin/unidata/Makefile.in +++ b/admin/unidata/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | # Copyright (C) 2012-2022 Free Software Foundation, Inc. | 3 | # Copyright (C) 2012-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 6 | # National Institute of Advanced Industrial Science and Technology (AIST) | 6 | # National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/admin/unidata/blocks.awk b/admin/unidata/blocks.awk index 48a14ec3ca9..80ce7478a45 100755 --- a/admin/unidata/blocks.awk +++ b/admin/unidata/blocks.awk | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/usr/bin/awk -f | 1 | #!/usr/bin/awk -f |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2015-2022 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2015-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ## Author: Glenn Morris <rgm@gnu.org> | 5 | ## Author: Glenn Morris <rgm@gnu.org> |
| 6 | ## Maintainer: emacs-devel@gnu.org | 6 | ## Maintainer: emacs-devel@gnu.org |
diff --git a/admin/unidata/emoji-zwj.awk b/admin/unidata/emoji-zwj.awk index 3d605d5d640..7d2ff6cb900 100644 --- a/admin/unidata/emoji-zwj.awk +++ b/admin/unidata/emoji-zwj.awk | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/usr/bin/awk -f | 1 | #!/usr/bin/awk -f |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2020, 2022 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2020, 2022-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ## Author: Robert Pluim <rpluim@gmail.com> | 5 | ## Author: Robert Pluim <rpluim@gmail.com> |
| 6 | 6 | ||
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index 5927760ad58..1ad347c9425 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; unidata-gen.el --- Create files containing character property data -*- lexical-binding:t -*- | 1 | ;;; unidata-gen.el --- Create files containing character property data -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 5 | ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) | 6 | ;; National Institute of Advanced Industrial Science and Technology (AIST) |
diff --git a/admin/unidata/uvs.el b/admin/unidata/uvs.el index 5a4b8e71a2d..70f6d323f12 100644 --- a/admin/unidata/uvs.el +++ b/admin/unidata/uvs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; uvs.el --- utility for UVS (format 14) cmap subtables in OpenType fonts -*- lexical-binding:t -*- | 1 | ;;; uvs.el --- utility for UVS (format 14) cmap subtables in OpenType fonts -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014-2022 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014-2023 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 5 | ;; Author: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 6 | 6 | ||
diff --git a/admin/update-copyright b/admin/update-copyright index 8b7c05749d0..df6f6c7d487 100755 --- a/admin/update-copyright +++ b/admin/update-copyright | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | # By default, this script uses the local-time calendar year. | 7 | # By default, this script uses the local-time calendar year. |
| 8 | # Set the UPDATE_COPYRIGHT_YEAR environment variable to override the default. | 8 | # Set the UPDATE_COPYRIGHT_YEAR environment variable to override the default. |
| 9 | 9 | ||
| 10 | # Copyright 2013-2022 Free Software Foundation, Inc. | 10 | # Copyright 2013-2023 Free Software Foundation, Inc. |
| 11 | 11 | ||
| 12 | # This file is part of GNU Emacs. | 12 | # This file is part of GNU Emacs. |
| 13 | 13 | ||
diff --git a/admin/update_autogen b/admin/update_autogen index 55e11be95c7..5088bc674ca 100755 --- a/admin/update_autogen +++ b/admin/update_autogen | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
| 2 | ### update_autogen - update some auto-generated files in the Emacs tree | 2 | ### update_autogen - update some auto-generated files in the Emacs tree |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2011-2022 Free Software Foundation, Inc. | 4 | ## Copyright (C) 2011-2023 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ## Author: Glenn Morris <rgm@gnu.org> | 6 | ## Author: Glenn Morris <rgm@gnu.org> |
| 7 | ## Maintainer: Stefan Kangas <stefankangas@gmail.com> | 7 | ## Maintainer: Stefan Kangas <stefankangas@gmail.com> |
diff --git a/admin/upload-manuals b/admin/upload-manuals index 04f7c3acc72..6f44456efb8 100755 --- a/admin/upload-manuals +++ b/admin/upload-manuals | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ### upload-manuals - upload the Emacs manuals to the gnu.org website | 3 | ### upload-manuals - upload the Emacs manuals to the gnu.org website |
| 4 | 4 | ||
| 5 | ## Copyright 2018-2022 Free Software Foundation, Inc. | 5 | ## Copyright 2018-2023 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ## Author: Glenn Morris <rgm@gnu.org> | 7 | ## Author: Glenn Morris <rgm@gnu.org> |
| 8 | ## Maintainer: emacs-devel@gnu.org | 8 | ## Maintainer: emacs-devel@gnu.org |