Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
Paco Avila committed Mar 1, 2018
1 parent 1f2a03a commit b6b8cdc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class AboutPopup extends DialogBox implements ClickHandler {
private HTML htmlExtVersion;
private Button button;
private String msg = "<b>Be Open, my friend!</b><br>";
private String copy = "&nbsp;&copy 2006-2017 OpenKM <br><br>";
private String copy = "&nbsp;&copy 2006-2018 OpenKM <br><br>";
private String team = "<b>OpenKM Team</b><br><br>";
private String web = "<a href=\"http://www.openkm.com\" target=\"_blank\">http://www.openkm.com</a><br><br>";
private String appVersion = "Version 0.0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/admin/home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<tr><td><b>OpenKM - Knowledge Management</b></td></tr>
<tr><td nowrap="nowrap">Version: <%=WarUtils.getAppVersion() %></td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&copy; 2006-2017 OpenKM</td></tr>
<tr><td>&copy; 2006-2018 OpenKM</td></tr>
<tr><td>&nbsp;</td></tr>
<tr><td><b>Support</b></td></tr>
<tr><td><a target="_blank" href="http://forum.openkm.com/">http://forum.openkm.com</a></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/login_desktop.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<div class="form-group form-footer"
style="border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important;">
<div class="col-xs-12 text-center">
<p>&copy; 2006-2017 OpenKM. All rights reserved.</p>
<p>&copy; 2006-2018 OpenKM. All rights reserved.</p>
</div>
</div>
</form>
Expand Down

0 comments on commit b6b8cdc

Please sign in to comment.