Skip to content

Commit 87cb3c6

Browse files
committed
* [DEV] Bump to 2.0-beta
1 parent 0d7ca3c commit 87cb3c6

File tree

344 files changed

+2405
-1725
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

344 files changed

+2405
-1725
lines changed

ajax/ajax_accGetFiles.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Controller\ItemListController;

ajax/ajax_accSearch.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Controller\AccountSearchController;

ajax/ajax_accViewPass.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Account\Account;

ajax/ajax_checkConnection.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Controller\ChecksController;

ajax/ajax_checkUpds.php

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @author nuxsmin
66
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Controller\MainController;

ajax/ajax_configSave.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Controller\ConfigActionController;

ajax/ajax_doLogin.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Controller\LoginController;

ajax/ajax_eventlog.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Controller\EventlogController;

ajax/ajax_filesMgmt.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Account\AccountUtil;

ajax/ajax_getContent.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Config\Config;

ajax/ajax_getEnvironment.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Config\Config;

ajax/ajax_getItems.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @author nuxsmin
66
* @link http://syspass.org
7-
* @copyright 2012-2016, Rubén Domínguez nuxsmin@$syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*

ajax/ajax_install.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @author nuxsmin
66
* @link http://syspass.org
7-
* @copyright 2012-2016, Rubén Domínguez nuxsmin@$syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*

ajax/ajax_itemSave.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Controller\ItemActionController;

ajax/ajax_itemSearch.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
define('APP_ROOT', '..');

ajax/ajax_itemShow.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Controller\ItemShowController;

ajax/ajax_migrate.php

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2015 Rubén Domínguez [email protected]
5+
* @author nuxsmin
6+
* @link http://syspass.org
7+
* @copyright 2012-2017, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.
1010
*
@@ -19,8 +19,7 @@
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
23-
*
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2423
*/
2524

2625
use SP\Core\Init;

0 commit comments

Comments
 (0)