Update copyright notices for 2023

* Makefile:
* NEWS.md:
* dash-template.texi:
* dash.el:
* dev/dash-defs.el:
* dev/examples.el:
* readme-template.md: Add 2023 to copyright years.

* README.md:
* dash.texi: Regenerate docs.
master
Basil L. Contovounesios 3 years ago
parent ba6b4a6115
commit ebaddb1470
No known key found for this signature in database
GPG Key ID: 205AB54A5D5D8CFF
  1. 2
      Makefile
  2. 2
      NEWS.md
  3. 2
      README.md
  4. 2
      dash-template.texi
  5. 2
      dash.el
  6. 2
      dash.texi
  7. 2
      dev/dash-defs.el
  8. 2
      dev/examples.el
  9. 2
      readme-template.md

@ -1,6 +1,6 @@
# Makefile for Dash.
# Copyright (C) 2021 Free Software Foundation, Inc.
# Copyright (C) 2021-2023 Free Software Foundation, Inc.
#
# 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

@ -1,6 +1,6 @@
# Dash NEWS -- history of user-visible changes
Copyright (C) 2012-2021 Free Software Foundation, Inc.
Copyright (C) 2012-2023 Free Software Foundation, Inc.
See the end of the file for license conditions.

@ -3348,7 +3348,7 @@ New contributors are very welcome. See the
## License
Copyright (C) 2012-2021 Free Software Foundation, Inc.
Copyright (C) 2012-2023 Free Software Foundation, Inc.
Author: Magnar Sveen <magnars@gmail.com>

@ -10,7 +10,7 @@
@copying
This manual is for Dash version @value{DASHVER}.
Copyright @copyright{} 2012--2021 Free Software Foundation, Inc.
Copyright @copyright{} 2012--2023 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

@ -1,6 +1,6 @@
;;; dash.el --- A modern list library for Emacs -*- lexical-binding: t -*-
;; Copyright (C) 2012-2022 Free Software Foundation, Inc.
;; Copyright (C) 2012-2023 Free Software Foundation, Inc.
;; Author: Magnar Sveen <magnars@gmail.com>
;; Version: 2.19.1

@ -10,7 +10,7 @@
@copying
This manual is for Dash version @value{DASHVER}.
Copyright @copyright{} 2012--2021 Free Software Foundation, Inc.
Copyright @copyright{} 2012--2023 Free Software Foundation, Inc.
@quotation
Permission is granted to copy, distribute and/or modify this document

@ -1,6 +1,6 @@
;;; dash-defs.el --- Definitions for Dash examples -*- lexical-binding: t -*-
;; Copyright (C) 2021 Free Software Foundation, Inc.
;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
;; 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

@ -1,6 +1,6 @@
;;; examples.el --- Examples/tests for dash.el's API -*- lexical-binding: t -*-
;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
;; Copyright (C) 2012-2023 Free Software Foundation, Inc.
;; 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

@ -180,7 +180,7 @@ New contributors are very welcome. See the
## License
Copyright (C) 2012-2021 Free Software Foundation, Inc.
Copyright (C) 2012-2023 Free Software Foundation, Inc.
Author: Magnar Sveen <magnars@gmail.com>

Loading…
Cancel
Save