]> arthur.barton.de Git - backup-script.git/commitdiff
Update copyright notice for 2020 :-)
authorAlexander Barton <alex@barton.de>
Sun, 11 Oct 2020 13:23:44 +0000 (15:23 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 11 Oct 2020 13:23:44 +0000 (15:23 +0200)
README.md
bin/backup-script

index 47ec27a91819dc27d1d52b6355126ed3deb3e16d..a61e27050890478941abe83d490b0932ab69f562 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 A script for backing up data using `ssh`(1), `rsync`(1), and `scp`(1).
 Can handle backup generations on *btrfs* and *ZFS*.
 
-Copyright (c)2008-2016 Alexander Barton (<alex@barton.de>)  
+Copyright (c)2008-2020 Alexander Barton (<alex@barton.de>)  
 Homepage: https://github.com/alexbarton/backup-script
 
 
index 3d3db8512592bf45fd1217afd98b869c67717ead..71c5d261b009c7e453bf684e8e1c6fa23e0f10df 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
 # backup-script system for cloning systems using rsync
-# Copyright (c)2008-2017 Alexander Barton <alex@barton.de>
+# Copyright (c)2008-2020 Alexander Barton <alex@barton.de>
 #
 # 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