From 220c1c72f5fe76237e86afb5f2332bb3344c33bf Mon Sep 17 00:00:00 2001 From: Omar Sandoval Date: Fri, 2 Dec 2022 14:46:44 -0800 Subject: [PATCH] drgn.helpers.common.stack: fix license identifier This PR was started before the license change, so I missed updating it. Signed-off-by: Omar Sandoval --- drgn/helpers/common/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drgn/helpers/common/stack.py b/drgn/helpers/common/stack.py index 5a0c02f89..a9d73d911 100644 --- a/drgn/helpers/common/stack.py +++ b/drgn/helpers/common/stack.py @@ -1,5 +1,5 @@ # Copyright (c) Meta Platforms, Inc. and affiliates. -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-2.1-or-later """ Stack