From e81cba052688c007166b69f3540c787f1d481823 Mon Sep 17 00:00:00 2001 From: Sven Date: Fri, 12 Nov 2021 10:07:28 +0800 Subject: [PATCH] Update license header (#216) * Update license for nbg_parser.c Signed-off-by: xiang.zhang * Update license for headers Signed-off-by: xiang.zhang --- .../tim/utils/nbg_parser/gc_vip_nbg_format.h | 34 +++++++++++++------ include/tim/utils/nbg_parser/nbg_parser.h | 33 ++++++++++++------ .../tim/utils/nbg_parser/nbg_parser_impl.h | 33 ++++++++++++------ .../tim/utils/nbg_parser/nbg_parser_version.h | 23 +++++++++++++ 4 files changed, 92 insertions(+), 31 deletions(-) diff --git a/include/tim/utils/nbg_parser/gc_vip_nbg_format.h b/include/tim/utils/nbg_parser/gc_vip_nbg_format.h index 3ea074a..33b2ce8 100644 --- a/include/tim/utils/nbg_parser/gc_vip_nbg_format.h +++ b/include/tim/utils/nbg_parser/gc_vip_nbg_format.h @@ -1,14 +1,26 @@ -/******************************************************************************\ -|* Copyright (c) 2017-2021 by Vivante Corporation. All Rights Reserved. *| -|* *| -|* The material in this file is confidential and contains trade secrets of *| -|* of Vivante Corporation. This is proprietary information owned by Vivante *| -|* Corporation. No part of this work may be disclosed, reproduced, copied, *| -|* transmitted, or used in any way for any purpose, without the express *| -|* written permission of Vivante Corporation. *| -|* *| -\******************************************************************************/ - +/**************************************************************************** +* +* Copyright (c) 2020 Vivante Corporation +* +* Permission is hereby granted, free of charge, to any person obtaining a +* copy of this software and associated documentation files (the "Software"), +* to deal in the Software without restriction, including without limitation +* the rights to use, copy, modify, merge, publish, distribute, sublicense, +* and/or sell copies of the Software, and to permit persons to whom the +* Software is furnished to do so, subject to the following conditions: +* +* The above copyright notice and this permission notice shall be included in +* all copies or substantial portions of the Software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +* DEALINGS IN THE SOFTWARE. +* +*****************************************************************************/ #ifndef _VIP_LITE_NBG_FORMAT_H #define _VIP_LITE_NBG_FORMAT_H diff --git a/include/tim/utils/nbg_parser/nbg_parser.h b/include/tim/utils/nbg_parser/nbg_parser.h index 87a3a8d..8263d05 100644 --- a/include/tim/utils/nbg_parser/nbg_parser.h +++ b/include/tim/utils/nbg_parser/nbg_parser.h @@ -1,13 +1,26 @@ -/******************************************************************************\ -|* Copyright (c) 2017-2021 by Vivante Corporation. All Rights Reserved. *| -|* *| -|* The material in this file is confidential and contains trade secrets of *| -|* of Vivante Corporation. This is proprietary information owned by Vivante *| -|* Corporation. No part of this work may be disclosed, reproduced, copied, *| -|* transmitted, or used in any way for any purpose, without the express *| -|* written permission of Vivante Corporation. *| -|* *| -\******************************************************************************/ +/**************************************************************************** +* +* Copyright (c) 2020 Vivante Corporation +* +* Permission is hereby granted, free of charge, to any person obtaining a +* copy of this software and associated documentation files (the "Software"), +* to deal in the Software without restriction, including without limitation +* the rights to use, copy, modify, merge, publish, distribute, sublicense, +* and/or sell copies of the Software, and to permit persons to whom the +* Software is furnished to do so, subject to the following conditions: +* +* The above copyright notice and this permission notice shall be included in +* all copies or substantial portions of the Software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +* DEALINGS IN THE SOFTWARE. +* +*****************************************************************************/ #ifndef _NBG_PARSER_H #define _NBG_PARSER_H diff --git a/include/tim/utils/nbg_parser/nbg_parser_impl.h b/include/tim/utils/nbg_parser/nbg_parser_impl.h index 0d34f4c..c62c9bd 100644 --- a/include/tim/utils/nbg_parser/nbg_parser_impl.h +++ b/include/tim/utils/nbg_parser/nbg_parser_impl.h @@ -1,13 +1,26 @@ -/******************************************************************************\ -|* Copyright (c) 2017-2021 by Vivante Corporation. All Rights Reserved. *| -|* *| -|* The material in this file is confidential and contains trade secrets of *| -|* of Vivante Corporation. This is proprietary information owned by Vivante *| -|* Corporation. No part of this work may be disclosed, reproduced, copied, *| -|* transmitted, or used in any way for any purpose, without the express *| -|* written permission of Vivante Corporation. *| -|* *| -\******************************************************************************/ +/**************************************************************************** +* +* Copyright (c) 2020 Vivante Corporation +* +* Permission is hereby granted, free of charge, to any person obtaining a +* copy of this software and associated documentation files (the "Software"), +* to deal in the Software without restriction, including without limitation +* the rights to use, copy, modify, merge, publish, distribute, sublicense, +* and/or sell copies of the Software, and to permit persons to whom the +* Software is furnished to do so, subject to the following conditions: +* +* The above copyright notice and this permission notice shall be included in +* all copies or substantial portions of the Software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +* DEALINGS IN THE SOFTWARE. +* +*****************************************************************************/ #ifndef _NBG_PARSER_IMPL_H #define _NBG_PARSER_IMPL_H diff --git a/include/tim/utils/nbg_parser/nbg_parser_version.h b/include/tim/utils/nbg_parser/nbg_parser_version.h index 9c653a1..7eb6a9f 100644 --- a/include/tim/utils/nbg_parser/nbg_parser_version.h +++ b/include/tim/utils/nbg_parser/nbg_parser_version.h @@ -1,3 +1,26 @@ +/**************************************************************************** +* +* Copyright (c) 2020 Vivante Corporation +* +* Permission is hereby granted, free of charge, to any person obtaining a +* copy of this software and associated documentation files (the "Software"), +* to deal in the Software without restriction, including without limitation +* the rights to use, copy, modify, merge, publish, distribute, sublicense, +* and/or sell copies of the Software, and to permit persons to whom the +* Software is furnished to do so, subject to the following conditions: +* +* The above copyright notice and this permission notice shall be included in +* all copies or substantial portions of the Software. +* +* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +* DEALINGS IN THE SOFTWARE. +* +*****************************************************************************/ #ifndef _NBG_PARSER_VERSION_H #define _NBG_PARSER_VERSION_H