From 4c8e611298b611d73638798b9410d0421563de96 Mon Sep 17 00:00:00 2001 From: Susan van den Broek Date: Tue, 18 Mar 2025 12:04:00 +0100 Subject: [PATCH] Update Apache license identifier --- msgpack.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msgpack.gemspec b/msgpack.gemspec index f3b64749..426f2ff4 100644 --- a/msgpack.gemspec +++ b/msgpack.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.description = %q{MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.} s.authors = ["Sadayuki Furuhashi", "Theo Hultberg", "Satoshi Tagomori"] s.email = ["frsyuki@gmail.com", "theo@iconara.net", "tagomoris@gmail.com"] - s.license = "Apache 2.0" + s.license = "Apache-2.0" s.homepage = "http://msgpack.org/" s.require_paths = ["lib"] if /java/ =~ RUBY_PLATFORM