Skip to content
Snippets Groups Projects
Commit 0e36c658 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Change CS Group website URL and logo

Fixes #390
parent 9c98f282
No related branches found
No related tags found
No related merge requests found
Pipeline #1776 passed
......@@ -2,7 +2,7 @@ RUGGED
Copyright 2013-2022 CS GROUP
This product includes software developed by
CS GROUP (http://www.c-s.fr/)
CS GROUP (https://www.csgroup.eu/)
This product depends on software developed by
The Apache Software Foundation (http://www.apache.org/)
......
......@@ -93,6 +93,6 @@ More detailed information is available in the
## License
Rugged is licensed by [CS GROUP](https://www.c-s.fr/) under
Rugged is licensed by [CS GROUP](https://www.csgroup.eu/) under
the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
A copy of this license is provided in the [LICENSE.txt](LICENSE.txt) file.
......@@ -122,7 +122,7 @@
<organization>
<name>CS GROUP</name>
<url>http://www.c-s.fr/</url>
<url>https://www.csgroup.eu/</url>
</organization>
<licenses>
......@@ -472,7 +472,7 @@
<version>${rugged.maven-jxr-plugin.version}</version>
<configuration>
<linkJavadoc>false</linkJavadoc>
<bottom><![CDATA[Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="http://www.c-s.fr">CS GROUP</a>. All rights reserved.]]></bottom>
<bottom><![CDATA[Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="https://www.csgroup.eu/">CS GROUP</a>. All rights reserved.]]></bottom>
</configuration>
</plugin>
<plugin>
......@@ -480,7 +480,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>${rugged.maven-javadoc-plugin.version}</version>
<configuration>
<bottom><![CDATA[Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="http://www.c-s.fr">CS GROUP</a>. All rights reserved.]]></bottom>
<bottom><![CDATA[Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="https://www.csgroup.eu/">CS GROUP</a>. All rights reserved.]]></bottom>
<links>
<link>https://docs.oracle.com/javase/8/docs/api/</link>
<link>https://www.hipparchus.org/apidocs/</link>
......
src/site/resources/images/logo_cs_2008_baseline_ang.jpg

31.6 KiB

src/site/resources/images/logo_cs_group.png

19.1 KiB

......@@ -16,9 +16,8 @@
<project name="Rugged">
<bannerLeft>
<name>CS GROUP</name>
<src>/images/logo_cs_2008_baseline_ang.jpg</src>
<height>180</height>
<href>http://www.c-s.fr/</href>
<src>/images/logo_cs_group.png</src>
<href>https://www.csgroup.eu/</href>
</bannerLeft>
<bannerRight>
<name>Rugged</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment