]> gitweb @ CieloNegro.org - Lucu.git/commitdiff
Added COPYING
authorpho <pho@cielonegro.org>
Wed, 16 Apr 2008 09:37:52 +0000 (18:37 +0900)
committerpho <pho@cielonegro.org>
Wed, 16 Apr 2008 09:37:52 +0000 (18:37 +0900)
darcs-hash:20080416093752-62b54-eb4fedbc3fde460882e4f22533f8cc651d357ec4.gz

COPYING [new file with mode: 0644]
Lucu.cabal

diff --git a/COPYING b/COPYING
new file mode 100644 (file)
index 0000000..c90d48f
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,29 @@
+<!-- -*- xml -*-
+
+Lucu はパブリックドメインに在ります。
+Lucu is in the public domain.
+
+See http://creativecommons.org/licenses/publicdomain/
+
+-->
+
+<rdf:RDF xmlns="http://web.resource.org/cc/"
+            xmlns:dc="http://purl.org/dc/elements/1.1/"
+            xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+  <Work rdf:about="http://cielonegro.org/Lucu.html">
+       <dc:title>Lucu</dc:title>
+       <dc:rights>
+      <Agent>
+           <dc:title>PHO</dc:title>
+         </Agent>
+    </dc:rights>
+       <license rdf:resource="http://web.resource.org/cc/PublicDomain" />
+  </Work>
+      
+  <License rdf:about="http://web.resource.org/cc/PublicDomain">
+       <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
+       <permits rdf:resource="http://web.resource.org/cc/Distribution" />
+       <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+  </License>
+
+</rdf:RDF>
index f709ab9e5a50adbcd5c2bcf7c35945fd630b70b5..9f1a43416fd0a4c388515d966bf4d3c10f3399c1 100644 (file)
@@ -10,15 +10,18 @@ Description:
         client filtering and so on.
 Version: 0.1
 License: PublicDomain
-Author: PHO <phonohawk at ps dot sakura dot ne dot jp>
-Maintainer: PHO <phonohawk at ps dot sakura dot ne dot jp>
+License-File: COPYING
+Author: PHO <pho at cielonegro dot org>
+Maintainer: PHO <pho at cielonegro dot org>
 Stability: experimental
 Homepage: http://cielonegro.org/Lucu.html
 Category: Network
 Tested-With: GHC == 6.8.1
 Cabal-Version: >= 1.2
+Build-Type: Simple
 
 Extra-Source-Files:
+    ImplantFile.hs
     data/CompileMimeTypes.hs
     data/mime.types
     examples/HelloWorld.hs
@@ -64,10 +67,10 @@ Library
         Network.HTTP.Lucu.Preprocess
         Network.HTTP.Lucu.RequestReader
         Network.HTTP.Lucu.ResponseWriter
+    Extensions:
+        DeriveDataTypeable, UnboxedTuples
     ghc-options:
         -Wall
-        -XDeriveDataTypeable
-        -XUnboxedTuples
         -funbox-strict-fields
 
 Executable lucu-implant-file
@@ -76,9 +79,10 @@ Executable lucu-implant-file
     else
         Buildable: False
     Main-Is: ImplantFile.hs
+    Extensions:
+        UnboxedTuples
     ghc-options:
         -Wall
-        -XUnboxedTuples
         -funbox-strict-fields
 
 --Executable HelloWorld