From 10e74933b123c079db2500c52e6e78455c1e6100 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Sep 2022 12:12:02 +0100 Subject: [PATCH] Update copyright dates git-grep -l 'Copyright.* 2021 ' | xargs perl -i~ -pe 's{Copyright 2021 }{Copyright 2021-2022 }g' Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- client/client.rs | 2 +- macros/Cargo.toml | 2 +- macros/macros.rs | 2 +- server/server.rs | 2 +- server/slocal.rs | 2 +- server/suser.rs | 2 +- server/sweb.rs | 2 +- src/config.rs | 2 +- src/ini.rs | 2 +- src/ipif.rs | 2 +- src/lib.rs | 2 +- src/multipart.rs | 2 +- src/prelude.rs | 2 +- src/queue.rs | 2 +- src/reporter.rs | 2 +- src/rope.rs | 2 +- src/slip.rs | 2 +- src/types.rs | 2 +- src/utils.rs | 2 +- test/common | 2 +- test/go-with-unshare | 2 +- test/netns-setup | 2 +- test/t-basic | 2 +- test/test.cfg | 2 +- test/with-unshare | 2 +- uml/psusan-uml-inside | 2 +- uml/psusan-uml-psusan | 2 +- uml/psusan-uml-run | 2 +- uml/psusan-uml-setup | 2 +- uml/run-test | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e3e1060..55cf429 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/client/client.rs b/client/client.rs index dcd8b85..f623771 100644 --- a/client/client.rs +++ b/client/client.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 747bfa4..4da04be 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/macros/macros.rs b/macros/macros.rs index 6413499..1eaa758 100644 --- a/macros/macros.rs +++ b/macros/macros.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/server/server.rs b/server/server.rs index 53286e7..00e1b6d 100644 --- a/server/server.rs +++ b/server/server.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/server/slocal.rs b/server/slocal.rs index f58ef9c..ab2f2fc 100644 --- a/server/slocal.rs +++ b/server/slocal.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/server/suser.rs b/server/suser.rs index b1a6409..b51ea76 100644 --- a/server/suser.rs +++ b/server/suser.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/server/sweb.rs b/server/sweb.rs index 0e52fb9..bd9316a 100644 --- a/server/sweb.rs +++ b/server/sweb.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/config.rs b/src/config.rs index 2b63b2e..8fd1c79 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/ini.rs b/src/ini.rs index 20c3534..143d0fc 100644 --- a/src/ini.rs +++ b/src/ini.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/ipif.rs b/src/ipif.rs index e6762ad..3b4da9c 100644 --- a/src/ipif.rs +++ b/src/ipif.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/lib.rs b/src/lib.rs index 89419bf..fc641d2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/multipart.rs b/src/multipart.rs index c8c035f..c2f0ff4 100644 --- a/src/multipart.rs +++ b/src/multipart.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/prelude.rs b/src/prelude.rs index 9e56662..0ca0ec1 100644 --- a/src/prelude.rs +++ b/src/prelude.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/queue.rs b/src/queue.rs index 451f76b..49fd3c4 100644 --- a/src/queue.rs +++ b/src/queue.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/reporter.rs b/src/reporter.rs index 148b5e7..530534a 100644 --- a/src/reporter.rs +++ b/src/reporter.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson, yaahc and contributors to Hippotat and Eyre +// Copyright 2021-2022 Ian Jackson, yaahc and contributors to Hippotat and Eyre // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/rope.rs b/src/rope.rs index fd400fe..12054ab 100644 --- a/src/rope.rs +++ b/src/rope.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/slip.rs b/src/slip.rs index 00c1560..6476014 100644 --- a/src/slip.rs +++ b/src/slip.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/types.rs b/src/types.rs index bb4fffb..1f55aa6 100644 --- a/src/types.rs +++ b/src/types.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/src/utils.rs b/src/utils.rs index 2df92b5..22767aa 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,4 +1,4 @@ -// Copyright 2021 Ian Jackson and contributors to Hippotat +// Copyright 2021-2022 Ian Jackson and contributors to Hippotat // SPDX-License-Identifier: GPL-3.0-or-later // There is NO WARRANTY. diff --git a/test/common b/test/common index 428d954..4bbd1fd 100644 --- a/test/common +++ b/test/common @@ -1,5 +1,5 @@ # -*- shell-script -*- -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/test/go-with-unshare b/test/go-with-unshare index ef8825e..96f983f 100755 --- a/test/go-with-unshare +++ b/test/go-with-unshare @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/test/netns-setup b/test/netns-setup index c2d24dc..d91e0f9 100755 --- a/test/netns-setup +++ b/test/netns-setup @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/test/t-basic b/test/t-basic index 039a3cd..046e17e 100755 --- a/test/t-basic +++ b/test/t-basic @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/test/test.cfg b/test/test.cfg index ddb6ac4..d74e8d3 100644 --- a/test/test.cfg +++ b/test/test.cfg @@ -1,4 +1,4 @@ -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/test/with-unshare b/test/with-unshare index f1fdadd..5d29c87 100755 --- a/test/with-unshare +++ b/test/with-unshare @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/uml/psusan-uml-inside b/uml/psusan-uml-inside index 4a2f343..a0a7ca8 100755 --- a/uml/psusan-uml-inside +++ b/uml/psusan-uml-inside @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Ian Jackson, Simon Tatham, and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson, Simon Tatham, and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/uml/psusan-uml-psusan b/uml/psusan-uml-psusan index 2f5c723..5296aa5 100755 --- a/uml/psusan-uml-psusan +++ b/uml/psusan-uml-psusan @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Ian Jackson, Simon Tatham, and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson, Simon Tatham, and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/uml/psusan-uml-run b/uml/psusan-uml-run index c84f51c..36a4b53 100755 --- a/uml/psusan-uml-run +++ b/uml/psusan-uml-run @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/uml/psusan-uml-setup b/uml/psusan-uml-setup index 58dedc2..5f4afe7 100755 --- a/uml/psusan-uml-setup +++ b/uml/psusan-uml-setup @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. diff --git a/uml/run-test b/uml/run-test index 47ff7b7..07932d4 100755 --- a/uml/run-test +++ b/uml/run-test @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2021 Ian Jackson and contributors to Hippotat +# Copyright 2021-2022 Ian Jackson and contributors to Hippotat # SPDX-License-Identifier: GPL-3.0-or-later # There is NO WARRANTY. -- 2.30.2