Date: Sat, 11 Dec 2021 16:14:50 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 0790a3e592 - main - revsion: $FreeBSD$ is no longer supported Message-ID: <202112111614.1BBGEo35086809@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=0790a3e592d85db8c36d372369bcd0ff76a3e1ef commit 0790a3e592d85db8c36d372369bcd0ff76a3e1ef Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2021-12-11 16:14:31 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2021-12-11 16:14:31 +0000 revsion: $FreeBSD$ is no longer supported --- website/content/en/cgi/man.cgi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 23d041aacb..18b5941ffb 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -1979,11 +1979,9 @@ sub faq { if $manPathAliases{$_}; } - local $id = - '$FreeBSD$'; return qq{\ <pre> -Copyright (c) 1996-2020 <a href="$mailtoURL">Wolfram Schneider</a> +Copyright (c) 1996-2021 <a href="$mailtoURL">Wolfram Schneider</a> Copyright (c) 1993-1995 Berkeley Software Design, Inc. This data is part of a licensed program from BERKELEY SOFTWARE @@ -1992,7 +1990,6 @@ the University of California, Massachusetts Institute of Technology, Free Software Foundation, The FreeBSD Project, and others. </pre>\n -This script has the revsion: $id <p /> Copyright (c) for man pages by OS vendors.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112111614.1BBGEo35086809>