diff options
Diffstat (limited to 'gcc/sym-exec/sym-exec-expression.cc')
-rw-r--r-- | gcc/sym-exec/sym-exec-expression.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sym-exec/sym-exec-expression.cc b/gcc/sym-exec/sym-exec-expression.cc index e7c7fba..fd20a9b 100644 --- a/gcc/sym-exec/sym-exec-expression.cc +++ b/gcc/sym-exec/sym-exec-expression.cc @@ -1,7 +1,7 @@ /* Every class defined here represents a single bit value of a variable. Every variable will be represented as a vector of these classes which later will be used for bit-level symbolic execution. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 Free Software Foundation, Inc. Contributed by Matevos Mehrabyan <matevosmehrabyan@gmail.com> This file is part of GCC. |