]> asedeno.scripts.mit.edu Git - cl-protobufs.git/blobdiff - cl-protobufs.asd
Update documentation
[cl-protobufs.git] / cl-protobufs.asd
index 30ee25c1a5f5003524b39dd9707461d8b9a00178..97b846b7f672e442c09beb7560fd3251b85290fc 100644 (file)
@@ -1,8 +1,8 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;;                                                                  ;;;
-;;; Confidential and proprietary information of ITA Software, Inc.   ;;;
+;;; Free Software published under an MIT-like license. See LICENSE   ;;;
 ;;;                                                                  ;;;
-;;; Copyright (c) 2012 ITA Software, Inc.  All rights reserved.      ;;;
+;;; Copyright (c) 2012 Google, Inc.  All rights reserved.            ;;;
 ;;;                                                                  ;;;
 ;;; Original author: Scott McKay                                     ;;;
 ;;;                                                                  ;;;
   :name "CL Protobufs"
   :author "Scott McKay"
   :version "1.0"
-  :licence "
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;                                                                  ;;;
-;;; Confidential and proprietary information of ITA Software, Inc.   ;;;
-;;;                                                                  ;;;
-;;; Copyright (c) 2012 ITA Software, Inc.  All rights reserved.      ;;;
-;;;                                                                  ;;;
-;;; Original author: Scott McKay                                     ;;;
-;;;                                                                  ;;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"
+  :licence "MIT-style"
   :maintainer '("Scott McKay")
   :description      "Protobufs for Common Lisp"
   :long-description "Protobufs for Common Lisp"
@@ -42,7 +33,8 @@
               :depends-on ("packages")
               :components
                 ((:file "utilities")
-                 (:file "model-classes")))
+                 (:file "model-classes")
+                 (:file "conditions")))
      (:module "parsing"
               :serial t
               :pathname #p""