Skip to content

Commit

Permalink
License under the BSD-3-Clause.
Browse files Browse the repository at this point in the history
Applying the license following the REUSE v3 specification:
https://reuse.software/spec-3.0/
  • Loading branch information
BigBlueHat committed Sep 24, 2024
1 parent 9782762 commit dfd34d3
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Digital Bazaar, Inc. <support@digitalbazaar.com>

Files: *.md *json *.hbs .eslintrc.cjs .gitignore package.json .editorconfig
.github/*
Copyright: 2022-2024 Digital Bazaar, Inc.
License: BSD-3-Clause
29 changes: 29 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BSD 3-Clause License

Copyright (c) 2024, Digital Bazaar, Inc.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

11 changes: 11 additions & 0 deletions LICENSES/BSD-3-Clause.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Copyright (c) <year> <owner>.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ as env variables to the test script. To see which ones require client secrets,
you can check the
[vc-test-suite-implementations](https://github.com/w3c-ccg/vc-test-suite-implementations)
library.

## LICENSE

[BSD-3-Clause](LICENSE) Copyright 2022-2024 Digital Bazaar, Inc.
5 changes: 5 additions & 0 deletions tests/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* Copyright (c) 2022 Digital Bazaar, Inc.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
module.exports = {
env: {
mocha: true
Expand Down
2 changes: 2 additions & 0 deletions tests/10-create.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*!
* Copyright (c) 2022 Digital Bazaar, Inc.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
import {
assertionVmId,
Expand Down
2 changes: 2 additions & 0 deletions tests/assertions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*!
* Copyright (c) 2022 Digital Bazaar, Inc.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
import chai from 'chai';

Expand Down
2 changes: 2 additions & 0 deletions tests/helpers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*!
* Copyright (c) 2022 Digital Bazaar, Inc.
*
* SPDX-License-Identifier: BSD-3-Clause
*/

/**
Expand Down
5 changes: 5 additions & 0 deletions tests/mock.data.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* Copyright (c) 2022 Digital Bazaar, Inc.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
// default valid bs58 ed25519 did
export const did = 'did:key:z6MktKwz7Ge1Yxzr4JHavN33wiwa8y81QdcMRLXQsrH9T53b';
// The id of the keyAgreementKey used for encryption verification
Expand Down

0 comments on commit dfd34d3

Please sign in to comment.