git: c3a00482a3dd - stable/13 - buf_ring: Add an Arm copyright
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Sep 2024 09:12:51 UTC
The branch stable/13 has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=c3a00482a3dd95ddaa8228656530efbdb6d64246
commit c3a00482a3dd95ddaa8228656530efbdb6d64246
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2024-08-19 09:08:20 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2024-09-02 09:11:58 +0000
buf_ring: Add an Arm copyright
I've change enough of this file to add Arm as a copyright holder.
Add it after the "All rights reserved" line as that's not needed.
Reviewed by: imp
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D46157
(cherry picked from commit 87940d2b331c2575f96fbff2600d8da35191157b)
---
sys/sys/buf_ring.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/sys/buf_ring.h b/sys/sys/buf_ring.h
index 512f20dc13e2..c99cf81d8b6d 100644
--- a/sys/sys/buf_ring.h
+++ b/sys/sys/buf_ring.h
@@ -3,6 +3,7 @@
*
* Copyright (c) 2007-2009 Kip Macy <kmacy@freebsd.org>
* All rights reserved.
+ * Copyright (c) 2024 Arm Ltd
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions