Initial commit
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# ---> Haskell
|
||||||
|
dist
|
||||||
|
dist-*
|
||||||
|
cabal-dev
|
||||||
|
*.o
|
||||||
|
*.hi
|
||||||
|
*.hie
|
||||||
|
*.chi
|
||||||
|
*.chs.h
|
||||||
|
*.dyn_o
|
||||||
|
*.dyn_hi
|
||||||
|
.hpc
|
||||||
|
.hsenv
|
||||||
|
.cabal-sandbox/
|
||||||
|
cabal.sandbox.config
|
||||||
|
*.prof
|
||||||
|
*.aux
|
||||||
|
*.hp
|
||||||
|
*.eventlog
|
||||||
|
.stack-work/
|
||||||
|
cabal.project.local
|
||||||
|
cabal.project.local~
|
||||||
|
.HTF/
|
||||||
|
.ghc.environment.*
|
||||||
|
|
12
LICENSE
Normal file
12
LICENSE
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Permission to use, reproduce, display and distribute the listed typefaces
|
||||||
|
is hereby granted, provided that the Adobe Copyright notice appears in all
|
||||||
|
whole and partial copies of the software and that the following trademark
|
||||||
|
symbol and attribution appear in all unmodified copies of the software:
|
||||||
|
|
||||||
|
The Adobe typefaces (Type 1 font program, bitmaps and Adobe Font Metric
|
||||||
|
files) donated are:
|
||||||
|
|
||||||
|
Utopia Regular
|
||||||
|
Utopia Italic
|
||||||
|
Utopia Bold
|
||||||
|
Utopia Bold Italic
|
Reference in New Issue
Block a user