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