git: 258ff4c528 - main - remove stale $FreeBSD$
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Sep 2023 07:08:06 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=258ff4c528626071b3b7643b5cc5c829eeb915cd
commit 258ff4c528626071b3b7643b5cc5c829eeb915cd
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-09-02 07:07:30 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-09-02 07:07:30 +0000
remove stale $FreeBSD$
---
website/content/en/cgi/cgi-lib.pl | 2 --
website/content/en/cgi/cgi-style.pl | 1 -
website/content/en/cgi/man.cgi | 1 -
website/content/en/cgi/ports.cgi | 4 ----
4 files changed, 8 deletions(-)
diff --git a/website/content/en/cgi/cgi-lib.pl b/website/content/en/cgi/cgi-lib.pl
index 3af18c1a0c..38f849a866 100644
--- a/website/content/en/cgi/cgi-lib.pl
+++ b/website/content/en/cgi/cgi-lib.pl
@@ -35,8 +35,6 @@
# If a variable-glob parameter (e.g., *cgi_input) is passed to ReadParse,
# information is stored there, rather than in $in, @in, and %in.
#
-# $FreeBSD$
-#
sub ReadParse {
local (*in) = @_ if @_;
diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl
index 83d200cecc..dd66faecab 100644
--- a/website/content/en/cgi/cgi-style.pl
+++ b/website/content/en/cgi/cgi-style.pl
@@ -1,4 +1,3 @@
-# $FreeBSD$
#
# Perl routines to encapsulate various elements of HTML page style.
diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index efab432184..7b8cdb07b8 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -33,7 +33,6 @@
# BSDI Id: bsdi-man,v 1.2 1995/01/11 02:30:01 polk Exp
# Dual CGI/Plexus mode and new interface by sanders@bsdi.com 9/22/1995
#
-# $FreeBSD$
############################################################################
# !!! man.cgi is stale perl4 code !!!
diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi
index 17eae1ce43..c5c43e4b09 100755
--- a/website/content/en/cgi/ports.cgi
+++ b/website/content/en/cgi/ports.cgi
@@ -24,10 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
-#
# ports.cgi - search engine for FreeBSD ports
-# o search for a port by name or description
use POSIX qw(strftime);
use Time::Local;
@@ -499,7 +496,6 @@ sub footer {
© 1996-2023 by Wolfram Schneider. All rights reserved.<br />
};
-#print q{$FreeBSD$} . "<br />\n";
print qq{General questions about FreeBSD ports should be sent to }
. qq{<a href="mailto:$mailtoList">}
. qq{<i>$mailtoList</i></a><br />\n};