git: 03eb27a31b - main - Books: Remove 'Copyright' repetition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Oct 2023 09:54:33 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=03eb27a31b6286282cd00429fb08d78097c7b4e9
commit 03eb27a31b6286282cd00429fb08d78097c7b4e9
Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-10-01 09:53:41 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-10-01 09:53:41 +0000
Books: Remove 'Copyright' repetition
PR: 274182
---
documentation/content/en/books/arch-handbook/book.adoc | 2 +-
documentation/content/en/books/dev-model/_index.adoc | 2 +-
documentation/content/pt-br/books/dev-model/_index.adoc | 2 +-
documentation/content/ru/books/arch-handbook/book.adoc | 2 +-
documentation/content/zh-cn/books/arch-handbook/_index.adoc | 2 +-
documentation/content/zh-cn/books/arch-handbook/book.adoc | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/documentation/content/en/books/arch-handbook/book.adoc b/documentation/content/en/books/arch-handbook/book.adoc
index b9e7b223e8..3273926895 100644
--- a/documentation/content/en/books/arch-handbook/book.adoc
+++ b/documentation/content/en/books/arch-handbook/book.adoc
@@ -2,7 +2,7 @@
title: FreeBSD Architecture Handbook
authors:
- author: The FreeBSD Documentation Project
-copyright: Copyright © 2000-2006, 2012-2023 The FreeBSD Documentation Project
+copyright: 2000-2006, 2012-2023 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"]
diff --git a/documentation/content/en/books/dev-model/_index.adoc b/documentation/content/en/books/dev-model/_index.adoc
index 3e3371ca07..68b248eeb3 100644
--- a/documentation/content/en/books/dev-model/_index.adoc
+++ b/documentation/content/en/books/dev-model/_index.adoc
@@ -2,7 +2,7 @@
title: A project model for the FreeBSD Project
authors:
- author: Niklas Saers
-copyright: Copyright © 2002-2005 Niklas Saers
+copyright: 2002-2005 Niklas Saers
description: A formal study of the organization of the FreeBSD project
trademarks: ["freebsd", "ibm", "ieee", "adobe", "intel", "linux", "microsoft", "opengroup", "sun", "netbsd", "general"]
bookOrder: 45
diff --git a/documentation/content/pt-br/books/dev-model/_index.adoc b/documentation/content/pt-br/books/dev-model/_index.adoc
index 3429d04854..3cb144efa7 100644
--- a/documentation/content/pt-br/books/dev-model/_index.adoc
+++ b/documentation/content/pt-br/books/dev-model/_index.adoc
@@ -2,7 +2,7 @@
title: Um modelo de projeto para o projeto FreeBSD
authors:
- author: Niklas Saers
-copyright: Copyright © 2002-2005 Niklas Saers
+copyright: 2002-2005 Niklas Saers
trademarks: ["freebsd", "ibm", "ieee", "adobe", "intel", "linux", "microsoft", "opengroup", "sun", "netbsd", "general"]
isIndex: true
---
diff --git a/documentation/content/ru/books/arch-handbook/book.adoc b/documentation/content/ru/books/arch-handbook/book.adoc
index 02fb3a4420..02d82d2ae2 100644
--- a/documentation/content/ru/books/arch-handbook/book.adoc
+++ b/documentation/content/ru/books/arch-handbook/book.adoc
@@ -2,7 +2,7 @@
title: FreeBSD Architecture Handbook
authors:
- author: The FreeBSD Documentation Project
-copyright: Copyright © 2000-2006, 2012-2013 The FreeBSD Documentation Project
+copyright: 2000-2006, 2012-2013 The FreeBSD Documentation Project
description: FreeBSD Architecture Handbook
trademarks: ["freebsd", "apple", "microsoft", "unix", "general"]
tags: ["Arch Handbook", "FreeBSD"]
diff --git a/documentation/content/zh-cn/books/arch-handbook/_index.adoc b/documentation/content/zh-cn/books/arch-handbook/_index.adoc
index 4116613b30..2c1d130ee9 100644
--- a/documentation/content/zh-cn/books/arch-handbook/_index.adoc
+++ b/documentation/content/zh-cn/books/arch-handbook/_index.adoc
@@ -3,7 +3,7 @@ title: FreeBSD 系统结构手册
authors:
- author: The FreeBSD Documentation Project
- author: FreeBSD 中文计划
-copyright: Copyright © 2000-2006, 2012-2013 The FreeBSD Documentation Project
+copyright: 2000-2006, 2012-2013 The FreeBSD Documentation Project
trademarks: ["freebsd", "apple", "microsoft", "unix", "general"]
next: books/arch-handbook/parti
add_single_page_link: true
diff --git a/documentation/content/zh-cn/books/arch-handbook/book.adoc b/documentation/content/zh-cn/books/arch-handbook/book.adoc
index 2dfb61b545..16fa76cc5a 100644
--- a/documentation/content/zh-cn/books/arch-handbook/book.adoc
+++ b/documentation/content/zh-cn/books/arch-handbook/book.adoc
@@ -3,7 +3,7 @@ title: FreeBSD 系统结构手册
authors:
- author: The FreeBSD Documentation Project
- author: FreeBSD 中文计划
-copyright: Copyright © 2000-2006, 2012-2013 The FreeBSD Documentation Project
+copyright: 2000-2006, 2012-2013 The FreeBSD Documentation Project
trademarks: ["freebsd", "apple", "microsoft", "unix", "general"]
add_split_page_link: true
---