Skip to content

Commit 7fb0fcb

Browse files
committed
Update the copyrights in the files with the URL schema modified to https
Fix orthograph in some copyright notices.
1 parent 0366c2a commit 7fb0fcb

38 files changed

+39
-39
lines changed

aurora/aurora-configuration/src/main/config/data/web/weblib.war/Aurora/css/login.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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:
1414
* "http://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
*
@@ -19,7 +19,7 @@
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

2525
@charset "utf-8";

aurora/aurora-configuration/src/main/config/data/web/weblib.war/Aurora/css/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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

2525
@font-face {

aurora/aurora-configuration/src/main/config/data/web/weblib.war/skins/Sobre/css/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* GNU Affero General Public License for more details.
2121
*
2222
* You should have received a copy of the GNU Affero General Public License
23-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
23+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2424
*/
2525

2626

aurora/aurora-configuration/src/main/config/properties/org/silverpeas/util/logging/auroraLogging.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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:
1414
# "http://www.silverpeas.org/docs/core/legal/floss_exception.html"
1515
#

aurora/aurora-war/src/main/java/org/silverpeas/looks/aurora/AuroraSpaceHomePage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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.looks.aurora;
2525

aurora/aurora-war/src/main/java/org/silverpeas/looks/aurora/BodyPartSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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.looks.aurora;
2525

aurora/aurora-war/src/main/java/org/silverpeas/looks/aurora/DelegatedNewsBeginDateComparatorAsc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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

2525
package org.silverpeas.looks.aurora;

aurora/aurora-war/src/main/java/org/silverpeas/looks/aurora/service/almanach/CalendarEventOccurrenceEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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

2525
package org.silverpeas.looks.aurora.service.almanach;

aurora/aurora-war/src/main/webapp/WEB-INF/tags/silverpeas/look/displayFAQ.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
2525
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>

aurora/aurora-war/src/main/webapp/WEB-INF/tags/silverpeas/look/displayFormSearch.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
2525
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>

0 commit comments

Comments
 (0)