Skip to content

Commit

Permalink
Add license for bibliographic data
Browse files Browse the repository at this point in the history
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: ietf-tools/bibxml-service#302 (comment)
  • Loading branch information
Flowdalic committed Oct 11, 2022
1 parent 45c2d1e commit 7cb1a49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 5 additions & 0 deletions refs-LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The bibliopgrahic data available, which is also accessible via
https://xmpp.org/extensions/refs/, is available openly and free of
charge under the CC BY-ND 4.0 [1] license.

1: https://creativecommons.org/licenses/by-nd/4.0/

0 comments on commit 7cb1a49

Please sign in to comment.