diff --git a/.gitignore b/.gitignore
index 1bfd386b4ddd10579dc4f62b44835a0422ef085e..e81772b6c517ba59342e519a448243c316552267 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,4 +15,9 @@ fet/etc/
 *.dll
 *.pyd
 *.so
+*.config
+*.creator
+*.creator.user
+*.files
+*.includes
 bgs.egg-info
diff --git a/Main.cpp b/Main.cpp
index 7a406d9a859c56c6603c76f09d48cf08e326fc97..e28eb04c56ee36519979bba71d55e09a56b813a1 100644
--- a/Main.cpp
+++ b/Main.cpp
@@ -28,12 +28,12 @@ namespace bgslibrary
   public:
     static void start(int argc, const char **argv)
     {
-      std::cout << "-----------------------------------------" << std::endl;
-      std::cout << "Background Subtraction Library v2.0.0     " << std::endl;
-      std::cout << "http://code.google.com/p/bgslibrary       " << std::endl;
-      std::cout << "by:                                       " << std::endl;
-      std::cout << "Andrews Sobral (andrewssobral@gmail.com)  " << std::endl;
-      std::cout << "-----------------------------------------" << std::endl;
+      std::cout << "---------------------------------------------" << std::endl;
+      std::cout << "Background Subtraction Library               " << std::endl;
+      std::cout << "https://github.com/andrewssobral/bgslibrary  " << std::endl;
+      std::cout << "by:                                          " << std::endl;
+      std::cout << "Andrews Sobral (andrewssobral@gmail.com)     " << std::endl;
+      std::cout << "---------------------------------------------" << std::endl;
       std::cout << "Using OpenCV version " << CV_VERSION << std::endl;
 
       try
diff --git a/run_camera.sh b/run_camera.sh
old mode 100644
new mode 100755
diff --git a/run_demo.sh b/run_demo.sh
old mode 100644
new mode 100755
diff --git a/run_demo2.sh b/run_demo2.sh
old mode 100644
new mode 100755
diff --git a/run_video.sh b/run_video.sh
old mode 100644
new mode 100755