diff --git a/package.json b/package.json index 9d9d428..941f419 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "frontend/index.js", "repository": "https://github.com/TrestleAdmin/trestle-search.git", "author": "Sam Pohlenz ", - "license": "LGPL-3.0", + "license": "LGPL-3.0-only", "private": true, "scripts": { "dev": "webpack --mode development", diff --git a/trestle-search.gemspec b/trestle-search.gemspec index 6a6dcc3..426f3d3 100644 --- a/trestle-search.gemspec +++ b/trestle-search.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.summary = "Search plugin for the Trestle admin framework" spec.homepage = "https://www.trestle.io" - spec.license = "LGPL-3.0" + spec.license = "LGPL-3.0-only" spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }