Skip to content

Commit

Permalink
Third party license and copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejarvis committed Sep 17, 2019
1 parent f2a353f commit 9fc992d
Show file tree
Hide file tree
Showing 4 changed files with 1,385 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
!entrypoint.sh
!LICENSE.md
!README.md
!THIRD_PARTY_NOTICE.md
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL "com.github.actions.description"="Run tests on a webpage via Google's Ligh
LABEL "com.github.actions.icon"="check-square"
LABEL "com.github.actions.color"="yellow"

LABEL version="0.2.1"
LABEL version="0.2.2"
LABEL repository="https://github.com/jakejarvis/lighthouse-action"
LABEL homepage="https://jarv.is/"
LABEL maintainer="Jake Jarvis <[email protected]>"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ On pull requests, the PR number will be extracted from the GitHub event data and
## License

This project is distributed under the [MIT license](LICENSE.md).

License information for bundled third party software can be found in [THIRD_PARTY_NOTICE.md](THIRD_PARTY_NOTICE.md).
Loading

0 comments on commit 9fc992d

Please sign in to comment.