branch: externals/dash commit ebaddb147036f55f3a8506daaacf4ffceaefca81 Author: Basil L. Contovounesios <conto...@tcd.ie> Commit: Basil L. Contovounesios <conto...@tcd.ie>
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. --- Makefile | 2 +- NEWS.md | 2 +- README.md | 2 +- dash-template.texi | 2 +- dash.el | 2 +- dash.texi | 2 +- dev/dash-defs.el | 2 +- dev/examples.el | 2 +- readme-template.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 2bdde18f93..316b7bac94 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/NEWS.md b/NEWS.md index 5ac57ea155..fc60fe4166 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/README.md b/README.md index e4ccf91d0e..be00774fcd 100644 --- a/README.md +++ b/README.md @@ -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 <magn...@gmail.com> diff --git a/dash-template.texi b/dash-template.texi index 6dc3dc47c6..906aeb58fa 100644 --- a/dash-template.texi +++ b/dash-template.texi @@ -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 diff --git a/dash.el b/dash.el index ef4f9d3263..2b04aea9ef 100644 --- a/dash.el +++ b/dash.el @@ -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 <magn...@gmail.com> ;; Version: 2.19.1 diff --git a/dash.texi b/dash.texi index 529294c60d..4497ec8e9f 100644 --- a/dash.texi +++ b/dash.texi @@ -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 diff --git a/dev/dash-defs.el b/dev/dash-defs.el index a204bbe156..f458e06c4a 100644 --- a/dev/dash-defs.el +++ b/dev/dash-defs.el @@ -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 diff --git a/dev/examples.el b/dev/examples.el index aca7c69cea..5c93c10b7d 100644 --- a/dev/examples.el +++ b/dev/examples.el @@ -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 diff --git a/readme-template.md b/readme-template.md index ef33241438..c78e971b1d 100644 --- a/readme-template.md +++ b/readme-template.md @@ -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 <magn...@gmail.com>