From 747738804a2dc27a38a331d9d4cd3c0a0282075d Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Tue, 11 Oct 2022 16:09:27 +0200 Subject: [PATCH] Add license for bibliographic data We wheref asked [1] to state that the XEP bibliographic data is openly available and free of charge if we want it to be consumed by third parties. Fixes #1219. 1: https://github.com/ietf-tools/bibxml-service/issues/302#issuecomment-1274686153 --- Makefile | 5 ++++- refs-LICENSE | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 refs-LICENSE diff --git a/Makefile b/Makefile index 26efb1ba7..34a74a8e4 100644 --- a/Makefile +++ b/Makefile @@ -76,8 +76,11 @@ inbox-xml: $(OUTDIR)/inbox $(proto_xep_xmls) .PHONY: pdf pdf: $(xep_pdfs) +$(REFSDIR)/LICENSE: refs-LICENSE + cp $< $@ + .PHONY: refs -refs: $(xep_refs) +refs: $(xep_refs) $(REFSDIR)/LICENSE .PHONY: examples examples: $(xep_examples) diff --git a/refs-LICENSE b/refs-LICENSE new file mode 100644 index 000000000..64791b8c3 --- /dev/null +++ b/refs-LICENSE @@ -0,0 +1,9 @@ +To the extent possible under law, the XMPP Standards Foundation (XSF) +has waived all copyright and related or neighboring rights to XSF's +bibliographic data. + +That is, the bibliographic data, which is also accessible via +https://xmpp.org/extensions/refs/, is put in the public domain via +CC0 1.0 [1]. + +1: https://creativecommons.org/publicdomain/zero/1.0/