git: 5d794b0d63ab - stable/15 - sound: Update midi/midi.* LICENSE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Jan 2026 23:27:46 UTC
The branch stable/15 has been updated by christos:
URL: https://cgit.FreeBSD.org/src/commit/?id=5d794b0d63abc4bc4c4bbff53b4ed270c56425a5
commit 5d794b0d63abc4bc4c4bbff53b4ed270c56425a5
Author: Christos Margiolis <christos@FreeBSD.org>
AuthorDate: 2026-01-02 16:56:15 +0000
Commit: Christos Margiolis <christos@FreeBSD.org>
CommitDate: 2026-01-09 23:27:23 +0000
sound: Update midi/midi.* LICENSE
Spsonsored by: The FreeBSD Foundation
MFC after: 1 week
(cherry picked from commit fb945a50e2649c9a1c3a9b38ffb84f53e37abd0a)
---
sys/dev/sound/midi/midi.c | 4 ++++
sys/dev/sound/midi/midi.h | 4 ++++
2 files changed, 8 insertions(+)
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