From 5de61265064e54594fc27fdc8f6f967c1b816b2e Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Mon, 5 Feb 2024 13:51:28 -0500 Subject: [PATCH] Add missing copyright headers. --- .eslintrc.cjs | 4 ++++ localImplementationsConfig.example.cjs | 4 ++++ tests/.eslintrc.cjs | 4 ++++ tests/vc-generator/helpers.js | 4 ++++ tests/vc-generator/validVc.js | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index d3751f6..b7b81cc 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,3 +1,7 @@ +/*! + * Copyright (c) 2022-2024 Digital Bazaar, Inc. + * SPDX-License-Identifier: BSD-3-Clause + */ module.exports = { env: { node: true diff --git a/localImplementationsConfig.example.cjs b/localImplementationsConfig.example.cjs index 73b9e44..f4ac03a 100644 --- a/localImplementationsConfig.example.cjs +++ b/localImplementationsConfig.example.cjs @@ -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 diff --git a/tests/.eslintrc.cjs b/tests/.eslintrc.cjs index bf3479f..d8c7a21 100644 --- a/tests/.eslintrc.cjs +++ b/tests/.eslintrc.cjs @@ -1,3 +1,7 @@ +/*! + * Copyright (c) 2022-2024 Digital Bazaar, Inc. + * SPDX-License-Identifier: BSD-3-Clause + */ module.exports = { env: { mocha: true diff --git a/tests/vc-generator/helpers.js b/tests/vc-generator/helpers.js index 28e5f12..0c00418 100644 --- a/tests/vc-generator/helpers.js +++ b/tests/vc-generator/helpers.js @@ -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'; diff --git a/tests/vc-generator/validVc.js b/tests/vc-generator/validVc.js index df73b2e..36b18fb 100644 --- a/tests/vc-generator/validVc.js +++ b/tests/vc-generator/validVc.js @@ -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',