avm99963 | 88e622d | 2021-01-22 18:57:58 +0100 | [diff] [blame] | 1 | This project is based in the Go-Guerrilla project. |
| 2 | |
| 3 | ------------- |
| 4 | https://github.com/flashmob/go-guerrilla |
| 5 | ------------- |
| 6 | The MIT License (MIT) |
| 7 | |
| 8 | Copyright (c) 2016 GuerrillaMail.com. |
| 9 | |
| 10 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated |
| 11 | documentation files (the "Software"), to deal in the Software without restriction, including without limitation the |
| 12 | rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to |
| 13 | permit persons to whom the Software is furnished to do so, subject to the following conditions: |
| 14 | |
| 15 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the |
| 16 | Software. |
| 17 | |
| 18 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE |
| 19 | WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 20 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR |
| 21 | OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 22 | ------------- |
| 23 | |
| 24 | The //cmd/hichipbridge/Dockerfile and //cmd/hichipbridge/Makefile files are |
| 25 | based in gerritbot's Dockerfile and Makefile files. |
| 26 | |
| 27 | ------------- |
| 28 | https://github.com/golang/build/tree/master/cmd/gerritbot |
| 29 | ------------- |
| 30 | Copyright (c) 2009 The Go Authors. All rights reserved. |
| 31 | |
| 32 | Redistribution and use in source and binary forms, with or without |
| 33 | modification, are permitted provided that the following conditions are |
| 34 | met: |
| 35 | |
| 36 | * Redistributions of source code must retain the above copyright |
| 37 | notice, this list of conditions and the following disclaimer. |
| 38 | * Redistributions in binary form must reproduce the above |
| 39 | copyright notice, this list of conditions and the following disclaimer |
| 40 | in the documentation and/or other materials provided with the |
| 41 | distribution. |
| 42 | * Neither the name of Google Inc. nor the names of its |
| 43 | contributors may be used to endorse or promote products derived from |
| 44 | this software without specific prior written permission. |
| 45 | |
| 46 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 47 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 48 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 49 | A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 50 | OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 51 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 52 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 53 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 54 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 55 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 56 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 57 | ------------- |