The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=4e2bf54d9f2e9a2a51dbdcebf079089615102f1c
commit 4e2bf54d9f2e9a2a51dbdcebf079089615102f1c Author: Christos Margiolis <[email protected]> AuthorDate: 2025-11-11 12:05:37 +0000 Commit: Christos Margiolis <[email protected]> CommitDate: 2025-11-11 12:05:37 +0000 sound: Add to pcm/buffer.* copyright Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/dev/sound/pcm/buffer.c | 4 ++++ sys/dev/sound/pcm/buffer.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/sys/dev/sound/pcm/buffer.c b/sys/dev/sound/pcm/buffer.c index 841fc5b0d8a9..eb2cbe667bf3 100644 --- a/sys/dev/sound/pcm/buffer.c +++ b/sys/dev/sound/pcm/buffer.c @@ -5,6 +5,10 @@ * Portions Copyright (c) Ryan Beasley <[email protected]> - GSoC 2006 * 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 diff --git a/sys/dev/sound/pcm/buffer.h b/sys/dev/sound/pcm/buffer.h index 5509256ea433..371ba2dd94ce 100644 --- a/sys/dev/sound/pcm/buffer.h +++ b/sys/dev/sound/pcm/buffer.h @@ -3,6 +3,10 @@ * * 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
