From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 560BF3858D33; Sun, 15 Oct 2023 13:50:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 560BF3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1697377819; bh=zKh2wPCEdvpHzgwMoqKdcKiKqYkoJ0D3GxnoADuMpMY=; h=To:Subject:Date:From:From; b=ToDXTXQUW1csnYRFHUtw20tZWoUAi2VdlT0UZBKBgCdl+z/gC/DVdbSmkezKhiFza cmJpQnXVyu/IRzQqsmU5L8WFECQBMUFzOuyQuQb1//2bpZtOggZj7M426qEuEAXkTd n/ppSY3/bJqgHVl1aqwubmDiLxIGz1C4Arksi0F0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. a6867d6b98ff0413d5fec21876f7f693df38290c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 25a7d93bb63f82d95deae86f421075d6b170c52b X-Git-Newrev: a6867d6b98ff0413d5fec21876f7f693df38290c Message-Id: <20231015135019.560BF3858D33@sourceware.org> Date: Sun, 15 Oct 2023 13:50:19 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via a6867d6b98ff0413d5fec21876f7f693df38290c (commit) from 25a7d93bb63f82d95deae86f421075d6b170c52b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a6867d6b98ff0413d5fec21876f7f693df38290c Author: Gerald Pfeifer Date: Sun Oct 15 15:49:21 2023 +0200 conduct: Link creativecommons.org via https Browers are starting to complain about http links, and the server actually redirects. On the way break really long lines. diff --git a/htdocs/conduct-faq.html b/htdocs/conduct-faq.html index 5b7a82a3..9ac65fbc 100644 --- a/htdocs/conduct-faq.html +++ b/htdocs/conduct-faq.html @@ -64,4 +64,6 @@ email conduct@gcc.gnu.org with any additional questions or feedback.

Creative Commons License
-This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. +This work is licensed under a + +Creative Commons Attribution-ShareAlike 4.0 International License. diff --git a/htdocs/conduct-report.html b/htdocs/conduct-report.html index 5f3fae90..58e4489e 100644 --- a/htdocs/conduct-report.html +++ b/htdocs/conduct-report.html @@ -114,7 +114,9 @@ of the committee's decision. To make such a request, contact a member of the Steering Committee with your request and motivation.

Creative Commons License
-This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. +This work is licensed under a + +Creative Commons Attribution-ShareAlike 4.0 International License.

Text derived from the Django project diff --git a/htdocs/conduct-response.html b/htdocs/conduct-response.html index a25f6ae4..a261554d 100644 --- a/htdocs/conduct-response.html +++ b/htdocs/conduct-response.html @@ -133,7 +133,9 @@ directly to any of the committee members, as documented in the reporting guidelines.

Creative Commons License
-This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. +This work is licensed under a + +Creative Commons Attribution-ShareAlike 4.0 International License.

Text derived from the Django diff --git a/htdocs/conduct.html b/htdocs/conduct.html index 87bd01bf..25790035 100644 --- a/htdocs/conduct.html +++ b/htdocs/conduct.html @@ -115,7 +115,9 @@ that doesn't answer your questions, feel free to contact us.

Creative Commons License
-This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. +This work is licensed under a + +Creative Commons Attribution-ShareAlike 4.0 International License.

Text derived from the Django project Code of Conduct, used under ----------------------------------------------------------------------- Summary of changes: htdocs/conduct-faq.html | 4 +++- htdocs/conduct-report.html | 4 +++- htdocs/conduct-response.html | 4 +++- htdocs/conduct.html | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs