Skip to content

Commit e47e4ba

Browse files
committed
Update the copyrights in the files with the URL schema modified to https
1 parent 34290b4 commit e47e4ba

File tree

58 files changed

+165
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+165
-165
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
import org.apache.tools.ant.filters.ReplaceTokens
2525

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/>.

settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
rootProject.name = 'silverpeas-setup'

src/main/groovy/org/silverpeas/setup/SilverpeasConfigurationProperties.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup
2525

src/main/groovy/org/silverpeas/setup/SilverpeasLoggingProperties.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup
2525

src/main/groovy/org/silverpeas/setup/SilverpeasSetupExtension.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup
2525

src/main/groovy/org/silverpeas/setup/SilverpeasSetupPlugin.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup
2525

src/main/groovy/org/silverpeas/setup/TaskEventLogging.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup
2525

src/main/groovy/org/silverpeas/setup/api/AbstractScript.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup.api
2525

src/main/groovy/org/silverpeas/setup/api/DataSourceProvider.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup.api
2525

src/main/groovy/org/silverpeas/setup/api/FileLogger.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup.api
2525

src/main/groovy/org/silverpeas/setup/api/GroovyScript.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup.api
2525

src/main/groovy/org/silverpeas/setup/api/JBossServer.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup.api
2525

src/main/groovy/org/silverpeas/setup/api/JcrRepositoryFactory.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup.api
2525

src/main/groovy/org/silverpeas/setup/api/Script.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup.api
2525

src/main/groovy/org/silverpeas/setup/api/SilverpeasSetupService.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup.api
2525

src/main/groovy/org/silverpeas/setup/api/SilverpeasSetupTaskNames.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup.api
2525

src/main/groovy/org/silverpeas/setup/api/SystemWrapper.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
As a special exception to the terms and conditions of version 3.0 of
1010
the GPL, you may redistribute this Program in connection with Free/Libre
1111
Open Source Software ("FLOSS") applications as described in Silverpeas's
12-
FLOSS exception. You should have recieved a copy of the text describing
12+
FLOSS exception. You should have received a copy of the text describing
1313
the FLOSS exception, and it is also available here:
14-
"http://www.silverpeas.org/docs/core/legal/floss_exception.html"
14+
"https://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
1616
This program is distributed in the hope that it will be useful,
1717
but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
GNU Affero General Public License for more details.
2020
2121
You should have received a copy of the GNU Affero General Public License
22-
along with this program. If not, see <http://www.gnu.org/licenses/>.
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
*/
2424
package org.silverpeas.setup.api
2525

0 commit comments

Comments
 (0)