Skip to content

Commit ee46ff9

Browse files
authored
Added OpenMage Contributors Copyright (#2295)
1 parent 5d708b1 commit ee46ff9

File tree

8,466 files changed

+25944
-19931
lines changed

Some content is hidden

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

8,466 files changed

+25944
-19931
lines changed

api.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2021-2022 The OpenMage Contributors (https://www.openmage.org)
19+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

2122
if (version_compare(phpversion(), '7.3.0', '<')===true) {

app/Mage.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2017-2022 The OpenMage Contributors (https://www.openmage.org)
19+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

2122
define('DS', DIRECTORY_SEPARATOR);

app/bootstrap.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
18-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020 The OpenMage Contributors (https://www.openmage.org)
19+
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

2122
/**

app/code/core/Mage/Admin/Helper/Block.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Helper/Data.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
1818
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

app/code/core/Mage/Admin/Helper/Rules/Fallback.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Helper/Variable.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
1818
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1919
*/
2020

app/code/core/Mage/Admin/Model/Acl.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2019-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Acl/Assert/Time.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Acl/Resource.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Acl/Role.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Acl/Role/Generic.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Acl/Role/Group.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Acl/Role/Registry.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Acl/Role/User.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Block.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Config.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2019-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Mysql4/Acl.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Mysql4/Acl/Role/Collection.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

app/code/core/Mage/Admin/Model/Mysql4/Permissions/Collection.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@
77
* This source file is subject to the Open Software License (OSL 3.0)
88
* that is bundled with this package in the file LICENSE.txt.
99
* It is also available through the world-wide-web at this URL:
10-
* http://opensource.org/licenses/osl-3.0.php
10+
* https://opensource.org/licenses/osl-3.0.php
1111
* If you did not receive a copy of the license and are unable to
1212
* obtain it through the world-wide-web, please send an email
1313
* to [email protected] so we can send you a copy immediately.
1414
*
1515
* @category Mage
1616
* @package Mage_Admin
17-
* @copyright Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
17+
* @copyright Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
18+
* @copyright Copyright (c) 2020-2022 The OpenMage Contributors (https://www.openmage.org)
1819
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
1920
*/
2021

0 commit comments

Comments
 (0)