aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Mashtizadeh <mashti@uwaterloo.ca>2026-03-25 18:51:21 +0000
committerWarner Losh <imp@FreeBSD.org>2026-03-25 21:24:18 +0000
commit98bedca0a4effed7f170be52f7ef3e1ab8a79b11 (patch)
tree4b78562ee4cc3c3cbf74e30c3a320d99a60ebbb0
parentf6989880841b89d54ebcd5d12195c40a23627646 (diff)
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
-rw-r--r--lib/libpmc/pmc.ibs.35
-rw-r--r--sys/dev/hwpmc/hwpmc_ibs.c3
-rw-r--r--sys/dev/hwpmc/hwpmc_ibs.h3
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