Skip to content

Commit 7477388

Browse files
committed
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 xsf#1219. 1: ietf-tools/bibxml-service#302 (comment)
1 parent 45c2d1e commit 7477388

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ inbox-xml: $(OUTDIR)/inbox $(proto_xep_xmls)
7676
.PHONY: pdf
7777
pdf: $(xep_pdfs)
7878

79+
$(REFSDIR)/LICENSE: refs-LICENSE
80+
cp $< $@
81+
7982
.PHONY: refs
80-
refs: $(xep_refs)
83+
refs: $(xep_refs) $(REFSDIR)/LICENSE
8184

8285
.PHONY: examples
8386
examples: $(xep_examples)

refs-LICENSE

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
To the extent possible under law, the XMPP Standards Foundation (XSF)
2+
has waived all copyright and related or neighboring rights to XSF's
3+
bibliographic data.
4+
5+
That is, the bibliographic data, which is also accessible via
6+
https://xmpp.org/extensions/refs/, is put in the public domain via
7+
CC0 1.0 [1].
8+
9+
1: https://creativecommons.org/publicdomain/zero/1.0/

0 commit comments

Comments
 (0)