// Copyright (c) 2012-2020, NVIDIA CORPORATION. All rights reserved. // // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation. Any // use, reproduction, disclosure or distribution of this software and related // documentation without an express license agreement from NVIDIA Corporation // is strictly prohibited. #include "version.h" #define NV_COMPANY_NAME_STRING_SHORT "Bigscreen" #define NV_COMPANY_NAME_STRING_FULL "Bigscreen, Inc." #define NV_COMPANY_NAME_STRING NV_COMPANY_NAME_STRING_FULL #define NV_COPYRIGHT_YEAR "2024" #define NV_COPYRIGHT "(C) " NV_COPYRIGHT_YEAR " " NV_COMPANY_NAME_STRING_FULL ". All rights reserved."