Commit 4b5ad987 authored by João Ventura's avatar João Ventura Committed by Joao Ventura
Browse files

Issue #3322527 by jcnventura: License "GPL-2.0+" is a deprecated SPDX license identifier,

parent 42492ed1
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -3,12 +3,11 @@
  "type": "drupal-module",
  "description": "Logs selected changes on entities",
  "keywords": ["Drupal"],
  "license": "GPL-2.0+",
  "license": "GPL-2.0-or-later",
  "homepage": "https://www.drupal.org/project/entity_log",
  "minimum-stability": "dev",
  "support": {
    "issues": "https://www.drupal.org/project/issues/entity_log",
    "source": "http://cgit.drupalcode.org/entity_log"
  },
  "require": { }
    "source": "https://git.drupalcode.org/project/entity_log"
  }
}