diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -13,10 +13,6 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Xandaros nor the names of other
-      contributors may be used to endorse or promote products derived
-      from this software without specific prior written permission.
-
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
diff --git a/bindings-libg15.cabal b/bindings-libg15.cabal
--- a/bindings-libg15.cabal
+++ b/bindings-libg15.cabal
@@ -1,9 +1,9 @@
 name:                bindings-libg15
-version:             0.1.0.0
+version:             0.2.0.0
 synopsis:            Bindings to libg15
 description:         This library provides bindings to the libg15 library. Note that the trunk version from SVN is required to build this
 homepage:            https://github.com/Xandaros/bindings-libg15#readme
-license:             BSD3
+license:             BSD2
 license-file:        LICENSE
 author:              Xandaros
 maintainer:          mz-bremerhaven@gmail.com
diff --git a/src/Bindings/G15.hsc b/src/Bindings/G15.hsc
--- a/src/Bindings/G15.hsc
+++ b/src/Bindings/G15.hsc
@@ -82,9 +82,9 @@
 
 #num G15_KEY_LIGHT
 
-#ccall initLibG15, IO ()
-#ccall re_initLibG15, IO ()
-#ccall exitLibG15, IO ()
+#ccall initLibG15, IO CInt
+#ccall re_initLibG15, IO CInt
+#ccall exitLibG15, IO CInt
 
 #ccall libg15Debug, CInt -> IO ()
 
