Skip to content

Commit

Permalink
Revert "Revert "Add license for bibliographic data""
Browse files Browse the repository at this point in the history
This reverts commit 59b2a5c.
  • Loading branch information
Flowdalic committed Jan 23, 2023
1 parent 2b6db98 commit b2bb27f
Show file tree
Hide file tree
Showing 2 changed files with 13 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
9 changes: 9 additions & 0 deletions refs-LICENSE
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit b2bb27f

Please sign in to comment.