diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2025-01-01 06:42:22 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2025-01-01 06:42:22 +0000 |
commit | bc4716f7b02348c464df1240e20ba3e0f4a0f507 (patch) | |
tree | 5b6635ab233029e1c75f5ac27e6dedc30ee7c58b | |
parent | a2bd454f3271ea8224d2e245b23a1e60f726ec7d (diff) |
Happy New Year 2025!
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | COPYRIGHT | 2 | ||||
-rw-r--r-- | website/content/en/cgi/cgi-style.pl | 2 | ||||
-rw-r--r-- | website/content/en/copyright/freebsd-doc-license.adoc | 2 | ||||
-rw-r--r-- | website/content/en/copyright/freebsd-license.adoc | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Copyright 1994-2024 The FreeBSD Project. +Copyright 1994-2025 The FreeBSD Project. Redistribution and use in source (AsciiDoc) and 'compiled' forms (HTML, PDF, EPUB and so forth) with or without modification, are permitted provided that diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl index 8708ced120..b9a7b4dd9b 100644 --- a/website/content/en/cgi/cgi-style.pl +++ b/website/content/en/cgi/cgi-style.pl @@ -235,7 +235,7 @@ sub html_footer { return qq` </div> <div id="footer"> - <a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2024 + <a href="$hsty_base/copyright/">Legal Notices</a> | © 1995-2025 The FreeBSD Project. All rights reserved.<br /> <address>$hsty_author<br />$hsty_date</address> </div> diff --git a/website/content/en/copyright/freebsd-doc-license.adoc b/website/content/en/copyright/freebsd-doc-license.adoc index 2d26700aa2..2f534ce97c 100644 --- a/website/content/en/copyright/freebsd-doc-license.adoc +++ b/website/content/en/copyright/freebsd-doc-license.adoc @@ -5,7 +5,7 @@ sidenav: about = The FreeBSD Documentation License -Copyright 1994-2024 The FreeBSD Project. +Copyright 1994-2025 The FreeBSD Project. Redistribution and use in source (AsciiDoc) and 'compiled' forms (HTML, PDF, EPUB and so forth) with or without modification, are permitted provided that the following conditions are met: diff --git a/website/content/en/copyright/freebsd-license.adoc b/website/content/en/copyright/freebsd-license.adoc index aa13335ec7..831678e7bc 100644 --- a/website/content/en/copyright/freebsd-license.adoc +++ b/website/content/en/copyright/freebsd-license.adoc @@ -5,7 +5,7 @@ sidenav: about = The FreeBSD Copyright -Copyright 1992-2024 The FreeBSD Project. +Copyright 1992-2025 The FreeBSD Project. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: |