git: 98bedca0a4ef - main - pmc: Fix copyright in previous commits
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Mar 2026 21:25:13 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=98bedca0a4effed7f170be52f7ef3e1ab8a79b11
commit 98bedca0a4effed7f170be52f7ef3e1ab8a79b11
Author: Ali Mashtizadeh <mashti@uwaterloo.ca>
AuthorDate: 2026-03-25 18:51:21 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-03-25 21:24:18 +0000
pmc: Fix copyright in previous commits
Fix the copyright attribution to Netflix and the date and missing SPDX
line in pmc.ibs man page.
Sponsored by: Netflix
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/2094
---
lib/libpmc/pmc.ibs.3 | 5 ++++-
sys/dev/hwpmc/hwpmc_ibs.c | 3 +--
sys/dev/hwpmc/hwpmc_ibs.h | 3 +--
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/lib/libpmc/pmc.ibs.3 b/lib/libpmc/pmc.ibs.3
index 69b90b84556c..f0534a0955d2 100644
--- a/lib/libpmc/pmc.ibs.3
+++ b/lib/libpmc/pmc.ibs.3
@@ -1,4 +1,7 @@
-.\" Copyright (c) 2016 Ali Mashtizadeh. All rights reserved.
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
+.\" Copyright (c) 2026, Netflix, Inc.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
diff --git a/sys/dev/hwpmc/hwpmc_ibs.c b/sys/dev/hwpmc/hwpmc_ibs.c
index 66d3260cf040..bfc135f06884 100644
--- a/sys/dev/hwpmc/hwpmc_ibs.c
+++ b/sys/dev/hwpmc/hwpmc_ibs.c
@@ -1,8 +1,7 @@
/*-
* SPDX-License-Identifier: BSD-2-Clause
*
- * Copyright (c) 2026, Ali Jose Mashtizadeh
- * All rights reserved.
+ * Copyright (c) 2026, Netflix, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/sys/dev/hwpmc/hwpmc_ibs.h b/sys/dev/hwpmc/hwpmc_ibs.h
index 01fc88648558..c66d54672543 100644
--- a/sys/dev/hwpmc/hwpmc_ibs.h
+++ b/sys/dev/hwpmc/hwpmc_ibs.h
@@ -1,8 +1,7 @@
/*-
* SPDX-License-Identifier: BSD-2-Clause
*
- * Copyright (c) 2026, Ali Jose Mashtizadeh
- * All rights reserved.
+ * Copyright (c) 2026, Netflix, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions