Skip to content

Commit 941bc27

Browse files
docs: update copyright and document ownership transfer
1 parent 1478e33 commit 941bc27

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,3 +215,7 @@ The logs include information about:
215215
- Kernel compatibility checks
216216
- BPF statistics enablement method used
217217
- Any errors or warnings encountered
218+
219+
## Project History
220+
221+
This repository was formerly maintained by Netflix. It is now an independent project maintained by Jose Fernandez. Netflix is no longer affiliated with this tool's development.

TRANSFER.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
As of April 3, 2026, Netflix, Inc. hereby transfers the maintenance and
2+
administration of the bpftop project to Jose Fernandez. Netflix retains
3+
its copyright in contributions made prior to this date under the Apache-2.0
4+
license, and Jose Fernandez assumes ownership and responsibility for the

src/app.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
*
3-
* Copyright 2024 Netflix, Inc.
3+
* Copyright 2024-2026 Netflix, Inc.
4+
* Copyright 2026-Present Jose Fernandez and bpftop contributors.
45
*
56
* Licensed under the Apache License, Version 2.0 (the "License");
67
* you may not use this file except in compliance with the License.

src/bpf_program.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
*
3-
* Copyright 2024 Netflix, Inc.
3+
* Copyright 2024-2026 Netflix, Inc.
4+
* Copyright 2026-Present Jose Fernandez and bpftop contributors.
45
*
56
* Licensed under the Apache License, Version 2.0 (the "License");
67
* you may not use this file except in compliance with the License.

src/helpers.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
*
3-
* Copyright 2024 Netflix, Inc.
3+
* Copyright 2024-2026 Netflix, Inc.
4+
* Copyright 2026-Present Jose Fernandez and bpftop contributors.
45
*
56
* Licensed under the Apache License, Version 2.0 (the "License");
67
* you may not use this file except in compliance with the License.

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
*
3-
* Copyright 2024 Netflix, Inc.
3+
* Copyright 2024-2026 Netflix, Inc.
4+
* Copyright 2026-Present Jose Fernandez and bpftop contributors.
45
*
56
* Licensed under the Apache License, Version 2.0 (the "License");
67
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)