diff options
Diffstat (limited to 'tests/split')
-rwxr-xr-x | tests/split/b-chunk | 2 | ||||
-rwxr-xr-x | tests/split/fail | 2 | ||||
-rwxr-xr-x | tests/split/filter | 2 | ||||
-rwxr-xr-x | tests/split/l-chunk | 2 | ||||
-rwxr-xr-x | tests/split/lines | 2 | ||||
-rwxr-xr-x | tests/split/r-chunk | 2 | ||||
-rwxr-xr-x | tests/split/suffix-length | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/split/b-chunk b/tests/split/b-chunk index 5e7f82d5d..dd8b6cbdd 100755 --- a/tests/split/b-chunk +++ b/tests/split/b-chunk @@ -1,7 +1,7 @@ #!/bin/sh # test splitting into 3 chunks -# Copyright (C) 2010-2011 Free Software Foundation, Inc. +# Copyright (C) 2010-2012 Free Software Foundation, Inc. # 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 diff --git a/tests/split/fail b/tests/split/fail index 79f62f81e..83251e9e1 100755 --- a/tests/split/fail +++ b/tests/split/fail @@ -1,7 +1,7 @@ #!/bin/sh # split must fail when given length/count of zero. -# Copyright (C) 2003-2011 Free Software Foundation, Inc. +# Copyright (C) 2003-2012 Free Software Foundation, Inc. # 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 diff --git a/tests/split/filter b/tests/split/filter index afdd4d298..dbcac5f71 100755 --- a/tests/split/filter +++ b/tests/split/filter @@ -1,7 +1,7 @@ #!/bin/sh # Exercise split's new --filter option. -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011-2012 Free Software Foundation, Inc. # 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 diff --git a/tests/split/l-chunk b/tests/split/l-chunk index 8dbbece51..dd92b7002 100755 --- a/tests/split/l-chunk +++ b/tests/split/l-chunk @@ -1,7 +1,7 @@ #!/bin/sh # test splitting into newline delineated chunks (-n l/...) -# Copyright (C) 2010-2011 Free Software Foundation, Inc. +# Copyright (C) 2010-2012 Free Software Foundation, Inc. # 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 diff --git a/tests/split/lines b/tests/split/lines index 3269449d0..374a32fea 100755 --- a/tests/split/lines +++ b/tests/split/lines @@ -1,7 +1,7 @@ #!/bin/sh # show that `split --lines=2' works. -# Copyright (C) 2002, 2006-2011 Free Software Foundation, Inc. +# Copyright (C) 2002, 2006-2012 Free Software Foundation, Inc. # 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 diff --git a/tests/split/r-chunk b/tests/split/r-chunk index 821b297fd..afd9bf4be 100755 --- a/tests/split/r-chunk +++ b/tests/split/r-chunk @@ -1,7 +1,7 @@ #!/bin/sh # test splitting into round-robin chunks -# Copyright (C) 2010-2011 Free Software Foundation, Inc. +# Copyright (C) 2010-2012 Free Software Foundation, Inc. # 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 diff --git a/tests/split/suffix-length b/tests/split/suffix-length index da5b7fde3..7779ef2f8 100755 --- a/tests/split/suffix-length +++ b/tests/split/suffix-length @@ -1,7 +1,7 @@ #!/bin/sh # Show that split -a works. -# Copyright (C) 2002-2011 Free Software Foundation, Inc. +# Copyright (C) 2002-2012 Free Software Foundation, Inc. # 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 |