The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=2b088823df5b0f28c3839bf381c9517b7b0d60c0
commit 2b088823df5b0f28c3839bf381c9517b7b0d60c0 Author: Christos Margiolis <[email protected]> AuthorDate: 2026-01-02 16:55:47 +0000 Commit: Christos Margiolis <[email protected]> CommitDate: 2026-01-02 16:58:04 +0000 sound: Update pcm/feeder.h LICENSE Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/dev/sound/pcm/feeder.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/sound/pcm/feeder.h b/sys/dev/sound/pcm/feeder.h index ed4ebc91fca7..b479b108ff93 100644 --- a/sys/dev/sound/pcm/feeder.h +++ b/sys/dev/sound/pcm/feeder.h @@ -4,6 +4,10 @@ * Copyright (c) 2005-2009 Ariff Abdullah <[email protected]> * Copyright (c) 1999 Cameron Grant <[email protected]> * All rights reserved. + * Copyright (c) 2025 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
