LICENSE raw

   1  Copyright (c) Huawei Technologies Co., Ltd. 2020-present. All rights reserved.
   2  
   3  Licensed under the Apache License, Version 2.0 (the "License");
   4  you may not use this file except in compliance with the License.
   5  You may obtain a copy of the License at
   6  
   7       http://www.apache.org/licenses/LICENSE-2.0
   8  
   9  Unless required by applicable law or agreed to in writing, software
  10  distributed under the License is distributed on an "AS IS" BASIS,
  11  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12  See the License for the specific language governing permissions and
  13  limitations under the License.
  14  
  15  
  16  
  17  Copyright of core/auth/signer/escape.go
  18  
  19  Copyright (c) 2009 The Go Authors. All rights reserved.
  20  
  21  Redistribution and use in source and binary forms, with or without
  22  modification, are permitted provided that the following conditions are
  23  met:
  24  
  25     * Redistributions of source code must retain the above copyright
  26  notice, this list of conditions and the following disclaimer.
  27     * Redistributions in binary form must reproduce the above
  28  copyright notice, this list of conditions and the following disclaimer
  29  in the documentation and/or other materials provided with the
  30  distribution.
  31     * Neither the name of Google Inc. nor the names of its
  32  contributors may be used to endorse or promote products derived from
  33  this software without specific prior written permission.
  34  
  35  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  36  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  37  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  38  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  39  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  40  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  41  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  42  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  43  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  44  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  45  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  46  
  47  
  48  
  49  Copyright of core/auth/signer/signer.go
  50  
  51  Copyright (c) 2014, Xianjie
  52  All rights reserved.
  53  
  54  Redistribution and use in source and binary forms, with or without modification,
  55  are permitted provided that the following conditions are met:
  56  
  57  * Redistributions of source code must retain the above copyright notice, this
  58    list of conditions and the following disclaimer.
  59  
  60  * Redistributions in binary form must reproduce the above copyright notice, this
  61    list of conditions and the following disclaimer in the documentation and/or
  62    other materials provided with the distribution.
  63  
  64  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  65  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  66  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  67  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  68  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  69  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  70  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  71  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  72  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  73  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  74  
  75  
  76  
  77  Copyright of core/auth/signer/hkdf/hkdf.go, core/auth/signer/hkdf/hkdf_test.go
  78  
  79  Copyright 2014 The Go Authors. All rights reserved.
  80  
  81  Redistribution and use in source and binary forms, with or without modification,
  82  are permitted provided that the following conditions are met:
  83  
  84  * Redistributions of source code must retain the above copyright notice, this
  85    list of conditions and the following disclaimer.
  86  
  87  * Redistributions in binary form must reproduce the above copyright notice, this
  88    list of conditions and the following disclaimer in the documentation and/or
  89    other materials provided with the distribution.
  90  
  91  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  92  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  93  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  94  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  95  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  96  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  97  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  98  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  99  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 100  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 101