git: 335f026989 - main - ports.cgi: add SPDX-License-Identifier
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=335f026989759ceaebac4ab17c4398772cd14760 commit 335f026989759ceaebac4ab17c4398772cd14760 Author: Wolfram Schneider <[email protected]> AuthorDate: 2026-01-12 15:35:33 +0000 Commit: Wolfram Schneider <[email protected]> CommitDate: 2026-01-12 15:35:33 +0000 ports.cgi: add SPDX-License-Identifier --- website/content/en/cgi/ports.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi index 4993c43185..c842df6e5d 100755 --- a/website/content/en/cgi/ports.cgi +++ b/website/content/en/cgi/ports.cgi @@ -1,11 +1,12 @@ #!/usr/bin/perl -T # +# SPDX-License-Identifier: BSD-2-Clause # Copyright (c) 1996-2026 Wolfram Schneider <[email protected]> -# All rights reserved. # # 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