Skip to content

Commit 4b5b319

Browse files
committed
Change EARL Assertor to Digital Bazaar, Inc.
1 parent 42f965d commit 4b5b319

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# jsonld ChangeLog
22

3+
### Added
34
- Support benchmarks in Karma tests.
45

6+
### Changed
7+
- Change EARL Assertor to Digital Bazaar, Inc.
8+
59
## 5.2.0 - 2021-04-07
610

711
### Changed

tests/earl-report.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @author Dave Longley
55
*
6-
* Copyright (c) 2011-2017 Digital Bazaar, Inc. All rights reserved.
6+
* Copyright (c) 2011-2022 Digital Bazaar, Inc. All rights reserved.
77
*/
88

99
/**
@@ -58,15 +58,15 @@ function EarlReport(options) {
5858
'https://github.com/digitalbazaar/jsonld.js/blob/master/LICENSE',
5959
'doap:description': 'A JSON-LD processor for JavaScript',
6060
'doap:programming-language': 'JavaScript',
61-
'dc:creator': 'https://github.com/dlongley',
61+
'dc:creator': 'https://github.com/digitalbazaar',
6262
'doap:developer': {
63-
'@id': 'https://github.com/dlongley',
63+
'@id': 'https://github.com/digitalbazaar',
6464
'@type': [
65-
'foaf:Person',
65+
'foaf:Organization',
6666
'earl:Assertor'
6767
],
68-
'foaf:name': 'Dave Longley',
69-
'foaf:homepage': 'https://github.com/dlongley'
68+
'foaf:name': 'Digital Bazaar, Inc.',
69+
'foaf:homepage': 'https://github.com/digitalbazaar'
7070
},
7171
'doap:release': {
7272
'doap:name': '',

0 commit comments

Comments
 (0)