diff options
-rwxr-xr-x | website/content/en/cgi/ports.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi index 2162548251..a1ed4330c7 100755 --- a/website/content/en/cgi/ports.cgi +++ b/website/content/en/cgi/ports.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -T # -# Copyright (c) 1996-2017 Wolfram Schneider <wosch@FreeBSD.ORG> +# Copyright (c) 1996-2021 Wolfram Schneider <wosch@FreeBSD.ORG> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -496,7 +496,7 @@ sub footer { print qq{ <img align="right" src="$hsty_base/gifs/powerlogo.gif" alt="Powered by FreeBSD" /> -© 1996-2017 by Wolfram Schneider. All rights reserved.<br /> +© 1996-2021 by Wolfram Schneider. All rights reserved.<br /> }; #print q{$FreeBSD$} . "<br />\n"; |