Skip to content

Commit

Permalink
Use 2024 in the copyright message
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-muller committed Jan 8, 2024
1 parent c42fa71 commit ae9a0d8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public interface GwtConstants extends Constants {
@DoNotTranslate
String version();

@DefaultStringValue("© 2008 - 2023 The Apereo Foundation")
@DefaultStringValue("© 2008 - 2024 The Apereo Foundation")
@DoNotTranslate
String copyright();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ public interface GwtMessages extends Messages {
@DefaultMessage("Version {0} built on {1}")
String pageVersion(String version, String buildDate);

@DefaultMessage("&copy; 2008 - 2023 The Apereo Foundation,<br>distributed under the Apache License, Version 2.")
@DefaultMessage("&copy; 2008 - 2024 The Apereo Foundation,<br>distributed under the Apache License, Version 2.")
String pageCopyright();

@DefaultMessage("UniTime {0}, \u00A9 2008 - 2023 The Apereo Foundation, distributed under the Apache License.")
@DefaultMessage("UniTime {0}, \u00A9 2008 - 2024 The Apereo Foundation, distributed under the Apache License.")
String pdfCopyright(String version);

@DefaultMessage("Oooops, the loading is taking too much time... Something probably went wrong. You may need to reload this page.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4600,8 +4600,8 @@ pageBlockedPopup=Pokud bylo zablokov\u00E1no vyskakovac\u00ED okno, exportovan\u
# Default: Close {0}
pageClose=Zav\u0159\u00EDt {0}

# Default: &copy; 2008 - 2023 The Apereo Foundation,<br>distributed under the Apache License, Version 2.
pageCopyright=&copy; 2008 - 2023 The Apereo Foundation,<br>distribuce s licenc\u00ED Apache verze 2.
# Default: &copy; 2008 - 2024 The Apereo Foundation,<br>distributed under the Apache License, Version 2.
pageCopyright=&copy; 2008 - 2024 The Apereo Foundation,<br>distribuce s licenc\u00ED Apache verze 2.

# Default: Page generated in {0} sec.
pageGeneratedIn=Str\u00E1nka vygenerov\u00E1na za {0} vte\u0159in.
Expand All @@ -4612,8 +4612,8 @@ pageHelp=Dokumentace\: {0}
# Default: Version {0} built on {1}
pageVersion=Verze {0} vytvo\u0159en\u00E1 {1}

# Default: UniTime {0}, \u00A9 2008 - 2023 The Apereo Foundation, distributed under the Apache License.
pdfCopyright=UniTime {0}, \u00A9 2008 - 2023 The Apereo Foundation, distribuce s licenc\u00ED Apache.
# Default: UniTime {0}, \u00A9 2008 - 2024 The Apereo Foundation, distributed under the Apache License.
pdfCopyright=UniTime {0}, \u00A9 2008 - 2024 The Apereo Foundation, distribuce s licenc\u00ED Apache.

# Default: Horizontal
periodPreferenceHorizontal=Vodorovn\u011B
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3802,8 +3802,8 @@ pageBlockedPopup=Je\u015Bli wyskakiwanie okienek zosta\u0142o zablokowane, pod t
# Default: Close {0}
pageClose=Zamknij {0}

# Default: &copy; 2008 - 2023 The Apereo Foundation,<br>distributed under the Apache License, Version 2.
pageCopyright=&copy; 2008 - 2023 The Apereo Foundation,<br>udost\u0119pniana w ramach Apache License, Wersja 2.
# Default: &copy; 2008 - 2024 The Apereo Foundation,<br>distributed under the Apache License, Version 2.
pageCopyright=&copy; 2008 - 2024 The Apereo Foundation,<br>udost\u0119pniana w ramach Apache License, Wersja 2.

# Default: Page generated in {0} sec.
pageGeneratedIn=Strona wygenerowana w {0} s.
Expand All @@ -3814,8 +3814,8 @@ pageHelp=Dokumentacja\: {0}
# Default: Version {0} built on {1}
pageVersion=Wersja {0} utworzona na {1}

# Default: UniTime {0}, \u00A9 2008 - 2023 The Apereo Foundation, distributed under the Apache License.
pdfCopyright=UniTime {0}, \u00A9 2008 - 2023 The Apereo Foundation, udost\u0119pniana w ramach Apache License.
# Default: UniTime {0}, \u00A9 2008 - 2024 The Apereo Foundation, distributed under the Apache License.
pdfCopyright=UniTime {0}, \u00A9 2008 - 2024 The Apereo Foundation, udost\u0119pniana w ramach Apache License.

# Default: Horizontal
periodPreferenceHorizontal=Poziomo
Expand Down
2 changes: 1 addition & 1 deletion JavaSource/org/unitime/timetable/tags/Copyright.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 support@unitime.org
String body =
"<a class='unitime-FooterLink' href='http://www.unitime.org' tabIndex='-1'>&copy;&nbsp;2008&nbsp;-&nbsp;2023&nbsp;The&nbsp;Apereo&nbsp;Foundation</a>," +
"<a class='unitime-FooterLink' href='http://www.unitime.org' tabIndex='-1'>&copy;&nbsp;2008&nbsp;-&nbsp;2024&nbsp;The&nbsp;Apereo&nbsp;Foundation</a>," +
(isBr() ? "<br>" : " ") +
"<a class='unitime-FooterLink' href='http://www.unitime.org/uct_license.php' tabIndex='-1'>distributed&nbsp;under&nbsp;the&nbsp;Apache&nbsp;License,&nbsp;Version&nbsp;2.</a>";
try {
Expand Down

0 comments on commit ae9a0d8

Please sign in to comment.