X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Include%2FbitsPack.h;h=5d4759cd6e53f02b5b7c6b019cc253d0cb18d416;hb=e93798699eccb72af04938fc9b0d7a836e284488;hp=3c90d6dd60c5e4588d3bca6fd490f9c2ed25f453;hpb=94f13ab3e8da393eb27ccc561d31b447b1367c56;p=scp%2Focu%2F5gnr.git diff --git a/Include/bitsPack.h b/Include/bitsPack.h index 3c90d6d..5d4759c 100644 --- a/Include/bitsPack.h +++ b/Include/bitsPack.h @@ -1,9 +1,21 @@ /****************************************************************************** -############################################################################### -# Copyright (c) [2017-2020] [ICT/CAS] # -# Licensed under the ORAN Software License v1.0 (License) # -############################################################################### -******************************************************************************/ +* +* Copyright (c) 2020 ICT/CAS. +* +* Licensed under the O-RAN Software License, Version 1.0 (the "Software License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* https://www.o-ran.org/software +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +* +*******************************************************************************/ + #ifndef __BITS_PACK_H__ @@ -118,7 +130,3 @@ extern INT32 skipBits(BitOpt_t *pBit, UINT32 n, UINT8 optType); #define packBits(pBit,n,value) packBitsWithdebug(pBit, n, value,(UCHAR *)__func__,__LINE__) #endif - - - -