Skip to content

Commit

Permalink
Adding Kosovo to the list of known federations
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wolniewicz committed Sep 18, 2024
1 parent c7fbd7c commit be26344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/CAT.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class CAT extends \core\common\Entity
private const COPYRIGHT_HOLDER = "GÉANT Association";
private const COPYRIGHT_CONSORTIA = "the GÉANT Projects funded by EU";
private const COPYRIGHT_MIN_YEAR = 2011;
private const COPYRIGHT_MAX_YEAR = 2024;
private const COPYRIGHT_MAX_YEAR = 2022;

/**
* This is the user-displayed string; controlled by the four options above
Expand Down Expand Up @@ -157,6 +157,7 @@ public function __construct()
'IS' => _("Iceland"),
'IT' => _("Italy"),
'HU' => _("Hungary"),
'KS' => _("Kosovo"),
'LU' => _("Luxembourg"),
'LV' => _("Latvia"),
'LT' => _("Lithuania"),
Expand Down

0 comments on commit be26344

Please sign in to comment.