diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2026-01-02 16:56:15 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2026-01-02 16:58:05 +0000 |
| commit | fb945a50e2649c9a1c3a9b38ffb84f53e37abd0a (patch) | |
| tree | c6d8b77e4d768ff8aa0a09a350d3dda0413988a2 | |
| parent | 4cc78f5dd7c2e82571ced6e23fa22d48c6cd1697 (diff) | |
sound: Update midi/midi.* LICENSE
Spsonsored by: The FreeBSD Foundation
MFC after: 1 week
| -rw-r--r-- | sys/dev/sound/midi/midi.c | 4 | ||||
| -rw-r--r-- | sys/dev/sound/midi/midi.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index 0ed03dbc898b..901e098d4883 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -4,6 +4,10 @@ * Copyright (c) 2003 Mathew Kanner * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. + * Copyright (c) 2025 The FreeBSD Foundation + * + * Portions of this software were developed by Christos Margiolis + * <christos@FreeBSD.org> under sponsorship from the FreeBSD Foundation. * * This code is derived from software contributed to The NetBSD Foundation * by Lennart Augustsson (augustss@netbsd.org). diff --git a/sys/dev/sound/midi/midi.h b/sys/dev/sound/midi/midi.h index a4e6c2801150..c012a9d96da6 100644 --- a/sys/dev/sound/midi/midi.h +++ b/sys/dev/sound/midi/midi.h @@ -3,6 +3,10 @@ * * Copyright (c) 2003 Mathew Kanner * All rights reserved. + * Copyright (c) 2025 The FreeBSD Foundation + * + * Portions of this software were developed by Christos Margiolis + * <christos@FreeBSD.org> 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 |
