Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More OSS improvements #115

Merged
merged 7 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Digital Bazaar, Inc. <support@digitalbazaar.com>

Files: branding/*
Copyright: 2012-2024 Digital Bazaar, Inc.
License: LicenseRef-bedrock

Files: *.md .gitignore .npmrc package.json test/.npmrc test/mocha/.eslintrc
test/package.json
Copyright: 2012-2024 Digital Bazaar, Inc.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-bedrock.md → LICENSES/LicenseRef-bedrock.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bedrock Non-Commercial License v1.0
===================================

Copyright (c) 2011-2021 Digital Bazaar, Inc.
Copyright (c) 2011-2024 Digital Bazaar, Inc.
All rights reserved.

Summary
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,8 +808,8 @@ Bedrock and all Bedrock modules are:
You can use Bedrock for non-commercial purposes such as self-study, research,
personal projects, or for evaluation purposes. Many Bedrock libraries (including
the core) are open source licensed under the [BSD-3-Clause](LICENSE.md). However,
some components use a custom non-commercial, source visible license: see the
[LICENSE-bedrock.md](LICENSE-bedrock.md) file for details.
some components use a custom non-commercial, source available license: see the
[LICENSES/LicenseRef-bedrock.md](LICENSES/LicenseRef-bedrock.md) file for details.

[AUTHORS]: AUTHORS.md
[FEATURES]: FEATURES.md
Expand Down
Loading