Skip to content

Commit

Permalink
Update license (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyjablonski authored Apr 28, 2021
1 parent 536dc1a commit 0f6c4d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion backend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Listings service reference implementation for the Bloom affordable housing system",
"author": "Marcin Jedras <[email protected]>",
"private": false,
"license": "GPL-3.0",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sites/partners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down
2 changes: 1 addition & 1 deletion sites/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down
2 changes: 1 addition & 1 deletion ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0f6c4d1

Please sign in to comment.