diff options
Diffstat (limited to 'src/graph.rs')
-rw-r--r-- | src/graph.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph.rs b/src/graph.rs index c95cf34..62ceed8 100644 --- a/src/graph.rs +++ b/src/graph.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2022 Soni L. +// Copyright (C) 2022, 2023 Soni L. // SPDX-License-Identifier: MIT OR Apache-2.0 //! The results produced by a matched pattern. |