git: 03dca8208a - main - fdp-primer: Add trademarks
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 07:40:07 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/doc/commit/?id=03dca8208a291f760cf0846f76730e7c7452e565
commit 03dca8208a291f760cf0846f76730e7c7452e565
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-04-27 10:23:23 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-05-03 07:38:15 +0000
fdp-primer: Add trademarks
Add the FreeBSD and Git trademarks to the the trademarks list.
Also forward commit 949582900fdaff5b8157a752fa8039a1887eba6c to
book.adoc.
Approved by: carlavilla (mentor)
Differential Revision: https://reviews.freebsd.org/D39847
---
documentation/content/en/books/fdp-primer/_index.adoc | 2 +-
documentation/content/en/books/fdp-primer/book.adoc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/documentation/content/en/books/fdp-primer/_index.adoc b/documentation/content/en/books/fdp-primer/_index.adoc
index 75c3c0e507..98409c970e 100644
--- a/documentation/content/en/books/fdp-primer/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/_index.adoc
@@ -3,7 +3,7 @@ title: FreeBSD Documentation Project Primer for New Contributors
authors:
- author: The FreeBSD Documentation Project
copyright: 1998-2023 The FreeBSD Documentation Project
-trademarks: ["general"]
+trademarks: ["freebsd", "general", "git"]
description: Everything you need to know in order to start contributing to the FreeBSD Documentation Project
next: books/fdp-primer/preface
tags: ["FDP", "documentation", "FreeBSD", "Index"]
diff --git a/documentation/content/en/books/fdp-primer/book.adoc b/documentation/content/en/books/fdp-primer/book.adoc
index 0a0e43a665..151fec0747 100644
--- a/documentation/content/en/books/fdp-primer/book.adoc
+++ b/documentation/content/en/books/fdp-primer/book.adoc
@@ -2,9 +2,9 @@
title: FreeBSD Documentation Project Primer for New Contributors
authors:
- author: The FreeBSD Documentation Project
-copyright: 1998-2021 DocEng
+copyright: 1998-2023 The FreeBSD Documentation Project
description: Everything you need to know in order to start contributing to the FreeBSD Documentation Project
-trademarks: ["general"]
+trademarks: ["freebsd", "general", "git"]
tags: ["FDP", "documentation", "FreeBSD", "Index"]
add_split_page_link: true
---