Skip to content

Commit f3fcf80

Browse files
committed
Update deprecated use of LGPL-3.0 license identifier
1 parent 28fc3f5 commit f3fcf80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.scss",
66
"repository": "https://github.com/TrestleAdmin/trestle-search.git",
77
"author": "Sam Pohlenz <sam@sampohlenz.com>",
8-
"license": "LGPL-3.0",
8+
"license": "LGPL-3.0-only",
99
"private": true,
1010
"scripts": {
1111
"dev": "webpack --mode development",

trestle-search.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99

1010
spec.summary = "Search plugin for the Trestle admin framework"
1111
spec.homepage = "https://www.trestle.io"
12-
spec.license = "LGPL-3.0"
12+
spec.license = "LGPL-3.0-only"
1313

1414
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
1515
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }

0 commit comments

Comments
 (0)