From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 0D0B33858D1E; Thu, 23 Nov 2023 21:38:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0D0B33858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700775507; bh=/qY2tdUttpYZkUwODAHJ8vG869CXe/xKbRCjkemZfqc=; h=To:Subject:Date:From:From; b=CrdODZuCXPh/qv+aMMNniQHxzXgpg+oXtBOKc9gvc5XV8pn+Sozpb+afYYQFRx9Yi 77i5LNqoVLNB29T2w5GQ8WDYKwNxTdX+cjITDb6kQFM8j53PmU/zkfXpGISSF7dC9e OwGy86bM7WXgVTj2CD3QBCwjIwIRzmZzveuQ1LE0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0d61af427e4cc7693b395d3eec35eda7ca7986e8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2428b84c82007f926fab30599c48394a03b83df7 X-Git-Newrev: 0d61af427e4cc7693b395d3eec35eda7ca7986e8 Message-Id: <20231123213827.0D0B33858D1E@sourceware.org> Date: Thu, 23 Nov 2023 21:38:27 +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 0d61af427e4cc7693b395d3eec35eda7ca7986e8 (commit) from 2428b84c82007f926fab30599c48394a03b83df7 (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 0d61af427e4cc7693b395d3eec35eda7ca7986e8 Author: Gerald Pfeifer Date: Thu Nov 23 22:25:10 2023 +0100 conduct: Use licensebuttons.net i.creativecommons.org now has a permanent redirect for the images we use to licensebuttons.net, so follow that. diff --git a/htdocs/conduct-faq.html b/htdocs/conduct-faq.html index 06f579b9..181a7674 100644 --- a/htdocs/conduct-faq.html +++ b/htdocs/conduct-faq.html @@ -64,7 +64,8 @@ email conduct@gcc.gnu.org with any additional questions or feedback.

-Creative Commons License
+Creative Commons 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 1913185b..139cd6c7 100644 --- a/htdocs/conduct-report.html +++ b/htdocs/conduct-report.html @@ -114,7 +114,8 @@ 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
+Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. diff --git a/htdocs/conduct-response.html b/htdocs/conduct-response.html index 42509828..d646b2e7 100644 --- a/htdocs/conduct-response.html +++ b/htdocs/conduct-response.html @@ -133,7 +133,8 @@ directly to any of the committee members, as documented in the reporting guidelines.

-Creative Commons License
+Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. diff --git a/htdocs/conduct.html b/htdocs/conduct.html index e04188de..2e7628af 100644 --- a/htdocs/conduct.html +++ b/htdocs/conduct.html @@ -115,7 +115,8 @@ that doesn't answer your questions, feel free to contact us.

-Creative Commons License
+Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. ----------------------------------------------------------------------- Summary of changes: htdocs/conduct-faq.html | 3 ++- htdocs/conduct-report.html | 3 ++- htdocs/conduct-response.html | 3 ++- htdocs/conduct.html | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs