diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-10-23 18:48:42 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-12-13 00:09:23 +0100 |
| commit | acc4a405407d9bdce652a75f18efb7ea283ec61b (patch) | |
| tree | 1023c6253ef5da2396551d53eda6abe60a807251 /NLnet/porting_replicant_to_android9/Makefile | |
| parent | 189047d94338ac198af926113105ff67e27a6414 (diff) | |
| download | documents-acc4a405407d9bdce652a75f18efb7ea283ec61b.tar.gz documents-acc4a405407d9bdce652a75f18efb7ea283ec61b.tar.bz2 documents-acc4a405407d9bdce652a75f18efb7ea283ec61b.zip | |
Importing the missing part from the NLnet document
I got the permission by mail to publish it under both the
CC0 and the CC-BY-SA-4.0:
From: Michiel Leenaars
To: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Subject: Re: MoU and RFP's
Date: Thu, 12 Dec 2019 12:29:36 +0100
Organization: NLnet Foundation
Hi Denis,
>> However I also need Nlnet's permission to make it public as part of
>> the text inside it is probably under NLnet's copyright.
>>
>> My part is published under the CC-BY-SA-3.0 or CC-BY-SA-4.0 Creative ...
yes, as original authors we own the copyright. And for us it is perfectly
fine to share this under a CC0 or CC-BY-SA-4.0 license.
Best,
Michiel
As I've fixed some spelling mistakes in the original
document, it is best to re-license my work as well under the
exact same free software licenses that was suggested by mail
to make sure that they are not prevented from importing or
re-doing the fixes.
It also allows to more easily re-use part of this document to
apply for grants for other projects.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'NLnet/porting_replicant_to_android9/Makefile')
| -rw-r--r-- | NLnet/porting_replicant_to_android9/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/NLnet/porting_replicant_to_android9/Makefile b/NLnet/porting_replicant_to_android9/Makefile index 7aa58a9..6613511 100644 --- a/NLnet/porting_replicant_to_android9/Makefile +++ b/NLnet/porting_replicant_to_android9/Makefile @@ -6,10 +6,13 @@ all: $(TITLE)_en.pdf output: mkdir output -$(TITLE)_en.pdf: clean output +$(TITLE)_en.pdf: output/10037B00000023D0000005804A3C085245797F4E.png pdflatex $(TEXFLAGS) '$(TITLE).tex' pdflatex $(TEXFLAGS) '$(TITLE).tex' +output/10037B00000023D0000005804A3C085245797F4E.png: data/10037B00000023D0000005804A3C085245797F4E.svg output + convert data/10037B00000023D0000005804A3C085245797F4E.svg $@ + test: $(TITLE)_en.pdf xdg-open output/$(TITLE).pdf |
