comments updated

This commit is contained in:
Cesare Concordia 2022-06-03 15:10:23 +02:00
parent 492b311841
commit 6cf3981c6a
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
### SSHOC Citation Service prototype
The source code of the _SSHOC Citation Service prototype_ the back end used by the [Citation Metadata Viewer](http://v4e-lab.isti.cnr.it/citview/demo/index.html).
The source code of the _SSH Data Citation Service_ the back end used by the [Citation Metadata Viewer](http://v4e-lab.isti.cnr.it/citview/demo/index.html).

View File

@ -69,8 +69,8 @@ public class SwaggerConfig {
log.error(e.getMessage());
}
return new ApiInfoBuilder()
.title("SSHOC Citation Service")
.description("This page shows the Web Services entry points for the SSHOC Citation Service.")
.title("SSH Data Citation Service")
.description("This page shows the Web Services entry points for the SSH Data Citation Service.")
.version(property.getProperty("Version_default"))
.termsOfServiceUrl("http://terms-of-services.sshoc")
.license("Apache License, Version 2.0")