Skip to content

Commit

Permalink
Add missing copyright urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrnld committed Dec 14, 2023
1 parent 000c85d commit 8bc5285
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/book-chapter-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export type Attributes = {
publishedAtPrecision: DatePrecision
description?: string
copyright?: string
copyrightUrl?: string
license?: string
licenseCode?: string
licenseUrl?: string
Expand Down
1 change: 1 addition & 0 deletions src/resources/book-chapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export type Attributes = {
absolutePageEnd?: number

copyright?: string
copyrightUrl?: string
license?: string
licenseCode?: string
licenseUrl?: string
Expand Down
1 change: 1 addition & 0 deletions src/resources/book-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export type Attributes = {
publishedAtPrecision: DatePrecision
description?: string
copyright?: string
copyrightUrl?: string
license?: string
licenseCode?: string
licenseUrl?: string
Expand Down
1 change: 1 addition & 0 deletions src/resources/serial-article-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export type Attributes = {
publishedAtPrecision: DatePrecision
description?: string
copyright?: string
copyrightUrl?: string
license?: string
licenseCode?: string
licenseUrl?: string
Expand Down
1 change: 1 addition & 0 deletions src/resources/serial-articles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export type Attributes = {
pageStart?: number
pageEnd?: number
copyright?: string
copyrightUrl?: string
license?: string
licenseCode?: string
licenseUrl?: string
Expand Down
1 change: 1 addition & 0 deletions src/resources/serial-issue-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export type Attributes = {
publishedAtPrecision: DatePrecision
description?: string
copyright?: string
copyrightUrl?: string
license?: string
licenseCode?: string
licenseUrl?: string
Expand Down

0 comments on commit 8bc5285

Please sign in to comment.