From 5cbf24a734e900c0cf7ae1304ffb00d7268974b8 Mon Sep 17 00:00:00 2001 From: ragusaa <54862477+ragusaa@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:44:07 -0500 Subject: [PATCH] Update examples/PassManager/CMakeLists.txt Co-authored-by: Micah Snyder --- examples/PassManager/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/PassManager/CMakeLists.txt b/examples/PassManager/CMakeLists.txt index ec133b4ea2..327f568880 100644 --- a/examples/PassManager/CMakeLists.txt +++ b/examples/PassManager/CMakeLists.txt @@ -1,4 +1,3 @@ -# Copyright (C) 2021 Cisco Systems, Inc. and/or its affiliates. All rights reserved. - +# Copyright (C) 2021-2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved. add_subdirectory(AnalysisPlugin)