summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-09-04 09:32:21 -0700
committerEli Schwartz <eschwartz93@gmail.com>2024-09-06 16:02:45 -0400
commit69f1679dbd32ae09237f7e2c8f76d3b6aa516378 (patch)
treee79f91dc056d461d460cb0643389c83887728697
parent7cf2dd6e3ff0822ba7636adbd4bb92ceb4dd7366 (diff)
downloadmeson-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.py2
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