annotate vendor/golang.org/x/sys/LICENSE @ 67:4edfa07d5fe0 draft

bfchroma turned out to be a hassle Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Thu, 07 Sep 2023 16:52:43 +0000
parents 787b5ee0289d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
66
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
1 Copyright (c) 2009 The Go Authors. All rights reserved.
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
2
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
3 Redistribution and use in source and binary forms, with or without
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
4 modification, are permitted provided that the following conditions are
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
5 met:
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
6
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
7 * Redistributions of source code must retain the above copyright
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
8 notice, this list of conditions and the following disclaimer.
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
9 * Redistributions in binary form must reproduce the above
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
10 copyright notice, this list of conditions and the following disclaimer
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
11 in the documentation and/or other materials provided with the
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
12 distribution.
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
13 * Neither the name of Google Inc. nor the names of its
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
14 contributors may be used to endorse or promote products derived from
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
15 this software without specific prior written permission.
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
16
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
17 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
18 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
19 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
20 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
21 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
22 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
23 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
24 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
25 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
26 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
787b5ee0289d Use vendored modules
yakumo.izuru
parents:
diff changeset
27 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.