From 5793a84b808fa1a756f1349ed8be864e501ce7e7 Mon Sep 17 00:00:00 2001 From: Clinton Wolfe Date: Wed, 30 Aug 2023 14:00:51 -0400 Subject: [PATCH] Add message to rubygems.org description of all 4 gems describing relationship between the two licenses Signed-off-by: Clinton Wolfe --- inspec-bin/inspec-bin.gemspec | 10 +++++++++- inspec-bin/inspec-core-bin.gemspec | 10 +++++++++- inspec-core.gemspec | 10 +++++++++- inspec.gemspec | 10 +++++++++- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/inspec-bin/inspec-bin.gemspec b/inspec-bin/inspec-bin.gemspec index 852978a7e..de6b7c9b2 100644 --- a/inspec-bin/inspec-bin.gemspec +++ b/inspec-bin/inspec-bin.gemspec @@ -8,7 +8,15 @@ Gem::Specification.new do |spec| spec.authors = ["Chef InSpec Core Engineering "] spec.email = ["inspec@chef.io"] spec.summary = "Infrastructure and compliance testing." - spec.description = "InSpec executable for inspec gem. Use of this executable may require accepting a license agreement." + spec.description = <<-EOT +InSpec executable for inspec gem. Use of this executable may require accepting a license agreement." + +Packaged distributions of Progress® Chef® products obtained from RubyGems are made available pursuant to the Progress Chef EULA at https://www.chef.io/end-user-license-agreement, unless there is an executed agreement in effect between you and Progress that covers the Progress Chef products ("Master Agreement"), in which case the Master Agreement shall govern. + +Source code obtained from the Chef GitHub repository is made available under Apache-2.0, a copy of which is included below. + +EOT + spec.homepage = "https://github.com/inspec/inspec/tree/main/inspec-bin" spec.license = "LicenseRef-Chef-EULA" diff --git a/inspec-bin/inspec-core-bin.gemspec b/inspec-bin/inspec-core-bin.gemspec index 6a183cba9..08b7573f5 100644 --- a/inspec-bin/inspec-core-bin.gemspec +++ b/inspec-bin/inspec-core-bin.gemspec @@ -11,7 +11,15 @@ Gem::Specification.new do |spec| spec.authors = ["Chef InSpec Core Engineering "] spec.email = ["inspec@chef.io"] spec.summary = "Infrastructure and compliance testing." - spec.description = "InSpec executable for inspec-core gem. Use of this executable may require accepting a license agreement." + spec.description = <<-EOT +InSpec executable for inspec-core gem. Use of this executable may require accepting a license agreement. + +Packaged distributions of Progress® Chef® products obtained from RubyGems are made available pursuant to the Progress Chef EULA at https://www.chef.io/end-user-license-agreement, unless there is an executed agreement in effect between you and Progress that covers the Progress Chef products ("Master Agreement"), in which case the Master Agreement shall govern. + +Source code obtained from the Chef GitHub repository is made available under Apache-2.0, a copy of which is included below. + +EOT + spec.homepage = "https://github.com/inspec/inspec/tree/main/inspec-bin" spec.license = "LicenseRef-Chef-EULA" diff --git a/inspec-core.gemspec b/inspec-core.gemspec index 023e958ca..6ac8f4348 100644 --- a/inspec-core.gemspec +++ b/inspec-core.gemspec @@ -8,7 +8,15 @@ Gem::Specification.new do |spec| spec.authors = ["Chef InSpec Team"] spec.email = ["inspec@chef.io"] spec.summary = "Infrastructure and compliance testing. Core library." - spec.description = "InSpec provides a framework for creating end-to-end infrastructure tests. You can use it for integration or even compliance testing. Create fully portable test profiles and use them in your workflow to ensure stability and security. Integrate InSpec in your change lifecycle for local testing, CI/CD, and deployment verification. This has local support only. See the `inspec` gem for full support." + spec.description = <<-EOT +InSpec provides a framework for creating end-to-end infrastructure tests. You can use it for integration or even compliance testing. Create fully portable test profiles and use them in your workflow to ensure stability and security. Integrate InSpec in your change lifecycle for local testing, CI/CD, and deployment verification. +This has local support only. See the `inspec` gem for full support. + +Packaged distributions of Progress® Chef® products obtained from RubyGems are made available pursuant to the Progress Chef EULA at https://www.chef.io/end-user-license-agreement, unless there is an executed agreement in effect between you and Progress that covers the Progress Chef products ("Master Agreement"), in which case the Master Agreement shall govern. + +Source code obtained from the Chef GitHub repository is made available under Apache-2.0, a copy of which is included below. + +EOT spec.homepage = "https://github.com/inspec/inspec" spec.license = "LicenseRef-Chef-EULA" spec.require_paths = ["lib"] diff --git a/inspec.gemspec b/inspec.gemspec index 7bc481c93..d094e69f5 100644 --- a/inspec.gemspec +++ b/inspec.gemspec @@ -8,7 +8,15 @@ Gem::Specification.new do |spec| spec.authors = ["Chef InSpec Team"] spec.email = ["inspec@chef.io"] spec.summary = "Infrastructure and compliance testing." - spec.description = "InSpec provides a framework for creating end-to-end infrastructure tests. You can use it for integration or even compliance testing. Create fully portable test profiles and use them in your workflow to ensure stability and security. Integrate InSpec in your change lifecycle for local testing, CI/CD, and deployment verification." + spec.description = <<-EOT +InSpec provides a framework for creating end-to-end infrastructure tests. You can use it for integration or even compliance testing. Create fully portable test profiles and use them in your workflow to ensure stability and security. Integrate InSpec in your change lifecycle for local testing, CI/CD, and deployment verification. + +Packaged distributions of Progress® Chef® products obtained from RubyGems are made available pursuant to the Progress Chef EULA at https://www.chef.io/end-user-license-agreement, unless there is an executed agreement in effect between you and Progress that covers the Progress Chef products ("Master Agreement"), in which case the Master Agreement shall govern. + +Source code obtained from the Chef GitHub repository is made available under Apache-2.0, a copy of which is included below. + +EOT + spec.homepage = "https://github.com/inspec/inspec" spec.license = "LicenseRef-Chef-EULA" spec.require_paths = ["lib"]