branch: externals/dash commit ad697b802987c6275ac9af6b4a8b514daa006b75 Author: Basil L. Contovounesios <ba...@contovou.net> Commit: Basil L. Contovounesios <ba...@contovou.net>
Update copyright notices for 2025 * Makefile: * NEWS.md: * dash-template.texi: * dash.el: * dev/dash-defs.el: * dev/examples.el: * readme-template.md: Add 2025 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 165d577f6e..53d84d209b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Makefile for Dash. -# Copyright (C) 2021-2024 Free Software Foundation, Inc. +# Copyright (C) 2021-2025 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 b3127212c6..414cd26fa8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # Dash NEWS -- history of user-visible changes -Copyright (C) 2012-2024 Free Software Foundation, Inc. +Copyright (C) 2012-2025 Free Software Foundation, Inc. See the end of the file for license conditions. diff --git a/README.md b/README.md index 9fd73c4a08..2f41b91708 100644 --- a/README.md +++ b/README.md @@ -3354,7 +3354,7 @@ New contributors are very welcome. See the ## License -Copyright (C) 2012-2024 Free Software Foundation, Inc. +Copyright (C) 2012-2025 Free Software Foundation, Inc. Author: Magnar Sveen <magn...@gmail.com> diff --git a/dash-template.texi b/dash-template.texi index 0037e92450..c81db472e8 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--2024 Free Software Foundation, Inc. +Copyright @copyright{} 2012--2025 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 76a46c8bb4..0eead59934 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2012-2025 Free Software Foundation, Inc. ;; Author: Magnar Sveen <magn...@gmail.com> ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net> diff --git a/dash.texi b/dash.texi index bc46537ac9..9bf6110e16 100644 --- a/dash.texi +++ b/dash.texi @@ -10,7 +10,7 @@ @copying This manual is for Dash version @value{DASHVER}. -Copyright @copyright{} 2012--2024 Free Software Foundation, Inc. +Copyright @copyright{} 2012--2025 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 f670378d00..72fc9b0695 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2021-2025 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 291b37dcc5..cd4f945a60 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-2024 Free Software Foundation, Inc. +;; Copyright (C) 2012-2025 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 3028d4bf9f..82b2f7aed0 100644 --- a/readme-template.md +++ b/readme-template.md @@ -180,7 +180,7 @@ New contributors are very welcome. See the ## License -Copyright (C) 2012-2024 Free Software Foundation, Inc. +Copyright (C) 2012-2025 Free Software Foundation, Inc. Author: Magnar Sveen <magn...@gmail.com>