Skip to content

Commit

Permalink
Bump year
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthäus Wininger committed Jan 12, 2024
1 parent 41759c8 commit 0bf16cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ GNU General Public License v3.0 only ([GPL-3.0-only](https://www.gnu.org/license

## Copyright

Copyright © 2019-2023, [Orhun Parmaksız](mailto:[email protected])
Copyright © 2019-2024, [Orhun Parmaksız](mailto:[email protected])
2 changes: 1 addition & 1 deletion README_KO.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ GNU General Public License v3.0 only ([GPL-3.0-only](https://www.gnu.org/license

## Copyright

Copyright © 2019-2023, [Orhun Parmaksız](mailto:[email protected])
Copyright © 2019-2024, [Orhun Parmaksız](mailto:[email protected])

Translated to Korean by ahdelron.
2 changes: 1 addition & 1 deletion example/zproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* or defunct process is a process that has completed execution but still
* has an entry in the process table. (Wikipedia)
* This program illustrates how zombie or defunct processes are created.
* Copyright © 2019-2023 by Orhun Parmaksız <[email protected]>
* Copyright © 2019-2024 by Orhun Parmaksız <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion man/zps.1
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Use "Issues" page for reporting bugs: <https://github.com/orhun/zps/issues/>
.SH AUTHOR
Written by Orhun Parmaksız <[email protected]>
.SH COPYRIGHT
Copyright © 2019-2023 Orhun Parmaksız
Copyright © 2019-2024 Orhun Parmaksız
.P
GNU General Public License v3.0 only
2 changes: 1 addition & 1 deletion src/zps.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**!
* zps, a small utility for listing and reaping zombie processes.
* Copyright © 2019-2023 by Orhun Parmaksız <[email protected]>
* Copyright © 2019-2024 by Orhun Parmaksız <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/zps.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**!
* zps, a small utility for listing and reaping zombie processes.
* Copyright © 2019-2023 by Orhun Parmaksız <[email protected]>
* Copyright © 2019-2024 by Orhun Parmaksız <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 0bf16cc

Please sign in to comment.