Skip to content

Commit a0d3c1b

Browse files
committed
Update copyright
1 parent c1d4f02 commit a0d3c1b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Typically you won't notice a time delay when using ```rmtrash``` and ```rmdirtra
8787
License & Copyright
8888
-------------------
8989

90-
Copyright (C) 2011-2020 Daniel Rudolf <https://www.daniel-rudolf.de/>
90+
Copyright (C) 2011-2023 Daniel Rudolf <https://www.daniel-rudolf.de/>
9191

9292
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 the Free Software Foundation, version 3 of the License only.
9393

rmdirtrash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#
6666
#
6767
# COPYRIGHT AND LICENSING:
68-
# Copyright (C) 2011-2020 Daniel Rudolf <https://www.daniel-rudolf.de/>
68+
# Copyright (C) 2011-2023 Daniel Rudolf <https://www.daniel-rudolf.de/>
6969
#
7070
# This program is free software: you can redistribute it and/or modify
7171
# it under the terms of the GNU General Public License as published by
@@ -320,7 +320,7 @@ while true; do
320320

321321
"--version")
322322
echo "rmdirtrash $VERSION (build $BUILD)"
323-
echo "Copyright (C) 2011-2020 Daniel Rudolf"
323+
echo "Copyright (C) 2011-2023 Daniel Rudolf"
324324
echo "License GPLv3: GNU GPL version 3 only <http://gnu.org/licenses/gpl.html>."
325325
echo "This is free software: you are free to change and redistribute it."
326326
echo "There is NO WARRANTY, to the extent permitted by law."

rmtrash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#
6666
#
6767
# COPYRIGHT AND LICENSING:
68-
# Copyright (C) 2011-2020 Daniel Rudolf <https://www.daniel-rudolf.de/>
68+
# Copyright (C) 2011-2023 Daniel Rudolf <https://www.daniel-rudolf.de/>
6969
#
7070
# This program is free software: you can redistribute it and/or modify
7171
# it under the terms of the GNU General Public License as published by
@@ -417,7 +417,7 @@ while true; do
417417

418418
"--version")
419419
echo "rmtrash $VERSION (build $BUILD)"
420-
echo "Copyright (C) 2011-2020 Daniel Rudolf"
420+
echo "Copyright (C) 2011-2023 Daniel Rudolf"
421421
echo "License GPLv3: GNU GPL version 3 only <http://gnu.org/licenses/gpl.html>."
422422
echo "This is free software: you are free to change and redistribute it."
423423
echo "There is NO WARRANTY, to the extent permitted by law."

0 commit comments

Comments
 (0)