From a9d608fab119bb98d57b0996f14498ec58bc79b9 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 21 Apr 2024 10:52:02 +0200 Subject: [PATCH] Copyright: remove year & use alias Same as d60bcb211331d66c240928b64e54305c0eb7f262 --- COPYING | 2 +- README | 2 +- src/browser.c | 2 +- src/browser.h | 2 +- src/delete.c | 2 +- src/delete.h | 2 +- src/dir.h | 2 +- src/dir_common.c | 2 +- src/dir_export.c | 2 +- src/dir_import.c | 2 +- src/dir_mem.c | 2 +- src/dir_scan.c | 2 +- src/dirlist.c | 2 +- src/dirlist.h | 2 +- src/exclude.c | 2 +- src/exclude.h | 2 +- src/global.h | 2 +- src/help.c | 4 ++-- src/help.h | 2 +- src/main.c | 2 +- src/path.c | 2 +- src/path.h | 2 +- src/quit.c | 2 +- src/quit.h | 2 +- src/shell.c | 2 +- src/shell.h | 2 +- src/util.c | 2 +- src/util.h | 2 +- 28 files changed, 29 insertions(+), 29 deletions(-) diff --git a/COPYING b/COPYING index 79c0405..6bd3fba 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2007-2023 Yoran Heling +Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README b/README index 98196c1..27d6e53 100644 --- a/README +++ b/README @@ -32,7 +32,7 @@ INSTALL COPYING - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/browser.c b/src/browser.c index 92960e7..9b21838 100644 --- a/src/browser.c +++ b/src/browser.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/browser.h b/src/browser.h index 8bdea7c..a0d9503 100644 --- a/src/browser.h +++ b/src/browser.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/delete.c b/src/delete.c index ac495b0..9235fd0 100644 --- a/src/delete.c +++ b/src/delete.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/delete.h b/src/delete.h index 30ac3cf..47e0535 100644 --- a/src/delete.h +++ b/src/delete.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir.h b/src/dir.h index 2c4669e..fe90d81 100644 --- a/src/dir.h +++ b/src/dir.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir_common.c b/src/dir_common.c index cf9def7..04f90e9 100644 --- a/src/dir_common.c +++ b/src/dir_common.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir_export.c b/src/dir_export.c index b6c2be4..6d68acd 100644 --- a/src/dir_export.c +++ b/src/dir_export.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir_import.c b/src/dir_import.c index eb3e91d..a6db2ec 100644 --- a/src/dir_import.c +++ b/src/dir_import.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir_mem.c b/src/dir_mem.c index 4a648f1..4fc99cd 100644 --- a/src/dir_mem.c +++ b/src/dir_mem.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dir_scan.c b/src/dir_scan.c index 3418c99..443b5bb 100644 --- a/src/dir_scan.c +++ b/src/dir_scan.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dirlist.c b/src/dirlist.c index 37287ad..00ed219 100644 --- a/src/dirlist.c +++ b/src/dirlist.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/dirlist.h b/src/dirlist.h index 902106d..680ec50 100644 --- a/src/dirlist.h +++ b/src/dirlist.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/exclude.c b/src/exclude.c index 3207259..7c3e344 100644 --- a/src/exclude.c +++ b/src/exclude.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/exclude.h b/src/exclude.h index c852f6e..19053ea 100644 --- a/src/exclude.h +++ b/src/exclude.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/global.h b/src/global.h index 9899e7e..ee6834f 100644 --- a/src/global.h +++ b/src/global.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/help.c b/src/help.c index 714c157..b341a0b 100644 --- a/src/help.c +++ b/src/help.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -156,7 +156,7 @@ void help_draw(void) { ncaddstr(y+1, x+30, "Disk"); ncaddstr(y+2, x+30, "Usage"); ncprint( y+4, x+30, "%s", PACKAGE_VERSION); - ncaddstr( 9, 7, "Written by Yoran Heling "); + ncaddstr( 9, 11, "Written by Yorhel "); ncaddstr(10, 16, "https://dev.yorhel.nl/ncdu/"); break; } diff --git a/src/help.h b/src/help.h index 13d3388..e4b6a5a 100644 --- a/src/help.h +++ b/src/help.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/main.c b/src/main.c index 705f2c0..5ba66cd 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/path.c b/src/path.c index 7061e0d..5a33393 100644 --- a/src/path.c +++ b/src/path.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/path.h b/src/path.h index 500c52f..3fad537 100644 --- a/src/path.h +++ b/src/path.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/quit.c b/src/quit.c index e3186d8..40ddb60 100644 --- a/src/quit.c +++ b/src/quit.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2015-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/quit.h b/src/quit.h index 0763cda..8d80eb6 100644 --- a/src/quit.h +++ b/src/quit.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2015-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/shell.c b/src/shell.c index e762ed1..e29f8d5 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Shell support: Copyright (c) 2014 Thomas Jarosch Permission is hereby granted, free of charge, to any person obtaining diff --git a/src/shell.h b/src/shell.h index cfafeeb..5ff973b 100644 --- a/src/shell.h +++ b/src/shell.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Shell support: Copyright (c) 2014 Thomas Jarosch Permission is hereby granted, free of charge, to any person obtaining diff --git a/src/util.c b/src/util.c index 9029b3f..e387d74 100644 --- a/src/util.c +++ b/src/util.c @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/src/util.h b/src/util.h index 2e4cbcb..fe01dc6 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ /* ncdu - NCurses Disk Usage - Copyright (c) 2007-2023 Yoran Heling + Copyright (c) Yorhel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the