From f567abe4b76c3f0a97dad259e8db2585eba3966a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20T=C3=B6rnhult?= Date: Wed, 18 Oct 2017 10:43:41 +0200 Subject: [PATCH] Rename license type to proper SPDX format for Apache-2.0 licences --- modules/rx-core-binding/package.json | 2 +- modules/rx-core-testing/package.json | 2 +- modules/rx-core/package.json | 2 +- modules/rx-lite-aggregates-compat/package.json | 2 +- modules/rx-lite-aggregates/package.json | 2 +- modules/rx-lite-async-compat/package.json | 2 +- modules/rx-lite-async/package.json | 2 +- modules/rx-lite-backpressure-compat/package.json | 2 +- modules/rx-lite-backpressure/package.json | 2 +- modules/rx-lite-coincidence-compat/package.json | 2 +- modules/rx-lite-coincidence/package.json | 2 +- modules/rx-lite-compat/package.json | 2 +- modules/rx-lite-experimental-compat/package.json | 2 +- modules/rx-lite-experimental/package.json | 2 +- modules/rx-lite-extras-compat/package.json | 2 +- modules/rx-lite-extras/package.json | 2 +- modules/rx-lite-joinpatterns-compat/package.json | 2 +- modules/rx-lite-joinpatterns/package.json | 2 +- modules/rx-lite-testing-compat/package.json | 2 +- modules/rx-lite-testing/package.json | 2 +- modules/rx-lite-time-compat/package.json | 2 +- modules/rx-lite-time/package.json | 2 +- modules/rx-lite-virtualtime-compat/package.json | 2 +- modules/rx-lite-virtualtime/package.json | 2 +- modules/rx-lite/package.json | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/modules/rx-core-binding/package.json b/modules/rx-core-binding/package.json index bcb1cbbc0..cc772338c 100644 --- a/modules/rx-core-binding/package.json +++ b/modules/rx-core-binding/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-core-testing/package.json b/modules/rx-core-testing/package.json index b1a5e4108..d1fb2bfd1 100644 --- a/modules/rx-core-testing/package.json +++ b/modules/rx-core-testing/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-core/package.json b/modules/rx-core/package.json index 77a4d56d4..cfc9f03b8 100644 --- a/modules/rx-core/package.json +++ b/modules/rx-core/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-aggregates-compat/package.json b/modules/rx-lite-aggregates-compat/package.json index de732a38e..92f7bb399 100644 --- a/modules/rx-lite-aggregates-compat/package.json +++ b/modules/rx-lite-aggregates-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-aggregates/package.json b/modules/rx-lite-aggregates/package.json index 8d592e807..1090084de 100644 --- a/modules/rx-lite-aggregates/package.json +++ b/modules/rx-lite-aggregates/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-async-compat/package.json b/modules/rx-lite-async-compat/package.json index 035191d8a..a55265a6d 100644 --- a/modules/rx-lite-async-compat/package.json +++ b/modules/rx-lite-async-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-async/package.json b/modules/rx-lite-async/package.json index 09fa59c82..5beb866a6 100644 --- a/modules/rx-lite-async/package.json +++ b/modules/rx-lite-async/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-backpressure-compat/package.json b/modules/rx-lite-backpressure-compat/package.json index 88f4cedb1..42baeac7c 100644 --- a/modules/rx-lite-backpressure-compat/package.json +++ b/modules/rx-lite-backpressure-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-backpressure/package.json b/modules/rx-lite-backpressure/package.json index 4d0af1666..64b984e15 100644 --- a/modules/rx-lite-backpressure/package.json +++ b/modules/rx-lite-backpressure/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-coincidence-compat/package.json b/modules/rx-lite-coincidence-compat/package.json index 665006d95..e20567a73 100644 --- a/modules/rx-lite-coincidence-compat/package.json +++ b/modules/rx-lite-coincidence-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-coincidence/package.json b/modules/rx-lite-coincidence/package.json index a9d3bb124..338b2101a 100644 --- a/modules/rx-lite-coincidence/package.json +++ b/modules/rx-lite-coincidence/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-compat/package.json b/modules/rx-lite-compat/package.json index 80a4c3a2b..399700a18 100644 --- a/modules/rx-lite-compat/package.json +++ b/modules/rx-lite-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-experimental-compat/package.json b/modules/rx-lite-experimental-compat/package.json index a5d64e906..ba5d4846f 100644 --- a/modules/rx-lite-experimental-compat/package.json +++ b/modules/rx-lite-experimental-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-experimental/package.json b/modules/rx-lite-experimental/package.json index 5f5444f46..a0b2e7e95 100644 --- a/modules/rx-lite-experimental/package.json +++ b/modules/rx-lite-experimental/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-extras-compat/package.json b/modules/rx-lite-extras-compat/package.json index cef61a168..f20168a39 100644 --- a/modules/rx-lite-extras-compat/package.json +++ b/modules/rx-lite-extras-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-extras/package.json b/modules/rx-lite-extras/package.json index 836057774..92245f163 100644 --- a/modules/rx-lite-extras/package.json +++ b/modules/rx-lite-extras/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-joinpatterns-compat/package.json b/modules/rx-lite-joinpatterns-compat/package.json index 658589410..88eaaf710 100644 --- a/modules/rx-lite-joinpatterns-compat/package.json +++ b/modules/rx-lite-joinpatterns-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-joinpatterns/package.json b/modules/rx-lite-joinpatterns/package.json index df74f3368..e2dd2ff1c 100644 --- a/modules/rx-lite-joinpatterns/package.json +++ b/modules/rx-lite-joinpatterns/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-testing-compat/package.json b/modules/rx-lite-testing-compat/package.json index a1cf91998..b41c7d8dc 100644 --- a/modules/rx-lite-testing-compat/package.json +++ b/modules/rx-lite-testing-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-testing/package.json b/modules/rx-lite-testing/package.json index a48fe9dfe..b65e80518 100644 --- a/modules/rx-lite-testing/package.json +++ b/modules/rx-lite-testing/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-time-compat/package.json b/modules/rx-lite-time-compat/package.json index e95a1fa4f..388ff999f 100644 --- a/modules/rx-lite-time-compat/package.json +++ b/modules/rx-lite-time-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-time/package.json b/modules/rx-lite-time/package.json index 34349f059..b920d6dde 100644 --- a/modules/rx-lite-time/package.json +++ b/modules/rx-lite-time/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-virtualtime-compat/package.json b/modules/rx-lite-virtualtime-compat/package.json index 5f264e618..47b9e498c 100644 --- a/modules/rx-lite-virtualtime-compat/package.json +++ b/modules/rx-lite-virtualtime-compat/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite-virtualtime/package.json b/modules/rx-lite-virtualtime/package.json index ea36101a6..c7ddafe67 100644 --- a/modules/rx-lite-virtualtime/package.json +++ b/modules/rx-lite-virtualtime/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], diff --git a/modules/rx-lite/package.json b/modules/rx-lite/package.json index 95af3a71c..c56f85fa3 100644 --- a/modules/rx-lite/package.json +++ b/modules/rx-lite/package.json @@ -14,7 +14,7 @@ }, "licenses": [ { - "type": "Apache License, Version 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ],