Skip to content

Commit 4f5ea58

Browse files
committed
Update copyright year
1 parent 2bcb2f3 commit 4f5ea58

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ts-fold-indicators.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; ts-fold-indicators.el --- Display indicators for folding range -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2021 Shen, Jen-Chieh
3+
;; Copyright (C) 2021-2022 Shen, Jen-Chieh
44
;; Created date 2021-10-04 20:03:12
55

66
;; This file is NOT part of GNU Emacs.

ts-fold-parsers.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; ts-fold-parsers.el --- Adapter layer to Tree-Sitter -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2021 Shen, Jen-Chieh
3+
;; Copyright (C) 2021-2022 Shen, Jen-Chieh
44
;; Created date 2021-10-04 17:45:48
55

66
;; This file is NOT part of GNU Emacs.

ts-fold-summary.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; ts-fold-summary.el --- Extract summary from fold region -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2021 Shen, Jen-Chieh
3+
;; Copyright (C) 2021-2022 Shen, Jen-Chieh
44
;; Created date 2021-10-04 16:59:22
55

66
;; This file is NOT part of GNU Emacs.

ts-fold-util.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; ts-fold-util.el --- Utility module -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2021 Shen, Jen-Chieh
3+
;; Copyright (C) 2021-2022 Shen, Jen-Chieh
44
;; Created date 2021-10-04 20:19:42
55

66
;; This file is NOT part of GNU Emacs.

ts-fold.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; ts-fold.el --- Code folding using tree-sitter -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2021 Junyi Hou
4-
;; Copyright (C) 2021 Shen, Jen-Chieh
4+
;; Copyright (C) 2021-2022 Shen, Jen-Chieh
55

66
;; Created date 2021-08-11 14:12:37
77

0 commit comments

Comments
 (0)