This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/main by this push:
     new 635a3c6  Bump copyright year to 2022
635a3c6 is described below

commit 635a3c62a05eef756419cd41aac9ae790c2161b6
Author: Randall Leeds <[email protected]>
AuthorDate: Fri Apr 15 10:43:17 2022 -0700

    Bump copyright year to 2022
---
 .eslintrc.js                                            | 2 +-
 .mocharc.js                                             | 2 +-
 Makefile                                                | 2 +-
 NOTICE                                                  | 2 +-
 babel.config.js                                         | 2 +-
 husky.config.js                                         | 2 +-
 packages/apache-annotator/src/dom.ts                    | 2 +-
 packages/apache-annotator/src/selector.ts               | 2 +-
 packages/dom/src/css.ts                                 | 2 +-
 packages/dom/src/highlight-text.ts                      | 2 +-
 packages/dom/src/index.ts                               | 2 +-
 packages/dom/src/normalize-range.ts                     | 2 +-
 packages/dom/src/owner-document.ts                      | 2 +-
 packages/dom/src/range/cartesian.ts                     | 2 +-
 packages/dom/src/range/index.ts                         | 2 +-
 packages/dom/src/range/match.ts                         | 2 +-
 packages/dom/src/text-node-chunker.ts                   | 2 +-
 packages/dom/src/text-position/describe.ts              | 2 +-
 packages/dom/src/text-position/index.ts                 | 2 +-
 packages/dom/src/text-position/match.ts                 | 2 +-
 packages/dom/src/text-quote/describe.ts                 | 2 +-
 packages/dom/src/text-quote/index.ts                    | 2 +-
 packages/dom/src/text-quote/match.ts                    | 2 +-
 packages/dom/src/to-range.ts                            | 2 +-
 packages/dom/test/css/describe.test.ts                  | 2 +-
 packages/dom/test/css/match-cases.ts                    | 2 +-
 packages/dom/test/css/match.test.ts                     | 2 +-
 packages/dom/test/highlight-text/highlight-text.test.ts | 2 +-
 packages/dom/test/range/cartesian.test.ts               | 2 +-
 packages/dom/test/text-position/describe.test.ts        | 2 +-
 packages/dom/test/text-position/match-cases.ts          | 2 +-
 packages/dom/test/text-position/match.test.ts           | 2 +-
 packages/dom/test/text-quote/describe-cases.ts          | 2 +-
 packages/dom/test/text-quote/describe.test.ts           | 2 +-
 packages/dom/test/text-quote/match-cases.ts             | 2 +-
 packages/dom/test/text-quote/match.test.ts              | 2 +-
 packages/dom/test/utils.ts                              | 2 +-
 packages/selector/src/index.ts                          | 2 +-
 packages/selector/src/text/chunker.ts                   | 2 +-
 packages/selector/src/text/code-point-seeker.ts         | 2 +-
 packages/selector/src/text/describe-text-position.ts    | 2 +-
 packages/selector/src/text/describe-text-quote.ts       | 2 +-
 packages/selector/src/text/index.ts                     | 2 +-
 packages/selector/src/text/match-text-position.ts       | 2 +-
 packages/selector/src/text/match-text-quote.ts          | 2 +-
 packages/selector/src/text/seeker.ts                    | 2 +-
 packages/selector/src/types.ts                          | 2 +-
 test/data-model.test.ts                                 | 2 +-
 web/index.html                                          | 2 +-
 web/index.js                                            | 2 +-
 web/style.css                                           | 2 +-
 web/webpack.config.js                                   | 2 +-
 52 files changed, 52 insertions(+), 52 deletions(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index 63a63df..fcbd83d 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/.mocharc.js b/.mocharc.js
index ff0f521..5283261 100644
--- a/.mocharc.js
+++ b/.mocharc.js
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/Makefile b/Makefile
index 3ecda0f..019b4ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+# SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
 # SPDX-License-Identifier: Apache-2.0
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not
 # use this file except in compliance with the License. You may obtain a copy of
diff --git a/NOTICE b/NOTICE
index 4c1e0c5..f29c5ba 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Annotator
-Copyright 2016-2021 The Apache Software Foundation
+Copyright 2016-2022 The Apache Software Foundation
 
 This product includes software developed at The Apache Software
 Foundation (http://www.apache.org/).
diff --git a/babel.config.js b/babel.config.js
index 8174127..dfa8a03 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/husky.config.js b/husky.config.js
index faf1f19..029aa3a 100644
--- a/husky.config.js
+++ b/husky.config.js
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/apache-annotator/src/dom.ts 
b/packages/apache-annotator/src/dom.ts
index d960190..45235ee 100644
--- a/packages/apache-annotator/src/dom.ts
+++ b/packages/apache-annotator/src/dom.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/apache-annotator/src/selector.ts 
b/packages/apache-annotator/src/selector.ts
index 3d9f20e..8d90fda 100644
--- a/packages/apache-annotator/src/selector.ts
+++ b/packages/apache-annotator/src/selector.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/css.ts b/packages/dom/src/css.ts
index 8bdd7ca..ddd9675 100644
--- a/packages/dom/src/css.ts
+++ b/packages/dom/src/css.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/highlight-text.ts 
b/packages/dom/src/highlight-text.ts
index 174e97b..a4507c1 100644
--- a/packages/dom/src/highlight-text.ts
+++ b/packages/dom/src/highlight-text.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/index.ts b/packages/dom/src/index.ts
index 89ffbc2..595275c 100644
--- a/packages/dom/src/index.ts
+++ b/packages/dom/src/index.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/normalize-range.ts 
b/packages/dom/src/normalize-range.ts
index c102866..a19e3d7 100644
--- a/packages/dom/src/normalize-range.ts
+++ b/packages/dom/src/normalize-range.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/owner-document.ts 
b/packages/dom/src/owner-document.ts
index 1b48a10..18347d2 100644
--- a/packages/dom/src/owner-document.ts
+++ b/packages/dom/src/owner-document.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/range/cartesian.ts 
b/packages/dom/src/range/cartesian.ts
index 74ab815..1c5ff5f 100644
--- a/packages/dom/src/range/cartesian.ts
+++ b/packages/dom/src/range/cartesian.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/range/index.ts b/packages/dom/src/range/index.ts
index 145bb4e..ac8539b 100644
--- a/packages/dom/src/range/index.ts
+++ b/packages/dom/src/range/index.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/range/match.ts b/packages/dom/src/range/match.ts
index f0f8001..ca678c4 100644
--- a/packages/dom/src/range/match.ts
+++ b/packages/dom/src/range/match.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/text-node-chunker.ts 
b/packages/dom/src/text-node-chunker.ts
index a6a8f5d..a512816 100644
--- a/packages/dom/src/text-node-chunker.ts
+++ b/packages/dom/src/text-node-chunker.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/text-position/describe.ts 
b/packages/dom/src/text-position/describe.ts
index 8d72716..23f5c2f 100644
--- a/packages/dom/src/text-position/describe.ts
+++ b/packages/dom/src/text-position/describe.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/text-position/index.ts 
b/packages/dom/src/text-position/index.ts
index 15f06af..2f59bd4 100644
--- a/packages/dom/src/text-position/index.ts
+++ b/packages/dom/src/text-position/index.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/text-position/match.ts 
b/packages/dom/src/text-position/match.ts
index 0ba210f..2b26723 100644
--- a/packages/dom/src/text-position/match.ts
+++ b/packages/dom/src/text-position/match.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/text-quote/describe.ts 
b/packages/dom/src/text-quote/describe.ts
index 8da7990..d3dbfcc 100644
--- a/packages/dom/src/text-quote/describe.ts
+++ b/packages/dom/src/text-quote/describe.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/text-quote/index.ts 
b/packages/dom/src/text-quote/index.ts
index 15f06af..2f59bd4 100644
--- a/packages/dom/src/text-quote/index.ts
+++ b/packages/dom/src/text-quote/index.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/text-quote/match.ts 
b/packages/dom/src/text-quote/match.ts
index 5a6c44b..290c127 100644
--- a/packages/dom/src/text-quote/match.ts
+++ b/packages/dom/src/text-quote/match.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/src/to-range.ts b/packages/dom/src/to-range.ts
index cbc178a..bfb4b4d 100644
--- a/packages/dom/src/to-range.ts
+++ b/packages/dom/src/to-range.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/css/describe.test.ts 
b/packages/dom/test/css/describe.test.ts
index 1ef9ff8..7bef692 100644
--- a/packages/dom/test/css/describe.test.ts
+++ b/packages/dom/test/css/describe.test.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/css/match-cases.ts 
b/packages/dom/test/css/match-cases.ts
index 88d7a84..dd1d377 100644
--- a/packages/dom/test/css/match-cases.ts
+++ b/packages/dom/test/css/match-cases.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/css/match.test.ts 
b/packages/dom/test/css/match.test.ts
index 026ca3c..0799889 100644
--- a/packages/dom/test/css/match.test.ts
+++ b/packages/dom/test/css/match.test.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/highlight-text/highlight-text.test.ts 
b/packages/dom/test/highlight-text/highlight-text.test.ts
index cf1a1c0..9927791 100644
--- a/packages/dom/test/highlight-text/highlight-text.test.ts
+++ b/packages/dom/test/highlight-text/highlight-text.test.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/range/cartesian.test.ts 
b/packages/dom/test/range/cartesian.test.ts
index 8b3f127..c1d6a7c 100644
--- a/packages/dom/test/range/cartesian.test.ts
+++ b/packages/dom/test/range/cartesian.test.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/text-position/describe.test.ts 
b/packages/dom/test/text-position/describe.test.ts
index cf4136d..5057214 100644
--- a/packages/dom/test/text-position/describe.test.ts
+++ b/packages/dom/test/text-position/describe.test.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/text-position/match-cases.ts 
b/packages/dom/test/text-position/match-cases.ts
index 09f134a..fc31906 100644
--- a/packages/dom/test/text-position/match-cases.ts
+++ b/packages/dom/test/text-position/match-cases.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/text-position/match.test.ts 
b/packages/dom/test/text-position/match.test.ts
index d76d73b..2fc0490 100644
--- a/packages/dom/test/text-position/match.test.ts
+++ b/packages/dom/test/text-position/match.test.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/text-quote/describe-cases.ts 
b/packages/dom/test/text-quote/describe-cases.ts
index 540eecb..24a4c12 100644
--- a/packages/dom/test/text-quote/describe-cases.ts
+++ b/packages/dom/test/text-quote/describe-cases.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/text-quote/describe.test.ts 
b/packages/dom/test/text-quote/describe.test.ts
index e595fcd..4472581 100644
--- a/packages/dom/test/text-quote/describe.test.ts
+++ b/packages/dom/test/text-quote/describe.test.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/text-quote/match-cases.ts 
b/packages/dom/test/text-quote/match-cases.ts
index 2364b0b..13f418b 100644
--- a/packages/dom/test/text-quote/match-cases.ts
+++ b/packages/dom/test/text-quote/match-cases.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/text-quote/match.test.ts 
b/packages/dom/test/text-quote/match.test.ts
index b97720c..4e4edea 100644
--- a/packages/dom/test/text-quote/match.test.ts
+++ b/packages/dom/test/text-quote/match.test.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/dom/test/utils.ts b/packages/dom/test/utils.ts
index f71d1e9..8c91971 100644
--- a/packages/dom/test/utils.ts
+++ b/packages/dom/test/utils.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/selector/src/index.ts b/packages/selector/src/index.ts
index 36df7f9..1c80f02 100644
--- a/packages/selector/src/index.ts
+++ b/packages/selector/src/index.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/selector/src/text/chunker.ts 
b/packages/selector/src/text/chunker.ts
index c43e8c0..49d2123 100644
--- a/packages/selector/src/text/chunker.ts
+++ b/packages/selector/src/text/chunker.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/selector/src/text/code-point-seeker.ts 
b/packages/selector/src/text/code-point-seeker.ts
index 84df00e..22de6cb 100644
--- a/packages/selector/src/text/code-point-seeker.ts
+++ b/packages/selector/src/text/code-point-seeker.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/selector/src/text/describe-text-position.ts 
b/packages/selector/src/text/describe-text-position.ts
index 0a55935..ea404bb 100644
--- a/packages/selector/src/text/describe-text-position.ts
+++ b/packages/selector/src/text/describe-text-position.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/selector/src/text/describe-text-quote.ts 
b/packages/selector/src/text/describe-text-quote.ts
index 19927d2..b5f5d47 100644
--- a/packages/selector/src/text/describe-text-quote.ts
+++ b/packages/selector/src/text/describe-text-quote.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/selector/src/text/index.ts 
b/packages/selector/src/text/index.ts
index 5ee499f..10be49f 100644
--- a/packages/selector/src/text/index.ts
+++ b/packages/selector/src/text/index.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/selector/src/text/match-text-position.ts 
b/packages/selector/src/text/match-text-position.ts
index 0e0f4a5..0347096 100644
--- a/packages/selector/src/text/match-text-position.ts
+++ b/packages/selector/src/text/match-text-position.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/selector/src/text/match-text-quote.ts 
b/packages/selector/src/text/match-text-quote.ts
index 49de8b2..e50b698 100644
--- a/packages/selector/src/text/match-text-quote.ts
+++ b/packages/selector/src/text/match-text-quote.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/selector/src/text/seeker.ts 
b/packages/selector/src/text/seeker.ts
index 466d1af..2c3a812 100644
--- a/packages/selector/src/text/seeker.ts
+++ b/packages/selector/src/text/seeker.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/packages/selector/src/types.ts b/packages/selector/src/types.ts
index f4139c1..38341ae 100644
--- a/packages/selector/src/types.ts
+++ b/packages/selector/src/types.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/test/data-model.test.ts b/test/data-model.test.ts
index 09bae00..6454c9b 100644
--- a/test/data-model.test.ts
+++ b/test/data-model.test.ts
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/web/index.html b/web/index.html
index 32395a3..c91c9eb 100644
--- a/web/index.html
+++ b/web/index.html
@@ -1,5 +1,5 @@
 <!--
-SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
 SPDX-License-Identifier: Apache-2.0
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
diff --git a/web/index.js b/web/index.js
index 982f3f7..90a6e46 100644
--- a/web/index.js
+++ b/web/index.js
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/web/style.css b/web/style.css
index cffa1ca..6f87098 100644
--- a/web/style.css
+++ b/web/style.css
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one
diff --git a/web/webpack.config.js b/web/webpack.config.js
index c457baa..4ca4f53 100644
--- a/web/webpack.config.js
+++ b/web/webpack.config.js
@@ -1,5 +1,5 @@
 /**
- * SPDX-FileCopyrightText: 2016-2021 The Apache Software Foundation
+ * SPDX-FileCopyrightText: 2016-2022 The Apache Software Foundation
  * SPDX-License-Identifier: Apache-2.0
  * @license
  * Licensed to the Apache Software Foundation (ASF) under one

Reply via email to