]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add 2022 to copyright years.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Jan 2022 12:07:15 +0000 (07:07 -0500)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Jan 2022 12:07:15 +0000 (07:07 -0500)
54 files changed:
doc/emacs/haiku.texi
etc/NEWS
etc/org.gnu.emacs.defaults.gschema.xml
lib-src/be_resources.cc
lisp/emacs-lisp/multisession.el
lisp/gnus/gnus-rmail.el
lisp/international/emoji.el
lisp/keymap.el
lisp/progmodes/erts-mode.el
lisp/sqlite-mode.el
lisp/sqlite.el
lisp/term/haiku-win.el
lisp/term/pgtk-win.el
lisp/textmodes/glyphless-mode.el
lisp/textmodes/pixel-fill.el
lisp/yank-media.el
src/haiku.c
src/haiku_draw_support.cc
src/haiku_font_support.cc
src/haiku_io.c
src/haiku_select.cc
src/haiku_support.cc
src/haiku_support.h
src/haikufns.c
src/haikufont.c
src/haikugui.h
src/haikuimage.c
src/haikumenu.c
src/haikuselect.c
src/haikuselect.h
src/haikuterm.c
src/haikuterm.h
src/pgtkfns.c
src/pgtkgui.h
src/pgtkim.c
src/pgtkmenu.c
src/pgtkselect.c
src/pgtkselect.h
src/pgtkterm.c
src/pgtkterm.h
src/sqlite.c
test/infra/Makefile.in
test/lisp/edmacro-tests.el
test/lisp/emacs-lisp/macroexp-resources/vk.el
test/lisp/emacs-lisp/multisession-tests.el
test/lisp/gnus/gnus-group-tests.el
test/lisp/image-dired-tests.el
test/lisp/info-tests.el
test/lisp/mh-e/mh-thread-tests.el
test/lisp/progmodes/bug-reference-tests.el
test/lisp/textmodes/texinfo-tests.el
test/lisp/vc/vc-git-tests.el
test/src/image-tests.el
test/src/sqlite-tests.el

index d2b7eb8408f1ce85563f433f03fd7c1678a93102..0c76990caedaedb4d600de1f739340a941ecd42d 100644 (file)
@@ -1,5 +1,5 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 2021 Free Software Foundation, Inc.
+@c Copyright (C) 2021--2022 Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Haiku
 @appendix Emacs and Haiku
index ca6a716ccd36fd2fba26314fea3b67150f9d5818..29e329edc900464fadd1fe2b8dfd6f6580b69ad0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1,6 +1,6 @@
 GNU Emacs NEWS -- history of user-visible changes.
 
-Copyright (C) 2021 Free Software Foundation, Inc.
+Copyright (C) 2021-2022 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 Please send Emacs bug reports to 'bug-gnu-emacs@gnu.org'.
index 7c700ac0b656d696ea183303b127467368be8cf8..d4299c25c9c6cd9dd5034f204a29cbca0ce908f6 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2019-2020 Free Software Foundation, Inc. -->
+<!-- Copyright (C) 2019-2020, 2022 Free Software Foundation, Inc. -->
 <schemalist>
 
   <schema id="org.gnu.emacs.defaults">
index e6a14f037b65f1db2c9d2bae0dbc3563f5888232..d18fe30dd7a36d19558da258c10b3461c75b6bec 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index c58a9abe02051b21d0173999f5a318e98185d433..e6a2424c5188118efc3e4e1aa3a5e875df6b5ef8 100644 (file)
@@ -1,6 +1,6 @@
 ;;; multisession.el --- Multisession storage for variables  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index f9dcc286a685f3ab7ad73c37f2b11ec691155dc9..15ead1add41cfe54f513fc76ee15aba130ce65ca 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-rmail.el --- Saving to rmail/babyl files  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index b78e122aa19dbdb6f686b9420a76bd27e96f8c4b..264a1f09dc2da292d188fa57357434e9862a19b0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; emoji.el --- Inserting emojis  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; Author: Lars Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: fun
index 25288013cf830747fc8916eadd9d90301c51897c..a60efe18e14dc52478951c98b4dfbe7052111520 100644 (file)
@@ -1,6 +1,6 @@
 ;;; keymap.el --- Keymap functions  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index a12c964c250258499055c584b545f7339d8574ea..31a8bded8ad16fe91addf33bcdcf31c879221a20 100644 (file)
@@ -1,6 +1,6 @@
 ;;; erts-mode.el --- major mode to edit erts files  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; Keywords: tools
 
index 082eb8276e8813376e1ba125b5a4c8419c748bb9..ba1b81ef7e25a971638ad4466a77aa3bc88392b1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; sqlite-mode.el --- Mode for examining sqlite3 database files  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 6d32a0468f3dc3cb416e8a3e227c36ad6738aee8..6a8a53a699e4609f3bf6ed884b5152ec22e023ab 100644 (file)
@@ -1,6 +1,6 @@
 ;;; sqlite.el --- Functions for interacting with sqlite3 databases  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 3c4d00f7f99afecb5f4e13e0c0636df0fc2e7cd6..c219ab2944f8b8920ad0e15b728411cc363a57cc 100644 (file)
@@ -1,6 +1,6 @@
 ;;; haiku-win.el --- set up windowing on Haiku -*- lexical-binding: t -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index bd925a012993dae13e93f619e83f6fc7fe453ff3..0f5b9031db2c2a8a45ec7bb70f90f3d098a7daf2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; xterm.el --- define function key sequences and standard colors for xterm  -*- lexical-binding: t -*-
 
-;; Copyright (C) 1995, 2001-2020 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 2001-2020, 2022 Free Software Foundation, Inc.
 
 ;; Author: FSF
 ;; Keywords: terminals
index 177ba42c9c8a3eeed43ecbb3cb3dced824c28adb..4d48d90b562340c95e6fa2b3145857c870520517 100644 (file)
@@ -1,6 +1,6 @@
 ;;; glyphless-mode.el --- minor mode for displaying glyphless characters  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; Maintainer: emacs-devel@gnu.org
 
index 0a0f0eb8b66e9cbe5821ea5a6d2028576778e017..418d6a37c976123a7b01161a4e05909340d8b348 100644 (file)
@@ -1,6 +1,6 @@
 ;;; pixel-fill.el --- variable pitch filling functions  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: filling
index decab3b3625f861fe2ec38f240965bc44edda151..9836082fb2a74c360fc2cbbf8e76782905004212 100644 (file)
@@ -1,6 +1,6 @@
 ;;; yank-media.el --- Yanking images and HTML  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; Author: Lars Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: utility
index 485d86983c2b03284a3db56c482fe32ec36bb034..1c786012555c5bf9fa9d2dcd1cf76f9bb16beb64 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku subroutines that are general to the Haiku operating system.
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 0f0f0a34f1d1b4f92c294c751fda920bd9135fbb..b0bc786ccfa1255c4e3502177ef680ee7f016cf7 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support.  Hey, Emacs, this is -*- C++ -*-
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 9ac0400969bd8329dae9da7880ee8707d762a070..298bc73f29e7d10ab283c661a8f21349739f3885 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support.  Hey, Emacs, this is -*- C++ -*-
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index c152d9b086a2c823f6c97fc82e65302f4429402b..cb7750634cf0ffa87c4426b32277f28b7ae10a65 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support.
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 6cd6ee879e53e900f74dba0dccba6f5cd88bc7f0..041e244f3ea005ccfd6192d31336451d917bfdce 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system selection support. Hey Emacs, this is -*- C++ -*-
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index b89a08663a481ba86768e3dd59628551532cfd54..211d37b8e1a818e1f27669f4127a271a17ce8d88 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support.  Hey, Emacs, this is -*- C++ -*-
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index b08a561def336f9410a2490df1df7d5378aa86f8..0377376a02ce626a34d3a07d4e8cf5672ea213cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support.  Hey Emacs, this is -*- C++ -*-
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index b9198e9d445e782457452b2502d135fce18bfd3a..bf0bf8e525313422bfa598fba0d2d82aaba3a9c7 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 811fa62a8482ab19fca103408f66dd2d7bb8d08e..1e5c1cb352a46b6969e0b3ad0fbf8caab515105f 100644 (file)
@@ -1,6 +1,6 @@
 /* Font support for Haiku windowing
 
-Copyright (C) 2021 Free Software Foundation, Inc.
+Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index cfc693fb552418801fc1a05f398636383b767a50..b744885a42bd3d2b61d8135950da996851afe2f8 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 138e5b84e6af7d17832cb52b1e9c453c7dbb8bb1..4ffa214f1cfa35306ae55c20b171640ce98adba8 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support.
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 2ce0aed14688c2354ba216bbd5483911c87f92ef..bff6bd8a48ebccce7e9ab81c3c3bfa653e785274 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 38cceb1de7444f15407a98fb7cc93184d8108318..1b94fb97e6f50cb8f28d5740bdad22aff7f6c5f5 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system selection support.
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 1a3a945f98d570bcd34bec5e5c4193d1be06911b..80f33c6ed25544c9ff9e889c67d5070f78bf0918 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system selection support. Hey Emacs, this is -*- C++ -*-
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 676c2e214863c0e1c6f9f53c310f4b782cc55a61..044249f7928428c0c31c3271ed8d7a4eace3b2f8 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 7ed7485ef5349fcd0b112e4a0ba8f2a6153fef50..3e39403ab4d7d96acdb48bf7f3d81a6ae3d6a4cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Haiku window system support
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index c782efe395f925adde4106a2adb49278c8901d21..c2e5942dfbc165bacb2ca0687e96fdc8628c64a3 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions for the pure Gtk+-3.
 
-Copyright (C) 1989, 1992-1994, 2005-2006, 2008-2020 Free Software
+Copyright (C) 1989, 1992-1994, 2005-2006, 2008-2020, 2022 Free Software
 Foundation, Inc.
 
 This file is part of GNU Emacs.
index 9703fe6a02a84a362ae49b31ce45739ba7a377b7..389052631c824b0abae61a74afa40ae2ead0dc76 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions and headers for communication on the pure Gtk+3.
-   Copyright (C) 1995, 2005, 2008-2021 Free Software Foundation, Inc.
+   Copyright (C) 1995, 2005, 2008-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index a38599c5a9ccf108c320e595229d8fffcd0303cc..8577ba2116e7cc534bde86f3a9bb9f8939cecc03 100644 (file)
@@ -1,6 +1,6 @@
 /* Pure Gtk+-3 communication module.
 
-Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2021 Free Software
+Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2022 Free Software
 Foundation, Inc.
 
 This file is part of GNU Emacs.
index dbab2f9645bfb98dcda4a9a561fc8f3b1e7fe6c4..d1b1bfffb36bf487d53173f0706ffab1ade15a5e 100644 (file)
@@ -1,5 +1,5 @@
 /* Pure GTK3 menu and toolbar module.
-   Copyright (C) 2019-2021 Free Software Foundation, Inc.
+   Copyright (C) 2019-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 2a96caf032034db3c938e51bf4778bb5dc385ad2..23a79895d54357f673f3afe0d3e20fcd815eed4a 100644 (file)
@@ -1,5 +1,5 @@
 /* Gtk selection processing for emacs.
-   Copyright (C) 1993-1994, 2005-2006, 2008-2021 Free Software
+   Copyright (C) 1993-1994, 2005-2006, 2008-2022 Free Software
    Foundation, Inc.
 
 This file is part of GNU Emacs.
index 294eefc11d9a71d75b118d6d50843d45f5c95716..0509c83bdeccabfeb589d22cc29c339ed0c1de61 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions and headers for selection of pure Gtk+3.
-   Copyright (C) 1989, 1993, 2005, 2008-2021 Free Software Foundation,
+   Copyright (C) 1989, 1993, 2005, 2008-2022 Free Software Foundation,
    Inc.
 
 This file is part of GNU Emacs.
index c2e684272fbe839bffe5ff43528366f689aa5237..74614eae6eb4cafde13b7d3b7c14414f153b4fd8 100644 (file)
@@ -1,6 +1,6 @@
 /* Pure Gtk+-3 communication module.      -*- coding: utf-8 -*-
 
-Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2021 Free Software
+Copyright (C) 1989, 1993-1994, 2005-2006, 2008-2022 Free Software
 Foundation, Inc.
 
 This file is part of GNU Emacs.
index 22ebadf559cfc939e08f0b2867ea76a9cf9b4a7d..42b03e315ef470f796b7a059acbb6854d881fdd2 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions and headers for communication with pure Gtk+3.
-   Copyright (C) 1989, 1993, 2005, 2008-2021 Free Software Foundation,
+   Copyright (C) 1989, 1993, 2005, 2008-2022 Free Software Foundation,
    Inc.
 
 This file is part of GNU Emacs.
index 428b84b21e7711a3e58622d576460d4656d01884..649cb382948cfc6651f7524380f4261ca4f48622 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2021 Free Software Foundation, Inc.
+Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
index 368be7392b2ffd1172c06a0c972b28ab17bbf4c0..c251578e6a7cf2e7cdb692055153b3f27462ff55 100644 (file)
@@ -1,6 +1,6 @@
 ### @configure_input@
 
-# Copyright (C) 2021 Free Software Foundation, Inc.
+# Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
index 974f506a36706ca152869b12a8ed1df46bbe394c..b5809ad0b77cd10a4eb5e9266326c0412a4b3934 100644 (file)
@@ -1,6 +1,6 @@
 ;;; edmacro-tests.el --- Tests for edmacro.el  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 2dee1306a2da30f877840452f52134382e2ad134..d9ca33671efd39794286328e8c61e850e4141896 100644 (file)
@@ -1,6 +1,6 @@
 ;;; vk.el --- test code for macroexp-tests    -*- lexical-binding: t -*-
 
-;; Copyright (C) 2021  Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 17457d9be2fc41c9154cf4931b672124978ee4de..5807c27bd2024735f67ce922e2a85173292ece1d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; multisession-tests.el --- Tests for multisession.el  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index ee1e01be4b2bc3d66ea9c66a90b748daa94ce27b..4ae5fea3eb76654b086835944d28cf8095bbf7f8 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-group-tests.el --- Tests for gnus-group.el  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 3f0304ee4052015b0bd7fd90898af64181f51dc6..00df72487fd95dbc60bca5870dfd3c70dc4d0dd0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; image-dired-tests.el --- Tests for image-dired.el  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 3e2aa3e089d7ed7f31c5e3f34fd9f59ae2089f6c..11ac25555deb730bb9283b61c2f00a505ec9451c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; info-tests.el --- Tests for info.el  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 4f09677e53f34591e37e84766a53e1623698a1ac..84f59e5d300bd1962907cbca5f1df06139ad4c51 100644 (file)
@@ -1,6 +1,6 @@
 ;;; mh-thread-tests.el --- tests for mh-thread.el -*- lexical-binding: t -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 7a3ab5fbda0e0bf6e53ba60d00c5e3cb40dcb7ca..fa06d7a1cd08e0413b4cf67b018f25d1562f0835 100644 (file)
@@ -1,6 +1,6 @@
 ;;; bug-reference-tests.el --- Tests for bug-reference.el  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index fa0c4de005e8fd4b54b25f513e541019425d2fe4..48cc5fece2c76db1c073ba806f2df97c75770c90 100644 (file)
@@ -1,6 +1,6 @@
 ;;; texinfo-tests.el --- Tests for texinfo.el  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
index 997ab3c4b5ce6cb361463650546ea623102e744d..dc9641ed46b00a79dac7dfe72356ea8ff8d05853 100644 (file)
@@ -1,6 +1,6 @@
 ;;; vc-git-tests.el --- tests for vc/vc-git.el  -*- lexical-binding:t -*-
 
-;; Copyright (C) 2016-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2016-2022 Free Software Foundation, Inc.
 
 ;; Author: Justin Schell <justinmschell@gmail.com>
 ;; Maintainer: emacs-devel@gnu.org
index e54d0df71f1279e73c6694d8962f5b856ae2c916..3885981e0b2458383e7be571ee2894bf1ae18294 100644 (file)
@@ -1,6 +1,6 @@
 ;;; image-tests.el --- Tests for image.c  -*- lexical-binding: t -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; Author: Stefan Kangas <stefan@marxist.se>
 
index d7100537a4ee9ba38d54796cb07f2f4a8ab8ee6c..6e44300f3ad6a8674f640a4e0d03907ed06740b1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; sqlite-tests.el --- Tests for sqlite.el  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.