git: 4dc399dee3 - main - website: Restore FreeBSD Project copyright
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Sep 2026 18:06:14 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=4dc399dee364623d5d5db441033f138324b0f030
commit 4dc399dee364623d5d5db441033f138324b0f030
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-09-05 17:54:05 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-05 18:05:48 +0000
website: Restore FreeBSD Project copyright
From 1995-2021, the project website said "1995-???? The FreeBSD Project"
until the rewrite to hugo/asciidoctor, when it became erroneously listed
as 1995-2020 The FreeBSD Foundation. The Foundation owns the trademarks,
not the copyright, and they can not own a copyright before they existed.
Reported by: wosch
Reviewed by: wosch
Event: Berlin Hackathon 202609
Fixes: 989d921f5d4a ("Migrate doc to Hugo/AsciiDoctor")
---
documentation/themes/beastie/layouts/_partials/site-head.html | 2 +-
website/themes/beastie/layouts/_partials/site-head.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/themes/beastie/layouts/_partials/site-head.html b/documentation/themes/beastie/layouts/_partials/site-head.html
index c531d57d9e..da46c69f17 100644
--- a/documentation/themes/beastie/layouts/_partials/site-head.html
+++ b/documentation/themes/beastie/layouts/_partials/site-head.html
@@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ if .IsHome }}{{ .Site.Params.description }}{{ else }}{{ .Description }}{{ end }}"/>
<meta name="keywords" content="{{ with .Params.tags -}}{{ delimit . ", "}}{{- end }}"/>
- <meta name="copyright" content="1995-{{ now.Format "2006" }} The FreeBSD Foundation" />
+ <meta name="copyright" content="1995-{{ now.Format "2006" }} The FreeBSD Project" />
<link rel="canonical" href="{{ .Permalink }}" />
<title>{{ with .Params.Title }}{{ . }} | {{ end }} {{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
diff --git a/website/themes/beastie/layouts/_partials/site-head.html b/website/themes/beastie/layouts/_partials/site-head.html
index 5aa6a86463..57d802b266 100644
--- a/website/themes/beastie/layouts/_partials/site-head.html
+++ b/website/themes/beastie/layouts/_partials/site-head.html
@@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ if .IsHome }} {{ .Site.Params.description }} {{ else }} {{ .Description }} {{ end }}">
<meta name="keywords" content="{{ with .Params.tags -}}{{ delimit . ", " }}{{- end }}">
- <meta name="copyright" content="1995-{{ now.Format "2006" }} The FreeBSD Foundation">
+ <meta name="copyright" content="1995-{{ now.Format "2006" }} The FreeBSD Project">
<link rel="canonical" href="{{ .Permalink }}">
<title>