From 642ecad9cd301edeef6e1952a0cbb53ec1ed5e6d Mon Sep 17 00:00:00 2001 From: Marco Pashkov Date: Thu, 1 Sep 2016 15:49:42 -0700 Subject: [PATCH] License change to Apache 2.0. closes #468 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index a1f172026bc6..3353c7eeb860 100644 --- a/bower.json +++ b/bower.json @@ -8,6 +8,6 @@ "material-design", "google" ], - "license": "CC-BY-4.0", + "license": "Apache-2.0", "homepage": "http://google.com/design/spec" } diff --git a/package.json b/package.json index 0ed36f47b744..83dfd1a76ee4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "google" ], "author": "Material Design Authors", - "license": "CC-BY-4.0", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/google/material-design-icons/issues" },