From 7dec4029ee4580e5990c062f0b3093e39f800fbf Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 13 Jun 2020 02:31:00 -0700 Subject: Convert a couple files to UTF-8; more Copyright years. --- testsuite/backup.test | 2 +- testsuite/chmod-temp-dir.test | 2 +- testsuite/chmod.test | 2 +- testsuite/compare-dest.test | 2 +- testsuite/delete.test | 2 +- testsuite/files-from.test | 2 +- testsuite/fuzzy.test | 2 +- testsuite/itemize.test | 2 +- testsuite/merge.test | 2 +- testsuite/relative.test | 2 +- testsuite/unsafe-byname.test | 2 +- testsuite/unsafe-links.test | 2 +- testsuite/wildmatch.test | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'testsuite') diff --git a/testsuite/backup.test b/testsuite/backup.test index e28dd541..87db33e5 100644 --- a/testsuite/backup.test +++ b/testsuite/backup.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2004 by Wayne Davison +# Copyright (C) 2004-2020 Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). diff --git a/testsuite/chmod-temp-dir.test b/testsuite/chmod-temp-dir.test index b9a294ac..d31a1bdf 100644 --- a/testsuite/chmod-temp-dir.test +++ b/testsuite/chmod-temp-dir.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2004 by Wayne Davison +# Copyright (C) 2004-2020 Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). diff --git a/testsuite/chmod.test b/testsuite/chmod.test index ad4aeff0..f2dd4399 100644 --- a/testsuite/chmod.test +++ b/testsuite/chmod.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2004 by Wayne Davison +# Copyright (C) 2004-2020 Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). diff --git a/testsuite/compare-dest.test b/testsuite/compare-dest.test index d9eea8e9..7f193c58 100644 --- a/testsuite/compare-dest.test +++ b/testsuite/compare-dest.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2004 by Wayne Davison +# Copyright (C) 2004-2020 Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). diff --git a/testsuite/delete.test b/testsuite/delete.test index 8fa6035a..8c19827b 100644 --- a/testsuite/delete.test +++ b/testsuite/delete.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2005 by Wayne Davison +# Copyright (C) 2005-2020 Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). diff --git a/testsuite/files-from.test b/testsuite/files-from.test index f7181613..207eab5f 100644 --- a/testsuite/files-from.test +++ b/testsuite/files-from.test @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2008 by Wayne Davison +# Copyright (C) 2008-2020 Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). diff --git a/testsuite/fuzzy.test b/testsuite/fuzzy.test index 1abfab52..39726a03 100644 --- a/testsuite/fuzzy.test +++ b/testsuite/fuzzy.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2005 by Wayne Davison +# Copyright (C) 2005-2020 Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). diff --git a/testsuite/itemize.test b/testsuite/itemize.test index 3a5af1c3..553d0cef 100644 --- a/testsuite/itemize.test +++ b/testsuite/itemize.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2005 by Wayne Davison +# Copyright (C) 2005-2020 Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). diff --git a/testsuite/merge.test b/testsuite/merge.test index 4e76102d..9b20f73d 100644 --- a/testsuite/merge.test +++ b/testsuite/merge.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2004 by Wayne Davison +# Copyright (C) 2004-2020 Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). diff --git a/testsuite/relative.test b/testsuite/relative.test index 686399e4..89e4ce17 100644 --- a/testsuite/relative.test +++ b/testsuite/relative.test @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2005 by Wayne Davison +# Copyright (C) 2005-2020 Wayne Davison # # This program is distributable under the terms of the GNU GPL (see COPYING) diff --git a/testsuite/unsafe-byname.test b/testsuite/unsafe-byname.test index 69b338f6..55df0865 100644 --- a/testsuite/unsafe-byname.test +++ b/testsuite/unsafe-byname.test @@ -47,7 +47,7 @@ test_unsafe dir/..//.. from unsafe test_unsafe '' from unsafe -# Based on tests from unsafe-links by Vladimír Michl +# Based on tests from unsafe-links by VladimĂ­r Michl test_unsafe ../../unsafe/unsafefile from/safe unsafe test_unsafe ..//../unsafe/unsafefile from/safe unsafe test_unsafe ../files/file1 from/safe safe diff --git a/testsuite/unsafe-links.test b/testsuite/unsafe-links.test index 058269ef..479d606c 100644 --- a/testsuite/unsafe-links.test +++ b/testsuite/unsafe-links.test @@ -1,6 +1,6 @@ #! /bin/sh -# Originally by Vladimír Michl +# Originally by VladimĂ­r Michl . "$suitedir/rsync.fns" diff --git a/testsuite/wildmatch.test b/testsuite/wildmatch.test index 9d501897..12b872c8 100644 --- a/testsuite/wildmatch.test +++ b/testsuite/wildmatch.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2003 by Wayne Davison +# Copyright (C) 2003-2020 Wayne Davison # This program is distributable under the terms of the GNU GPL (see # COPYING). -- cgit v1.2.1