Update menu view and third-party licenses
Added new dependencies and license details to both `menu/view.go` and `LICENSE-3RD-PARTY.txt`. Updated copyright notices, hyperlinks, and license text to reflect the latest projects and comply with their licensing terms.
This commit is contained in:
parent
bf3340e526
commit
411e6c554a
File diff suppressed because it is too large
Load Diff
167
menu/view.go
167
menu/view.go
@ -294,6 +294,19 @@ func (v View) getOther() *fyne.Container {
|
|||||||
widget.NewLabel("Copyright (c) 2022, Fyne.io"),
|
widget.NewLabel("Copyright (c) 2022, Fyne.io"),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
|
container.NewHBox(widget.NewHyperlink("github.com/fyne-io/oksvg", &url.URL{
|
||||||
|
Scheme: "https",
|
||||||
|
Host: "github.com",
|
||||||
|
Path: "fyne-io/oksvg",
|
||||||
|
})),
|
||||||
|
container.NewHBox(widget.NewHyperlink("BSD 3-Clause License", &url.URL{
|
||||||
|
Scheme: "https",
|
||||||
|
Host: "github.com",
|
||||||
|
Path: "fyne-io/oksvg/blob/master/LICENSE",
|
||||||
|
})),
|
||||||
|
widget.NewLabel("Copyright (c) 2018, Steven R Wiley. All rights reserved."),
|
||||||
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/go-gl/gl", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/go-gl/gl", &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
@ -356,33 +369,44 @@ func (v View) getOther() *fyne.Container {
|
|||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "godbus/dbus/blob/master/LICENSE",
|
Path: "godbus/dbus/blob/master/LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2013, Georg Reinke (<guelfey at gmail dot com>), Google"),
|
widget.NewLabel("Copyright (c) 2013, Georg Reinke (<guelfey at gmail dot com>), Google. All rights reserved."),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/gopherjs/gopherjs", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/hack-pad/go-indexeddb", &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "gopherjs/gopherjs",
|
Path: "hack-pad/go-indexeddb",
|
||||||
})),
|
})),
|
||||||
container.NewHBox(widget.NewHyperlink("BSD 2-Clause \"Simplified\" License", &url.URL{
|
container.NewHBox(widget.NewHyperlink("Apache License 2.0", &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "gopherjs/gopherjs/blob/master/LICENSE",
|
Path: "hack-pad/go-indexeddb/blob/main/LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2013 Richard Musiol. All rights reserved."),
|
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/jinzhu/inflection", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/hack-pad/safejs", &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "jinzhu/inflection",
|
Path: "hack-pad/safejs",
|
||||||
})),
|
})),
|
||||||
container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
|
container.NewHBox(widget.NewHyperlink("Apache License 2.0", &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "jinzhu/inflection/blob/master/LICENSE",
|
Path: "hack-pad/safejs/blob/main/LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2015 - Jinzhu"),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
|
container.NewHBox(widget.NewHyperlink("github.com/jeandeaual/go-locale", &url.URL{
|
||||||
|
Scheme: "https",
|
||||||
|
Host: "github.com",
|
||||||
|
Path: "jeandeaual/go-locale",
|
||||||
|
})),
|
||||||
|
container.NewHBox(widget.NewHyperlink("MIT License", &url.URL{
|
||||||
|
Scheme: "https",
|
||||||
|
Host: "github.com",
|
||||||
|
Path: "jeandeaual/go-locale/blob/master/LICENSE",
|
||||||
|
})),
|
||||||
|
widget.NewLabel("Copyright (c) 2020 Alexis Jeandeau"),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/jsummers/gobmp", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/jsummers/gobmp", &url.URL{
|
||||||
@ -398,17 +422,17 @@ func (v View) getOther() *fyne.Container {
|
|||||||
widget.NewLabel("Copyright (c) 2012-2015 Jason Summers"),
|
widget.NewLabel("Copyright (c) 2012-2015 Jason Summers"),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/mattn/go-sqlite3", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/nfnt/resize", &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "mattn/go-sqlite3",
|
Path: "nfnt/resize",
|
||||||
})),
|
})),
|
||||||
container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
|
container.NewHBox(widget.NewHyperlink("ISC License", &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "mattn/go-sqlite3/blob/master/LICENSE",
|
Path: "nfnt/resize/blob/master/LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2014 Yasuhiro Matsumoto"),
|
widget.NewLabel("Copyright (c) 2012, Jan Schlicht <jan.schlicht@gmail.com>"),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/nicksnyder/go-i18n/v2", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/nicksnyder/go-i18n/v2", &url.URL{
|
||||||
@ -434,7 +458,19 @@ func (v View) getOther() *fyne.Container {
|
|||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "pmezard/go-difflib/blob/master/LICENSE",
|
Path: "pmezard/go-difflib/blob/master/LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2013, Patrick Mezard"),
|
widget.NewLabel("Copyright (c) 2013, Patrick Mezard. All rights reserved."),
|
||||||
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
|
container.NewHBox(widget.NewHyperlink("github.com/rymdport/portal", &url.URL{
|
||||||
|
Scheme: "https",
|
||||||
|
Host: "github.com",
|
||||||
|
Path: "rymdport/portal",
|
||||||
|
})),
|
||||||
|
container.NewHBox(widget.NewHyperlink("Apache License 2.0", &url.URL{
|
||||||
|
Scheme: "https",
|
||||||
|
Host: "github.com",
|
||||||
|
Path: "rymdport/portal/blob/main/LICENSE",
|
||||||
|
})),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/srwiley/oksvg", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/srwiley/oksvg", &url.URL{
|
||||||
@ -447,7 +483,7 @@ func (v View) getOther() *fyne.Container {
|
|||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "srwiley/oksvg/blob/master/LICENSE",
|
Path: "srwiley/oksvg/blob/master/LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2018, Steven R Wiley"),
|
widget.NewLabel("Copyright (c) 2018, Steven R Wiley. All rights reserved."),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/srwiley/rasterx", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/srwiley/rasterx", &url.URL{
|
||||||
@ -460,7 +496,7 @@ func (v View) getOther() *fyne.Container {
|
|||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "srwiley/rasterx/blob/master/LICENSE",
|
Path: "srwiley/rasterx/blob/master/LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2018, Steven R Wiley"),
|
widget.NewLabel("Copyright (c) 2018, Steven R Wiley. All rights reserved."),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/stretchr/testify", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/stretchr/testify", &url.URL{
|
||||||
@ -476,17 +512,17 @@ func (v View) getOther() *fyne.Container {
|
|||||||
widget.NewLabel("Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors."),
|
widget.NewLabel("Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors."),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/tevino/abool", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/ulikunitz/xz", &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "tevino/abool",
|
Path: "ulikunitz/xz",
|
||||||
})),
|
})),
|
||||||
container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
|
container.NewHBox(widget.NewHyperlink("License", &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "tevino/abool/blob/master/LICENSE",
|
Path: "ulikunitz/xz/blob/master/LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2016 Tevin Zhang"),
|
widget.NewLabel("Copyright (c) 2014-2022 Ulrich Kunitz. All rights reserved."),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/yuin/goldmark", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/yuin/goldmark", &url.URL{
|
||||||
@ -502,6 +538,19 @@ func (v View) getOther() *fyne.Container {
|
|||||||
widget.NewLabel("Copyright (c) 2019 Yusuke Inuzuka"),
|
widget.NewLabel("Copyright (c) 2019 Yusuke Inuzuka"),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
|
container.NewHBox(widget.NewHyperlink("go.etcd.io/bbolt", &url.URL{
|
||||||
|
Scheme: "https",
|
||||||
|
Host: "pkg.go.dev",
|
||||||
|
Path: "go.etcd.io/bbolt",
|
||||||
|
})),
|
||||||
|
container.NewHBox(widget.NewHyperlink("MIT License", &url.URL{
|
||||||
|
Scheme: "https",
|
||||||
|
Host: "github.com",
|
||||||
|
Path: "etcd-io/bbolt/blob/main/LICENSE",
|
||||||
|
})),
|
||||||
|
widget.NewLabel("Copyright (c) 2013 Ben Johnson"),
|
||||||
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("golang.org/x/image", &url.URL{
|
container.NewHBox(widget.NewHyperlink("golang.org/x/image", &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "pkg.go.dev",
|
Host: "pkg.go.dev",
|
||||||
@ -512,20 +561,7 @@ func (v View) getOther() *fyne.Container {
|
|||||||
Host: "cs.opensource.google",
|
Host: "cs.opensource.google",
|
||||||
Path: "go/x/image/+/master:LICENSE",
|
Path: "go/x/image/+/master:LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
|
widget.NewLabel("Copyright 2009 The Go Authors."),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("golang.org/x/mobile", &url.URL{
|
|
||||||
Scheme: "https",
|
|
||||||
Host: "pkg.go.dev",
|
|
||||||
Path: "golang.org/x/mobile",
|
|
||||||
})),
|
|
||||||
container.NewHBox(widget.NewHyperlink("License", &url.URL{
|
|
||||||
Scheme: "https",
|
|
||||||
Host: "cs.opensource.google",
|
|
||||||
Path: "go/x/mobile/+/master:LICENSE",
|
|
||||||
})),
|
|
||||||
widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
|
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("golang.org/x/net", &url.URL{
|
container.NewHBox(widget.NewHyperlink("golang.org/x/net", &url.URL{
|
||||||
@ -538,7 +574,7 @@ func (v View) getOther() *fyne.Container {
|
|||||||
Host: "cs.opensource.google",
|
Host: "cs.opensource.google",
|
||||||
Path: "go/x/net/+/master:LICENSE",
|
Path: "go/x/net/+/master:LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
|
widget.NewLabel("Copyright 2009 The Go Authors."),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("golang.org/x/sys", &url.URL{
|
container.NewHBox(widget.NewHyperlink("golang.org/x/sys", &url.URL{
|
||||||
@ -551,7 +587,7 @@ func (v View) getOther() *fyne.Container {
|
|||||||
Host: "cs.opensource.google",
|
Host: "cs.opensource.google",
|
||||||
Path: "go/x/sys/+/master:LICENSE",
|
Path: "go/x/sys/+/master:LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
|
widget.NewLabel("Copyright 2009 The Go Authors."),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("golang.org/x/text", &url.URL{
|
container.NewHBox(widget.NewHyperlink("golang.org/x/text", &url.URL{
|
||||||
@ -564,7 +600,7 @@ func (v View) getOther() *fyne.Container {
|
|||||||
Host: "cs.opensource.google",
|
Host: "cs.opensource.google",
|
||||||
Path: "go/x/text/+/master:LICENSE",
|
Path: "go/x/text/+/master:LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
|
widget.NewLabel("Copyright 2009 The Go Authors."),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("gopkg.in/yaml.v3", &url.URL{
|
container.NewHBox(widget.NewHyperlink("gopkg.in/yaml.v3", &url.URL{
|
||||||
@ -572,38 +608,14 @@ func (v View) getOther() *fyne.Container {
|
|||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "go-yaml/yaml/tree/v3.0.1",
|
Path: "go-yaml/yaml/tree/v3.0.1",
|
||||||
})),
|
})),
|
||||||
container.NewHBox(widget.NewHyperlink("Licensed under the Apache License, Version 2.0", &url.URL{
|
container.NewHBox(widget.NewHyperlink("MIT License and Apache License 2.0", &url.URL{
|
||||||
Scheme: "http",
|
Scheme: "http",
|
||||||
Host: "www.apache.org",
|
|
||||||
Path: "licenses/LICENSE-2.0",
|
|
||||||
})),
|
|
||||||
widget.NewLabel("Copyright 2011-2016 Canonical Ltd."),
|
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("gorm.io/gorm", &url.URL{
|
|
||||||
Scheme: "https",
|
|
||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "go-gorm/gorm",
|
Path: "go-yaml/yaml/blob/v3.0.1/LICENSE",
|
||||||
})),
|
})),
|
||||||
container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
|
widget.NewLabel("Copyright (c) 2006-2010 Kirill Simonov"),
|
||||||
Scheme: "https",
|
widget.NewLabel("Copyright (c) 2006-2011 Kirill Simonov"),
|
||||||
Host: "github.com",
|
widget.NewLabel("Copyright (c) 2011-2019 Canonical Ltd"),
|
||||||
Path: "go-gorm/gorm/blob/master/LICENSE",
|
|
||||||
})),
|
|
||||||
widget.NewLabel("Copyright (c) 2013-NOW Jinzhu <wosmvp@gmail.com>"),
|
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("honnef.co/go/js/dom", &url.URL{
|
|
||||||
Scheme: "https",
|
|
||||||
Host: "github.com",
|
|
||||||
Path: "dominikh/go-js-dom",
|
|
||||||
})),
|
|
||||||
container.NewHBox(widget.NewHyperlink("The MIT License (MIT)", &url.URL{
|
|
||||||
Scheme: "https",
|
|
||||||
Host: "github.com",
|
|
||||||
Path: "dominikh/go-js-dom/blob/master/LICENSE",
|
|
||||||
})),
|
|
||||||
widget.NewLabel("Copyright (c) 2014 Dominik Honnef"),
|
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/golang/go", &url.URL{
|
container.NewHBox(widget.NewHyperlink("github.com/golang/go", &url.URL{
|
||||||
@ -616,20 +628,7 @@ func (v View) getOther() *fyne.Container {
|
|||||||
Host: "github.com",
|
Host: "github.com",
|
||||||
Path: "golang/go/blob/master/LICENSE",
|
Path: "golang/go/blob/master/LICENSE",
|
||||||
})),
|
})),
|
||||||
widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
|
widget.NewLabel("Copyright 2009 The Go Authors."),
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
|
||||||
|
|
||||||
container.NewHBox(widget.NewHyperlink("github.com/golang/go", &url.URL{
|
|
||||||
Scheme: "https",
|
|
||||||
Host: "github.com",
|
|
||||||
Path: "golang/go",
|
|
||||||
})),
|
|
||||||
container.NewHBox(widget.NewHyperlink("BSD 3-Clause \"New\" or \"Revised\" License", &url.URL{
|
|
||||||
Scheme: "https",
|
|
||||||
Host: "github.com",
|
|
||||||
Path: "golang/go/blob/master/LICENSE",
|
|
||||||
})),
|
|
||||||
widget.NewLabel("Copyright (c) 2009 The Go Authors. All rights reserved."),
|
|
||||||
canvas.NewLine(colornames.Darkgreen),
|
canvas.NewLine(colornames.Darkgreen),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user