diff options
| -rw-r--r-- | Documentation/index.rst | 9 | ||||
| -rw-r--r-- | sparse.1 | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index e29a5643..4f788068 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -19,8 +19,13 @@ function acquires or releases. Linus Torvalds started writing Sparse in 2003, initially targeting issues such as mixing pointers to user address space and pointers to kernel address space. -Josh Triplett was Sparse's first maintainer in 2006. This role was taken over -by Christopher Li in 2009 and by Luc Van Oostenryck in late 2018. +Maintainer +---------- + +1. 2006 - 2009, Josh Triplett +2. 2009 - 2018, Chris Li +3. 2018 - 2025, Luc Van Oostenryck +4. 2025 - present, Chris Li Getting Sparse -------------- @@ -585,4 +585,4 @@ Sparse was started by Linus Torvalds. The complete list of contributors can be find at https://www.openhub.net/p/sparse/contributors . -Luc Van Oostenryck is Sparse's current maintainer. +Chris Li is Sparse's current maintainer. |
