X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Include%2Fconfig.h;h=a7a5cff43f18a8a0c13d7eada0426064d99ed3f5;hb=e93798699eccb72af04938fc9b0d7a836e284488;hp=80d776e9603074833b67b42fc06f604911e77f5f;hpb=94f13ab3e8da393eb27ccc561d31b447b1367c56;p=scp%2Focu%2F5gnr.git diff --git a/Include/config.h b/Include/config.h index 80d776e..a7a5cff 100644 --- a/Include/config.h +++ b/Include/config.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. +* +*******************************************************************************/ + extern int opt_debug; @@ -13,4 +25,3 @@ extern int opt_debug; fprintf(stderr, " (%s:%d)\n", \ __FILE__, __LINE__); \ } while(0) -