Skip to content

Commit 2ad8c25

Browse files
committed
Update deprecated use of LGPL-3.0 license identifier
1 parent 9e6d5ec commit 2ad8c25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Authentication plugin for the Trestle admin framework",
55
"repository": "https://github.com/TrestleAdmin/trestle-auth.git",
66
"author": "Sam Pohlenz <sam@sampohlenz.com>",
7-
"license": "LGPL-3.0",
7+
"license": "LGPL-3.0-only",
88
"private": true,
99
"scripts": {
1010
"dev": "webpack --mode development",

trestle-auth.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88

99
spec.summary = "Authentication plugin for the Trestle admin framework"
1010
spec.homepage = "https://www.trestle.io"
11-
spec.license = "LGPL-3.0"
11+
spec.license = "LGPL-3.0-only"
1212

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

0 commit comments

Comments
 (0)