Skip to content

Commit 879702c

Browse files
committed
Update
1 parent 0e2b11a commit 879702c

13 files changed

+13
-67
lines changed

.github/FUNDING.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
open_collective: openmage
2+
github: [sreichel]

composer.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,15 @@
3030
},
3131
"extra": {
3232
"class": "OpenMage\\ComposerPlugin\\Plugin"
33-
}
33+
},
34+
"funding": [
35+
{
36+
"type": "opencollective",
37+
"url": "https://opencollective.com/openmage"
38+
},
39+
{
40+
"type": "github",
41+
"url": "https://github.com/sreichel"
42+
}
43+
]
3444
}

src/OpenMage/ComposerPlugin/Copy/AbstractCopyPlugin.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

src/OpenMage/ComposerPlugin/Copy/CopyFromComposerInterface.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

src/OpenMage/ComposerPlugin/Copy/CopyFromNpmInterface.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

src/OpenMage/ComposerPlugin/Copy/CopyInterface.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

src/OpenMage/ComposerPlugin/Copy/Plugins/ChartJs.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

src/OpenMage/ComposerPlugin/Copy/Plugins/Flatpickr.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

src/OpenMage/ComposerPlugin/Copy/Plugins/FlowJs.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

src/OpenMage/ComposerPlugin/Copy/Plugins/JQuery.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

src/OpenMage/ComposerPlugin/Copy/Plugins/TinyMce.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

src/OpenMage/ComposerPlugin/Copy/Plugins/TinyMceLanguages.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

src/OpenMage/ComposerPlugin/Plugin.php

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<?php
22

33
/**
4-
* OpenMage
5-
*
6-
* This source file is subject to the Open Software License (OSL 3.0)
7-
* that is bundled with this package in the file LICENSE.txt.
8-
* It is also available at https://opensource.org/license/osl-3-0-php
9-
*
104
* @category OpenMage
115
* @package VendorCopy
126
* @copyright Copyright (c) The OpenMage Contributors (https://www.openmage.org)

0 commit comments

Comments
 (0)