Skip to content

Commit

Permalink
Update deprecated use of LGPL-3.0 license identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Jul 3, 2024
1 parent c143e13 commit 417295c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "frontend/index.js",
"repository": "https://github.com/TrestleAdmin/trestle-search.git",
"author": "Sam Pohlenz <sam@sampohlenz.com>",
"license": "LGPL-3.0",
"license": "LGPL-3.0-only",
"private": true,
"scripts": {
"dev": "webpack --mode development",
Expand Down
2 changes: 1 addition & 1 deletion trestle-search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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)/}) }
Expand Down

0 comments on commit 417295c

Please sign in to comment.