@@ -75,7 +75,7 @@ resulting binaries. These projects are:
7575 limitations under the License.
7676
7777
78- * github.com/kisielk/gotool – https://github.com/kisielk/gotool
78+ * github.com/kisielk/gotool - https://github.com/kisielk/gotool
7979
8080 Copyright (c) 2013 Kamil Kisiel <kamil@kamilkisiel.net>
8181
@@ -224,3 +224,61 @@ resulting binaries. These projects are:
224224 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
225225 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
226226
227+ * gogrep - https://github.com/mvdan/gogrep
228+
229+ Copyright (c) 2017, Daniel Martí. All rights reserved.
230+
231+ Redistribution and use in source and binary forms, with or without
232+ modification, are permitted provided that the following conditions are
233+ met:
234+
235+ * Redistributions of source code must retain the above copyright
236+ notice, this list of conditions and the following disclaimer.
237+ * Redistributions in binary form must reproduce the above
238+ copyright notice, this list of conditions and the following disclaimer
239+ in the documentation and/or other materials provided with the
240+ distribution.
241+ * Neither the name of the copyright holder nor the names of its
242+ contributors may be used to endorse or promote products derived from
243+ this software without specific prior written permission.
244+
245+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
246+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
247+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
248+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
249+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
250+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
251+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
252+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
253+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
254+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
255+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
256+
257+ * gosmith - https://github.com/dvyukov/gosmith
258+
259+ Copyright (c) 2014 Dmitry Vyukov. All rights reserved.
260+
261+ Redistribution and use in source and binary forms, with or without
262+ modification, are permitted provided that the following conditions are
263+ met:
264+
265+ * Redistributions of source code must retain the above copyright
266+ notice, this list of conditions and the following disclaimer.
267+ * Redistributions in binary form must reproduce the above
268+ copyright notice, this list of conditions and the following disclaimer
269+ in the documentation and/or other materials provided with the
270+ distribution.
271+ * The name of Dmitry Vyukov may be used to endorse or promote
272+ products derived from this software without specific prior written permission.
273+
274+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
275+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
276+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
277+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
278+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
279+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
280+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
281+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
282+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
283+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
284+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments