From 97993ee1c2e469e3d1b03ea328a158680a35bc2e Mon Sep 17 00:00:00 2001 From: PioDer Date: Sun, 11 Feb 2018 10:59:00 +0100 Subject: [PATCH] removed email address from PHP files --- inc/askModel.class.php | 2 +- inc/bbcode.php | 2 +- inc/constants.php | 2 +- inc/controller.class.php | 2 +- inc/controllers/AdminController.class.php | 2 +- inc/controllers/MainController.class.php | 2 +- inc/database_connection.php | 2 +- inc/model.class.php | 2 +- inc/models/BansModel.class.php | 2 +- inc/models/ConfigModel.class.php | 2 +- inc/models/ForumsModel.class.php | 2 +- inc/models/NavigationModel.class.php | 2 +- inc/models/PostsModel.class.php | 2 +- inc/models/SessionModel.class.php | 2 +- inc/models/StatisticsModel.class.php | 2 +- inc/models/UsersModel.class.php | 2 +- inc/view.class.php | 2 +- inc/views/MainView.class.php | 2 +- index.php | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/inc/askModel.class.php b/inc/askModel.class.php index 0f2ea9e..dc70ddf 100644 --- a/inc/askModel.class.php +++ b/inc/askModel.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/askModel.class.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/bbcode.php b/inc/bbcode.php index d2d4073..db1d289 100644 --- a/inc/bbcode.php +++ b/inc/bbcode.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/bbcode.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/constants.php b/inc/constants.php index 3612cef..6d9de72 100644 --- a/inc/constants.php +++ b/inc/constants.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/constants.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/controller.class.php b/inc/controller.class.php index f71a586..dc02731 100644 --- a/inc/controller.class.php +++ b/inc/controller.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/controller.class.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/controllers/AdminController.class.php b/inc/controllers/AdminController.class.php index c49761b..3089766 100644 --- a/inc/controllers/AdminController.class.php +++ b/inc/controllers/AdminController.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/controllers/AdminController.class.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/controllers/MainController.class.php b/inc/controllers/MainController.class.php index b1a4bf6..f23aff3 100644 --- a/inc/controllers/MainController.class.php +++ b/inc/controllers/MainController.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/controllers/MainController.class.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/database_connection.php b/inc/database_connection.php index 3ddfe4a..458be18 100644 --- a/inc/database_connection.php +++ b/inc/database_connection.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/database_connection.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/model.class.php b/inc/model.class.php index 1273633..fbd54cd 100644 --- a/inc/model.class.php +++ b/inc/model.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/model.class.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/models/BansModel.class.php b/inc/models/BansModel.class.php index 4ea28a2..c758f8b 100644 --- a/inc/models/BansModel.class.php +++ b/inc/models/BansModel.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/models/BansModel.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/models/ConfigModel.class.php b/inc/models/ConfigModel.class.php index b3bcd41..65d7da8 100644 --- a/inc/models/ConfigModel.class.php +++ b/inc/models/ConfigModel.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/models/ConfigModel.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/models/ForumsModel.class.php b/inc/models/ForumsModel.class.php index 30ed5a8..c7d1665 100644 --- a/inc/models/ForumsModel.class.php +++ b/inc/models/ForumsModel.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/models/ForumsModel.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/models/NavigationModel.class.php b/inc/models/NavigationModel.class.php index d71a2ab..7b8eefe 100644 --- a/inc/models/NavigationModel.class.php +++ b/inc/models/NavigationModel.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/models/NavigationModel.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/models/PostsModel.class.php b/inc/models/PostsModel.class.php index 7b8552a..59f8d5f 100644 --- a/inc/models/PostsModel.class.php +++ b/inc/models/PostsModel.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/models/PostsModel.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/models/SessionModel.class.php b/inc/models/SessionModel.class.php index 8dd7d50..f78cff8 100644 --- a/inc/models/SessionModel.class.php +++ b/inc/models/SessionModel.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/models/SessionModel.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/models/StatisticsModel.class.php b/inc/models/StatisticsModel.class.php index 41ffb17..7bb2865 100644 --- a/inc/models/StatisticsModel.class.php +++ b/inc/models/StatisticsModel.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/models/StatisticsModel.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/models/UsersModel.class.php b/inc/models/UsersModel.class.php index 482e7f0..2956be7 100644 --- a/inc/models/UsersModel.class.php +++ b/inc/models/UsersModel.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/models/UsersModel.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/view.class.php b/inc/view.class.php index 1c38cef..aca9b5f 100644 --- a/inc/view.class.php +++ b/inc/view.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/view.class.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/inc/views/MainView.class.php b/inc/views/MainView.class.php index d902bec..2b4146c 100644 --- a/inc/views/MainView.class.php +++ b/inc/views/MainView.class.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file inc/views/MainView.class.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/ diff --git a/index.php b/index.php index 6875ed4..54a17c9 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ /** * @package uForum2 * @file index.php -* @copyright 2007-2015 (c) PioDer +* @copyright 2007-2015 (c) PioDer * @link http://www.pioder.pl/ * @license see LICENSE.txt **/