From b2afcbf506069e6446af67cdfd4e55b692c7a2c7 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 6 Feb 2025 11:33:53 -0400 Subject: [PATCH] feat: add "Own Work" license --- fixtures/sample/license.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/fixtures/sample/license.json b/fixtures/sample/license.json index 389b68ac..84aed2e1 100644 --- a/fixtures/sample/license.json +++ b/fixtures/sample/license.json @@ -77,5 +77,15 @@ "identifier": "all-rights-reserved", "url": "" } + }, + { + "model": "program.license", + "pk": 9, + "fields": { + "name": "Own Work", + "identifier": "own-work", + "requires_express_permission_for_publication": false, + "url": "" + } } -] \ No newline at end of file +] -- GitLab