Skip to content

chore: add oss licenses - #57

Merged
SamMorrowDrums merged 1 commit into
mainfrom
licences
Apr 1, 2025
Merged

chore: add oss licenses#57
SamMorrowDrums merged 1 commit into
mainfrom
licences

Conversation

@SamMorrowDrums

@SamMorrowDrumsSamMorrowDrums commented Mar 31, 2025

Copy link
Copy Markdown
Collaborator

Adds:

  • open source licenses
  • summary in markdown
  • script to re-generate
  • action that will fail when they are not up-to-date

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.

CopilotAI review requested due to automatic review settings March 31, 2025 22:02

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
FileDescription
third-party/github.com/hashicorp/hcl/appveyor.ymlAdds a Windows CI configuration with build steps.
third-party/github.com/hashicorp/hcl/README.mdIntroduces documentation for the HCL project including OSS info.
third-party/github.com/hashicorp/hcl/.travis.ymlDefines Go CI build steps using Travis CI.
third-party/github.com/hashicorp/hcl/.github/ISSUE_TEMPLATE.mdProvides an issue template for reporting problems.
third-party-licenses.mdLists OSS dependencies and their licenses.
third-party-licenses.copy.mdContains identical OSS dependency info as in third-party-licenses.md.
.github/workflows/license-check.ymlAdds 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

Comment threadthird-party-licenses.copy.md Outdated
@SamMorrowDrums
SamMorrowDrumsforce-pushed the licences branch 2 times, most recently from e350260 to 98167e8CompareMarch 31, 2025 22:05
@SamMorrowDrums
SamMorrowDrums merged commit 450fa65 into mainApr 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
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@SamMorrowDrums@juruen