From b037607540b20db5c15da7bc563a25cbb0406392 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 29 Feb 2024 14:21:07 -0500 Subject: [PATCH 1/2] Update README license section to latest. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3e6f06..80201d1 100644 --- a/README.md +++ b/README.md @@ -172,9 +172,10 @@ initialize({ [Apache License, Version 2.0](LICENSE) Copyright 2011-2024 Digital Bazaar, Inc. -Additional Bedrock libraries are available for non-commercial use such as -self-study, research, personal projects, or for evaluation purposes. See the -[Bedrock Non-Commercial License v1.0](https://github.com/digitalbazaar/bedrock/LICENSES/LicenseRef-Bedrock-NC-1.0.txt) +Other Bedrock libraries are available under a non-commercial license for uses +such as self-study, research, personal projects, or for evaluation purposes. +See the +[Bedrock Non-Commercial License v1.0](https://github.com/digitalbazaar/bedrock/blob/main/LICENSES/LicenseRef-Bedrock-NC-1.0.txt) for details. Commercial licensing and support are available by contacting From 18771a33192d89430b22c44aef1fe5a13cb8f5b4 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 29 Feb 2024 14:22:12 -0500 Subject: [PATCH 2/2] Ignore package-lock.json. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6ca6ddf..a9c4f92 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ coverage node_modules npm-debug.log reports +package-lock.json