Index: trunk/extensions/EducationProgram/maintenance/deleteEducation.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file DeleteEducation.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | |
Index: trunk/extensions/EducationProgram/maintenance/importWEPData.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file importWEPData.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | |
Index: trunk/extensions/EducationProgram/maintenance/importWEPFromDB.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file importFromDB.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | |
Index: trunk/extensions/EducationProgram/actions/EditCourseAction.php |
— | — | @@ -208,7 +208,7 @@ |
209 | 209 | 'required' => true, |
210 | 210 | 'options' => array_combine( $levels, $levels ), |
211 | 211 | ); |
212 | | - |
| 212 | +XML::languageSelector() |
213 | 213 | $langOptions = EPUtils::getLanguageOptions( $this->getLanguage()->getCode() ); |
214 | 214 | $fields['lang'] = array ( |
215 | 215 | 'type' => 'select', |
Index: trunk/extensions/EducationProgram/specials/SpecialMyCourses.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | * @file SpecialMyCourses.php |
13 | 13 | * @ingroup EducationProgram |
14 | 14 | * |
15 | | - * @licence GNU GPL v3 or later |
| 15 | + * @licence GNU GPL v2+ |
16 | 16 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
17 | 17 | */ |
18 | 18 | class SpecialMyCourses extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialDisenroll.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialDisenroll.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialDisenroll extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialEnroll.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialEnroll.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialEnroll extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialAmbassadorProfile.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialOAProfile.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | abstract class SpecialAmbassadorProfile extends FormSpecialPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialEPPage.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @file SpecialEPPage.php |
11 | 11 | * @ingroup EducationProgram |
12 | 12 | * |
13 | | - * @licence GNU GPL v3 or later |
| 13 | + * @licence GNU GPL v2+ |
14 | 14 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
15 | 15 | */ |
16 | 16 | abstract class SpecialEPPage extends SpecialCachedPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialEducationProgram.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialEducationProgram.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialEducationProgram extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialStudentActivity.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialStudentActivity.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialStudentActivity extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialCAProfile.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialCAProfile.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialCAProfile extends SpecialAmbassadorProfile { |
Index: trunk/extensions/EducationProgram/specials/SpecialArticles.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialArticles.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialArticles extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialCAs.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialCAs.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialCAs extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialStudents.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialStudents.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialStudents extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialInstitutions.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @file SpecialInstitutions.php |
11 | 11 | * @ingroup EducationProgram |
12 | 12 | * |
13 | | - * @licence GNU GPL v3 or later |
| 13 | + * @licence GNU GPL v2+ |
14 | 14 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
15 | 15 | */ |
16 | 16 | class SpecialInstitutions extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialOAProfile.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialOAProfile.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialOAProfile extends SpecialAmbassadorProfile { |
Index: trunk/extensions/EducationProgram/specials/SpecialOAs.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialOAs.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialOAs extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialCourses.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @file SpecialCourses.php |
11 | 11 | * @ingroup EducationProgram |
12 | 12 | * |
13 | | - * @licence GNU GPL v3 or later |
| 13 | + * @licence GNU GPL v2+ |
14 | 14 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
15 | 15 | */ |
16 | 16 | class SpecialCourses extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/specials/SpecialStudent.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SpecialStudent.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class SpecialStudent extends SpecialEPPage { |
Index: trunk/extensions/EducationProgram/includes/EPLogFormatter.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPLogFormatter.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPLogFormatter extends LogFormatter { |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | * @file EPLogFormatter.php |
56 | 56 | * @ingroup EducationProgram |
57 | 57 | * |
58 | | - * @licence GNU GPL v3 or later |
| 58 | + * @licence GNU GPL v2+ |
59 | 59 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
60 | 60 | */ |
61 | 61 | class EPRoleChangeFormatter extends EPLogFormatter { |
— | — | @@ -86,7 +86,7 @@ |
87 | 87 | * @file EPLogFormatter.php |
88 | 88 | * @ingroup EducationProgram |
89 | 89 | * |
90 | | - * @licence GNU GPL v3 or later |
| 90 | + * @licence GNU GPL v2+ |
91 | 91 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
92 | 92 | */ |
93 | 93 | class EPArticleFormatter extends EPLogFormatter { |
Index: trunk/extensions/EducationProgram/includes/EPOrgPager.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPOrgPager.php |
10 | 10 | * @ingroup EductaionProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPOrgPager extends EPPager { |
Index: trunk/extensions/EducationProgram/includes/EPArticles.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPArticles.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPArticles extends ORMTable { |
Index: trunk/extensions/EducationProgram/includes/EPHTMLDateField.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @file EPHTMLDateField.php |
11 | 11 | * @ingroup EducationProgram |
12 | 12 | * |
13 | | - * @licence GNU GPL v3 or later |
| 13 | + * @licence GNU GPL v2+ |
14 | 14 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
15 | 15 | */ |
16 | 16 | class EPHTMLDateField extends HTMLTextField { |
Index: trunk/extensions/EducationProgram/includes/EPOrgs.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPOrgs.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPOrgs extends EPPageTable { |
Index: trunk/extensions/EducationProgram/includes/EPCA.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPCA.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPCA extends EPRoleObject implements EPIRole { |
Index: trunk/extensions/EducationProgram/includes/EPPageTable.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPPageTable.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | abstract class EPPageTable extends ORMTable { |
Index: trunk/extensions/EducationProgram/includes/EPRoleObject.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPRoleObject.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | abstract class EPRoleObject extends ORMRow implements EPIRole { |
Index: trunk/extensions/EducationProgram/includes/EPArticleTable.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPArticleTable.php |
10 | 10 | * @ingroup EductaionProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPArticleTable extends EPPager { |
Index: trunk/extensions/EducationProgram/includes/EPRevisionAction.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | * @file EPRevisionAction.php |
12 | 12 | * @ingroup EducationProgram |
13 | 13 | * |
14 | | - * @licence GNU GPL v3 or later |
| 14 | + * @licence GNU GPL v2+ |
15 | 15 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
16 | 16 | */ |
17 | 17 | class EPRevisionAction { |
Index: trunk/extensions/EducationProgram/includes/EPOA.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPOA.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPOA extends EPRoleObject implements EPIRole { |
Index: trunk/extensions/EducationProgram/includes/EPFailForm.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPFailForm.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPFailForm extends HTMLForm { |
Index: trunk/extensions/EducationProgram/includes/EPInstructors.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPInstructors.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPInstructors extends ORMTable { |
Index: trunk/extensions/EducationProgram/includes/EPUtils.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPUtils.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPUtils { |
Index: trunk/extensions/EducationProgram/includes/EPCAPager.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPCAPager.php |
10 | 10 | * @ingroup EductaionProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPCAPager extends EPOAPager { |
Index: trunk/extensions/EducationProgram/includes/EPPageObject.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPPageObject.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | abstract class EPPageObject extends EPRevisionedObject { |
Index: trunk/extensions/EducationProgram/includes/EPStudentPager.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPStudentPager.php |
10 | 10 | * @ingroup EductaionProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPStudentPager extends EPPager { |
Index: trunk/extensions/EducationProgram/includes/EPCAs.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPCAs.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPCAs extends ORMTable { |
Index: trunk/extensions/EducationProgram/includes/EPStudents.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPStudents.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPStudents extends ORMTable { |
Index: trunk/extensions/EducationProgram/includes/EPIRole.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPIRole.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | interface EPIRole { |
Index: trunk/extensions/EducationProgram/includes/EPInstructor.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPInstructor.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPInstructor extends EPRoleObject implements EPIRole { |
Index: trunk/extensions/EducationProgram/includes/EPRevisionPager.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPRevisionPager.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPRevisionPager extends ReverseChronologicalPager { |
Index: trunk/extensions/EducationProgram/includes/EPOAPager.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPOAPager.php |
10 | 10 | * @ingroup EductaionProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPOAPager extends EPPager { |
Index: trunk/extensions/EducationProgram/includes/EPCoursePager.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPCoursePager.php |
10 | 10 | * @ingroup EductaionProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPCoursePager extends EPPager { |
Index: trunk/extensions/EducationProgram/includes/EPRevisions.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPRevisions.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPRevisions extends ORMTable { |
Index: trunk/extensions/EducationProgram/includes/EPStudentActivityPager.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPStudentPager.php |
10 | 10 | * @ingroup EductaionProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPStudentActivityPager extends EPPager { |
Index: trunk/extensions/EducationProgram/includes/EPOAs.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPOAs.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPOAs extends ORMTable { |
Index: trunk/extensions/EducationProgram/includes/EPCourses.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPCourses.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPCourses extends EPPageTable { |
Index: trunk/extensions/EducationProgram/includes/EPArticle.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @file EPArticle.php |
11 | 11 | * @ingroup EducationProgram |
12 | 12 | * |
13 | | - * @licence GNU GPL v3 or later |
| 13 | + * @licence GNU GPL v2+ |
14 | 14 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
15 | 15 | */ |
16 | 16 | class EPArticle extends ORMRow { |
Index: trunk/extensions/EducationProgram/includes/EPStudent.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPStudent.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPStudent extends EPRoleObject { |
Index: trunk/extensions/EducationProgram/includes/EPOrg.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPOrg.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPOrg extends EPPageObject { |
Index: trunk/extensions/EducationProgram/includes/EPRevisionDiff.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPRevisionDiff.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPRevisionDiff extends ContextSource { |
Index: trunk/extensions/EducationProgram/includes/EPHTMLCombobox.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @file EPHTMLCombobox.php |
11 | 11 | * @ingroup EducationProgram |
12 | 12 | * |
13 | | - * @licence GNU GPL v3 or later |
| 13 | + * @licence GNU GPL v2+ |
14 | 14 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
15 | 15 | */ |
16 | 16 | class EPHTMLCombobox extends HTMLSelectField { |
Index: trunk/extensions/EducationProgram/includes/EPRevisionedObject.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPRevisionedObject.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | abstract class EPRevisionedObject extends ORMRow { |
Index: trunk/extensions/EducationProgram/includes/EPRevision.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPRevision.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPRevision extends ORMRow { |
Index: trunk/extensions/EducationProgram/includes/EPPager.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @file EPPager.php |
11 | 11 | * @ingroup EducationProgram |
12 | 12 | * |
13 | | - * @licence GNU GPL v3 or later |
| 13 | + * @licence GNU GPL v2+ |
14 | 14 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
15 | 15 | */ |
16 | 16 | abstract class EPPager extends TablePager { |
Index: trunk/extensions/EducationProgram/includes/EPCourse.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPCourse.php |
10 | 10 | * @ingroup EducationProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPCourse extends EPPageObject { |
Index: trunk/extensions/EducationProgram/includes/EPArticlePager.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file EPAticlePager.php |
10 | 10 | * @ingroup EductaionProgram |
11 | 11 | * |
12 | | - * @licence GNU GPL v3 or later |
| 12 | + * @licence GNU GPL v2+ |
13 | 13 | * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
14 | 14 | */ |
15 | 15 | class EPArticlePager extends EPPager { |
Index: trunk/extensions/EducationProgram/resources/ep.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Reviews |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.imageinput.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.combobox.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.addcourse.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.api.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.pager.css |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * CSS for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.datepicker.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.formpage.css |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * CSS for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/jquery.imageinput.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.studentactivity.css |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * CSS for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.ambprofile.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.articletable.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.disenroll.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.ambprofile.css |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * CSS for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.enlist.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.pager.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.formpage.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |
Index: trunk/extensions/EducationProgram/resources/ep.addorg.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | * JavaScript for the Education Program MediaWiki extension. |
4 | 4 | * @see https://www.mediawiki.org/wiki/Extension:Education_Program |
5 | 5 | * |
6 | | - * @licence GNU GPL v3 or later |
| 6 | + * @licence GNU GPL v2+ |
7 | 7 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
8 | 8 | */ |
9 | 9 | |