branch: externals/dash
commit 85c2f0522f5fea26c1fd08cd7a806c6e994113d6
Author: Basil L. Contovounesios <[email protected]>
Commit: Basil L. Contovounesios <[email protected]>
Update copyright notices for 2026
* Makefile:
* NEWS.md:
* dash-template.texi:
* dash.el:
* dev/dash-defs.el:
* dev/examples.el:
* readme-template.md: Add 2026 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 53d84d209b..acc6e51a3b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# Makefile for Dash.
-# Copyright (C) 2021-2025 Free Software Foundation, Inc.
+# Copyright (C) 2021-2026 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 537ded8626..21f9f905b1 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
# Dash NEWS -- history of user-visible changes
-Copyright (C) 2012-2025 Free Software Foundation, Inc.
+Copyright (C) 2012-2026 Free Software Foundation, Inc.
See the end of the file for license conditions.
diff --git a/README.md b/README.md
index 04070744e8..34ce3ac8fa 100644
--- a/README.md
+++ b/README.md
@@ -3354,7 +3354,7 @@ New contributors are very welcome. See the
## License
-Copyright (C) 2012-2025 Free Software Foundation, Inc.
+Copyright (C) 2012-2026 Free Software Foundation, Inc.
Author: Magnar Sveen <[email protected]>
diff --git a/dash-template.texi b/dash-template.texi
index c81db472e8..705390f659 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--2025 Free Software Foundation, Inc.
+Copyright @copyright{} 2012--2026 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 f7c12b0afb..d012dd666e 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-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2026 Free Software Foundation, Inc.
;; Author: Magnar Sveen <[email protected]>
;; Maintainer: Basil L. Contovounesios <[email protected]>
diff --git a/dash.texi b/dash.texi
index fc05cd7266..772ff3458c 100644
--- a/dash.texi
+++ b/dash.texi
@@ -10,7 +10,7 @@
@copying
This manual is for Dash version @value{DASHVER}.
-Copyright @copyright{} 2012--2025 Free Software Foundation, Inc.
+Copyright @copyright{} 2012--2026 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 72fc9b0695..ee5385852d 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-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2021-2026 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 cd4f945a60..8aa06d08a1 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-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2012-2026 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 82b2f7aed0..380943928f 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -180,7 +180,7 @@ New contributors are very welcome. See the
## License
-Copyright (C) 2012-2025 Free Software Foundation, Inc.
+Copyright (C) 2012-2026 Free Software Foundation, Inc.
Author: Magnar Sveen <[email protected]>