Skip to content

Commit 8c605f7

Browse files
update license
1 parent a87460b commit 8c605f7

21 files changed

+324
-198
lines changed

components/oxpspasswordpolicymodule.php

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
99
*
10-
* @category module
11-
* @package passwordpolicy
12-
* @author OXID Professional services
13-
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2012
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* @author OXID Professional services
19+
* @link http://www.oxid-esales.com
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
/**

components/oxpspasswordpolicyuser.php

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
99
*
10-
* @category module
11-
* @package passwordpolicy
12-
* @author OXID Professional services
13-
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2012
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* @author OXID Professional services
19+
* @link http://www.oxid-esales.com
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
/**

controllers/admin/admin_oxpspasswordpolicy.php

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
99
*
10-
* @category module
11-
* @package passwordpolicy
12-
* @author OXID Professional services
13-
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2012
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* @author OXID Professional services
19+
* @link http://www.oxid-esales.com
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
class Admin_OxpsPasswordPolicy extends oxAdminView

controllers/oxpspasswordpolicy.php

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
99
*
10-
* @category module
11-
* @package passwordpolicy
12-
* @author OXID Professional services
13-
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2012
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* @author OXID Professional services
19+
* @link http://www.oxid-esales.com
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
/**

controllers/oxpspasswordpolicyaccountpassword.php

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
917
*
10-
* @category module
11-
* @package passwordpolicy
1218
* @author OXID Professional services
1319
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2012
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
/**

controllers/oxpspasswordpolicycheckoutuser.php

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
917
*
10-
* @category module
11-
* @package oxps/${MODULE_NAME}
1218
* @author OXID Professional services
1319
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2017
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
/**

controllers/oxpspasswordpolicyforgotpwd.php

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
99
*
10-
* @category module
11-
* @package passwordpolicy
12-
* @author OXID Professional services
13-
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2012
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* @author OXID Professional services
19+
* @link http://www.oxid-esales.com
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
/**

controllers/oxpspasswordpolicyregister.php

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
99
*
10-
* @category module
11-
* @package passwordpolicy
12-
* @author OXID Professional services
13-
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2012
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* @author OXID Professional services
19+
* @link http://www.oxid-esales.com
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
/**

metadata.php

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
917
*
10-
* @category module
11-
* @package passwordpolicy
1218
* @author OXID Professional services
1319
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2012
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
/**

models/oxpspasswordpolicyattempt.php

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
99
*
10-
* @category module
11-
* @package passwordpolicy
12-
* @author OXID Professional services
13-
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2012
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* @author OXID Professional services
19+
* @link http://www.oxid-esales.com
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
/**

tests/unit/module/components/oxpspasswordpolicymoduleTest.php

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
<?php
22
/**
3-
* This Software is the property of OXID eSales and is protected
4-
* by copyright law - it is NOT Freeware.
3+
* This file is part of OXID Professional Services Password Policy module.
54
*
6-
* Any unauthorized use of this software without a valid license key
7-
* is a violation of the license agreement and will be prosecuted by
8-
* civil and criminal law.
5+
* OXID Professional Services Password Policy module is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
99
*
10-
* @category tests
11-
* @package passwordpolicy
12-
* @author OXID Professional services
13-
* @link http://www.oxid-esales.com
14-
* @copyright (C) OXID eSales AG 2003-2012
10+
* OXID Professional Services Password Policy module is distributed in the hope that it will be useful,
11+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with OXID Professional Services Password Policy module. If not, see <http://www.gnu.org/licenses/>.
17+
*
18+
* @author OXID Professional services
19+
* @link http://www.oxid-esales.com
20+
* @copyright (C) OXID eSales AG 2003-2019
1521
*/
1622

1723
/**

0 commit comments

Comments
 (0)