Tree-sitter tags queries (`*-tags.scm`) in this directory are derived
from the Aider project (https://github.com/Aider-AI/aider), licensed
under the Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0).

Source files (verbatim copies, paths in upstream Aider tree):
  python-tags.scm     <- aider/queries/tree-sitter-language-pack/python-tags.scm
  javascript-tags.scm <- aider/queries/tree-sitter-language-pack/javascript-tags.scm
  go-tags.scm         <- aider/queries/tree-sitter-language-pack/go-tags.scm
  rust-tags.scm       <- aider/queries/tree-sitter-language-pack/rust-tags.scm
  typescript-tags.scm <- aider/queries/tree-sitter-languages/typescript-tags.scm
                          (Aider's tree-sitter-language-pack subdir omits TS;
                           the older tree-sitter-languages subdir has it.)
  tsx-tags.scm        <- copy of typescript-tags.scm (TSX shares TS grammar
                           for definition/reference nodes; Aider's logic
                           reuses the same query for both via filename_to_lang).

No modifications were made to the query bodies. See the Apache 2.0
license terms for redistribution; this NOTICE provides attribution as
required by Section 4(d).
