dentifier tags List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: emaste X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: d5a896bfc2092b39e72d799059322dd32b52ad17 Auto-Submitted: auto-generated Date: Tue, 28 Apr 2026 13:21:43 +0000 Message-Id: <69f0b467.33615.68705159@gitrepo.freebsd.org> The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=d5a896bfc2092b39e72d799059322dd32b52ad17 commit d5a896bfc2092b39e72d799059322dd32b52ad17 Author: Tuukka Pasanen AuthorDate: 2026-04-21 14:43:35 +0000 Commit: Ed Maste CommitDate: 2026-04-28 13:21:29 +0000 caesar: Add SPDX-License-Identifier tags Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D55461 (cherry picked from commit 3cc113c94fb9635ba9f11f5dd797530b9231ca58) --- usr.bin/caesar/caesar.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/caesar/caesar.c b/usr.bin/caesar/caesar.c index 011f9c8e0630..0717f2637646 100644 --- a/usr.bin/caesar/caesar.c +++ b/usr.bin/caesar/caesar.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. *