-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c50234
commit d0ab16f
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ public int doEndTag() throws JspException { | |
// WARNING: Changing or removing the following copyright notice will violate the license terms. | ||
// If you need a different licensing, please contact us at [email protected] | ||
String body = | ||
"<a class='unitime-FooterLink' href='http://www.unitime.org' tabIndex='-1'>© 2008 - 2024 The Apereo Foundation</a>," + | ||
"<a class='unitime-FooterLink' href='http://www.unitime.org' tabIndex='-1'>© 2008 - 2025 The Apereo Foundation</a>," + | ||
(isBr() ? "<br>" : " ") + | ||
"<a class='unitime-FooterLink' href='http://www.unitime.org/uct_license.php' tabIndex='-1'>distributed under the Apache License, Version 2.</a>"; | ||
try { | ||
|