Added Author

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2023-11-24 11:54:53 +01:00
parent 7b97d4f630
commit a32f4f8038
7 changed files with 9 additions and 4 deletions

View File

@ -20,10 +20,12 @@ See [Releases](https://code-repo.d4science.org/gCubeSystem/social-service-client
## Authors ## Authors
* **Massimiliano Assante** ([ORCID](https://orcid.org/0000-0002-3761-1492)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/M.Assante) * **Massimiliano Assante** ([ORCID](https://orcid.org/0000-0002-3761-1492)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/M.Assante)
* **Ahmed Ibrahim** ([ORCID](https://orcid.org/0009-0001-3009-5755)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/en/about/people-detail/976/Ahmed_Salah_Tawfik_Ibrahim)
## Maintainers ## Maintainers
* **Massimiliano Assante** ([ORCID](https://orcid.org/0000-0002-3761-1492)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/M.Assante) * **Massimiliano Assante** ([ORCID](https://orcid.org/0000-0002-3761-1492)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/People/M.Assante)
* **Ahmed Ibrahim** ([ORCID](https://orcid.org/0009-0001-3009-5755)) - [ISTI-CNR Infrascience Group](https://www.isti.cnr.it/en/about/people-detail/976/Ahmed_Salah_Tawfik_Ibrahim)
## License ## License
@ -38,4 +40,4 @@ by favouring the realisation of reuse oriented policies.
The projects leading to this software have received funding from a series of European Union programmes see [FUNDING.md](FUNDING.md) The projects leading to this software have received funding from a series of European Union programmes see [FUNDING.md](FUNDING.md)

View File

@ -14,7 +14,7 @@ import org.slf4j.LoggerFactory;
/** /**
* Posts client. * Posts client.
* @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it) * @author Ahmed Ibrahim at ISTI-CNR (ahmed.ibrahim@isti.cnr.it)
*/ */
public class CommentClient extends BaseClient{ public class CommentClient extends BaseClient{

View File

@ -19,6 +19,7 @@ import org.slf4j.LoggerFactory;
/** /**
* HashTags client. * HashTags client.
* @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it) * @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
* @author Ahmed Ibrahim at ISTI-CNR (ahmed.ibrahim@isti.cnr.it)
*/ */
public class HashTagClient extends BaseClient{ public class HashTagClient extends BaseClient{

View File

@ -16,7 +16,7 @@ import org.slf4j.LoggerFactory;
/** /**
* Posts client. * Posts client.
* @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it) * @author Ahmed Ibrahim at ISTI-CNR (ahmed.ibrahim@isti.cnr.it)
*/ */
public class InviteClient extends BaseClient{ public class InviteClient extends BaseClient{

View File

@ -14,7 +14,7 @@ import org.slf4j.LoggerFactory;
/** /**
* Posts client. * Posts client.
* @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it) * @author Ahmed Ibrahim at ISTI-CNR (ahmed.ibrahim@isti.cnr.it)
*/ */
public class LikeClient extends BaseClient{ public class LikeClient extends BaseClient{

View File

@ -28,6 +28,7 @@ import org.slf4j.LoggerFactory;
/** /**
* Notifications client. * Notifications client.
* @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it) * @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
* @author Ahmed Ibrahim at ISTI-CNR (ahmed.ibrahim@isti.cnr.it)
*/ */
public class NotificationClient extends BaseClient{ public class NotificationClient extends BaseClient{

View File

@ -21,6 +21,7 @@ import org.slf4j.LoggerFactory;
/** /**
* Posts client. * Posts client.
* @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it) * @author Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
* @author Ahmed Ibrahim at ISTI-CNR (ahmed.ibrahim@isti.cnr.it)
*/ */
public class PostClient extends BaseClient{ public class PostClient extends BaseClient{