[gtk-cffi-cvs] CVS gtk-cffi/gio

CVS User rklochkov rklochkov at common-lisp.net
Mon Feb 13 02:56:32 UTC 2012


Update of /project/gtk-cffi/cvsroot/gtk-cffi/gio
In directory tiger.common-lisp.net:/tmp/cvs-serv27348/gio

Modified Files:
	gio-cffi.asd 
Log Message:
Fixed licenses


--- /project/gtk-cffi/cvsroot/gtk-cffi/gio/gio-cffi.asd	2012/02/13 02:15:39	1.1
+++ /project/gtk-cffi/cvsroot/gtk-cffi/gio/gio-cffi.asd	2012/02/13 02:56:31	1.2
@@ -13,10 +13,10 @@
   :description "Interface to GIO via CFFI"
   :author "Roman Klochkov <monk at slavsoft.surgut.ru>"
   :version "0.5"
-  :license "GPL"
+  :license "BSD"
   :depends-on (g-object-cffi g-lib-cffi gtk-cffi-utils)
   :components
   ((:file package)
    (:file loadlib :depends-on (package))
    (:file action-group :depends-on (loadlib))
-   (:file application :depends-on (action-group))))
\ No newline at end of file
+   (:file application :depends-on (action-group))))





More information about the gtk-cffi-cvs mailing list