github.com/mithrandie/csvq@v1.18.1/docs/license.md (about)

     1  ---
     2  layout: default
     3  title: License - csvq
     4  ---
     5  
     6  # License
     7  
     8  The MIT License
     9  
    10  Copyright (c) 2017 Mori, Yuki
    11  
    12  Permission is hereby granted, free of charge, to any person obtaining a copy
    13  of this software and associated documentation files (the "Software"), to deal
    14  in the Software without restriction, including without limitation the rights
    15  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    16  copies of the Software, and to permit persons to whom the Software is furnished
    17  to do so, subject to the following conditions:
    18  
    19  The above copyright notice and this permission notice shall be included in
    20  all copies or substantial portions of the Software.
    21  
    22  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    23  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    24  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    25  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    26  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    27  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    28  
    29  
    30  ### Executable files on the release page
    31  
    32  Executable files on the release page ([https://github.com/mithrandie/csvq/releases](https://github.com/mithrandie/csvq/releases)) include the binary code provided with the following licenses.
    33  
    34  
    35  #### [https://github.com/golang/go](https://github.com/golang/go)
    36  
    37  Copyright (c) 2009 The Go Authors. All rights reserved.
    38  
    39  Redistribution and use in source and binary forms, with or without
    40  modification, are permitted provided that the following conditions are
    41  met:
    42  
    43     * Redistributions of source code must retain the above copyright
    44  notice, this list of conditions and the following disclaimer.
    45     * Redistributions in binary form must reproduce the above
    46  copyright notice, this list of conditions and the following disclaimer
    47  in the documentation and/or other materials provided with the
    48  distribution.
    49     * Neither the name of Google Inc. nor the names of its
    50  contributors may be used to endorse or promote products derived from
    51  this software without specific prior written permission.
    52  
    53  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    54  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    55  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    56  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    57  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    58  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    59  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    60  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    61  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    62  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    63  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    64  
    65  
    66  #### [https://github.com/urfave/cli](https://github.com/urfave/cli)
    67  
    68  MIT License
    69  
    70  Copyright (c) 2016 Jeremy Saenz & Contributors
    71  
    72  Permission is hereby granted, free of charge, to any person obtaining a copy
    73  of this software and associated documentation files (the "Software"), to deal
    74  in the Software without restriction, including without limitation the rights
    75  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    76  copies of the Software, and to permit persons to whom the Software is
    77  furnished to do so, subject to the following conditions:
    78  
    79  The above copyright notice and this permission notice shall be included in all
    80  copies or substantial portions of the Software.
    81  
    82  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    83  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    84  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    85  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    86  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    87  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    88  SOFTWARE.
    89  
    90  
    91  #### [https://github.com/chzyer/readline](https://github.com/chzyer/readline)
    92  
    93  The MIT License (MIT)
    94  
    95  Copyright (c) 2015 Chzyer
    96  
    97  Permission is hereby granted, free of charge, to any person obtaining a copy
    98  of this software and associated documentation files (the "Software"), to deal
    99  in the Software without restriction, including without limitation the rights
   100  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   101  copies of the Software, and to permit persons to whom the Software is
   102  furnished to do so, subject to the following conditions:
   103  
   104  The above copyright notice and this permission notice shall be included in all
   105  copies or substantial portions of the Software.
   106  
   107  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   108  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   109  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   110  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   111  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   112  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
   113  SOFTWARE.
   114  
   115  
   116  #### [https://github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)
   117  
   118  The MIT License (MIT)
   119  
   120  Copyright (c) 2013 Mitchell Hashimoto
   121  
   122  Permission is hereby granted, free of charge, to any person obtaining a copy
   123  of this software and associated documentation files (the "Software"), to deal
   124  in the Software without restriction, including without limitation the rights
   125  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   126  copies of the Software, and to permit persons to whom the Software is
   127  furnished to do so, subject to the following conditions:
   128  
   129  The above copyright notice and this permission notice shall be included in
   130  all copies or substantial portions of the Software.
   131  
   132  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   133  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   134  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   135  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   136  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   137  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   138  THE SOFTWARE.
   139  
   140  
   141  #### [https://github.com/mithrandie/go-file](https://github.com/mithrandie/go-file)
   142  
   143  The MIT License
   144  
   145  Copyright (c) 2017 Mithrandie
   146  
   147  Permission is hereby granted, free of charge, to any person obtaining a copy
   148  of this software and associated documentation files (the "Software"), to deal
   149  in the Software without restriction, including without limitation the rights
   150  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   151  copies of the Software, and to permit persons to whom the Software is furnished
   152  to do so, subject to the following conditions:
   153  
   154  The above copyright notice and this permission notice shall be included in
   155  all copies or substantial portions of the Software.
   156  
   157  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   158  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   159  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   160  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   161  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   162  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   163  
   164  
   165  #### [https://github.com/mithrandie/ternary](https://github.com/mithrandie/ternary)
   166  
   167  The MIT License
   168  
   169  Copyright (c) 2017 Mithrandie
   170  
   171  Permission is hereby granted, free of charge, to any person obtaining a copy
   172  of this software and associated documentation files (the "Software"), to deal
   173  in the Software without restriction, including without limitation the rights
   174  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   175  copies of the Software, and to permit persons to whom the Software is furnished
   176  to do so, subject to the following conditions:
   177  
   178  The above copyright notice and this permission notice shall be included in
   179  all copies or substantial portions of the Software.
   180  
   181  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   182  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   183  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   184  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   185  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   186  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   187  
   188  
   189  
   190  #### [https://github.com/mithrandie/go-text](https://github.com/mithrandie/go-text)
   191  
   192  The MIT License
   193  
   194  Copyright (c) 2018 Mithrandie
   195  
   196  Permission is hereby granted, free of charge, to any person obtaining a copy
   197  of this software and associated documentation files (the "Software"), to deal
   198  in the Software without restriction, including without limitation the rights
   199  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   200  copies of the Software, and to permit persons to whom the Software is furnished
   201  to do so, subject to the following conditions:
   202  
   203  The above copyright notice and this permission notice shall be included in
   204  all copies or substantial portions of the Software.
   205  
   206  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   207  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   208  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   209  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
   210  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   211  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.