Skip to content

Commit 15a8a3d

Browse files
committed
Take into account of the new location and new major version of our Nexus service. Update copyright upper bound year
1 parent 08d982a commit 15a8a3d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

license.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found.
643643
GNU Affero General Public License for more details.
644644

645645
You should have received a copy of the GNU Affero General Public License
646-
along with this program. If not, see <http://www.gnu.org/licenses/>.
646+
along with this program. If not, see <https://www.gnu.org/licenses/>.
647647

648648
Also add information on how to contact you by electronic and paper mail.
649649

@@ -658,4 +658,4 @@ specific requirements.
658658
You should also get your employer (if you work as a programmer) or school,
659659
if any, to sign a "copyright disclaimer" for the program, if necessary.
660660
For more information on this, and how to apply and follow the GNU AGPL, see
661-
<http://www.gnu.org/licenses/>.
661+
<https://www.gnu.org/licenses/>.

license/silverpeas-license.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2000 - 2022 Silverpeas
1+
Copyright (C) 2000 - 2024 Silverpeas
22

33
This program is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Affero General Public License as
@@ -10,12 +10,12 @@ the GPL, you may redistribute this Program in connection with Free/Libre
1010
Open Source Software ("FLOSS") applications as described in Silverpeas's
1111
FLOSS exception. You should have received a copy of the text describing
1212
the FLOSS exception, and it is also available here:
13-
"http://www.silverpeas.org/legal/licensing"
13+
"https://www.silverpeas.org/legal/licensing"
1414

1515
This program is distributed in the hope that it will be useful,
1616
but WITHOUT ANY WARRANTY; without even the implied warranty of
1717
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1818
GNU Affero General Public License for more details.
1919

2020
You should have received a copy of the GNU Affero General Public License
21-
along with this program. If not, see <http://www.gnu.org/licenses/>.
21+
along with this program. If not, see <https://www.gnu.org/licenses/>.

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (C) 2000 - 2022 Silverpeas
4+
Copyright (C) 2000 - 2024 Silverpeas
55
66
This program is free software: you can redistribute it and/or modify
77
it under the terms of the GNU Affero General Public License as
@@ -13,15 +13,15 @@
1313
Open Source Software ("FLOSS") applications as described in Silverpeas's
1414
FLOSS exception. You should have received a copy of the text describing
1515
the FLOSS exception, and it is also available here:
16-
"http://www.silverpeas.com/legal/licensing"
16+
"https://www.silverpeas.org/legal/licensing"
1717
1818
This program is distributed in the hope that it will be useful,
1919
but WITHOUT ANY WARRANTY; without even the implied warranty of
2020
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2121
GNU Affero General Public License for more details.
2222
2323
You should have received a copy of the GNU Affero General Public License
24-
along with this program. If not, see <http://www.gnu.org/licenses />.
24+
along with this program. If not, see <https://www.gnu.org/licenses />.
2525
2626
-->
2727

@@ -57,7 +57,7 @@
5757
<id>Silverpeas</id>
5858
<layout>default</layout>
5959
<name>Silverpeas Repository</name>
60-
<url>https://www.silverpeas.org/nexus/content/groups/silverpeas</url>
60+
<url>https://nexus3.silverpeas.org/repository/silverpeas</url>
6161
<releases>
6262
<enabled>true</enabled>
6363
</releases>
@@ -72,7 +72,7 @@
7272
<id>Silverpeas</id>
7373
<layout>default</layout>
7474
<name>Silverpeas Repository</name>
75-
<url>https://www.silverpeas.org/nexus/content/groups/silverpeas</url>
75+
<url>https://nexus3.silverpeas.org/repository/silverpeas</url>
7676
<releases>
7777
<enabled>true</enabled>
7878
</releases>
@@ -87,13 +87,13 @@
8787
<id>silverpeas</id>
8888
<name>Repository Silverpeas</name>
8989
<layout>default</layout>
90-
<url>https://www.silverpeas.org/nexus/content/repositories/releases/</url>
90+
<url>https://nexus3.silverpeas.org/repository/releases/</url>
9191
</repository>
9292
<snapshotRepository>
9393
<id>silverpeas-snapshots</id>
9494
<name>Snapshots Repository Silverpeas</name>
9595
<layout>default</layout>
96-
<url>https://www.silverpeas.org/nexus/content/repositories/snapshots/</url>
96+
<url>https://nexus3.silverpeas.org/repository/snapshots/</url>
9797
</snapshotRepository>
9898
<site>
9999
<id>silverpeas_repository</id>

0 commit comments

Comments
 (0)