From 0f6c4d14c8b6822cc0c723777bfc1e8dbabec62c Mon Sep 17 00:00:00 2001 From: Emily Jablonski <65367387+emilyjablonski@users.noreply.github.com> Date: Wed, 28 Apr 2021 09:42:15 -0600 Subject: [PATCH] Update license (#1189) --- LICENSE.txt | 2 +- backend/core/package.json | 2 +- package.json | 2 +- sites/partners/package.json | 2 +- sites/public/package.json | 2 +- ui-components/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 261eeb9e9f..413d06d08d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2021 Exygy, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/backend/core/package.json b/backend/core/package.json index 15b84252ef..212661fdca 100644 --- a/backend/core/package.json +++ b/backend/core/package.json @@ -4,7 +4,7 @@ "description": "Listings service reference implementation for the Bloom affordable housing system", "author": "Marcin Jedras ", "private": false, - "license": "GPL-3.0", + "license": "Apache-2.0", "main": "index.js", "scripts": { "clean": "rimraf dist", diff --git a/package.json b/package.json index 8711995091..1c91912723 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ] }, "repository": "https://github.com/Exygy/bloom.git", - "license": "GPL-3.0", + "license": "Apache-2.0", "private": true, "scripts": { "dev:app:public": "wait-on \"http-get://localhost:${PORT:-3100}/listings\" && cd sites/public && yarn dev", diff --git a/sites/partners/package.json b/sites/partners/package.json index 526e86c677..f0514b6b0f 100644 --- a/sites/partners/package.json +++ b/sites/partners/package.json @@ -3,7 +3,7 @@ "version": "0.3.11", "description": "Partners app reference implementation for the Bloom affordable housing system", "main": "index.js", - "license": "GPL-3.0", + "license": "Apache-2.0", "private": true, "scripts": { "dev": "NODE_OPTIONS='--inspect=9230' next -p ${NEXTJS_PORT:-3001}", diff --git a/sites/public/package.json b/sites/public/package.json index 4f98ea1ed5..4531bbdaf6 100644 --- a/sites/public/package.json +++ b/sites/public/package.json @@ -3,7 +3,7 @@ "version": "0.3.11", "description": "Public web app reference implementation for the Bloom affordable housing system", "main": "index.js", - "license": "GPL-3.0", + "license": "Apache-2.0", "private": true, "scripts": { "dev": "NODE_OPTIONS='--inspect=9229' next -p ${NEXTJS_PORT:-3000}", diff --git a/ui-components/package.json b/ui-components/package.json index b37f6b2d7f..556104e3c6 100644 --- a/ui-components/package.json +++ b/ui-components/package.json @@ -4,7 +4,7 @@ "description": "Shared user interface components for Bloom affordable housing system", "homepage": "https://github.com/bloom-housing/bloom/tree/master/shared/ui-components", "main": "index.js", - "license": "GPL-3.0", + "license": "Apache-2.0", "private": false, "scripts": { "build-storybook": "build-storybook -c .storybook",