aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2024-08-19 09:08:20 +0000
committerAndrew Turner <andrew@FreeBSD.org>2024-09-02 09:11:58 +0000
commitc3a00482a3dd95ddaa8228656530efbdb6d64246 (patch)
tree441c7846bf4373bc3fc8c4608b94b730a75e4c64
parent39757e10689d44036b5d10de41d766641e59eec0 (diff)
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)
-rw-r--r--sys/sys/buf_ring.h1
1 files changed, 1 insertions, 0 deletions
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