Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude dev/test gems with GPL license to simplify license compliance #2525

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/director/spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ files:
- vendor/cache/*.gem
- vendor/cache/extensions/**
- vendor/cache/netaddr-rb-*/**

excluded_files:
- vendor/cache/{bundle-audit,bundler-audit,coderay}-*.gem # test dependency with GPL license
Copy link
Contributor

Choose a reason for hiding this comment

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

coderay appears to have had an MIT license for at least 12 years. Doesn't hurt to exclude it, but perhaps not necessary.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah might be a BlackDuck issue, it performs a file match/snippet signature match or something like that and some files might have not changed in the past 12 years...

3 changes: 3 additions & 0 deletions packages/health_monitor/spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ files:
- bosh-monitor/**/*
- vendor/cache/*.gem
- vendor/cache/extensions/**

excluded_files:
- vendor/cache/{bundle-audit,bundler-audit,coderay}-*.gem # test dependency with GPL license
3 changes: 3 additions & 0 deletions packages/nats/spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ files:
- bosh-nats-sync/**/*
- vendor/cache/*.gem
- vendor/cache/extensions/**

excluded_files:
- vendor/cache/{bundle-audit,bundler-audit,coderay}-*.gem # test dependency with GPL license