Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,7 @@ The logs include information about:
- Kernel compatibility checks
- BPF statistics enablement method used
- Any errors or warnings encountered

## Project History

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.
5 changes: 5 additions & 0 deletions TRANSFER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
As of April 3, 2026, Netflix, Inc. hereby transfers the maintenance and
administration of the bpftop project to Jose Fernandez. Netflix retains
its copyright in contributions made prior to this date under the Apache-2.0
license, and Jose Fernandez assumes ownership and responsibility for the
project moving forward.
3 changes: 2 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
*
* Copyright 2024 Netflix, Inc.
* Copyright 2024-2026 Netflix, Inc.
* Copyright 2026-Present Jose Fernandez and bpftop contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion src/bpf_program.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
*
* Copyright 2024 Netflix, Inc.
* Copyright 2024-2026 Netflix, Inc.
* Copyright 2026-Present Jose Fernandez and bpftop contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion src/helpers.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
*
* Copyright 2024 Netflix, Inc.
* Copyright 2024-2026 Netflix, Inc.
* Copyright 2026-Present Jose Fernandez and bpftop contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
*
* Copyright 2024 Netflix, Inc.
* Copyright 2024-2026 Netflix, Inc.
* Copyright 2026-Present Jose Fernandez and bpftop contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down