diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2024-09-04 09:32:21 -0700 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-09-06 16:02:45 -0400 |
| commit | 69f1679dbd32ae09237f7e2c8f76d3b6aa516378 (patch) | |
| tree | e79f91dc056d461d460cb0643389c83887728697 | |
| parent | 7cf2dd6e3ff0822ba7636adbd4bb92ceb4dd7366 (diff) | |
| download | meson-69f1679dbd32ae09237f7e2c8f76d3b6aa516378.tar.gz | |
options.py: Fix Intel Copyright
Which covers changes from coredata.py that were moved into this file
| -rw-r--r-- | mesonbuild/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/options.py b/mesonbuild/options.py index 7d58de753..e3fe98ef9 100644 --- a/mesonbuild/options.py +++ b/mesonbuild/options.py @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright 2013-2024 Contributors to the The Meson project -# Copyright © 2024 Intel Corporation +# Copyright © 2019-2024 Intel Corporation from __future__ import annotations from collections import OrderedDict |
