From 2ad8c25e3824ed4ecfe04012993c2ac51a8d22c1 Mon Sep 17 00:00:00 2001 From: Sam Pohlenz Date: Wed, 3 Jul 2024 16:41:49 +0930 Subject: [PATCH] Update deprecated use of LGPL-3.0 license identifier --- package.json | 2 +- trestle-auth.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 052a8ef..d0ceda4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Authentication plugin for the Trestle admin framework", "repository": "https://github.com/TrestleAdmin/trestle-auth.git", "author": "Sam Pohlenz ", - "license": "LGPL-3.0", + "license": "LGPL-3.0-only", "private": true, "scripts": { "dev": "webpack --mode development", diff --git a/trestle-auth.gemspec b/trestle-auth.gemspec index 72802fe..4294362 100644 --- a/trestle-auth.gemspec +++ b/trestle-auth.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.summary = "Authentication 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)/}) }