; Update copyright years
* doc/lispref/parsing.texi: * src/treesit.h: * test/src/treesit-tests.el: Update copyright years.
This commit is contained in:
parent
7e36fd64d2
commit
092776c7eb
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
@c -*- mode: texinfo; coding: utf-8 -*-
|
||||
@c This is part of the GNU Emacs Lisp Reference Manual.
|
||||
@c Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
@c Copyright (C) 2021-2022 Free Software Foundation, Inc.
|
||||
@c See the file elisp.texi for copying conditions.
|
||||
@node Parsing Program Source
|
||||
@chapter Parsing Program Source
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Header file for the tree-sitter integration.
|
||||
|
||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
Copyright (C) 2021-2022 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Emacs.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; treesit-tests.el --- tests for src/treesit.c -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 2021-2022 Free Software Foundation, Inc.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue