Skip to content

Commit

Permalink
updating LICENSE and maintainer info
Browse files Browse the repository at this point in the history
  • Loading branch information
julianu committed Sep 7, 2023
1 parent 1946ab0 commit 9c104ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
--------------------------------------------------------------------------------
PIA - Protein Inference Algorithms
--------------------------------------------------------------------------------
Copyright Ruhr University Bochum, Medizinisches Proteom-Center, and European
Bioinformatics Institute (EMBL-EBI), 2013-2022
Copyright Ruhr University Bochum - Medical Bioinformatics,
Ruhr University Bochum - Medizinisches Proteom-Center and European
Bioinformatics Institute (EMBL-EBI), 2013-2023

This software is released under a three-clause BSD license:

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/de/mpc/pia/PIACli.java
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ public static boolean processPIAAnalysis(String jsonFileName, String piaFileName
static class ManifestVersionProvider implements IVersionProvider {
public String[] getVersion() {
return new String[] { "PIA - Protein Inference Algorithms, version " + PIAConstants.VERSION,
"Ruhr University Bochum, Medical Proteome Center",
"https://github.com/mpc-bioinformatics/pia" };
"Ruhr University Bochum, Medical Bioinformatics",
"https://github.com/medbioinf/pia" };
}
}
}

0 comments on commit 9c104ca

Please sign in to comment.