github.com/lyft/flytestdlib@v0.3.12-0.20210213045714-8cdd111ecda1/NOTICE (about)

     1  flytestdlib
     2  Copyright 2019-2020 Lyft Inc.
     3  
     4  This product includes software developed at Lyft Inc.
     5  
     6  Notices for file(s):
     7    promutils/workqueue.go contains work from https://github.com/kubernetes/kubernetes/
     8    under the Apache2 license.
     9  
    10  /*
    11  Copyright 2016 The Kubernetes Authors.
    12  Licensed under the Apache License, Version 2.0 (the "License");
    13  you may not use this file except in compliance with the License.
    14  You may obtain a copy of the License at
    15      http://www.apache.org/licenses/LICENSE-2.0
    16  Unless required by applicable law or agreed to in writing, software
    17  distributed under the License is distributed on an "AS IS" BASIS,
    18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    19  See the License for the specific language governing permissions and
    20  limitations under the License.
    21  */