git: 0f68b2a27d - main - man.cgi: add SPDX-License-Identifier
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jan 2026 15:45:13 UTC
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/>