diff --git a/HGamer3D-OIS-Binding.cabal b/HGamer3D-OIS-Binding.cabal
--- a/HGamer3D-OIS-Binding.cabal
+++ b/HGamer3D-OIS-Binding.cabal
@@ -1,18 +1,24 @@
 Name:                HGamer3D-OIS-Binding
-Version:             0.1.4
+Version:             0.1.5
 Synopsis:            Library to enable 3D game development for Haskell - OIS Bindings
 Description:         
 	Library, to enable 3D game development for Haskell,
-	based on bindings to 3D Graphics, pyhsics engine and additional libraries.
-    Current implementation contains the following features: 
-      OGRE Binding, OIS Binding (limited functionality)
-      Platform: Windows only
-    Install following packages in sequence: HGamer3D-Data, HGamer3D-Ogre-Binding, HGamer3D-OIS-Binding, HGamer3D-API
+	based on bindings to 3D Graphics, Audio and GUI libraries.
+	THIS MODULE: OIS Bindings
+    List of features and modules: 
+	  Data Module (Basic Data Types),
+      OGRE Binding (3D Graphics Engine), 
+      OIS Binding (Input System),
+      cAudio Binding (Audio),
+      CEGUI Binding (GUI System),
+      APIs (Haskell style APIs, different ways, to approach API)
+    Platform: Windows only
 	License: Apache License, Version 2.0
+	Install: see http://www.althainz.de/HGamer3D/Download-and-Installation.html
 	
 License:             OtherLicense
 License-file:        LICENSE
-Author:              Dr. Peter Althainz
+Author:              Peter Althainz
 Maintainer:          althainz@googlemail.com
 Build-Type:          Simple
 Cabal-Version:       >=1.2
@@ -21,7 +27,7 @@
 Extra-source-files:  Setup.hs include/EnumActionType.h,include/EnumBindableType.h,include/EnumStateType.h,include/TypeHG3DClass.h,include/ClassPtr.h,include/Utils.h,include/OISDllDefines.h,include/ClassState.h,include/ClassAnalogAxisState.h,include/ClassSequenceAction.h,include/ClassDebugBindableListener.h,include/ClassKeyboard.h,include/ClassMouse.h,include/ClassDevice.h,include/ClassAction.h,include/ClassAnalogEmulator.h,include/ClassLinearAnalogEmulator.h,include/ClassTriggerAction.h,include/ClassSystem.h,include/ClassBindable.h,include/ClassAnalogAxisAction.h,include/ClassDigitalState.h,include/ClassJoyStick.h,include/ClassBindableListener.h,include/ClassPropertySet.h,include/ClassActionSchema.h,include/ClassBinding.h
 
 Library
-  Build-Depends:     base >= 3 && < 5, HGamer3D-Data == 0.1.4, HGamer3D-Ogre-Binding == 0.1.4
+  Build-Depends:     base >= 3 && < 5, HGamer3D-Data == 0.1.5, HGamer3D-Ogre-Binding == 0.1.5
 
   Exposed-modules:   HGamer3D.Bindings.OIS.EnumActionType,HGamer3D.Bindings.OIS.EnumBindableType,HGamer3D.Bindings.OIS.EnumStateType,HGamer3D.Bindings.OIS.TypeHG3DClass,HGamer3D.Bindings.OIS.ClassPtr,HGamer3D.Bindings.OIS.Utils,HGamer3D.Bindings.OIS.ClassState,HGamer3D.Bindings.OIS.ClassAnalogAxisState,HGamer3D.Bindings.OIS.ClassSequenceAction,HGamer3D.Bindings.OIS.ClassDebugBindableListener,HGamer3D.Bindings.OIS.ClassKeyboard,HGamer3D.Bindings.OIS.ClassMouse,HGamer3D.Bindings.OIS.ClassDevice,HGamer3D.Bindings.OIS.ClassAction,HGamer3D.Bindings.OIS.ClassAnalogEmulator,HGamer3D.Bindings.OIS.ClassLinearAnalogEmulator,HGamer3D.Bindings.OIS.ClassTriggerAction,HGamer3D.Bindings.OIS.ClassSystem,HGamer3D.Bindings.OIS.ClassBindable,HGamer3D.Bindings.OIS.ClassAnalogAxisAction,HGamer3D.Bindings.OIS.ClassDigitalState,HGamer3D.Bindings.OIS.ClassJoyStick,HGamer3D.Bindings.OIS.ClassBindableListener,HGamer3D.Bindings.OIS.ClassPropertySet,HGamer3D.Bindings.OIS.ClassActionSchema,HGamer3D.Bindings.OIS.ClassBinding
   Other-modules:     C2HS 
@@ -32,4 +38,4 @@
   Include-dirs:      include
   Build-tools:       
   build-depends:     haskell98
-  extra-libraries:   stdc++.dll HGamer3DOIS014
+  extra-libraries:   HGamer3DOIS015
diff --git a/HGamer3D/Bindings/OIS/ClassAction.hs b/HGamer3D/Bindings/OIS/ClassAction.hs
--- a/HGamer3D/Bindings/OIS/ClassAction.hs
+++ b/HGamer3D/Bindings/OIS/ClassAction.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBAction.h"
+-- in: "Module-OIS/oisb/include\OISBAction.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassActionSchema.hs b/HGamer3D/Bindings/OIS/ClassActionSchema.hs
--- a/HGamer3D/Bindings/OIS/ClassActionSchema.hs
+++ b/HGamer3D/Bindings/OIS/ClassActionSchema.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBActionSchema.h"
+-- in: "Module-OIS/oisb/include\OISBActionSchema.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassAnalogAxisAction.hs b/HGamer3D/Bindings/OIS/ClassAnalogAxisAction.hs
--- a/HGamer3D/Bindings/OIS/ClassAnalogAxisAction.hs
+++ b/HGamer3D/Bindings/OIS/ClassAnalogAxisAction.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBAnalogAxisAction.h"
+-- in: "Module-OIS/oisb/include\OISBAnalogAxisAction.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassAnalogAxisState.hs b/HGamer3D/Bindings/OIS/ClassAnalogAxisState.hs
--- a/HGamer3D/Bindings/OIS/ClassAnalogAxisState.hs
+++ b/HGamer3D/Bindings/OIS/ClassAnalogAxisState.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBAnalogAxisState.h"
+-- in: "Module-OIS/oisb/include\OISBAnalogAxisState.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassAnalogEmulator.hs b/HGamer3D/Bindings/OIS/ClassAnalogEmulator.hs
--- a/HGamer3D/Bindings/OIS/ClassAnalogEmulator.hs
+++ b/HGamer3D/Bindings/OIS/ClassAnalogEmulator.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBAnalogEmulation.h"
+-- in: "Module-OIS/oisb/include\OISBAnalogEmulation.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassBindable.hs b/HGamer3D/Bindings/OIS/ClassBindable.hs
--- a/HGamer3D/Bindings/OIS/ClassBindable.hs
+++ b/HGamer3D/Bindings/OIS/ClassBindable.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBBindable.h"
+-- in: "Module-OIS/oisb/include\OISBBindable.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassBindableListener.hs b/HGamer3D/Bindings/OIS/ClassBindableListener.hs
--- a/HGamer3D/Bindings/OIS/ClassBindableListener.hs
+++ b/HGamer3D/Bindings/OIS/ClassBindableListener.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBBindable.h"
+-- in: "Module-OIS/oisb/include\OISBBindable.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassBinding.hs b/HGamer3D/Bindings/OIS/ClassBinding.hs
--- a/HGamer3D/Bindings/OIS/ClassBinding.hs
+++ b/HGamer3D/Bindings/OIS/ClassBinding.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBBinding.h"
+-- in: "Module-OIS/oisb/include\OISBBinding.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassDebugBindableListener.hs b/HGamer3D/Bindings/OIS/ClassDebugBindableListener.hs
--- a/HGamer3D/Bindings/OIS/ClassDebugBindableListener.hs
+++ b/HGamer3D/Bindings/OIS/ClassDebugBindableListener.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBBindable.h"
+-- in: "Module-OIS/oisb/include\OISBBindable.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassDevice.hs b/HGamer3D/Bindings/OIS/ClassDevice.hs
--- a/HGamer3D/Bindings/OIS/ClassDevice.hs
+++ b/HGamer3D/Bindings/OIS/ClassDevice.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBDevice.h"
+-- in: "Module-OIS/oisb/include\OISBDevice.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassDigitalState.hs b/HGamer3D/Bindings/OIS/ClassDigitalState.hs
--- a/HGamer3D/Bindings/OIS/ClassDigitalState.hs
+++ b/HGamer3D/Bindings/OIS/ClassDigitalState.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBDigitalState.h"
+-- in: "Module-OIS/oisb/include\OISBDigitalState.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassJoyStick.hs b/HGamer3D/Bindings/OIS/ClassJoyStick.hs
--- a/HGamer3D/Bindings/OIS/ClassJoyStick.hs
+++ b/HGamer3D/Bindings/OIS/ClassJoyStick.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBJoyStick.h"
+-- in: "Module-OIS/oisb/include\OISBJoyStick.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassKeyboard.hs b/HGamer3D/Bindings/OIS/ClassKeyboard.hs
--- a/HGamer3D/Bindings/OIS/ClassKeyboard.hs
+++ b/HGamer3D/Bindings/OIS/ClassKeyboard.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBKeyboard.h"
+-- in: "Module-OIS/oisb/include\OISBKeyboard.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassLinearAnalogEmulator.hs b/HGamer3D/Bindings/OIS/ClassLinearAnalogEmulator.hs
--- a/HGamer3D/Bindings/OIS/ClassLinearAnalogEmulator.hs
+++ b/HGamer3D/Bindings/OIS/ClassLinearAnalogEmulator.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBAnalogEmulation.h"
+-- in: "Module-OIS/oisb/include\OISBAnalogEmulation.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassMouse.hs b/HGamer3D/Bindings/OIS/ClassMouse.hs
--- a/HGamer3D/Bindings/OIS/ClassMouse.hs
+++ b/HGamer3D/Bindings/OIS/ClassMouse.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBMouse.h"
+-- in: "Module-OIS/oisb/include\OISBMouse.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassPropertySet.hs b/HGamer3D/Bindings/OIS/ClassPropertySet.hs
--- a/HGamer3D/Bindings/OIS/ClassPropertySet.hs
+++ b/HGamer3D/Bindings/OIS/ClassPropertySet.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBPropertySet.h"
+-- in: "Module-OIS/oisb/include\OISBPropertySet.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassPtr.hs b/HGamer3D/Bindings/OIS/ClassPtr.hs
--- a/HGamer3D/Bindings/OIS/ClassPtr.hs
+++ b/HGamer3D/Bindings/OIS/ClassPtr.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 --
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/HGamer3D/Bindings/OIS/ClassSequenceAction.hs b/HGamer3D/Bindings/OIS/ClassSequenceAction.hs
--- a/HGamer3D/Bindings/OIS/ClassSequenceAction.hs
+++ b/HGamer3D/Bindings/OIS/ClassSequenceAction.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBSequenceAction.h"
+-- in: "Module-OIS/oisb/include\OISBSequenceAction.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassState.hs b/HGamer3D/Bindings/OIS/ClassState.hs
--- a/HGamer3D/Bindings/OIS/ClassState.hs
+++ b/HGamer3D/Bindings/OIS/ClassState.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBState.h"
+-- in: "Module-OIS/oisb/include\OISBState.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassSystem.hs b/HGamer3D/Bindings/OIS/ClassSystem.hs
--- a/HGamer3D/Bindings/OIS/ClassSystem.hs
+++ b/HGamer3D/Bindings/OIS/ClassSystem.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBSystem.h"
+-- in: "Module-OIS/oisb/include\OISBSystem.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/ClassTriggerAction.hs b/HGamer3D/Bindings/OIS/ClassTriggerAction.hs
--- a/HGamer3D/Bindings/OIS/ClassTriggerAction.hs
+++ b/HGamer3D/Bindings/OIS/ClassTriggerAction.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBTriggerAction.h"
+-- in: "Module-OIS/oisb/include\OISBTriggerAction.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/HGamer3D/Bindings/OIS/EnumActionType.hs b/HGamer3D/Bindings/OIS/EnumActionType.hs
--- a/HGamer3D/Bindings/OIS/EnumActionType.hs
+++ b/HGamer3D/Bindings/OIS/EnumActionType.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBAction.h"
+-- in: "Module-OIS/oisb/include\OISBAction.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
@@ -49,7 +49,7 @@
 
 
 
-{- enum from Module-OIS\oisb\include\OISBAction.h line:33 -}
+{- enum from Module-OIS/oisb/include\OISBAction.h line:33 -}
 data EnumActionType = AtTrigger
                     | AtSequence
                     | AtAnalogAxis
diff --git a/HGamer3D/Bindings/OIS/EnumBindableType.hs b/HGamer3D/Bindings/OIS/EnumBindableType.hs
--- a/HGamer3D/Bindings/OIS/EnumBindableType.hs
+++ b/HGamer3D/Bindings/OIS/EnumBindableType.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBBindable.h"
+-- in: "Module-OIS/oisb/include\OISBBindable.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
@@ -49,7 +49,7 @@
 
 
 
-{- enum from Module-OIS\oisb\include\OISBBindable.h line:37 -}
+{- enum from Module-OIS/oisb/include\OISBBindable.h line:37 -}
 data EnumBindableType = BtState
                       | BtAction
                       deriving (Enum,Eq)
diff --git a/HGamer3D/Bindings/OIS/EnumStateType.hs b/HGamer3D/Bindings/OIS/EnumStateType.hs
--- a/HGamer3D/Bindings/OIS/EnumStateType.hs
+++ b/HGamer3D/Bindings/OIS/EnumStateType.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@
 -- 
 -- 
 -- File for type, method, enum or function stubs  
--- in: "Module-OIS\oisb\include\OISBState.h"
+-- in: "Module-OIS/oisb/include\OISBState.h"
 -- 
 -- each stub combines the following files: 
 --     a C++ implementation file, transforming cpp calls into C-functions
@@ -49,7 +49,7 @@
 
 
 
-{- enum from Module-OIS\oisb\include\OISBState.h line:35 -}
+{- enum from Module-OIS/oisb/include\OISBState.h line:35 -}
 data EnumStateType = StAnalogAxis
                    | StDigital
                    deriving (Enum,Eq)
diff --git a/HGamer3D/Bindings/OIS/TypeHG3DClass.hs b/HGamer3D/Bindings/OIS/TypeHG3DClass.hs
--- a/HGamer3D/Bindings/OIS/TypeHG3DClass.hs
+++ b/HGamer3D/Bindings/OIS/TypeHG3DClass.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 -- 
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 -- 
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/HGamer3D/Bindings/OIS/Utils.hs b/HGamer3D/Bindings/OIS/Utils.hs
--- a/HGamer3D/Bindings/OIS/Utils.hs
+++ b/HGamer3D/Bindings/OIS/Utils.hs
@@ -9,7 +9,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 --
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012 Dr. Peter Althainz
+(c) 2011-2012 Peter Althainz
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -2,7 +2,7 @@
 -- (A project to enable 3D game development in Haskell)
 -- For the latest info, see http://www.althainz.de/HGamer3D.html
 --
--- Copyright 2011 Dr. Peter Althainz
+-- (c) 2011 Peter Althainz
 --
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
diff --git a/include/ClassAction.h b/include/ClassAction.h
--- a/include/ClassAction.h
+++ b/include/ClassAction.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBAction.h"
+// in: "Module-OIS/oisb/include\OISBAction.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassActionSchema.h b/include/ClassActionSchema.h
--- a/include/ClassActionSchema.h
+++ b/include/ClassActionSchema.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBActionSchema.h"
+// in: "Module-OIS/oisb/include\OISBActionSchema.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassAnalogAxisAction.h b/include/ClassAnalogAxisAction.h
--- a/include/ClassAnalogAxisAction.h
+++ b/include/ClassAnalogAxisAction.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBAnalogAxisAction.h"
+// in: "Module-OIS/oisb/include\OISBAnalogAxisAction.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassAnalogAxisState.h b/include/ClassAnalogAxisState.h
--- a/include/ClassAnalogAxisState.h
+++ b/include/ClassAnalogAxisState.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBAnalogAxisState.h"
+// in: "Module-OIS/oisb/include\OISBAnalogAxisState.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassAnalogEmulator.h b/include/ClassAnalogEmulator.h
--- a/include/ClassAnalogEmulator.h
+++ b/include/ClassAnalogEmulator.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBAnalogEmulation.h"
+// in: "Module-OIS/oisb/include\OISBAnalogEmulation.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassBindable.h b/include/ClassBindable.h
--- a/include/ClassBindable.h
+++ b/include/ClassBindable.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBBindable.h"
+// in: "Module-OIS/oisb/include\OISBBindable.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassBindableListener.h b/include/ClassBindableListener.h
--- a/include/ClassBindableListener.h
+++ b/include/ClassBindableListener.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBBindable.h"
+// in: "Module-OIS/oisb/include\OISBBindable.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassBinding.h b/include/ClassBinding.h
--- a/include/ClassBinding.h
+++ b/include/ClassBinding.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBBinding.h"
+// in: "Module-OIS/oisb/include\OISBBinding.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassDebugBindableListener.h b/include/ClassDebugBindableListener.h
--- a/include/ClassDebugBindableListener.h
+++ b/include/ClassDebugBindableListener.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBBindable.h"
+// in: "Module-OIS/oisb/include\OISBBindable.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassDevice.h b/include/ClassDevice.h
--- a/include/ClassDevice.h
+++ b/include/ClassDevice.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBDevice.h"
+// in: "Module-OIS/oisb/include\OISBDevice.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassDigitalState.h b/include/ClassDigitalState.h
--- a/include/ClassDigitalState.h
+++ b/include/ClassDigitalState.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBDigitalState.h"
+// in: "Module-OIS/oisb/include\OISBDigitalState.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassJoyStick.h b/include/ClassJoyStick.h
--- a/include/ClassJoyStick.h
+++ b/include/ClassJoyStick.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBJoyStick.h"
+// in: "Module-OIS/oisb/include\OISBJoyStick.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassKeyboard.h b/include/ClassKeyboard.h
--- a/include/ClassKeyboard.h
+++ b/include/ClassKeyboard.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBKeyboard.h"
+// in: "Module-OIS/oisb/include\OISBKeyboard.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassLinearAnalogEmulator.h b/include/ClassLinearAnalogEmulator.h
--- a/include/ClassLinearAnalogEmulator.h
+++ b/include/ClassLinearAnalogEmulator.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBAnalogEmulation.h"
+// in: "Module-OIS/oisb/include\OISBAnalogEmulation.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassMouse.h b/include/ClassMouse.h
--- a/include/ClassMouse.h
+++ b/include/ClassMouse.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBMouse.h"
+// in: "Module-OIS/oisb/include\OISBMouse.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassPropertySet.h b/include/ClassPropertySet.h
--- a/include/ClassPropertySet.h
+++ b/include/ClassPropertySet.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBPropertySet.h"
+// in: "Module-OIS/oisb/include\OISBPropertySet.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassPtr.h b/include/ClassPtr.h
--- a/include/ClassPtr.h
+++ b/include/ClassPtr.h
@@ -3,7 +3,7 @@
 (A project to enable 3D game development in Haskell)
 For the latest info, see http://www.althainz.de/HGamer3D.html
 
-Copyright 2011 Dr. Peter Althainz
+(c) 2011 Peter Althainz
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/include/ClassSequenceAction.h b/include/ClassSequenceAction.h
--- a/include/ClassSequenceAction.h
+++ b/include/ClassSequenceAction.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBSequenceAction.h"
+// in: "Module-OIS/oisb/include\OISBSequenceAction.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassState.h b/include/ClassState.h
--- a/include/ClassState.h
+++ b/include/ClassState.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBState.h"
+// in: "Module-OIS/oisb/include\OISBState.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassSystem.h b/include/ClassSystem.h
--- a/include/ClassSystem.h
+++ b/include/ClassSystem.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBSystem.h"
+// in: "Module-OIS/oisb/include\OISBSystem.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/ClassTriggerAction.h b/include/ClassTriggerAction.h
--- a/include/ClassTriggerAction.h
+++ b/include/ClassTriggerAction.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBTriggerAction.h"
+// in: "Module-OIS/oisb/include\OISBTriggerAction.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
diff --git a/include/EnumActionType.h b/include/EnumActionType.h
--- a/include/EnumActionType.h
+++ b/include/EnumActionType.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBAction.h"
+// in: "Module-OIS/oisb/include\OISBAction.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
@@ -35,7 +35,7 @@
 
 
 
-//  enum from Module-OIS\oisb\include\OISBAction.h line:33
+//  enum from Module-OIS/oisb/include\OISBAction.h line:33
     enum EnumActionType
     {
         /// simplest form of action, all active states in at least one binding activate this
diff --git a/include/EnumBindableType.h b/include/EnumBindableType.h
--- a/include/EnumBindableType.h
+++ b/include/EnumBindableType.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBBindable.h"
+// in: "Module-OIS/oisb/include\OISBBindable.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
@@ -35,7 +35,7 @@
 
 
 
-//  enum from Module-OIS\oisb\include\OISBBindable.h line:37
+//  enum from Module-OIS/oisb/include\OISBBindable.h line:37
     enum EnumBindableType
     {
         /// bindable is an input state
diff --git a/include/EnumStateType.h b/include/EnumStateType.h
--- a/include/EnumStateType.h
+++ b/include/EnumStateType.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
 // 
 // 
 // File for type, method, enum or function stubs  
-// in: "Module-OIS\oisb\include\OISBState.h"
+// in: "Module-OIS/oisb/include\OISBState.h"
 // 
 // each stub combines the following files: 
 //     a C++ implementation file, transforming cpp calls into C-functions
@@ -35,7 +35,7 @@
 
 
 
-//  enum from Module-OIS\oisb\include\OISBState.h line:35
+//  enum from Module-OIS/oisb/include\OISBState.h line:35
 	enum EnumStateType
 	{
 		/// analog axis - characterized by floating point number, describing axis
diff --git a/include/OISDllDefines.h b/include/OISDllDefines.h
--- a/include/OISDllDefines.h
+++ b/include/OISDllDefines.h
@@ -3,7 +3,7 @@
 (A project to enable 3D game development in Haskell)
 For the latest info, see http://www.althainz.de/HGamer3D.html
 
-Copyright 2011 Dr. Peter Althainz
+(c) 2011 Peter Althainz
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -20,10 +20,10 @@
 
 // OISDllDefines.h
 
-#ifndef _HGamer3DOIS014_DLLDEFINES_H_
-#define _HGamer3DOIS014_DLLDEFINES_H_
+#ifndef _HGamer3DOIS015_DLLDEFINES_H_
+#define _HGamer3DOIS015_DLLDEFINES_H_
 
-/* Cmake will define HGamer3DOIS014_EXPORTS on Windows when it
+/* Cmake will define HGamer3DOIS015_EXPORTS on Windows when it
 configures to build a shared library. If you are going to use
 another build system on windows or create the visual studio
 projects by hand you need to define MyLibrary_EXPORTS when
@@ -33,13 +33,13 @@
 // We are using the Visual Studio Compiler and building Shared libraries
 
 #if (defined (_WIN32)) && !(defined (__GNUC__)) 
-  #if defined(HGamer3DOIS014_EXPORTS)
+  #if defined(HGamer3DOIS015_EXPORTS)
     #define  OIS_LIB_EXPORT __declspec(dllexport)
   #else
     #define  OIS_LIB_EXPORT __declspec(dllimport)
-  #endif /* HGamer3DOIS014_EXPORTS */
+  #endif /* HGamer3DOIS015_EXPORTS */
 #else /* defined (_WIN32) */
  #define OIS_LIB_EXPORT
 #endif
 
-#endif /* _HGamer3DOIS014_DLLDEFINES_H_ */
+#endif /* _HGamer3DOIS015_DLLDEFINES_H_ */
diff --git a/include/TypeHG3DClass.h b/include/TypeHG3DClass.h
--- a/include/TypeHG3DClass.h
+++ b/include/TypeHG3DClass.h
@@ -2,7 +2,7 @@
 // (A project to enable 3D game development in Haskell)
 // For the latest info, see http://www.althainz.de/HGamer3D.html
 // 
-// Copyright 2011 Dr. Peter Althainz
+// (c) 2011 Peter Althainz
 // 
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
diff --git a/include/Utils.h b/include/Utils.h
--- a/include/Utils.h
+++ b/include/Utils.h
@@ -3,7 +3,7 @@
 (A project to enable 3D game development in Haskell)
 For the latest info, see http://www.althainz.de/HGamer3D.html
 
-Copyright 2011 Dr. Peter Althainz
+(c) 2011 Peter Althainz
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
