From 285218e18571db4756bced7c0199fc92fcdcf6b2 Mon Sep 17 00:00:00 2001 From: Tony Hsu Date: Fri, 17 May 2024 14:46:42 +0200 Subject: [PATCH] Update gemspec with Apache-2.0 --- graft.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graft.gemspec b/graft.gemspec index 909b422..b90c9cc 100644 --- a/graft.gemspec +++ b/graft.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |s| s.name = "graft" s.version = "0.3.0" - s.licenses = ["BSD-3-Clause"] + s.licenses = ["BSD-3-Clause", "Apache-2.0"] s.summary = "Standardised hook interface" s.description = "Vendor-independent collaborative hooking library for Ruby" s.authors = ["Loic Nageleisen"]