diff --git a/LICENSE b/LICENSE index 4a7fb367894ca1a5b4fb567e220c41a8725d00fe..04199a45c8a87865a975360c8b630ef708e97b97 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,12 @@ NewIP - New IP Stack Copyright (c) 2022 Huawei Device Co., Ltd. All rights reserved. -you can use it under the terms of the GPL V2 and the BSD2 license. +NewIP is dual licensed: you can use it under the terms of the GPL V2 and the BSD2 license. + +The code/linux/ subdirectorie is licensed under the GPL V2 License. +The code/ommon/ subdirectorie is licensed under 2-Clause BSD License. +The examples/ subdirectorie is licensed under 2-Clause BSD License. + a) GNU General Public License version 2, (https://opensource.org/licenses/GPL-2.0) This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/OAT.xml b/OAT.xml index 256ed4367b0011650881f4210d850fcc173713be..0ed7809d475eed5c83412b424581009f77e05a11 100644 --- a/OAT.xml +++ b/OAT.xml @@ -55,29 +55,22 @@ Note:If the text contains special characters, please escape them according to th --> - COPYING - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/code/linux/include/trace/hooks/nip_hooks.h b/code/linux/include/trace/hooks/nip_hooks.h index 9d8c14df698279c1cf4995963f0a205b8fc2bab3..eea8c11fc51006745026083e5f455d1b83f65507 100644 --- a/code/linux/include/trace/hooks/nip_hooks.h +++ b/code/linux/include/trace/hooks/nip_hooks.h @@ -2,7 +2,7 @@ /* * NewIP Hooks * - * Copyright (c) 2022, Huawei Tech. Co., Ltd. + * Copyright (c) 2022 Huawei Device Co., Ltd. */ #ifdef CONFIG_NEWIP_HOOKS