Skip to content

Commit

Permalink
Add missing copyright headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Apr 16, 2024
1 parent 11f6324 commit 5de6126
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*!
* Copyright (c) 2022-2024 Digital Bazaar, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
module.exports = {
env: {
node: true
Expand Down
4 changes: 4 additions & 0 deletions localImplementationsConfig.example.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*!
* Copyright (c) 2022-2024 Digital Bazaar, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
// Rename this file to .localImplementationsConfig.cjs
// you can specify a BASE_URL before running the tests such as:
// BASE_URL=http://localhost:40443/zDdfsdfs npm test
Expand Down
4 changes: 4 additions & 0 deletions tests/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*!
* Copyright (c) 2022-2024 Digital Bazaar, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
module.exports = {
env: {
mocha: true
Expand Down
4 changes: 4 additions & 0 deletions tests/vc-generator/helpers.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*!
* Copyright (c) 2022-2024 Digital Bazaar, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
import * as Ed25519Multikey from '@digitalbazaar/ed25519-multikey';
import crypto from 'crypto';
import {decodeSecretKeySeed} from 'bnid';
Expand Down
4 changes: 4 additions & 0 deletions tests/vc-generator/validVc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*!
* Copyright (c) 2022-2024 Digital Bazaar, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
export const validVc = {
'@context': ['https://www.w3.org/2018/credentials/v1'],
id: 'urn:uuid:86294362-4254-4f36-854f-3952fe42555d',
Expand Down

0 comments on commit 5de6126

Please sign in to comment.