Skip to content

Commit 490f080

Browse files
committed
Fixed license info (v1.0.1 uploaded 2019-10-21
Also, fixed a rogue space in color boxes and added guards for generating (maybe in the future) the .dtx/.ins files.
1 parent 5e945ba commit 490f080

File tree

5 files changed

+446
-9
lines changed

5 files changed

+446
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ctan-plain:
22
latexmk -pv xkcdcolors-manual.tex
33
rm -rf ./xkcdcolors xkcdcolors.zip
44
mkdir -p ./xkcdcolors
5-
cp README.md ./xkcdcolors
5+
cp README.md lppl-*.txt ./xkcdcolors
66
cp xkcdcolors.sty xkcdcolors-manual.tex ./xkcdcolors
77
cp xkcdcolors-manual.pdf ./xkcdcolors/
88
zip -r --from-crlf xkcdcolors.zip ./xkcdcolors/

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ Afterward, he processed the data and sorted the names for each color by populari
77

88
He obtained a nice list of around 950 color names. It's not at all surprising that a lot of people forged `CloudyBlue`, but some color is really surprising, like for example `BabyPoopGreen` or `DullPink`...
99

10+
### LICENSE
11+
12+
This package use Randall Munroe's file [rgb.txt](https://xkcd.com/color/rgb.txt) which is distributed under [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/). You can use that license or [LPPL 1.3c](https://www.latex-project.org/lppl/lppl-1-3c/)

0 commit comments

Comments
 (0)