X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=cl-protobufs.asd;h=97b846b7f672e442c09beb7560fd3251b85290fc;hb=f44e150c4c2d1647c6c9538da8afba71945d7089;hp=30ee25c1a5f5003524b39dd9707461d8b9a00178;hpb=bb9864b780a9c7e8305899cc8e8421d20a0a4e20;p=cl-protobufs.git diff --git a/cl-protobufs.asd b/cl-protobufs.asd index 30ee25c..97b846b 100644 --- a/cl-protobufs.asd +++ b/cl-protobufs.asd @@ -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 ;;; ;;; ;;; @@ -15,16 +15,7 @@ :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""