github.com/jkawamoto/roadie-azure@v0.3.5/LICENSES.md (about)

     1  # License
     2  This software is released under the GPLv3.
     3  
     4  Copyright (C) 2017 Junpei Kawamoto
     5  
     6  This program is free software: you can redistribute it and/or modify
     7  it under the terms of the GNU General Public License as published by
     8  the Free Software Foundation, either version 3 of the License, or
     9  (at your option) any later version.
    10  
    11  This program is distributed in the hope that it will be useful,
    12  but WITHOUT ANY WARRANTY; without even the implied warranty of
    13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14  GNU General Public License for more details.
    15  
    16  You should have received a copy of the GNU General Public License
    17  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    18  
    19  
    20  # Notices for libraries
    21  This software uses the following open source libraries:
    22  
    23  ## [Roadie](https://jkawamoto.github.io/roadie/)
    24  Copyright (C) 2016-2017 Junpei Kawamoto
    25  
    26  This program is free software: you can redistribute it and/or modify
    27  it under the terms of the GNU General Public License as published by
    28  the Free Software Foundation, either version 3 of the License, or
    29  (at your option) any later version.
    30  
    31  This program is distributed in the hope that it will be useful,
    32  but WITHOUT ANY WARRANTY; without even the implied warranty of
    33  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    34  GNU General Public License for more details.
    35  
    36  You should have received a copy of the GNU General Public License
    37  along with this program.  If not, see <http://www.gnu.org/licenses/>.
    38  
    39  
    40  ## [cli](https://github.com/urfave/cli)
    41  Copyright (c) 2016 Jeremy Saenz & Contributors
    42  
    43  Licensed under the MIT License.
    44  
    45  Permission is hereby granted, free of charge, to any person obtaining a copy
    46  of this software and associated documentation files (the "Software"), to deal
    47  in the Software without restriction, including without limitation the rights
    48  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    49  copies of the Software, and to permit persons to whom the Software is
    50  furnished to do so, subject to the following conditions:
    51  
    52  The above copyright notice and this permission notice shall be included in all
    53  copies or substantial portions of the Software.
    54  
    55  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    56  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    57  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    58  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    59  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    60  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    61  SOFTWARE.
    62  
    63  
    64  ## [docker](https://github.com/docker/docker)
    65  Copyright 2013-2016 Docker, Inc.
    66  
    67  Licensed under the Apache License, Version 2.0 (the "License");
    68  you may not use this file except in compliance with the License.
    69  You may obtain a copy of the License at
    70  
    71     https://www.apache.org/licenses/LICENSE-2.0
    72  
    73  Unless required by applicable law or agreed to in writing, software
    74  distributed under the License is distributed on an "AS IS" BASIS,
    75  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    76  See the License for the specific language governing permissions and
    77  limitations under the License.
    78  
    79  
    80  ## [Package xz](https://github.com/ulikunitz/xz)
    81  Copyright (c) 2014-2016  Ulrich Kunitz
    82  All rights reserved.
    83  
    84  Redistribution and use in source and binary forms, with or without
    85  modification, are permitted provided that the following conditions are met:
    86  
    87  * Redistributions of source code must retain the above copyright notice, this
    88    list of conditions and the following disclaimer.
    89  * Redistributions in binary form must reproduce the above copyright notice,
    90    this list of conditions and the following disclaimer in the documentation
    91    and/or other materials provided with the distribution.
    92  * My name, Ulrich Kunitz, may not be used to endorse or promote products
    93    derived from this software without specific prior written permission.
    94  
    95  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    96  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    97  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    98  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    99  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
   100  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
   101  SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
   102  CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
   103  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   104  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   105  
   106  ## [YAML support for the Go language](https://github.com/go-yaml/yaml)
   107  Copyright 2011-2016 Canonical Ltd.
   108  
   109  Licensed under the Apache License, Version 2.0 (the "License");
   110  you may not use this file except in compliance with the License.
   111  You may obtain a copy of the License at
   112  
   113  http://www.apache.org/licenses/LICENSE-2.0
   114  
   115  Unless required by applicable law or agreed to in writing, software
   116  distributed under the License is distributed on an "AS IS" BASIS,
   117  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   118  See the License for the specific language governing permissions and
   119  limitations under the License.