git: b3c6ff6ee1 - main - Upgrade copyright year

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Thu, 19 Feb 2026 10:28:26 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=b3c6ff6ee1b672dfe555c983ae9bdf373ab27bf8

commit b3c6ff6ee1b672dfe555c983ae9bdf373ab27bf8
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2026-02-19 10:28:04 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2026-02-19 10:28:04 +0000

    Upgrade copyright year
---
 documentation/Makefile                                          | 4 ++--
 documentation/content/en/books/fdp-primer/doc-build/_index.adoc | 8 ++++----
 documentation/themes/beastie/LICENSE                            | 4 ++--
 documentation/themes/beastie/assets/js/copy-clipboard.js        | 4 ++--
 documentation/themes/beastie/assets/js/search.js                | 4 ++--
 documentation/themes/beastie/assets/js/theme-chooser.js         | 4 ++--
 documentation/themes/beastie/assets/styles/documentation.scss   | 4 ++--
 documentation/themes/beastie/assets/styles/footer.scss          | 4 ++--
 documentation/themes/beastie/assets/styles/global.scss          | 4 ++--
 documentation/themes/beastie/assets/styles/header.scss          | 4 ++--
 documentation/themes/beastie/assets/styles/main.scss            | 4 ++--
 documentation/themes/beastie/assets/styles/variables.scss       | 4 ++--
 documentation/tools/global-pgpkeys-creator.rb                   | 4 ++--
 website/Makefile                                                | 4 ++--
 website/themes/beastie/LICENSE                                  | 4 ++--
 website/tools/hardware-notes-processor.rb                       | 4 ++--
 website/tools/releases-toml.rb                                  | 4 ++--
 17 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/documentation/Makefile b/documentation/Makefile
index 2ca9c0c82a..41fd82bbae 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -1,7 +1,7 @@
 # Generate the FreeBSD documentation
 #
-# Copyright (c) 2020-2025, The FreeBSD Documentation Project
-# Copyright (c) 2020-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+# Copyright (c) 2020-2026, The FreeBSD Documentation Project
+# Copyright (c) 2020-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
 #
 # Targets intended for use on the command line
 #
diff --git a/documentation/content/en/books/fdp-primer/doc-build/_index.adoc b/documentation/content/en/books/fdp-primer/doc-build/_index.adoc
index ce14bf2cdf..f3e3f68a01 100644
--- a/documentation/content/en/books/fdp-primer/doc-build/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/doc-build/_index.adoc
@@ -259,8 +259,8 @@ This [.filename]#Makefile# takes the following form:
 ....
 # Generate the FreeBSD documentation
 #
-# Copyright (c) 2020-2025, The FreeBSD Documentation Project
-# Copyright (c) 2020-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+# Copyright (c) 2020-2026, The FreeBSD Documentation Project
+# Copyright (c) 2020-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
 #
 # Targets intended for use on the command line
 #
@@ -549,8 +549,8 @@ This [.filename]#Makefile# takes the form of:
 ....
 # Generate the FreeBSD website
 #
-# Copyright (c) 2020-2025, The FreeBSD Documentation Project
-# Copyright (c) 2020-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+# Copyright (c) 2020-2026, The FreeBSD Documentation Project
+# Copyright (c) 2020-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
 #
 # Targets intended for use on the command line
 #
diff --git a/documentation/themes/beastie/LICENSE b/documentation/themes/beastie/LICENSE
index 41546d1bbd..d51a8aa141 100644
--- a/documentation/themes/beastie/LICENSE
+++ b/documentation/themes/beastie/LICENSE
@@ -1,5 +1,5 @@
-Copyright (c) 1994-2025, The FreeBSD Project
-Copyright (c) 2020-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+Copyright (c) 1994-2026, The FreeBSD Project
+Copyright (c) 2020-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
 
 
 Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/js/copy-clipboard.js b/documentation/themes/beastie/assets/js/copy-clipboard.js
index 9c2473dad8..5c1fb6a500 100644
--- a/documentation/themes/beastie/assets/js/copy-clipboard.js
+++ b/documentation/themes/beastie/assets/js/copy-clipboard.js
@@ -1,8 +1,8 @@
 /*
 BSD 2-Clause License
 
-Copyright (c) 1994-2025, The FreeBSD Documentation Project
-Copyright (c) 2021-2025, Sergio Carlavilla
+Copyright (c) 1994-2026, The FreeBSD Documentation Project
+Copyright (c) 2021-2026, Sergio Carlavilla
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/js/search.js b/documentation/themes/beastie/assets/js/search.js
index d9cd420eb2..c5b6bed3b5 100644
--- a/documentation/themes/beastie/assets/js/search.js
+++ b/documentation/themes/beastie/assets/js/search.js
@@ -1,8 +1,8 @@
 /*
 BSD 2-Clause License
 
-Copyright (c) 1994-2025, The FreeBSD Documentation Project
-Copyright (c) 2021-2025, Sergio Carlavilla
+Copyright (c) 1994-2026, The FreeBSD Documentation Project
+Copyright (c) 2021-2026, Sergio Carlavilla
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/js/theme-chooser.js b/documentation/themes/beastie/assets/js/theme-chooser.js
index 7a075580f5..19d51509ac 100644
--- a/documentation/themes/beastie/assets/js/theme-chooser.js
+++ b/documentation/themes/beastie/assets/js/theme-chooser.js
@@ -1,8 +1,8 @@
 /*
 BSD 2-Clause License
 
-Copyright (c) 1994-2025, The FreeBSD Documentation Project
-Copyright (c) 2021-2025, Sergio Carlavilla
+Copyright (c) 1994-2026, The FreeBSD Documentation Project
+Copyright (c) 2021-2026, Sergio Carlavilla
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/styles/documentation.scss b/documentation/themes/beastie/assets/styles/documentation.scss
index c993293349..0c0ba1d2a4 100644
--- a/documentation/themes/beastie/assets/styles/documentation.scss
+++ b/documentation/themes/beastie/assets/styles/documentation.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 1994-2025, The FreeBSD Documentation Project
- * Copyright (c) 2021-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+ * Copyright (c) 1994-2026, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/styles/footer.scss b/documentation/themes/beastie/assets/styles/footer.scss
index 8ac35990bb..3c2af5ceb7 100644
--- a/documentation/themes/beastie/assets/styles/footer.scss
+++ b/documentation/themes/beastie/assets/styles/footer.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 1994-2025, The FreeBSD Documentation Project
- * Copyright (c) 2021-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+ * Copyright (c) 1994-2026, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss
index 7a2db627a4..d607eeb03c 100644
--- a/documentation/themes/beastie/assets/styles/global.scss
+++ b/documentation/themes/beastie/assets/styles/global.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 1994-2025, The FreeBSD Documentation Project
- * Copyright (c) 2021-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+ * Copyright (c) 1994-2026, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/styles/header.scss b/documentation/themes/beastie/assets/styles/header.scss
index fb07877df4..e4b6c4a397 100644
--- a/documentation/themes/beastie/assets/styles/header.scss
+++ b/documentation/themes/beastie/assets/styles/header.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 1994-2025, The FreeBSD Documentation Project
- * Copyright (c) 2021-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+ * Copyright (c) 1994-2026, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/styles/main.scss b/documentation/themes/beastie/assets/styles/main.scss
index 6824f1c398..a36ea1a3b6 100644
--- a/documentation/themes/beastie/assets/styles/main.scss
+++ b/documentation/themes/beastie/assets/styles/main.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 1994-2025, The FreeBSD Documentation Project
- * Copyright (c) 2021-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+ * Copyright (c) 1994-2026, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/documentation/themes/beastie/assets/styles/variables.scss b/documentation/themes/beastie/assets/styles/variables.scss
index 4c67fe1772..fa32cbc4de 100644
--- a/documentation/themes/beastie/assets/styles/variables.scss
+++ b/documentation/themes/beastie/assets/styles/variables.scss
@@ -1,6 +1,6 @@
 /*
- * Copyright (c) 1994-2025, The FreeBSD Documentation Project
- * Copyright (c) 2021-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+ * Copyright (c) 1994-2026, The FreeBSD Documentation Project
+ * Copyright (c) 2021-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/documentation/tools/global-pgpkeys-creator.rb b/documentation/tools/global-pgpkeys-creator.rb
index 5e5596bab6..b488cf4880 100644
--- a/documentation/tools/global-pgpkeys-creator.rb
+++ b/documentation/tools/global-pgpkeys-creator.rb
@@ -3,8 +3,8 @@
 =begin
 
 BSD 2-Clause License
-Copyright (c) 2020-2025, The FreeBSD Project
-Copyright (c) 2020-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+Copyright (c) 2020-2026, The FreeBSD Project
+Copyright (c) 2020-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
 
 This script will merge all the pgpkeys into one single file
 
diff --git a/website/Makefile b/website/Makefile
index d5b7f123c7..52934dc340 100644
--- a/website/Makefile
+++ b/website/Makefile
@@ -1,7 +1,7 @@
 # Generate the FreeBSD website
 #
-# Copyright (c) 2020-2025, The FreeBSD Documentation Project
-# Copyright (c) 2020-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+# Copyright (c) 2020-2026, The FreeBSD Documentation Project
+# Copyright (c) 2020-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
 #
 # Targets intended for use on the command line
 #
diff --git a/website/themes/beastie/LICENSE b/website/themes/beastie/LICENSE
index e31d36bffc..48fa5ca070 100644
--- a/website/themes/beastie/LICENSE
+++ b/website/themes/beastie/LICENSE
@@ -1,5 +1,5 @@
-Copyright (c) 2020-2025, The FreeBSD Project
-Copyright (c) 2020-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+Copyright (c) 2020-2026, The FreeBSD Project
+Copyright (c) 2020-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
 
 
 Redistribution and use in source and binary forms, with or without
diff --git a/website/tools/hardware-notes-processor.rb b/website/tools/hardware-notes-processor.rb
index ef94d66c27..9fc8b20d0f 100644
--- a/website/tools/hardware-notes-processor.rb
+++ b/website/tools/hardware-notes-processor.rb
@@ -2,8 +2,8 @@
 =begin
 
 BSD 2-Clause License
-Copyright (c) 2020-2025, The FreeBSD Project
-Copyright (c) 2020-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+Copyright (c) 2020-2026, The FreeBSD Project
+Copyright (c) 2020-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
 
 This script will generate the hardware notes
 
diff --git a/website/tools/releases-toml.rb b/website/tools/releases-toml.rb
index bae2a6efa0..3b384a5652 100644
--- a/website/tools/releases-toml.rb
+++ b/website/tools/releases-toml.rb
@@ -3,8 +3,8 @@
 =begin
 
 BSD 2-Clause License
-Copyright (c) 2020-2025, The FreeBSD Project
-Copyright (c) 2020-2025, Sergio Carlavilla <carlavilla@FreeBSD.org>
+Copyright (c) 2020-2026, The FreeBSD Project
+Copyright (c) 2020-2026, Sergio Carlavilla <carlavilla@FreeBSD.org>
 
 This script converts common variables sourced from shared/releases.adoc
  to the toml format and stores them in data/releases.toml