diff --git a/.gitignore b/.gitignore index b5ae571..1407794 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Yoran Heling +# SPDX-FileCopyrightText: Yorhel # SPDX-License-Identifier: MIT *.swp diff --git a/ChangeLog b/ChangeLog index c6a8804..55c15a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021-2023 Yoran Heling +# SPDX-FileCopyrightText: Yorhel # SPDX-License-Identifier: MIT 2.3 - 2023-08-04 diff --git a/Makefile b/Makefile index 268cb02..8431fcf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021-2023 Yoran Heling +# SPDX-FileCopyrightText: Yorhel # SPDX-License-Identifier: MIT # Optional semi-standard Makefile with some handy tools. diff --git a/README.md b/README.md index 191d352..cc1a9bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ diff --git a/build.zig b/build.zig index 5416ef8..231c2e6 100644 --- a/build.zig +++ b/build.zig @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2021-2023 Yoran Heling +// SPDX-FileCopyrightText: Yorhel // SPDX-License-Identifier: MIT const std = @import("std"); diff --git a/ncdu.1 b/ncdu.1 index c605f8d..ee2bf67 100644 --- a/ncdu.1 +++ b/ncdu.1 @@ -1,4 +1,4 @@ -.\" SPDX-FileCopyrightText: Yoran Heling +.\" SPDX-FileCopyrightText: Yorhel .\" SPDX-License-Identifier: MIT .Dd April 20, 2024 .Dt NCDU 1 diff --git a/src/browser.zig b/src/browser.zig index 44fe9f2..be4190b 100644 --- a/src/browser.zig +++ b/src/browser.zig @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2021-2023 Yoran Heling +// SPDX-FileCopyrightText: Yorhel // SPDX-License-Identifier: MIT const std = @import("std"); @@ -670,7 +670,7 @@ const help = struct { ui.style(.num); box.move(7, 43); ui.addstr(main.program_version); ui.style(.default); - box.move(9, 9); ui.addstr("Written by Yoran Heling "); + box.move(9, 11); ui.addstr("Written by Yorhel "); box.move(10,16); ui.addstr("https://dev.yorhel.nl/ncdu"); } diff --git a/src/delete.zig b/src/delete.zig index 2ba54a7..ae262a8 100644 --- a/src/delete.zig +++ b/src/delete.zig @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2021-2023 Yoran Heling +// SPDX-FileCopyrightText: Yorhel // SPDX-License-Identifier: MIT const std = @import("std"); diff --git a/src/exclude.zig b/src/exclude.zig index ca37d11..391426b 100644 --- a/src/exclude.zig +++ b/src/exclude.zig @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2021-2023 Yoran Heling +// SPDX-FileCopyrightText: Yorhel // SPDX-License-Identifier: MIT const std = @import("std"); diff --git a/src/main.zig b/src/main.zig index a281750..9c5b88f 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2021-2023 Yoran Heling +// SPDX-FileCopyrightText: Yorhel // SPDX-License-Identifier: MIT pub const program_version = "2.3"; diff --git a/src/model.zig b/src/model.zig index feb589a..66e8400 100644 --- a/src/model.zig +++ b/src/model.zig @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2021-2023 Yoran Heling +// SPDX-FileCopyrightText: Yorhel // SPDX-License-Identifier: MIT const std = @import("std"); diff --git a/src/scan.zig b/src/scan.zig index 07a2a3d..891902f 100644 --- a/src/scan.zig +++ b/src/scan.zig @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2021-2023 Yoran Heling +// SPDX-FileCopyrightText: Yorhel // SPDX-License-Identifier: MIT const std = @import("std"); diff --git a/src/ui.zig b/src/ui.zig index 59bae8f..993f252 100644 --- a/src/ui.zig +++ b/src/ui.zig @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2021-2023 Yoran Heling +// SPDX-FileCopyrightText: Yorhel // SPDX-License-Identifier: MIT // Ncurses wrappers and TUI helper functions. diff --git a/src/util.zig b/src/util.zig index f0fc1d4..bc486d9 100644 --- a/src/util.zig +++ b/src/util.zig @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2021-2023 Yoran Heling +// SPDX-FileCopyrightText: Yorhel // SPDX-License-Identifier: MIT const std = @import("std");