Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license for bibliographic data (third attempt) #1307

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM xmppxsf/xeps-base:latest as build
ARG NCORES=1
ARG TARGETS="html inbox-html inbox-xml pdf xeplist refs xml"

COPY *.xml xep.* *.css *.xsl *.js *.xsl Makefile /src/
COPY *.xml xep.* *.css *.xsl *.js *.xsl Makefile refs-LICENSE /src/
COPY resources/*.pdf /src/resources/
COPY tools/*.py /src/tools/
COPY inbox/*.xml inbox/*.ent inbox/*.dtd /src/inbox/
Expand Down
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/