mirror of
https://github.com/moparisthebest/xeps
synced 2025-03-03 10:02:00 -05:00
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
This commit is contained in:
parent
45c2d1e8be
commit
747738804a
5
Makefile
5
Makefile
@ -76,8 +76,11 @@ inbox-xml: $(OUTDIR)/inbox $(proto_xep_xmls)
|
|||||||
.PHONY: pdf
|
.PHONY: pdf
|
||||||
pdf: $(xep_pdfs)
|
pdf: $(xep_pdfs)
|
||||||
|
|
||||||
|
$(REFSDIR)/LICENSE: refs-LICENSE
|
||||||
|
cp $< $@
|
||||||
|
|
||||||
.PHONY: refs
|
.PHONY: refs
|
||||||
refs: $(xep_refs)
|
refs: $(xep_refs) $(REFSDIR)/LICENSE
|
||||||
|
|
||||||
.PHONY: examples
|
.PHONY: examples
|
||||||
examples: $(xep_examples)
|
examples: $(xep_examples)
|
||||||
|
9
refs-LICENSE
Normal file
9
refs-LICENSE
Normal file
@ -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/
|
Loading…
x
Reference in New Issue
Block a user