[cl-dbf-cvs] CVS cl-dbf
CVS User rklochkov
rklochkov at common-lisp.net
Thu Dec 13 12:54:44 UTC 2012
Update of /project/cl-dbf/cvsroot/cl-dbf
In directory tiger.common-lisp.net:/tmp/cvs-serv29784
Modified Files:
cl-dbf.asd
Log Message:
Fixed license. It is BSD really
--- /project/cl-dbf/cvsroot/cl-dbf/cl-dbf.asd 2011/05/08 13:48:23 1.2
+++ /project/cl-dbf/cvsroot/cl-dbf/cl-dbf.asd 2012/12/13 12:54:44 1.3
@@ -5,9 +5,9 @@
(defsystem #:cl-dbf
:description "DBF files reader/writer"
:author "Roman Klochkov <kalimehtar at mail.ru>"
- :version "0.1"
- :license "GPL"
+ :version "0.1.1"
+ :license "BSD"
:depends-on (#:com.gigamonkeys.binary-data #:flexi-streams)
:components
((:file #:package)
- (:file #:src :depends-on (#:package))))
\ No newline at end of file
+ (:file #:src :depends-on (#:package))))
More information about the cl-dbf-cvs
mailing list