Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces OSS licenses to the repository along with documentation and automation to keep these licenses up-to-date. Key changes include:
- The addition of several configuration files for CI setups (Appveyor, Travis, and GitHub Actions).
- New markdown files listing third-party OSS dependencies.
- An automation script and GitHub workflow to enforce license checks.
Reviewed Changes
Copilot reviewed 215 out of 228 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| third-party/github.com/hashicorp/hcl/appveyor.yml | Adds a Windows CI configuration with build steps. |
| third-party/github.com/hashicorp/hcl/README.md | Introduces documentation for the HCL project including OSS info. |
| third-party/github.com/hashicorp/hcl/.travis.yml | Defines Go CI build steps using Travis CI. |
| third-party/github.com/hashicorp/hcl/.github/ISSUE_TEMPLATE.md | Provides an issue template for reporting problems. |
| third-party-licenses.md | Lists OSS dependencies and their licenses. |
| third-party-licenses.copy.md | Contains identical OSS dependency info as in third-party-licenses.md. |
| .github/workflows/license-check.yml | Adds a GitHub Action to run a license check script. |
Files not reviewed (13)
- .github/licenses.tmpl: Language not supported
- script/licenses: Language not supported
- script/licenses-check: Language not supported
- third-party/github.com/aws/smithy-go/ptr/LICENSE: Language not supported
- third-party/github.com/aws/smithy-go/ptr/NOTICE: Language not supported
- third-party/github.com/fsnotify/fsnotify/LICENSE: Language not supported
- third-party/github.com/github/github-mcp-server/LICENSE: Language not supported
- third-party/github.com/google/go-github/v69/github/LICENSE: Language not supported
- third-party/github.com/google/go-querystring/query/LICENSE: Language not supported
- third-party/github.com/google/uuid/LICENSE: Language not supported
- third-party/github.com/hashicorp/hcl/.gitignore: Language not supported
- third-party/github.com/hashicorp/hcl/LICENSE: Language not supported
- third-party/github.com/hashicorp/hcl/Makefile: Language not supported
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
e350260 to
98167e8
Compare
98167e8 to
4acdecc
Compare
juruen
approved these changes
Apr 1, 2025
DaleSeo
pushed a commit
to DaleSeo/github-mcp-server
that referenced
this pull request
Oct 24, 2025
* fix: Atlan MCP server * chore: remove highlighted metadata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds:
The added files/folders include licences, notices and source code where the license indicates that this is required for distribution.
It's also important to note that builds for different operating systems produce different licenses in certain circumstances, so we will likely want to produce the correct set for each OS build and provide the files as part of the specific release bundle.