From 4f53c85f97fc708864be26c9a515ebf0c5583421 Mon Sep 17 00:00:00 2001 From: Kris Nova Date: Fri, 1 Nov 2019 19:19:08 +0100 Subject: [PATCH] Removing Sysdig inc Signed-off-by: Kris Nova --- .gitignore | 4 +++- CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index deecb03e..fdfc90ed 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,6 @@ docker/event-generator/vipw .vscode/* -.luacheckcache \ No newline at end of file +.luacheckcache + +*.idea* \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index c2972156..1de9fe22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -643,7 +643,7 @@ add_subdirectory(userspace/falco) add_subdirectory(tests) set(CPACK_PACKAGE_NAME "${PACKAGE_NAME}") -set(CPACK_PACKAGE_VENDOR "Sysdig Inc.") +set(CPACK_PACKAGE_VENDOR "Cloud Native Computing Foundation (CNCF) cncf.io.") set(CPACK_PACKAGE_CONTACT "opensource@sysdig.com") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Falco - Container Native Runtime Security") set(CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/scripts/description.txt")