branch: elpa/treesit-fold
commit 6216c9d4f57c15ac7b30663d40c84f25bd9d89dd
Author: JenChieh <jcs090...@gmail.com>
Commit: JenChieh <jcs090...@gmail.com>

    chore: Update copyright info
---
 treesit-fold-indicators.el | 3 ++-
 treesit-fold-parsers.el    | 3 ++-
 treesit-fold-summary.el    | 3 ++-
 treesit-fold-util.el       | 3 ++-
 treesit-fold.el            | 3 +--
 5 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/treesit-fold-indicators.el b/treesit-fold-indicators.el
index 5334b7b2b9..dce783ce2a 100644
--- a/treesit-fold-indicators.el
+++ b/treesit-fold-indicators.el
@@ -1,6 +1,7 @@
 ;;; treesit-fold-indicators.el --- Display indicators for folding range  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2021-2025  Shen, Jen-Chieh
+;; Copyright (C) 2021-2025  emacs-tree-sitter maintainers
+
 ;; Created date 2021-10-04 20:03:12
 
 ;; This file is NOT part of GNU Emacs.
diff --git a/treesit-fold-parsers.el b/treesit-fold-parsers.el
index fe3af605ad..4c5981bd83 100644
--- a/treesit-fold-parsers.el
+++ b/treesit-fold-parsers.el
@@ -1,6 +1,7 @@
 ;;; treesit-fold-parsers.el --- Adapter layer to Tree-Sitter  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2021-2025  Shen, Jen-Chieh
+;; Copyright (C) 2021-2025  emacs-tree-sitter maintainers
+
 ;; Created date 2021-10-04 17:45:48
 
 ;; This file is NOT part of GNU Emacs.
diff --git a/treesit-fold-summary.el b/treesit-fold-summary.el
index d9e6efb988..06c35a8879 100644
--- a/treesit-fold-summary.el
+++ b/treesit-fold-summary.el
@@ -1,6 +1,7 @@
 ;;; treesit-fold-summary.el --- Extract summary from fold region  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2021-2025  Shen, Jen-Chieh
+;; Copyright (C) 2021-2025  emacs-tree-sitter maintainers
+
 ;; Created date 2021-10-04 16:59:22
 
 ;; This file is NOT part of GNU Emacs.
diff --git a/treesit-fold-util.el b/treesit-fold-util.el
index db633aae65..df38d4513e 100644
--- a/treesit-fold-util.el
+++ b/treesit-fold-util.el
@@ -1,6 +1,7 @@
 ;;; treesit-fold-util.el --- Utility module  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021-2025  Shen, Jen-Chieh
+;; Copyright (C) 2021-2025  emacs-tree-sitter maintainers
+
 ;; Created date 2021-10-04 20:19:42
 
 ;; This file is NOT part of GNU Emacs.
diff --git a/treesit-fold.el b/treesit-fold.el
index 9ccf61c172..ec19cc5b69 100644
--- a/treesit-fold.el
+++ b/treesit-fold.el
@@ -1,7 +1,6 @@
 ;;; treesit-fold.el --- Code folding using treesit  -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2021  Junyi Hou
-;; Copyright (C) 2021-2025  Shen, Jen-Chieh
+;; Copyright (C) 2021-2025  emacs-tree-sitter maintainers
 
 ;; Created date 2021-08-11 14:12:37
 

Reply via email to