; Add 2023 to copyright years.

This commit is contained in:
Eli Zaretskii 2023-01-01 05:31:12 -05:00
parent b394359261
commit cae528457c
3238 changed files with 3334 additions and 3287 deletions

2
.gitattributes vendored
View file

@ -1,6 +1,6 @@
# Attributes of Emacs files in the Git repository. # Attributes of Emacs files in the Git repository.
# Copyright 2015-2022 Free Software Foundation, Inc. # Copyright 2015-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

2
.gitignore vendored
View file

@ -1,6 +1,6 @@
# Files that Git should ignore in the Emacs source directory. # Files that Git should ignore in the Emacs source directory.
# Copyright 2009-2022 Free Software Foundation, Inc. # Copyright 2009-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,4 +1,4 @@
# Copyright (C) 2021-2022 Free Software Foundation, Inc. # Copyright (C) 2021-2023 Free Software Foundation, Inc.
# #
# This file is part of GNU Emacs. # This file is part of GNU Emacs.
# #

View file

@ -1,3 +1,6 @@
Copyright (C) 2006-2023 Free Software Foundation, Inc.
See the end of the file for license conditions.
* How developers contribute to GNU Emacs * How developers contribute to GNU Emacs
Here is how software developers can contribute to Emacs. (Non-developers: see Here is how software developers can contribute to Emacs. (Non-developers: see

View file

@ -14700,7 +14700,7 @@
;; coding: utf-8 ;; coding: utf-8
;; End: ;; End:
Copyright (C) 1993-1999, 2001-2022 Free Software Foundation, Inc. Copyright (C) 1993-1999, 2001-2023 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -35787,7 +35787,7 @@ See ChangeLog.1 for earlier changes.
;; coding: utf-8 ;; coding: utf-8
;; End: ;; End:
Copyright (C) 2015-2022 Free Software Foundation, Inc. Copyright (C) 2015-2023 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -236927,7 +236927,7 @@ See ChangeLog.2 for earlier changes.
;; coding: utf-8 ;; coding: utf-8
;; End: ;; End:
Copyright (C) 2015-2022 Free Software Foundation, Inc. Copyright (C) 2015-2023 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
# Build Emacs from a fresh tarball or version-control checkout. # Build Emacs from a fresh tarball or version-control checkout.
# Copyright (C) 2011-2022 Free Software Foundation, Inc. # Copyright (C) 2011-2023 Free Software Foundation, Inc.
# #
# This file is part of GNU Emacs. # This file is part of GNU Emacs.
# #

View file

@ -1,5 +1,5 @@
GNU Emacs Installation Guide GNU Emacs Installation Guide
Copyright (C) 1992, 1994, 1996-1997, 2000-2022 Free Software Foundation, Copyright (C) 1992, 1994, 1996-1997, 2000-2023 Free Software Foundation,
Inc. Inc.
See the end of the file for license conditions. See the end of the file for license conditions.

View file

@ -98,7 +98,7 @@ never platform-specific.
Copyright (C) 2002-2022 Free Software Foundation, Inc. Copyright (C) 2002-2023 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
### @configure_input@ ### @configure_input@
# Copyright (C) 1992-2022 Free Software Foundation, Inc. # Copyright (C) 1992-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

2
README
View file

@ -1,4 +1,4 @@
Copyright (C) 2001-2022 Free Software Foundation, Inc. Copyright (C) 2001-2023 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.

View file

@ -2577,7 +2577,7 @@
;; coding: utf-8 ;; coding: utf-8
;; End: ;; End:
Copyright (C) 2001-2022 Free Software Foundation, Inc. Copyright (C) 2001-2023 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,4 +1,4 @@
Copyright (C) 2001-2022 Free Software Foundation, Inc. Copyright (C) 2001-2023 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.

View file

@ -1,6 +1,6 @@
;;; admin.el --- utilities for Emacs administration -*- lexical-binding: t; -*- ;;; admin.el --- utilities for Emacs administration -*- lexical-binding: t; -*-
;; Copyright (C) 2001-2022 Free Software Foundation, Inc. ;; Copyright (C) 2001-2023 Free Software Foundation, Inc.
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
/* Allocate X colors. Used for testing with dense colormaps. /* Allocate X colors. Used for testing with dense colormaps.
Copyright (C) 2001-2022 Free Software Foundation, Inc. Copyright (C) 2001-2023 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; authors.el --- utility for maintaining Emacs's AUTHORS file -*- lexical-binding: t; -*- ;;; authors.el --- utility for maintaining Emacs's AUTHORS file -*- lexical-binding: t; -*-
;; Copyright (C) 2000-2022 Free Software Foundation, Inc. ;; Copyright (C) 2000-2023 Free Software Foundation, Inc.
;; Author: Gerd Moellmann <gerd@gnu.org> ;; Author: Gerd Moellmann <gerd@gnu.org>
;; Maintainer: emacs-devel@gnu.org ;; Maintainer: emacs-devel@gnu.org

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
### automerge - automatically merge the Emacs release branch to master ### automerge - automatically merge the Emacs release branch to master
## Copyright (C) 2018-2022 Free Software Foundation, Inc. ## Copyright (C) 2018-2023 Free Software Foundation, Inc.
## Author: Glenn Morris <rgm@gnu.org> ## Author: Glenn Morris <rgm@gnu.org>
## Maintainer: Stefan Kangas <stefankangas@gmail.com> ## Maintainer: Stefan Kangas <stefankangas@gmail.com>

View file

@ -1,7 +1,7 @@
#! /usr/bin/perl #! /usr/bin/perl
# Build Emacs in several different configurations. # Build Emacs in several different configurations.
# Copyright (C) 2001-2022 Free Software Foundation, Inc. # Copyright (C) 2001-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
### @configure_input@ ### @configure_input@
# Copyright (C) 2015-2022 Free Software Foundation, Inc. # Copyright (C) 2015-2023 Free Software Foundation, Inc.
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
# National Institute of Advanced Industrial Science and Technology (AIST) # National Institute of Advanced Industrial Science and Technology (AIST)

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# Copyright (C) 2015-2022 Free Software Foundation, Inc. # Copyright (C) 2015-2023 Free Software Foundation, Inc.
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
# National Institute of Advanced Industrial Science and Technology (AIST) # National Institute of Advanced Industrial Science and Technology (AIST)

View file

@ -1,4 +1,4 @@
Copyright (C) 2009-2022 Free Software Foundation, Inc. Copyright (C) 2009-2023 Free Software Foundation, Inc.
Copyright (C) 2009, 2010, 2011 Copyright (C) 2009, 2010, 2011
National Institute of Advanced Industrial Science and Technology (AIST) National Institute of Advanced Industrial Science and Technology (AIST)
Registration Number H13PRO009 Registration Number H13PRO009

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
### check-man-pages - check man pages for errors ### check-man-pages - check man pages for errors
## Copyright (C) 2022 Free Software Foundation, Inc. ## Copyright (C) 2022-2023 Free Software Foundation, Inc.
## Author: Stefan Kangas <stefankangas@gmail.com> ## Author: Stefan Kangas <stefankangas@gmail.com>

View file

@ -1,6 +1,6 @@
;;; cus-test.el --- tests for custom types and load problems -*- lexical-binding: t; -*- ;;; cus-test.el --- tests for custom types and load problems -*- lexical-binding: t; -*-
;; Copyright (C) 1998, 2000, 2002-2022 Free Software Foundation, Inc. ;; Copyright (C) 1998, 2000, 2002-2023 Free Software Foundation, Inc.
;; Author: Markus Rost <rost@math.uni-bielefeld.de> ;; Author: Markus Rost <rost@math.uni-bielefeld.de>
;; Created: 13 Sep 1998 ;; Created: 13 Sep 1998

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2001-2022 Free Software Foundation, Inc. # Copyright (C) 2001-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
### emacs-shell-lib - shared code for Emacs shell scripts ### emacs-shell-lib - shared code for Emacs shell scripts
## Copyright (C) 2022 Free Software Foundation, Inc. ## Copyright (C) 2022-2023 Free Software Foundation, Inc.
## Author: Stefan Kangas <stefankangas@gmail.com> ## Author: Stefan Kangas <stefankangas@gmail.com>

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (C) 2022 Free Software Foundation, Inc. # Copyright (C) 2022-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; find-gc.el --- detect functions that call the garbage collector -*- lexical-binding: t; -*- ;;; find-gc.el --- detect functions that call the garbage collector -*- lexical-binding: t; -*-
;; Copyright (C) 1992, 2001-2022 Free Software Foundation, Inc. ;; Copyright (C) 1992, 2001-2023 Free Software Foundation, Inc.
;; Maintainer: emacs-devel@gnu.org ;; Maintainer: emacs-devel@gnu.org

View file

@ -4,7 +4,7 @@
### the result of merging external trees into the Emacs repository, as ### the result of merging external trees into the Emacs repository, as
### well as certain commits on which Emacs fails to build, are skipped. ### well as certain commits on which Emacs fails to build, are skipped.
## Copyright (C) 2022 Free Software Foundation, Inc. ## Copyright (C) 2022-2023 Free Software Foundation, Inc.
## This file is part of GNU Emacs. ## This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; gitmerge.el --- help merge one Emacs branch into another -*- lexical-binding: t; -*- ;;; gitmerge.el --- help merge one Emacs branch into another -*- lexical-binding: t; -*-
;; Copyright (C) 2010-2022 Free Software Foundation, Inc. ;; Copyright (C) 2010-2023 Free Software Foundation, Inc.
;; Authors: David Engster <deng@randomsample.de> ;; Authors: David Engster <deng@randomsample.de>
;; Stefan Monnier <monnier@iro.umontreal.ca> ;; Stefan Monnier <monnier@iro.umontreal.ca>

View file

@ -1,6 +1,6 @@
### @configure_input@ ### @configure_input@
## Copyright (C) 2013-2022 Free Software Foundation, Inc. ## Copyright (C) 2013-2023 Free Software Foundation, Inc.
## This file is part of GNU Emacs. ## This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
;;; c.by -- LL grammar for C/C++ language specification ;;; c.by -- LL grammar for C/C++ language specification
;; Copyright (C) 1999-2022 Free Software Foundation, Inc. ;; Copyright (C) 1999-2023 Free Software Foundation, Inc.
;; ;;
;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Author: Eric M. Ludlam <zappo@gnu.org>
;; David Ponce <david@dponce.com> ;; David Ponce <david@dponce.com>

View file

@ -1,6 +1,6 @@
;;; semantic-grammar.wy -- LALR grammar of Semantic input grammars ;;; semantic-grammar.wy -- LALR grammar of Semantic input grammars
;; ;;
;; Copyright (C) 2002-2022 Free Software Foundation, Inc. ;; Copyright (C) 2002-2023 Free Software Foundation, Inc.
;; ;;
;; Author: David Ponce <david@dponce.com> ;; Author: David Ponce <david@dponce.com>
;; Created: 26 Aug 2002 ;; Created: 26 Aug 2002

View file

@ -1,6 +1,6 @@
;;; java-tags.wy -- Semantic LALR grammar for Java ;;; java-tags.wy -- Semantic LALR grammar for Java
;; Copyright (C) 2002-2022 Free Software Foundation, Inc. ;; Copyright (C) 2002-2023 Free Software Foundation, Inc.
;; ;;
;; Author: David Ponce <david@dponce.com> ;; Author: David Ponce <david@dponce.com>
;; Created: 26 Aug 2002 ;; Created: 26 Aug 2002

View file

@ -1,6 +1,6 @@
;;; javascript-jv.wy -- LALR grammar for Javascript ;;; javascript-jv.wy -- LALR grammar for Javascript
;; Copyright (C) 2005-2022 Free Software Foundation, Inc. ;; Copyright (C) 2005-2023 Free Software Foundation, Inc.
;; Copyright (C) 1998-2011 Ecma International. ;; Copyright (C) 1998-2011 Ecma International.
;; Author: Joakim Verona ;; Author: Joakim Verona

View file

@ -1,6 +1,6 @@
;;; make.by -- BY notation for Makefiles. ;;; make.by -- BY notation for Makefiles.
;; Copyright (C) 1999-2022 Free Software Foundation, Inc. ;; Copyright (C) 1999-2023 Free Software Foundation, Inc.
;; ;;
;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Author: Eric M. Ludlam <zappo@gnu.org>
;; David Ponce <david@dponce.com> ;; David Ponce <david@dponce.com>

View file

@ -1,6 +1,6 @@
;;; python.wy -- LALR grammar for Python ;;; python.wy -- LALR grammar for Python
;; Copyright (C) 2002-2022 Free Software Foundation, Inc. ;; Copyright (C) 2002-2023 Free Software Foundation, Inc.
;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, ;; Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
;; 2009, 2010 Python Software Foundation; All Rights Reserved ;; 2009, 2010 Python Software Foundation; All Rights Reserved

View file

@ -1,6 +1,6 @@
;;; scheme.by -- Scheme BNF language specification ;;; scheme.by -- Scheme BNF language specification
;; Copyright (C) 2001-2022 Free Software Foundation, Inc. ;; Copyright (C) 2001-2023 Free Software Foundation, Inc.
;; This file is part of GNU Emacs. ;; This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
;;; srecode-template.wy --- Semantic Recoder Template parser ;;; srecode-template.wy --- Semantic Recoder Template parser
;; Copyright (C) 2005-2022 Free Software Foundation, Inc. ;; Copyright (C) 2005-2023 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Author: Eric M. Ludlam <zappo@gnu.org>
;; Keywords: syntax ;; Keywords: syntax

View file

@ -1,6 +1,6 @@
;;; last-chance.el --- dangling deterrence -*- lexical-binding: t; -*- ;;; last-chance.el --- dangling deterrence -*- lexical-binding: t; -*-
;; Copyright (C) 2016-2022 Free Software Foundation, Inc. ;; Copyright (C) 2016-2023 Free Software Foundation, Inc.
;; Author: Thien-Thi Nguyen <ttn@gnu.org> ;; Author: Thien-Thi Nguyen <ttn@gnu.org>
;; Maintainer: emacs-devel@gnu.org ;; Maintainer: emacs-devel@gnu.org

View file

@ -2,7 +2,7 @@
# Build Emacs with various options for profiling, debugging, # Build Emacs with various options for profiling, debugging,
# with and without warnings enabled etc. # with and without warnings enabled etc.
# Copyright (C) 2001-2022 Free Software Foundation, Inc. # Copyright (C) 2001-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
### make-manuals - create the Emacs manuals to upload to the gnu.org website ### make-manuals - create the Emacs manuals to upload to the gnu.org website
## Copyright 2018-2022 Free Software Foundation, Inc. ## Copyright 2018-2023 Free Software Foundation, Inc.
## Author: Glenn Morris <rgm@gnu.org> ## Author: Glenn Morris <rgm@gnu.org>
## Maintainer: emacs-devel@gnu.org ## Maintainer: emacs-devel@gnu.org

View file

@ -4,7 +4,7 @@
# #
# admin/merge-gnulib # admin/merge-gnulib
# Copyright 2012-2022 Free Software Foundation, Inc. # Copyright 2012-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -4,7 +4,7 @@
# #
# admin/merge-pkg-config # admin/merge-pkg-config
# Copyright 2014-2022 Free Software Foundation, Inc. # Copyright 2014-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,4 +1,4 @@
Copyright (C) 2007-2022 Free Software Foundation, Inc. Copyright (C) 2007-2023 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.

View file

@ -1,6 +1,6 @@
-*- mode: outline; coding: utf-8 -*- -*- mode: outline; coding: utf-8 -*-
Copyright (C) 2019-2022 Free Software Foundation, Inc. Copyright (C) 2019-2023 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.
NOTES FOR EMACS CONTINUOUS BUILD ON EMBA NOTES FOR EMACS CONTINUOUS BUILD ON EMBA

View file

@ -1,6 +1,6 @@
-*- mode: outline; coding: utf-8 -*- -*- mode: outline; coding: utf-8 -*-
Copyright (C) 2013-2022 Free Software Foundation, Inc. Copyright (C) 2013-2023 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.
NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA NOTES FOR EMACS CONTINUOUS BUILD ON HYDRA

View file

@ -1,6 +1,6 @@
-*- coding: utf-8; mode: text; -*- -*- coding: utf-8; mode: text; -*-
Copyright (C) 2007-2022 Free Software Foundation, Inc. Copyright (C) 2007-2023 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.
From README.multi-tty in the multi-tty branch. From README.multi-tty in the multi-tty branch.

View file

@ -6,8 +6,7 @@
<!-- This is the GNU Emacs Lisp Reference Manual <!-- This is the GNU Emacs Lisp Reference Manual
corresponding to Emacs version 29.0.50. corresponding to Emacs version 29.0.50.
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc.
Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View file

@ -6,8 +6,7 @@
<!-- This is the GNU Emacs Lisp Reference Manual <!-- This is the GNU Emacs Lisp Reference Manual
corresponding to Emacs version 29.0.50. corresponding to Emacs version 29.0.50.
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc.
Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View file

@ -6,8 +6,7 @@
<!-- This is the GNU Emacs Lisp Reference Manual <!-- This is the GNU Emacs Lisp Reference Manual
corresponding to Emacs version 29.0.50. corresponding to Emacs version 29.0.50.
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc.
Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View file

@ -6,8 +6,7 @@
<!-- This is the GNU Emacs Lisp Reference Manual <!-- This is the GNU Emacs Lisp Reference Manual
corresponding to Emacs version 29.0.50. corresponding to Emacs version 29.0.50.
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc.
Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View file

@ -6,8 +6,7 @@
<!-- This is the GNU Emacs Lisp Reference Manual <!-- This is the GNU Emacs Lisp Reference Manual
corresponding to Emacs version 29.0.50. corresponding to Emacs version 29.0.50.
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc.
Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View file

@ -6,8 +6,7 @@
<!-- This is the GNU Emacs Lisp Reference Manual <!-- This is the GNU Emacs Lisp Reference Manual
corresponding to Emacs version 29.0.50. corresponding to Emacs version 29.0.50.
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc.
Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View file

@ -6,8 +6,7 @@
<!-- This is the GNU Emacs Lisp Reference Manual <!-- This is the GNU Emacs Lisp Reference Manual
corresponding to Emacs version 29.0.50. corresponding to Emacs version 29.0.50.
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc.
Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View file

@ -6,8 +6,7 @@
<!-- This is the GNU Emacs Lisp Reference Manual <!-- This is the GNU Emacs Lisp Reference Manual
corresponding to Emacs version 29.0.50. corresponding to Emacs version 29.0.50.
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc.
Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View file

@ -6,8 +6,7 @@
<!-- This is the GNU Emacs Lisp Reference Manual <!-- This is the GNU Emacs Lisp Reference Manual
corresponding to Emacs version 29.0.50. corresponding to Emacs version 29.0.50.
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc.
Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View file

@ -6,8 +6,7 @@
<!-- This is the GNU Emacs Lisp Reference Manual <!-- This is the GNU Emacs Lisp Reference Manual
corresponding to Emacs version 29.0.50. corresponding to Emacs version 29.0.50.
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Copyright © 1990-1996, 1998-2023 Free Software Foundation, Inc.
Inc.
Permission is granted to copy, distribute and/or modify this document Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or under the terms of the GNU Free Documentation License, Version 1.3 or

View file

@ -1,6 +1,6 @@
/* Style-sheet to use for Emacs manuals */ /* Style-sheet to use for Emacs manuals */
/* Copyright (C) 2013-2014 Free Software Foundation, Inc. /* Copyright (C) 2013-2014, 2023 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright are permitted in any medium without royalty provided the copyright

View file

@ -1,6 +1,6 @@
-*-mode: text; coding: utf-8;-*- -*-mode: text; coding: utf-8;-*-
Copyright (C) 2002-2022 Free Software Foundation, Inc. Copyright (C) 2002-2023 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.
Importing a new Unicode Standard version into Emacs Importing a new Unicode Standard version into Emacs

View file

@ -1,6 +1,6 @@
-*- outline -*- -*- outline -*-
Copyright (C) 2013-2022 Free Software Foundation, Inc. Copyright (C) 2013-2023 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.
NOTES FOR EMACS WWW PAGES NOTES FOR EMACS WWW PAGES

View file

@ -10,9 +10,10 @@ results for plausibility, then commit them.
A few known problems with the build-aux/update-copyright script: A few known problems with the build-aux/update-copyright script:
. it doesn't update config.bat, msdos/depfiles.bat, . it doesn't update config.bat, msdos/depfiles.bat,
nt/configure.bat, etc/tutorials/TUTORIAL.cn, and nt/configure.bat, etc/tutorials/TUTORIAL.cn,
etc/tutorials/TUTORIAL.he because the "Copyright" statement begins etc/tutorials/TUTORIAL.el_GR, and etc/tutorials/TUTORIAL.he
in these files after a prefix that is more than 5 characters long because the "Copyright" statement begins in these files
after a prefix that is more than 5 characters long
. it doesn't update etc/tutorials/TUTORIAL.nl and . it doesn't update etc/tutorials/TUTORIAL.nl and
etc/tutorials/TUTORIAL.ro for some reason etc/tutorials/TUTORIAL.ro for some reason
. it doesn't update the second Copyright notice, the one that gets . it doesn't update the second Copyright notice, the one that gets

View file

@ -1,4 +1,4 @@
Copyright (C) 2001-2022 Free Software Foundation, Inc. Copyright (C) 2001-2023 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.
Emacs for Windows Emacs for Windows

View file

@ -1,4 +1,4 @@
Copyright (C) 2001-2022 Free Software Foundation, Inc. Copyright (C) 2001-2023 Free Software Foundation, Inc.
See the end of the file for license conditions. See the end of the file for license conditions.
Precompiled Distributions of Precompiled Distributions of

View file

@ -1,6 +1,6 @@
#!/usr/bin/python3 #!/usr/bin/python3
## Copyright (C) 2017-2022 Free Software Foundation, Inc. ## Copyright (C) 2017-2023 Free Software Foundation, Inc.
## This file is part of GNU Emacs. ## This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
## Copyright (C) 2017-2022 Free Software Foundation, Inc. ## Copyright (C) 2017-2023 Free Software Foundation, Inc.
## This file is part of GNU Emacs. ## This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
### quick-install-emacs --- do a halfway-decent job of installing emacs quickly ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly
## Copyright (C) 2001-2022 Free Software Foundation, Inc. ## Copyright (C) 2001-2023 Free Software Foundation, Inc.
## Author: Miles Bader <miles@gnu.org> ## Author: Miles Bader <miles@gnu.org>

View file

@ -1,6 +1,6 @@
### @configure_input@ ### @configure_input@
# Copyright (C) 2012-2022 Free Software Foundation, Inc. # Copyright (C) 2012-2023 Free Software Foundation, Inc.
# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 # Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
# National Institute of Advanced Industrial Science and Technology (AIST) # National Institute of Advanced Industrial Science and Technology (AIST)

View file

@ -1,6 +1,6 @@
#!/usr/bin/awk -f #!/usr/bin/awk -f
## Copyright (C) 2015-2022 Free Software Foundation, Inc. ## Copyright (C) 2015-2023 Free Software Foundation, Inc.
## Author: Glenn Morris <rgm@gnu.org> ## Author: Glenn Morris <rgm@gnu.org>
## Maintainer: emacs-devel@gnu.org ## Maintainer: emacs-devel@gnu.org

View file

@ -1,6 +1,6 @@
#!/usr/bin/awk -f #!/usr/bin/awk -f
## Copyright (C) 2020, 2022 Free Software Foundation, Inc. ## Copyright (C) 2020, 2022-2023 Free Software Foundation, Inc.
## Author: Robert Pluim <rpluim@gmail.com> ## Author: Robert Pluim <rpluim@gmail.com>

View file

@ -1,6 +1,6 @@
;;; unidata-gen.el --- Create files containing character property data -*- lexical-binding:t -*- ;;; unidata-gen.el --- Create files containing character property data -*- lexical-binding:t -*-
;; Copyright (C) 2008-2022 Free Software Foundation, Inc. ;; Copyright (C) 2008-2023 Free Software Foundation, Inc.
;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011
;; National Institute of Advanced Industrial Science and Technology (AIST) ;; National Institute of Advanced Industrial Science and Technology (AIST)

View file

@ -1,6 +1,6 @@
;;; uvs.el --- utility for UVS (format 14) cmap subtables in OpenType fonts -*- lexical-binding:t -*- ;;; uvs.el --- utility for UVS (format 14) cmap subtables in OpenType fonts -*- lexical-binding:t -*-
;; Copyright (C) 2014-2022 Free Software Foundation, Inc. ;; Copyright (C) 2014-2023 Free Software Foundation, Inc.
;; Author: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> ;; Author: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>

View file

@ -7,7 +7,7 @@
# By default, this script uses the local-time calendar year. # By default, this script uses the local-time calendar year.
# Set the UPDATE_COPYRIGHT_YEAR environment variable to override the default. # Set the UPDATE_COPYRIGHT_YEAR environment variable to override the default.
# Copyright 2013-2022 Free Software Foundation, Inc. # Copyright 2013-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
### update_autogen - update some auto-generated files in the Emacs tree ### update_autogen - update some auto-generated files in the Emacs tree
## Copyright (C) 2011-2022 Free Software Foundation, Inc. ## Copyright (C) 2011-2023 Free Software Foundation, Inc.
## Author: Glenn Morris <rgm@gnu.org> ## Author: Glenn Morris <rgm@gnu.org>
## Maintainer: Stefan Kangas <stefankangas@gmail.com> ## Maintainer: Stefan Kangas <stefankangas@gmail.com>

View file

@ -2,7 +2,7 @@
### upload-manuals - upload the Emacs manuals to the gnu.org website ### upload-manuals - upload the Emacs manuals to the gnu.org website
## Copyright 2018-2022 Free Software Foundation, Inc. ## Copyright 2018-2023 Free Software Foundation, Inc.
## Author: Glenn Morris <rgm@gnu.org> ## Author: Glenn Morris <rgm@gnu.org>
## Maintainer: emacs-devel@gnu.org ## Maintainer: emacs-devel@gnu.org

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
### autogen.sh - tool to help build Emacs from a repository checkout ### autogen.sh - tool to help build Emacs from a repository checkout
## Copyright (C) 2011-2022 Free Software Foundation, Inc. ## Copyright (C) 2011-2023 Free Software Foundation, Inc.
## Author: Glenn Morris <rgm@gnu.org> ## Author: Glenn Morris <rgm@gnu.org>
## Maintainer: emacs-devel@gnu.org ## Maintainer: emacs-devel@gnu.org

View file

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Attempt to guess a canonical system name. # Attempt to guess a canonical system name.
# Copyright 1992-2022 Free Software Foundation, Inc. # Copyright 1992-2023 Free Software Foundation, Inc.
# shellcheck disable=SC2006,SC2268 # see below for rationale # shellcheck disable=SC2006,SC2268 # see below for rationale

View file

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Configuration validation subroutine script. # Configuration validation subroutine script.
# Copyright 1992-2022 Free Software Foundation, Inc. # Copyright 1992-2023 Free Software Foundation, Inc.
# shellcheck disable=SC2006,SC2268 # see below for rationale # shellcheck disable=SC2006,SC2268 # see below for rationale

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Check the format of GNU Emacs change log entries. # Check the format of GNU Emacs change log entries.
# Copyright 2014-2022 Free Software Foundation, Inc. # Copyright 2014-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Check file names in git commits for GNU Emacs. # Check file names in git commits for GNU Emacs.
# Copyright 2014-2022 Free Software Foundation, Inc. # Copyright 2014-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Check the format of GNU Emacs change log entries. # Check the format of GNU Emacs change log entries.
# Copyright 2019-2022 Free Software Foundation, Inc. # Copyright 2019-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -3,7 +3,7 @@
# Convert git log output to ChangeLog format. # Convert git log output to ChangeLog format.
# Copyright (C) 2008-2022 Free Software Foundation, Inc. # Copyright (C) 2008-2023 Free Software Foundation, Inc.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -2,7 +2,7 @@
# Convert git log output to ChangeLog format for GNU Emacs. # Convert git log output to ChangeLog format for GNU Emacs.
# Copyright (C) 2014-2022 Free Software Foundation, Inc. # Copyright (C) 2014-2023 Free Software Foundation, Inc.
# Author: Paul Eggert # Author: Paul Eggert

View file

@ -2,7 +2,7 @@
### make-info-dir - create info/dir, for systems without install-info ### make-info-dir - create info/dir, for systems without install-info
## Copyright (C) 2013-2022 Free Software Foundation, Inc. ## Copyright (C) 2013-2023 Free Software Foundation, Inc.
## Author: Glenn Morris <rgm@gnu.org> ## Author: Glenn Morris <rgm@gnu.org>
## Maintainer: emacs-devel@gnu.org ## Maintainer: emacs-devel@gnu.org

View file

@ -8,7 +8,7 @@ VERSION='2018-03-07 03:47'; # UTC
# If you change this file with Emacs, please let the write hook # If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually. # do its job. Otherwise, update this string manually.
# Copyright (C) 2002-2022 Free Software Foundation, Inc. # Copyright (C) 2002-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -2,7 +2,7 @@
# Convert a MSYS path list to Windows-native format. # Convert a MSYS path list to Windows-native format.
# Status is zero if successful, nonzero otherwise. # Status is zero if successful, nonzero otherwise.
# Copyright (C) 2013-2022 Free Software Foundation, Inc. # Copyright (C) 2013-2023 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -3,7 +3,7 @@
# Update an FSF copyright year list to include the current year. # Update an FSF copyright year list to include the current year.
# Copyright (C) 2009-2022 Free Software Foundation, Inc. # Copyright (C) 2009-2023 Free Software Foundation, Inc.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Write into $1/subdirs.el a list of subdirs of directory $1. # Write into $1/subdirs.el a list of subdirs of directory $1.
# Copyright (C) 1994-1995, 1997, 1999, 2001-2022 Free Software # Copyright (C) 1994-1995, 1997, 1999, 2001-2023 Free Software
# Foundation, Inc. # Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,7 +1,7 @@
@echo off @echo off
rem ---------------------------------------------------------------------- rem ----------------------------------------------------------------------
rem Configuration script for MSDOS rem Configuration script for MSDOS
rem Copyright (C) 1994-1999, 2001-2022 Free Software Foundation, Inc. rem Copyright (C) 1994-1999, 2001-2023 Free Software Foundation, Inc.
rem This file is part of GNU Emacs. rem This file is part of GNU Emacs.

View file

@ -4,7 +4,7 @@ dnl autoconf
dnl in the directory containing this script. dnl in the directory containing this script.
dnl If you changed any AC_DEFINES, also run autoheader. dnl If you changed any AC_DEFINES, also run autoheader.
dnl dnl
dnl Copyright (C) 1994-1996, 1999-2022 Free Software Foundation, Inc. dnl Copyright (C) 1994-1996, 1999-2023 Free Software Foundation, Inc.
dnl dnl
dnl This file is part of GNU Emacs. dnl This file is part of GNU Emacs.
dnl dnl
@ -6138,7 +6138,7 @@ fi
version=$PACKAGE_VERSION version=$PACKAGE_VERSION
copyright="Copyright (C) 2022 Free Software Foundation, Inc." copyright="Copyright (C) 2023 Free Software Foundation, Inc."
AC_DEFINE_UNQUOTED([COPYRIGHT], ["$copyright"], AC_DEFINE_UNQUOTED([COPYRIGHT], ["$copyright"],
[Short copyright string for this version of Emacs.]) [Short copyright string for this version of Emacs.])
AC_SUBST([copyright]) AC_SUBST([copyright])

View file

@ -10919,7 +10919,7 @@
;; coding: utf-8 ;; coding: utf-8
;; End: ;; End:
Copyright (C) 1993-1999, 2001-2022 Free Software Foundation, Inc. Copyright (C) 1993-1999, 2001-2023 Free Software Foundation, Inc.
This file is part of GNU Emacs. This file is part of GNU Emacs.

View file

@ -1,6 +1,6 @@
### @configure_input@ ### @configure_input@
# Copyright (C) 1994, 1996-2022 Free Software Foundation, Inc. # Copyright (C) 1994, 1996-2023 Free Software Foundation, Inc.
# This file is part of GNU Emacs. # This file is part of GNU Emacs.

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985--1987, 1993--1995, 1997, 2001--2022 Free Software @c Copyright (C) 1985--1987, 1993--1995, 1997, 2001--2023 Free Software
@c Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Abbrevs @node Abbrevs

View file

@ -1,6 +1,6 @@
@c -*- coding: utf-8 -*- @c -*- coding: utf-8 -*-
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1994--1997, 1999--2022 Free Software Foundation, Inc. @c Copyright (C) 1994--1997, 1999--2023 Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@c @c
@node Acknowledgments @node Acknowledgments

View file

@ -1,6 +1,6 @@
@c -*- coding: utf-8 -*- @c -*- coding: utf-8 -*-
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 2005--2022 Free Software Foundation, Inc. @c Copyright (C) 2005--2023 Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Antinews @node Antinews

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 2004--2022 Free Software Foundation, Inc. @c Copyright (C) 2004--2023 Free Software Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@c @c
@c This file is included either in emacs-xtra.texi (when producing the @c This file is included either in emacs-xtra.texi (when producing the

View file

@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985--1987, 1993--1995, 1997, 2001--2022 Free Software @c Copyright (C) 1985--1987, 1993--1995, 1997, 2001--2023 Free Software
@c Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@c @c

View file

@ -1,6 +1,6 @@
@c -*- coding: utf-8 -*- @c -*- coding: utf-8 -*-
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985--1987, 1993--1995, 1997, 2000--2022 Free Software @c Copyright (C) 1985--1987, 1993--1995, 1997, 2000--2023 Free Software
@c Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Basic @node Basic

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985--1987, 1993--1995, 1997, 2000--2022 Free Software @c Copyright (C) 1985--1987, 1993--1995, 1997, 2000--2023 Free Software
@c Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Buffers @node Buffers

View file

@ -1,5 +1,5 @@
@c This is part of the Emacs manual. @c This is part of the Emacs manual.
@c Copyright (C) 1985--1987, 1993--1995, 1997, 2000--2022 Free Software @c Copyright (C) 1985--1987, 1993--1995, 1997, 2000--2023 Free Software
@c Foundation, Inc. @c Foundation, Inc.
@c See file emacs.texi for copying conditions. @c See file emacs.texi for copying conditions.
@node Building @node Building

Some files were not shown because too many files have changed in this diff Show more