Date: Sun, 5 Mar 2023 12:45:24 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 9074e8bc7c - main - arch_handbook: Fix copyright line Message-ID: <202303051245.325CjOAu084184@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=9074e8bc7c24408c213aa9fd115fcc86e5170ff4 commit 9074e8bc7c24408c213aa9fd115fcc86e5170ff4 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2023-03-05 12:41:30 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2023-03-05 12:44:27 +0000 arch_handbook: Fix copyright line The copyright line was displayed as "Copyright © Copyright © 2000-2006, 2012-2021 The FreeBSD Documentation Project". Remove the extra "Copyright © ". Approved by: doceng (blanket) --- documentation/content/en/books/arch-handbook/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/arch-handbook/_index.adoc b/documentation/content/en/books/arch-handbook/_index.adoc index bb01f09331..1ab2efda95 100644 --- a/documentation/content/en/books/arch-handbook/_index.adoc +++ b/documentation/content/en/books/arch-handbook/_index.adoc @@ -2,7 +2,7 @@ title: FreeBSD Architecture Handbook authors: - author: The FreeBSD Documentation Project -copyright: Copyright © 2000-2006, 2012-2021 The FreeBSD Documentation Project +copyright: 2000-2006, 2012-2021 The FreeBSD Documentation Project description: For FreeBSD system developers. This book covers the architectural details of many important FreeBSD kernel subsystems trademarks: ["freebsd", "apple", "microsoft", "unix", "general"] tags: ["Arch Handbook", "FreeBSD"]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303051245.325CjOAu084184>
