Index: trunk/extensions/UploadWizard/UploadWizard.sql |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | -- MySQL version of the database schema for the Upload Wizard extension. |
| 3 | +-- Licence: GNU GPL v2+ |
3 | 4 | -- Author: Jeroen De Dauw < jeroendedauw@gmail.com > |
4 | 5 | |
5 | 6 | -- Upload wizard campaigns |
Index: trunk/extensions/UploadWizard/includes/UploadWizardConfig.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * |
10 | 10 | * @since 1.2 |
11 | 11 | * |
12 | | - * @licence GNU GPL v3+ |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class UploadWizardConfig { |
Index: trunk/extensions/UploadWizard/includes/specials/SpecialUploadCampaign.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * |
13 | 13 | * @since 1.2 |
14 | 14 | * |
15 | | - * @licence GNU GPL v3+ |
| 15 | + * @licence GNU GPL v2+ |
16 | 16 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
17 | 17 | */ |
18 | 18 | class SpecialUploadCampaign extends FormSpecialPage { |
Index: trunk/extensions/UploadWizard/includes/UploadWizardCampaign.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * |
10 | 10 | * @since 1.2 |
11 | 11 | * |
12 | | - * @licence GNU GPL v3+ |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class UploadWizardCampaign { |