Skip to content

Commit

Permalink
change copyright and contact
Browse files Browse the repository at this point in the history
  • Loading branch information
drseb committed Jul 4, 2017
1 parent e388d7f commit 7e5ba97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hpoweb/HpowebUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ else if (dataProvider instanceof IGeneDataProvider) {
* Bottom part
*/
Label version = new Label("Ontology version: " + ontologyVersion);
Label copyright = new Label("Copyright 2015 - The Human Phenotype Ontology Project");
Link feedback = new Link("Question, Comments, Feedback: sebastian.koehler@charite.de", new ExternalResource("http:https://drseb.github.io/"));
Label copyright = new Label("Copyright 2017 - Sebastian Köhler & The Human Phenotype Ontology Project");
Link feedback = new Link("Question, Comments, Feedback: dr.sebastian.koehler@gmail.com", new ExternalResource("http:https://drseb.github.io/"));
addLabelRow(gridContainer, version);
addLabelRow(gridContainer, copyright);
addLabelRow(gridContainer, feedback);
Expand Down

0 comments on commit 7e5ba97

Please sign in to comment.