[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/treesit-fold 9776e2fa2c 247/417: Update copyright year
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/treesit-fold 9776e2fa2c 247/417: Update copyright year |
Date: |
Mon, 1 Jul 2024 10:02:31 -0400 (EDT) |
branch: elpa/treesit-fold
commit 9776e2fa2c5ca004000ba18825c41601a6747307
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Jen-Chieh Shen <jcs090218@gmail.com>
Update copyright year
---
ts-fold-indicators.el | 2 +-
ts-fold-parsers.el | 2 +-
ts-fold-summary.el | 2 +-
ts-fold-util.el | 2 +-
ts-fold.el | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ts-fold-indicators.el b/ts-fold-indicators.el
index 467c25382b..e2d1223932 100644
--- a/ts-fold-indicators.el
+++ b/ts-fold-indicators.el
@@ -1,6 +1,6 @@
;;; ts-fold-indicators.el --- Display indicators for folding range -*-
lexical-binding: t; -*-
-;; Copyright (C) 2021-2022 Shen, Jen-Chieh
+;; Copyright (C) 2021-2023 Shen, Jen-Chieh
;; Created date 2021-10-04 20:03:12
;; This file is NOT part of GNU Emacs.
diff --git a/ts-fold-parsers.el b/ts-fold-parsers.el
index d7087b94a0..857dfc9bd1 100644
--- a/ts-fold-parsers.el
+++ b/ts-fold-parsers.el
@@ -1,6 +1,6 @@
;;; ts-fold-parsers.el --- Adapter layer to Tree-Sitter -*- lexical-binding:
t; -*-
-;; Copyright (C) 2021-2022 Shen, Jen-Chieh
+;; Copyright (C) 2021-2023 Shen, Jen-Chieh
;; Created date 2021-10-04 17:45:48
;; This file is NOT part of GNU Emacs.
diff --git a/ts-fold-summary.el b/ts-fold-summary.el
index a558ff0185..fc8c6536c3 100644
--- a/ts-fold-summary.el
+++ b/ts-fold-summary.el
@@ -1,6 +1,6 @@
;;; ts-fold-summary.el --- Extract summary from fold region -*-
lexical-binding: t; -*-
-;; Copyright (C) 2021-2022 Shen, Jen-Chieh
+;; Copyright (C) 2021-2023 Shen, Jen-Chieh
;; Created date 2021-10-04 16:59:22
;; This file is NOT part of GNU Emacs.
diff --git a/ts-fold-util.el b/ts-fold-util.el
index 07880a5069..2cf7ae91fb 100644
--- a/ts-fold-util.el
+++ b/ts-fold-util.el
@@ -1,6 +1,6 @@
;;; ts-fold-util.el --- Utility module -*- lexical-binding: t; -*-
-;; Copyright (C) 2021-2022 Shen, Jen-Chieh
+;; Copyright (C) 2021-2023 Shen, Jen-Chieh
;; Created date 2021-10-04 20:19:42
;; This file is NOT part of GNU Emacs.
diff --git a/ts-fold.el b/ts-fold.el
index 47852ab7e7..2995f1f2ed 100644
--- a/ts-fold.el
+++ b/ts-fold.el
@@ -1,7 +1,7 @@
;;; ts-fold.el --- Code folding using tree-sitter -*- lexical-binding: t; -*-
;; Copyright (C) 2021 Junyi Hou
-;; Copyright (C) 2021-2022 Shen, Jen-Chieh
+;; Copyright (C) 2021-2023 Shen, Jen-Chieh
;; Created date 2021-08-11 14:12:37
- [nongnu] elpa/treesit-fold 5be52cde9c 207/417: up, (continued)
- [nongnu] elpa/treesit-fold 5be52cde9c 207/417: up, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 41103496f2 206/417: up, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 551bfeb13a 211/417: doc, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold ae12dd8717 217/417: Support elixir (#10), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 54babe5336 222/417: docs(CHANGELOG): update, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0d884a4217 224/417: refactor(checkdoc): Fix checkdoc warnings (#23), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 1cb784167a 235/417: Add FUNDING.yml, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold c3da5520b9 237/417: tests(test.yml): Add test for Emacs 28.2, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 85db0117ea 240/417: tests: Avoid actions' warnings, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a64f5252a6 244/417: Add .dir-locals.el (#40), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9776e2fa2c 247/417: Update copyright year,
ELPA Syncer <=
- [nongnu] elpa/treesit-fold 56e6743bac 252/417: feat: Improve folding for C preproc operators (#46), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 9d9e0c5cf7 257/417: Add more folding definitions (#51), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 54d12c9822 281/417: feat: Add TOML support (#68), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold b1021c2acb 293/417: feat: Add Noir support (#77), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold fe3e7610b1 403/417: fix: `treesit-fold-close-all` raises an wrong type error (#5), ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 993db0aa02 383/417: feat: Enhance SQL folding, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 0b48d9b286 355/417: reordered the alists for alphabetical ordering, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold 27c0fd0c7e 361/417: style: Place functions in alphabetic order, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold e36498c9e1 323/417: docs: Apply new changes from line-reminder, ELPA Syncer, 2024/07/01
- [nongnu] elpa/treesit-fold a6c75c8373 334/417: Bump version, ELPA Syncer, 2024/07/01