branch: externals/org
commit 2b4ae0e39cbca4207d632996490ef28618cc4dfb
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>
Update copyright years for main-only files
---
git-hooks/commit-msg | 2 +-
git-hooks/commit-msg-files.awk | 2 +-
git-hooks/post-commit | 2 +-
git-hooks/pre-commit | 2 +-
git-hooks/pre-push | 2 +-
git-hooks/prepare-commit-msg | 2 +-
lisp/ob-csharp.el | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/git-hooks/commit-msg b/git-hooks/commit-msg
index bff210f14f..385eb09a44 100755
--- a/git-hooks/commit-msg
+++ b/git-hooks/commit-msg
@@ -1,7 +1,7 @@
#!/bin/sh
# Check the format of Org mode change log entries.
-# Copyright 2014-2025 Free Software Foundation, Inc.
+# Copyright 2014-2026 Free Software Foundation, Inc.
# This file is part of Org mode.
diff --git a/git-hooks/commit-msg-files.awk b/git-hooks/commit-msg-files.awk
index d6aec09cf2..b75e0e4852 100644
--- a/git-hooks/commit-msg-files.awk
+++ b/git-hooks/commit-msg-files.awk
@@ -1,6 +1,6 @@
# Check the file list of Org mode change log entries for each commit SHA.
-# Copyright 2023-2025 Free Software Foundation, Inc.
+# Copyright 2023-2026 Free Software Foundation, Inc.
# This file is part of Org mode.
diff --git a/git-hooks/post-commit b/git-hooks/post-commit
index 0531eefdd7..a675cefd2b 100755
--- a/git-hooks/post-commit
+++ b/git-hooks/post-commit
@@ -1,7 +1,7 @@
#!/bin/sh
# Check the file list of Org mode change log entries after committing.
-# Copyright 2023-2025 Free Software Foundation, Inc.
+# Copyright 2023-2026 Free Software Foundation, Inc.
# This file is part of Org mode.
diff --git a/git-hooks/pre-commit b/git-hooks/pre-commit
index b17e9bd31a..287faed70b 100755
--- a/git-hooks/pre-commit
+++ b/git-hooks/pre-commit
@@ -1,7 +1,7 @@
#!/bin/sh
# Check file names in git commits for Org mode.
-# Copyright 2014-2025 Free Software Foundation, Inc.
+# Copyright 2014-2026 Free Software Foundation, Inc.
# This file is part of Org mode.
diff --git a/git-hooks/pre-push b/git-hooks/pre-push
index 6a46f3d719..d8683678d2 100755
--- a/git-hooks/pre-push
+++ b/git-hooks/pre-push
@@ -1,7 +1,7 @@
#!/bin/sh
# Check the file list of Org mode change log entries before pushing.
-# Copyright 2023-2025 Free Software Foundation, Inc.
+# Copyright 2023-2026 Free Software Foundation, Inc.
# This file is part of Org mode.
diff --git a/git-hooks/prepare-commit-msg b/git-hooks/prepare-commit-msg
index 4caf6f50f0..f0130b34ad 100755
--- a/git-hooks/prepare-commit-msg
+++ b/git-hooks/prepare-commit-msg
@@ -1,7 +1,7 @@
#!/bin/sh
# Check the format of Org mode change log entries.
-# Copyright 2019-2025 Free Software Foundation, Inc.
+# Copyright 2019-2026 Free Software Foundation, Inc.
# This file is part of Org mode.
diff --git a/lisp/ob-csharp.el b/lisp/ob-csharp.el
index 48dd7bfdc7..2a5cc7c272 100644
--- a/lisp/ob-csharp.el
+++ b/lisp/ob-csharp.el
@@ -1,6 +1,6 @@
;;; ob-csharp.el --- org-babel functions for csharp evaluation -*-
lexical-binding: t -*-
-;; Copyright (C) 2024-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2024-2026 Free Software Foundation, Inc.
;; Author: Maximilian Kueffner
;; Maintainer: Maximilian Kueffner <[email protected]>