The branch stable/14 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=00f9d84ee2077b53325ed52bdaa11f21eab7abf9
commit 00f9d84ee2077b53325ed52bdaa11f21eab7abf9 Author: Christos Margiolis <[email protected]> AuthorDate: 2024-05-06 18:47:33 +0000 Commit: Christos Margiolis <[email protected]> CommitDate: 2024-05-17 19:30:35 +0000 sound: Update pcm/vchan.c LICENSE header Sponsored by: The FreeBSD Foundation MFC after: 1 week (cherry picked from commit 2b14465faa8dd9d228b764359672b38b4c8ca8c1) --- sys/dev/sound/pcm/vchan.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/sound/pcm/vchan.c b/sys/dev/sound/pcm/vchan.c index 8ba8138e55f1..528c6fa62621 100644 --- a/sys/dev/sound/pcm/vchan.c +++ b/sys/dev/sound/pcm/vchan.c @@ -4,6 +4,10 @@ * Copyright (c) 2006-2009 Ariff Abdullah <[email protected]> * Copyright (c) 2001 Cameron Grant <[email protected]> * All rights reserved. + * Copyright (c) 2024 The FreeBSD Foundation + * + * Portions of this software were developed by Christos Margiolis + * <[email protected]> under sponsorship from the FreeBSD Foundation. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
