File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# jsonld ChangeLog
2
2
3
+ ### Added
3
4
- Support benchmarks in Karma tests.
4
5
6
+ ### Changed
7
+ - Change EARL Assertor to Digital Bazaar, Inc.
8
+
5
9
## 5.2.0 - 2021-04-07
6
10
7
11
### Changed
Original file line number Diff line number Diff line change 3
3
*
4
4
* @author Dave Longley
5
5
*
6
- * Copyright (c) 2011-2017 Digital Bazaar, Inc. All rights reserved.
6
+ * Copyright (c) 2011-2022 Digital Bazaar, Inc. All rights reserved.
7
7
*/
8
8
9
9
/**
@@ -58,15 +58,15 @@ function EarlReport(options) {
58
58
'https://github.com/digitalbazaar/jsonld.js/blob/master/LICENSE' ,
59
59
'doap:description' : 'A JSON-LD processor for JavaScript' ,
60
60
'doap:programming-language' : 'JavaScript' ,
61
- 'dc:creator' : 'https://github.com/dlongley ' ,
61
+ 'dc:creator' : 'https://github.com/digitalbazaar ' ,
62
62
'doap:developer' : {
63
- '@id' : 'https://github.com/dlongley ' ,
63
+ '@id' : 'https://github.com/digitalbazaar ' ,
64
64
'@type' : [
65
- 'foaf:Person ' ,
65
+ 'foaf:Organization ' ,
66
66
'earl:Assertor'
67
67
] ,
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 '
70
70
} ,
71
71
'doap:release' : {
72
72
'doap:name' : '' ,
You can’t perform that action at this time.
0 commit comments