seacat 1.0.0.1 → 1.0.0.2
raw patch · 2 files changed
+15/−2 lines, 2 files
Files
- LICENSE +13/−0
- seacat.cabal +2/−2
+ LICENSE view
@@ -0,0 +1,13 @@+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 ++ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> ++ Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. ++ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION ++ 0. You just DO WHAT THE FUCK YOU WANT TO.
seacat.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 1.0.0.1+version: 1.0.0.2 -- A short (one-line) description of the package. synopsis: Small web framework using Warp and WAI@@ -32,7 +32,7 @@ license: OtherLicense -- The file containing the license text.-license-file: ../LICENSE+license-file: LICENSE -- The package author(s). author: Michael Walker