Skip to content

Commit c8f814f

Browse files
committed
* [MOD] Update copyright date
* [MOD] Code cleanup Signed-off-by: Rubén D <nuxsmin@gmail.com>
1 parent 96ca389 commit c8f814f

11 files changed

+115
-71
lines changed

base.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
<?php
2+
/**
3+
* sysPass
4+
*
5+
* @author nuxsmin
6+
* @link https://syspass.org
7+
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
8+
*
9+
* This file is part of sysPass.
10+
*
11+
* sysPass is free software: you can redistribute it and/or modify
12+
* it under the terms of the GNU General Public License as published by
13+
* the Free Software Foundation, either version 3 of the License, or
14+
* (at your option) any later version.
15+
*
16+
* sysPass is distributed in the hope that it will be useful,
17+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
* GNU General Public License for more details.
20+
*
21+
* 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+
*/
224

325
$lib = __DIR__ . DIRECTORY_SEPARATOR . 'src' . DIRECTORY_SEPARATOR . 'lib';
426

src/lib/Controllers/AuthenticatorController.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?php
22
/**
3-
* sysPass-Authenticator
3+
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2017, Rubén Domínguez nuxsmin@syspass.org
5+
* @author nuxsmin
6+
* @link https://syspass.org
7+
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
88
*
9-
* This file is part of sysPass-Authenticator.
9+
* This file is part of sysPass.
1010
*
11-
* sysPass-Authenticator is free software: you can redistribute it and/or modify
11+
* sysPass is free software: you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
1313
* the Free Software Foundation, either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
16-
* sysPass-Authenticator is distributed in the hope that it will be useful,
16+
* sysPass is distributed in the hope that it will be useful,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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-Authenticator. If not, see <http://www.gnu.org/licenses/>.
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2323
*/
2424

2525
namespace SP\Modules\Web\Controllers;

src/lib/Controllers/AuthenticatorLoginController.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?php
22
/**
3-
* sysPass-Authenticator
3+
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2017, Rubén Domínguez nuxsmin@syspass.org
5+
* @author nuxsmin
6+
* @link https://syspass.org
7+
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
88
*
9-
* This file is part of sysPass-Authenticator.
9+
* This file is part of sysPass.
1010
*
11-
* sysPass-Authenticator is free software: you can redistribute it and/or modify
11+
* sysPass is free software: you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
1313
* the Free Software Foundation, either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
16-
* sysPass-Authenticator is distributed in the hope that it will be useful,
16+
* sysPass is distributed in the hope that it will be useful,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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-Authenticator. If not, see <http://www.gnu.org/licenses/>.
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2323
*/
2424

2525
namespace SP\Modules\Web\Controllers;

src/lib/Controllers/PreferencesController.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?php
22
/**
3-
* sysPass-Authenticator
3+
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2017, Rubén Domínguez nuxsmin@syspass.org
5+
* @author nuxsmin
6+
* @link https://syspass.org
7+
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
88
*
9-
* This file is part of sysPass-Authenticator.
9+
* This file is part of sysPass.
1010
*
11-
* sysPass-Authenticator is free software: you can redistribute it and/or modify
11+
* sysPass is free software: you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
1313
* the Free Software Foundation, either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
16-
* sysPass-Authenticator is distributed in the hope that it will be useful,
16+
* sysPass is distributed in the hope that it will be useful,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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-Authenticator. If not, see <http://www.gnu.org/licenses/>.
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2323
*/
2424

2525
namespace SP\Modules\Web\Plugins\Authenticator\Controllers;

src/lib/Models/AuthenticatorData.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?php
22
/**
3-
* sysPass-Authenticator
3+
* sysPass
44
*
55
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2017, Rubén Domínguez nuxsmin@syspass.org
6+
* @link https://syspass.org
7+
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
88
*
9-
* This file is part of sysPass-Authenticator.
9+
* This file is part of sysPass.
1010
*
11-
* sysPass-Authenticator is free software: you can redistribute it and/or modify
11+
* sysPass is free software: you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
1313
* the Free Software Foundation, either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
16-
* sysPass-Authenticator is distributed in the hope that it will be useful,
16+
* sysPass is distributed in the hope that it will be useful,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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-Authenticator. If not, see <http://www.gnu.org/licenses/>.
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2323
*/
2424

2525
namespace SP\Modules\Web\Plugins\Authenticator\Models;

src/lib/Plugin.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?php
22
/**
3-
* sysPass-Authenticator
3+
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2017, Rubén Domínguez nuxsmin@syspass.org
5+
* @author nuxsmin
6+
* @link https://syspass.org
7+
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
88
*
9-
* This file is part of sysPass-Authenticator.
9+
* This file is part of sysPass.
1010
*
11-
* sysPass-Authenticator is free software: you can redistribute it and/or modify
11+
* sysPass is free software: you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
1313
* the Free Software Foundation, either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
16-
* sysPass-Authenticator is distributed in the hope that it will be useful,
16+
* sysPass is distributed in the hope that it will be useful,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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-Authenticator. If not, see <http://www.gnu.org/licenses/>.
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2323
*/
2424

2525
namespace SP\Modules\Web\Plugins\Authenticator;

src/lib/Services/AuthenticatorException.php

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
<?php
22
/**
3-
* sysPass-Authenticator
3+
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2018 Rubén Domínguez nuxsmin@$syspass.org
5+
* @author nuxsmin
6+
* @link https://syspass.org
7+
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
88
*
9-
* This file is part of sysPass-Authenticator.
9+
* This file is part of sysPass.
1010
*
1111
* sysPass is free software: you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
1313
* the Free Software Foundation, either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
16-
* sysPass-Authenticator is distributed in the hope that it will be useful,
16+
* sysPass is distributed in the hope that it will be useful,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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
namespace SP\Modules\Web\Plugins\Authenticator\Services;

src/lib/Services/AuthenticatorService.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?php
22
/**
3-
* sysPass-Authenticator
3+
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2017, Rubén Domínguez nuxsmin@syspass.org
5+
* @author nuxsmin
6+
* @link https://syspass.org
7+
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
88
*
9-
* This file is part of sysPass-Authenticator.
9+
* This file is part of sysPass.
1010
*
11-
* sysPass-Authenticator is free software: you can redistribute it and/or modify
11+
* sysPass is free software: you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
1313
* the Free Software Foundation, either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
16-
* sysPass-Authenticator is distributed in the hope that it will be useful,
16+
* sysPass is distributed in the hope that it will be useful,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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-Authenticator. If not, see <http://www.gnu.org/licenses/>.
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2323
*/
2424

2525
namespace SP\Modules\Web\Plugins\Authenticator\Services;

src/lib/Services/UpgradeService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/**
33
* sysPass
44
*
5-
* @author nuxsmin
6-
* @link https://syspass.org
5+
* @author nuxsmin
6+
* @link https://syspass.org
77
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
88
*
99
* This file is part of sysPass.

src/lib/Util/Google2FA.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
<?php
2+
/**
3+
* sysPass
4+
*
5+
* @author nuxsmin
6+
* @link https://syspass.org
7+
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
8+
*
9+
* This file is part of sysPass.
10+
*
11+
* sysPass is free software: you can redistribute it and/or modify
12+
* it under the terms of the GNU General Public License as published by
13+
* the Free Software Foundation, either version 3 of the License, or
14+
* (at your option) any later version.
15+
*
16+
* sysPass is distributed in the hope that it will be useful,
17+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
* GNU General Public License for more details.
20+
*
21+
* 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+
*/
24+
225
/**
326
* This program is free software: you can redistribute it and/or modify
427
* it under the terms of the GNU General Public License as published by

src/lib/Util/PluginContext.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<?php
22
/**
3-
* sysPass-Authenticator
3+
* sysPass
44
*
55
* @author nuxsmin
6-
* @link http://syspass.org
7-
* @copyright 2012-2017, Rubén Domínguez nuxsmin@syspass.org
6+
* @link https://syspass.org
7+
* @copyright 2012-2019, Rubén Domínguez nuxsmin@$syspass.org
88
*
9-
* This file is part of sysPass-Authenticator.
9+
* This file is part of sysPass.
1010
*
11-
* sysPass-Authenticator is free software: you can redistribute it and/or modify
11+
* sysPass is free software: you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
1313
* the Free Software Foundation, either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
16-
* sysPass-Authenticator is distributed in the hope that it will be useful,
16+
* sysPass is distributed in the hope that it will be useful,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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-Authenticator. If not, see <http://www.gnu.org/licenses/>.
22+
* along with sysPass. If not, see <http://www.gnu.org/licenses/>.
2323
*/
2424

2525
namespace SP\Modules\Web\Plugins\Authenticator\Util;

0 commit comments

Comments
 (0)