From 16581708d3d767f079d36bb359a94ce586f0d8b6 Mon Sep 17 00:00:00 2001
From: Andrews Sobral <andrewssobral@gmail.com>
Date: Tue, 19 Feb 2019 23:16:03 +0100
Subject: [PATCH] updated description in the Main.cpp intro

---
 .gitignore    |  5 +++++
 Main.cpp      | 12 ++++++------
 run_camera.sh |  0
 run_demo.sh   |  0
 run_demo2.sh  |  0
 run_video.sh  |  0
 6 files changed, 11 insertions(+), 6 deletions(-)
 mode change 100644 => 100755 run_camera.sh
 mode change 100644 => 100755 run_demo.sh
 mode change 100644 => 100755 run_demo2.sh
 mode change 100644 => 100755 run_video.sh

diff --git a/.gitignore b/.gitignore
index 1bfd386..e81772b 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 7a406d9..e28eb04 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
-- 
GitLab