Skip to content

Commit

Permalink
Licensed (#347)
Browse files Browse the repository at this point in the history
* WIP

* WIP

* More WIP

* WIP WIP

* Finish
  • Loading branch information
markphelps authored Oct 5, 2020
1 parent 0ba94e6 commit c6e6a5b
Show file tree
Hide file tree
Showing 225 changed files with 29,433 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: "Licensed"

on:
push:
branches:
- master
paths-ignore:
- '*.md'
- '.all-contributorsrc'

jobs:
licensed:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: 1.14
- uses: jonabc/setup-licensed@v1
with:
version: 2.x
- uses: jonabc/licensed-ci@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
15 changes: 15 additions & 0 deletions .licensed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sources:
go: true

source_path: ./cmd/flipt

allowed:
- mit
- apache-2.0
- bsd-2-clause
- bsd-3-clause
- mpl-2.0

ignored:
go:
- github.com/markphelps/flipt/**/*
38 changes: 38 additions & 0 deletions .licenses/go/github.com/Masterminds/squirrel.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: github.com/Masterminds/squirrel
version: v1.4.0
type: go
summary: Package squirrel provides a fluent SQL generator.
homepage: https://godoc.org/github.com/Masterminds/squirrel
license: mit
licenses:
- sources: LICENSE.txt
text: |
Squirrel
The Masterminds
Copyright (C) 2014-2015, Lann Martin
Copyright (C) 2015-2016, Google
Copyright (C) 2015, Matt Farina and Matt Butcher
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: README.md
text: |-
Squirrel is released under the
[MIT License](http://www.opensource.org/licenses/MIT).
notices: []
32 changes: 32 additions & 0 deletions .licenses/go/github.com/beorn7/perks/quantile.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: github.com/beorn7/perks/quantile
version: v1.0.1
type: go
summary: Package quantile computes approximate quantiles over an unbounded data stream
within low memory and CPU bounds.
homepage: https://godoc.org/github.com/beorn7/perks/quantile
license: mit
licenses:
- sources: [email protected]/LICENSE
text: |
Copyright (C) 2013 Blake Mizerany
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
notices: []
34 changes: 34 additions & 0 deletions .licenses/go/github.com/blang/semver/v4.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: github.com/blang/semver/v4
version: v4.0.0
type: go
summary:
homepage: https://godoc.org/github.com/blang/semver/v4
license: mit
licenses:
- sources: LICENSE
text: |+
The MIT License
Copyright (c) 2014 Benedikt Lang <github at benediktlang.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
notices: []
...
34 changes: 34 additions & 0 deletions .licenses/go/github.com/cespare/xxhash/v2.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: github.com/cespare/xxhash/v2
version: v2.1.1
type: go
summary: Package xxhash implements the 64-bit variant of xxHash (XXH64) as described
at http://cyan4973.github.io/xxHash/.
homepage: https://godoc.org/github.com/cespare/xxhash/v2
license: mit
licenses:
- sources: LICENSE.txt
text: |
Copyright (c) 2016 Caleb Spare
MIT License
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
notices: []
35 changes: 35 additions & 0 deletions .licenses/go/github.com/fatih/color.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: github.com/fatih/color
version: v1.9.0
type: go
summary: Package color is an ANSI color package to output colorized or SGR defined
output to the standard output.
homepage: https://godoc.org/github.com/fatih/color
license: mit
licenses:
- sources: LICENSE.md
text: |
The MIT License (MIT)
Copyright (c) 2013 Fatih Arslan
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: The MIT License (MIT) - see [`LICENSE.md`](https:/fatih/color/blob/master/LICENSE.md)
for more details
notices: []
62 changes: 62 additions & 0 deletions .licenses/go/github.com/fsnotify/fsnotify.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: github.com/fsnotify/fsnotify
version: v1.4.7
type: go
summary: Package fsnotify provides a platform-independent interface for file system
notifications.
homepage: https://godoc.org/github.com/fsnotify/fsnotify
license: bsd-3-clause
licenses:
- sources: LICENSE
text: |
Copyright (c) 2012 The Go Authors. All rights reserved.
Copyright (c) 2012 fsnotify Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
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.
notices:
- sources: AUTHORS
text: "# Names should be added to this file as\n#\tName or Organization <email address>\n#
The email address is not required for organizations.\n\n# You can update this
list using the following command:\n#\n# $ git shortlog -se | awk '{print $2
\" \" $3 \" \" $4}'\n\n# Please keep the list sorted.\n\nAaron L <[email protected]>\nAdrien
Bustany <[email protected]>\nAmit Krishnan <[email protected]>\nAnmol
Sethi <[email protected]>\nBjørn Erik Pedersen <[email protected]>\nBruno
Bigras <[email protected]>\nCaleb Spare <[email protected]>\nCase Nelson
<[email protected]>\nChris Howey <[email protected]> <[email protected]>\nChristoffer
Buchholz <[email protected]>\nDaniel Wagner-Hall <[email protected]>\nDave
Cheney <[email protected]>\nEvan Phoenix <[email protected]>\nFrancisco Souza
<[email protected]>\nHari haran <[email protected]>\nJohn C Barstow\nKelvin Fo
<[email protected]>\nKen-ichirou MATSUZAWA <[email protected]>\nMatt Layher
<[email protected]>\nNathan Youngman <[email protected]>\nNickolai Zeldovich <[email protected]>\nPatrick
<[email protected]>\nPaul Hammond <[email protected]>\nPawel Knap <[email protected]>\nPieter
Droogendijk <[email protected]>\nPursuit92 <[email protected]>\nRiku
Voipio <[email protected]>\nRob Figueiredo <[email protected]>\nRodrigo Chiossi
<[email protected]>\nSlawek Ligus <[email protected]>\nSoge Zhang <[email protected]>\nTiffany
Jernigan <[email protected]>\nTilak Sharma <[email protected]>\nTom Payne
<[email protected]>\nTravis Cline <[email protected]>\nTudor Golubenco <[email protected]>\nVahe
Khachikyan <[email protected]>\nYukang <[email protected]>\nbronze1man <[email protected]>\ndebrando
<[email protected]>\nhenrikedwards <[email protected]>\n铁哥 <[email protected]>"
42 changes: 42 additions & 0 deletions .licenses/go/github.com/go-chi/chi.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: github.com/go-chi/chi
version: v4.0.3-0.20191031103402-221acf29d02b+incompatible
type: go
summary: Package chi is a small, idiomatic and composable router for building HTTP
services.
homepage: https://godoc.org/github.com/go-chi/chi
license: mit
licenses:
- sources: LICENSE
text: |
Copyright (c) 2015-present Peter Kieltyka (https:/pkieltyka), Google Inc.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: README.md
text: |-
Copyright (c) 2015-present [Peter Kieltyka](https:/pkieltyka)
Licensed under [MIT License](./LICENSE)
[GoDoc]: https://godoc.org/github.com/go-chi/chi
[GoDoc Widget]: https://godoc.org/github.com/go-chi/chi?status.svg
[Travis]: https://travis-ci.org/go-chi/chi
[Travis Widget]: https://travis-ci.org/go-chi/chi.svg?branch=master
notices: []
41 changes: 41 additions & 0 deletions .licenses/go/github.com/go-chi/chi/middleware.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: github.com/go-chi/chi/middleware
version: v4.0.3-0.20191031103402-221acf29d02b+incompatible
type: go
summary:
homepage: https://godoc.org/github.com/go-chi/chi/middleware
license: mit
licenses:
- sources: [email protected]+incompatible/LICENSE
text: |
Copyright (c) 2015-present Peter Kieltyka (https:/pkieltyka), Google Inc.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- sources: [email protected]+incompatible/README.md
text: |-
Copyright (c) 2015-present [Peter Kieltyka](https:/pkieltyka)
Licensed under [MIT License](./LICENSE)
[GoDoc]: https://godoc.org/github.com/go-chi/chi
[GoDoc Widget]: https://godoc.org/github.com/go-chi/chi?status.svg
[Travis]: https://travis-ci.org/go-chi/chi
[Travis Widget]: https://travis-ci.org/go-chi/chi.svg?branch=master
notices: []
Loading

0 comments on commit c6e6a5b

Please sign in to comment.