Skip to content

Commit

Permalink
Add copyright information
Browse files Browse the repository at this point in the history
  • Loading branch information
TungstnBallon committed Jun 28, 2024
1 parent 3d741dd commit 94532de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 Friedrich-Alexander-Universitat Erlangen-Nurnberg
//
// SPDX-License-Identifier: AGPL-3.0-only

// Transformer to standardize DOI references and remove dx.doi.org/
publish transform RemoveDxDotDoiDotOrg {
from valueWithBraces oftype text;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 Friedrich-Alexander-Universitat Erlangen-Nurnberg
//
// SPDX-License-Identifier: AGPL-3.0-only

// DOI Format has been constrained by a standard pattern, eg: 10.1007/xxxx
constraint DOIFormat on text: value matches /\b10\.\d{4}\/[^\s]+\b/;
publish valuetype DOI oftype text {
Expand Down

0 comments on commit 94532de

Please sign in to comment.