From 54d596a483fa69aa40758cafa07bd3bdb9414a0d Mon Sep 17 00:00:00 2001 From: Adam <607975+adam-vessey@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:50:53 -0300 Subject: [PATCH] Add license to `composer.json` --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index d665cad..2560be5 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "discoverygarden/islandora_citations", + "license": "GPL-3.0-only", "type": "drupal-module", "require": { "seboettg/citeproc-php": "^2.6.0",