From 4274d0759acd7110ed2592ed1d2ce3bf692711d3 Mon Sep 17 00:00:00 2001 From: Simon MacDonald Date: Fri, 17 Feb 2017 11:45:06 -0500 Subject: [PATCH] :wrench: Add valid SPDX license expression --- MIT-LICENSE | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MIT-LICENSE b/MIT-LICENSE index a017eb002..abf9a9803 100644 --- a/MIT-LICENSE +++ b/MIT-LICENSE @@ -1,4 +1,4 @@ -Copyright 2012-2016 Adobe Systems +Copyright 2012-2017 Adobe Systems Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index 91983f9af..3d1883913 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ } }, "author": "Adobe PhoneGap Team", - "license": "APL", + "license": "MIT", "scripts": { "test": "jasmine-node --color spec" },