Skip to content

Commit

Permalink
Update copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Oct 15, 2024
1 parent 9e748dc commit 325855f
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright (c) 2021-2022 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2021-2024 Digital Bazaar, Inc. All rights reserved.
*/
import {join} from 'path';
import {packageRootPath} from './files.js';
Expand Down
2 changes: 1 addition & 1 deletion lib/files.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright (c) 2021-2022 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2021-2024 Digital Bazaar, Inc. All rights reserved.
*/
import Handlebars from 'handlebars';
import {join, dirname} from 'path';
Expand Down
2 changes: 1 addition & 1 deletion lib/generate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* Copyright (c) 2019-2022 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2019-2024 Digital Bazaar, Inc. All rights reserved.
*/
import {extensions} from './extensions.js';
import {makeTemplate} from './handlebars.js';
Expand Down
2 changes: 1 addition & 1 deletion lib/handlebars.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright (c) 2021-2022 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2021-2024 Digital Bazaar, Inc. All rights reserved.
*/
import Handlebars from 'handlebars';
import {statusMarks} from './statusMarks.js';
Expand Down
2 changes: 1 addition & 1 deletion lib/handlers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright (c) 2021-2022 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2021-2024 Digital Bazaar, Inc. All rights reserved.
*/

/**
Expand Down
4 changes: 4 additions & 0 deletions lib/helpers.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*!
* Copyright (c) 2024 Digital Bazaar, Inc. All rights reserved.
*/

3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright (c) 2021-2022 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2021-2024 Digital Bazaar, Inc. All rights reserved.
*/
import Mocha from 'mocha';
import {v4 as uuidv4} from 'uuid';
Expand Down Expand Up @@ -71,4 +71,5 @@ function InteropReporter(runner, options = {}) {
});
}

export {setupMatrix} from './helpers.js';
export default InteropReporter;
2 changes: 1 addition & 1 deletion lib/statusMarks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright (c) 2021-2022 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2021-2024 Digital Bazaar, Inc. All rights reserved.
*/
export const pending = '🚫';
export const passing = '✓';
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright (c) 2021-2022 Digital Bazaar, Inc. All rights reserved.
* Copyright (c) 2021-2024 Digital Bazaar, Inc. All rights reserved.
*/

/**
Expand Down

0 comments on commit 325855f

Please sign in to comment.