Skip to content

Commit

Permalink
update test_license to reflect new restricted licensing language.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLBaker committed Sep 26, 2024
1 parent bf26ef8 commit 3f1175c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/required_eml_elements.R
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ test_cui_dissemination <- function(metadata = load_metadata(directory)) {
#' }
test_license <- function(metadata = load_metadata(directory)) {
is_eml(metadata)
license_list <- c("Public Domain", "CC0 1.0 Universal", "No License/Controlled Unclassified Information")
license_list <- c("Public Domain", "CC0 1.0 Universal", "Unlicensed (not for public dissemination)")

license <- metadata$dataset$licensed$licenseName
if(is.null(license)){
Expand Down

0 comments on commit 3f1175c

Please sign in to comment.