Commit a5d190340a46098b9d08db7cfdbe94bb449ba90a

Greg Pfeil 2011-03-18T22:25:45

Added license information (Apache 2.0)

diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..f3d274b
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,13 @@
+Copyright 2011 Greg Pfeil <greg@technomadic.org>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
diff --git a/gravatar.asd b/gravatar.asd
index 91d2cb5..b10231a 100644
--- a/gravatar.asd
+++ b/gravatar.asd
@@ -4,6 +4,9 @@
 (in-package #:gravatar.system)
 
 (defsystem gravatar
+  :author "Greg Pfeil <greg@technomadic.org>"
+  :license "Apache 2.0"
+  :version "0.0.1"
   :depends-on (md5 drakma puri cl-json babel)
   :components ((:file "package")
                (:file "gravatar" :depends-on ("package"))))