Skip to content

Commit

Permalink
fix licences
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Nov 6, 2023
1 parent 326fb7d commit 09dcfb2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/sys/unix
version: v0.13.0
version: v0.14.0
type: go
summary: Package unix contains an interface to the low-level operating system primitives.
homepage: https://pkg.go.dev/golang.org/x/sys/unix
license: bsd-3-clause
licenses:
- sources: sys@v0.13.0/LICENSE
- sources: sys@v0.14.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: sys@v0.13.0/PATENTS
- sources: sys@v0.14.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down

0 comments on commit 09dcfb2

Please sign in to comment.