Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jan 2026 15:45:13 +0000
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 0f68b2a27d - main - man.cgi: add SPDX-License-Identifier
Message-ID:  <69651709.26c94.19a7747b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by wosch:

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

commit 0f68b2a27d22e67d723933839a4fc4306b40d921
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-01-12 15:42:16 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-01-12 15:42:16 +0000

    man.cgi: add SPDX-License-Identifier
---
 website/content/en/cgi/man.cgi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index f2ebaa401f..f4943e5973 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1,11 +1,12 @@
 #!/usr/local/bin/perl -T
 #
-# Copyright (c) 1996-2025 Wolfram Schneider <wosch@FreeBSD.org>
-# All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause
+# Copyright (c) 1996-2026 Wolfram Schneider <wosch@FreeBSD.org>
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:
+#
 # 1. Redistributions of source code must retain the above copyright
 #    notice, this list of conditions and the following disclaimer.
 # 2. Redistributions in binary form must reproduce the above copyright
@@ -2454,7 +2455,7 @@ sub faq {
     return qq{\
 <h2>Copyright</h2>
 <pre>
-Copyright (c) 1996-2025 <a href="$mailtoURL">Wolfram Schneider</a>
+Copyright (c) 1996-2026 <a href="$mailtoURL">Wolfram Schneider</a>
 Copyright (c) 1993-1995 Berkeley Software Design, Inc.
 </pre>
 <p/>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69651709.26c94.19a7747b>