diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c2dd11..5693579 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2019-2021 VMware, Inc. All Rights Reserved. +# Copyright (C) 2019-2022 VMware, Inc. All Rights Reserved. # # Licensed under the GNU General Public License v2 (the "License"); # you may not use this file except in compliance with the License. The terms diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index a4c088a..c806328 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 VMware, Inc. All Rights Reserved. +# Copyright (C) 2020-2021 VMware, Inc. All Rights Reserved. # # Licensed under the GNU General Public License v2 (the "License"); # you may not use this file except in compliance with the License. The terms diff --git a/client/api.c b/client/api.c index 4ce3f99..6674439 100644 --- a/client/api.c +++ b/client/api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/clean.c b/client/clean.c index 20b9972..87a1bd7 100644 --- a/client/clean.c +++ b/client/clean.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/client.c b/client/client.c index 7109caf..b2ee825 100644 --- a/client/client.c +++ b/client/client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/config.c b/client/config.c index 47dc2f9..62f6db1 100644 --- a/client/config.c +++ b/client/config.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/defines.h b/client/defines.h index 979ffdb..e4651d7 100644 --- a/client/defines.h +++ b/client/defines.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/init.c b/client/init.c index 7809f5f..57e1953 100644 --- a/client/init.c +++ b/client/init.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/packageutils.c b/client/packageutils.c index 713b66a..ca0ec15 100644 --- a/client/packageutils.c +++ b/client/packageutils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/prototypes.h b/client/prototypes.h index 0ce83d9..5e1c5be 100644 --- a/client/prototypes.h +++ b/client/prototypes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2020 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/resolve.c b/client/resolve.c index 6953ec8..9195f53 100644 --- a/client/resolve.c +++ b/client/resolve.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/rpmtrans.c b/client/rpmtrans.c index 3d3235e..1321926 100644 --- a/client/rpmtrans.c +++ b/client/rpmtrans.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/updateinfo.c b/client/updateinfo.c index d6d1b05..23cfc69 100644 --- a/client/updateinfo.c +++ b/client/updateinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/client/utils.c b/client/utils.c index 695ed3a..d994688 100644 --- a/client/utils.c +++ b/client/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 7493394..9c7aff6 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 VMware, Inc. All Rights Reserved. +# Copyright (C) 2020-2022 VMware, Inc. All Rights Reserved. # # Licensed under the GNU General Public License v2 (the "License"); # you may not use this file except in compliance with the License. The terms diff --git a/common/configreader.c b/common/configreader.c index 5cb72aa..ef20f07 100644 --- a/common/configreader.c +++ b/common/configreader.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2020 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/common/defines.h b/common/defines.h index 656566b..8d7f01b 100644 --- a/common/defines.h +++ b/common/defines.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/common/includes.h b/common/includes.h index 9446681..1aab326 100644 --- a/common/includes.h +++ b/common/includes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/common/lock.c b/common/lock.c index 1b4b7b5..fdc4448 100644 --- a/common/lock.c +++ b/common/lock.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2021-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/common/memory.c b/common/memory.c index 80a3ab2..577c558 100644 --- a/common/memory.c +++ b/common/memory.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/common/prototypes.h b/common/prototypes.h index a2bd2d7..8cbffaf 100644 --- a/common/prototypes.h +++ b/common/prototypes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/common/setopt.c b/common/setopt.c index d42c9d8..f300aa4 100644 --- a/common/setopt.c +++ b/common/setopt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/common/strings.c b/common/strings.c index e989c14..938338a 100644 --- a/common/strings.c +++ b/common/strings.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/common/utils.c b/common/utils.c index 889914f..3ffa380 100644 --- a/common/utils.c +++ b/common/utils.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/include/tdnf-common-defines.h b/include/tdnf-common-defines.h index 452a93f..ada519d 100644 --- a/include/tdnf-common-defines.h +++ b/include/tdnf-common-defines.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 VMware, Inc. All Rights Reserved. + * Copyright (C) 2020-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/include/tdnf.h b/include/tdnf.h index d15ea62..e6f828d 100644 --- a/include/tdnf.h +++ b/include/tdnf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/include/tdnfcli.h b/include/tdnfcli.h index 4644cd0..017c1a4 100644 --- a/include/tdnfcli.h +++ b/include/tdnfcli.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2017-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/include/tdnfclierror.h b/include/tdnfclierror.h index 263a586..a3f6a0c 100644 --- a/include/tdnfclierror.h +++ b/include/tdnfclierror.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2017-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/include/tdnfclitypes.h b/include/tdnfclitypes.h index b7b33d1..47174d4 100644 --- a/include/tdnfclitypes.h +++ b/include/tdnfclitypes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2017-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/include/tdnferror.h b/include/tdnferror.h index 45b7c5f..611b161 100644 --- a/include/tdnferror.h +++ b/include/tdnferror.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2020 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/include/tdnftypes.h b/include/tdnftypes.h index 6cea5ed..f77392d 100644 --- a/include/tdnftypes.h +++ b/include/tdnftypes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/plugins/repogpgcheck/repogpgcheck.c b/plugins/repogpgcheck/repogpgcheck.c index eb9a9e1..690b346 100644 --- a/plugins/repogpgcheck/repogpgcheck.c +++ b/plugins/repogpgcheck/repogpgcheck.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020 VMware, Inc. All Rights Reserved. + * Copyright (C) 2020-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/pytests/repo/setup-repo.sh b/pytests/repo/setup-repo.sh index 591563f..1024fd1 100755 --- a/pytests/repo/setup-repo.sh +++ b/pytests/repo/setup-repo.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2020 VMware, Inc. All Rights Reserved. +# Copyright (C) 2020-2021 VMware, Inc. All Rights Reserved. # # Licensed under the GNU Lesser General Public License v2.1 (the "License"); # you may not use this file except in compliance with the License. The terms diff --git a/pytests/tests/test_cfgreader.py b/pytests/tests/test_cfgreader.py index bbc9f72..ac8685c 100644 --- a/pytests/tests/test_cfgreader.py +++ b/pytests/tests/test_cfgreader.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2019-2021 VMware, Inc. All Rights Reserved. +# Copyright (C) 2019-2022 VMware, Inc. All Rights Reserved. # # Licensed under the GNU General Public License v2 (the "License"); # you may not use this file except in compliance with the License. The terms diff --git a/pytests/tests/test_provides.py b/pytests/tests/test_provides.py index 59aeb96..7a23e46 100644 --- a/pytests/tests/test_provides.py +++ b/pytests/tests/test_provides.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2019 VMware, Inc. All Rights Reserved. +# Copyright (C) 2019-2020 VMware, Inc. All Rights Reserved. # # Licensed under the GNU General Public License v2 (the "License"); # you may not use this file except in compliance with the License. The terms diff --git a/python/includes.h b/python/includes.h index 2688e12..1be11a7 100644 --- a/python/includes.h +++ b/python/includes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 VMware, Inc. All Rights Reserved. + * Copyright (C) 2019-2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/python/structs.h b/python/structs.h index 60324c3..03af88a 100644 --- a/python/structs.h +++ b/python/structs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 VMware, Inc. All Rights Reserved. + * Copyright (C) 2019-2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/python/tdnfbase.c b/python/tdnfbase.c index 14adbca..39c7515 100644 --- a/python/tdnfbase.c +++ b/python/tdnfbase.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 VMware, Inc. All Rights Reserved. + * Copyright (C) 2019-2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/python/tdnfmodule.c b/python/tdnfmodule.c index 0865328..a538e55 100644 --- a/python/tdnfmodule.c +++ b/python/tdnfmodule.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 VMware, Inc. All Rights Reserved. + * Copyright (C) 2019-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/python/tdnfpycommands.c b/python/tdnfpycommands.c index ec736c2..de7c690 100644 --- a/python/tdnfpycommands.c +++ b/python/tdnfpycommands.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 VMware, Inc. All Rights Reserved. + * Copyright (C) 2019-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/solv/prototypes.h b/solv/prototypes.h index ffcf2e1..8bb6acc 100644 --- a/solv/prototypes.h +++ b/solv/prototypes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2018 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/solv/tdnfpackage.c b/solv/tdnfpackage.c index 6aaceae..66a2a47 100644 --- a/solv/tdnfpackage.c +++ b/solv/tdnfpackage.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/solv/tdnfpool.c b/solv/tdnfpool.c index b22de1d..b9f9037 100644 --- a/solv/tdnfpool.c +++ b/solv/tdnfpool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2019 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/solv/tdnfquery.c b/solv/tdnfquery.c index 8f58cf3..c2d7996 100644 --- a/solv/tdnfquery.c +++ b/solv/tdnfquery.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tdnf.spec.in b/tdnf.spec.in index a8fa646..b07bfb7 100644 --- a/tdnf.spec.in +++ b/tdnf.spec.in @@ -1,5 +1,5 @@ # -# Copyright (C) 2019-2021 VMware, Inc. All Rights Reserved. +# Copyright (C) 2019-2022 VMware, Inc. All Rights Reserved. # # Licensed under the GNU General Public License v2 (the "License"); # you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/defines.h b/tools/cli/defines.h index dc3fd0f..a665338 100644 --- a/tools/cli/defines.h +++ b/tools/cli/defines.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/includes.h b/tools/cli/includes.h index d843494..f9ad59e 100644 --- a/tools/cli/includes.h +++ b/tools/cli/includes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/CMakeLists.txt b/tools/cli/lib/CMakeLists.txt index 4436c56..bb2b373 100644 --- a/tools/cli/lib/CMakeLists.txt +++ b/tools/cli/lib/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2021 VMware, Inc. All Rights Reserved. +# Copyright (C) 2020-2022 VMware, Inc. All Rights Reserved. # # Licensed under the GNU General Public License v2 (the "License"); # you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/api.c b/tools/cli/lib/api.c index f277b7c..e4a9c91 100644 --- a/tools/cli/lib/api.c +++ b/tools/cli/lib/api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 VMware, Inc. All Rights Reserved. + * Copyright (C) 2017-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU Lesser General Public License v2.1 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/help.c b/tools/cli/lib/help.c index 369e4e2..02e44f5 100644 --- a/tools/cli/lib/help.c +++ b/tools/cli/lib/help.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/includes.h b/tools/cli/lib/includes.h index e896a2b..1f79812 100644 --- a/tools/cli/lib/includes.h +++ b/tools/cli/lib/includes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2017-2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/installcmd.c b/tools/cli/lib/installcmd.c index b2debb3..89a70f9 100644 --- a/tools/cli/lib/installcmd.c +++ b/tools/cli/lib/installcmd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/options.c b/tools/cli/lib/options.c index e60b766..064aeb2 100644 --- a/tools/cli/lib/options.c +++ b/tools/cli/lib/options.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/output.c b/tools/cli/lib/output.c index 076aa76..b52c792 100644 --- a/tools/cli/lib/output.c +++ b/tools/cli/lib/output.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/parseargs.c b/tools/cli/lib/parseargs.c index 46c0d8c..70b54ef 100644 --- a/tools/cli/lib/parseargs.c +++ b/tools/cli/lib/parseargs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/parsecleanargs.c b/tools/cli/lib/parsecleanargs.c index 46936b7..fc1587d 100644 --- a/tools/cli/lib/parsecleanargs.c +++ b/tools/cli/lib/parsecleanargs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/parselistargs.c b/tools/cli/lib/parselistargs.c index 9e6d1ec..35e20a4 100644 --- a/tools/cli/lib/parselistargs.c +++ b/tools/cli/lib/parselistargs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/parserepolistargs.c b/tools/cli/lib/parserepolistargs.c index e6fcc54..33b7cf6 100644 --- a/tools/cli/lib/parserepolistargs.c +++ b/tools/cli/lib/parserepolistargs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/parseupdateinfo.c b/tools/cli/lib/parseupdateinfo.c index 00ec300..a52c8ff 100644 --- a/tools/cli/lib/parseupdateinfo.c +++ b/tools/cli/lib/parseupdateinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2020 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/prototypes.h b/tools/cli/lib/prototypes.h index a5de99c..5852264 100644 --- a/tools/cli/lib/prototypes.h +++ b/tools/cli/lib/prototypes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2019 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/lib/updateinfocmd.c b/tools/cli/lib/updateinfocmd.c index 0886271..4261f5d 100644 --- a/tools/cli/lib/updateinfocmd.c +++ b/tools/cli/lib/updateinfocmd.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/main.c b/tools/cli/main.c index b34fa79..833ab21 100644 --- a/tools/cli/main.c +++ b/tools/cli/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2022 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms diff --git a/tools/cli/prototypes.h b/tools/cli/prototypes.h index 0afba59..97544dd 100644 --- a/tools/cli/prototypes.h +++ b/tools/cli/prototypes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2017 VMware, Inc. All Rights Reserved. + * Copyright (C) 2015-2021 VMware, Inc. All Rights Reserved. * * Licensed under the GNU General Public License v2 (the "License"); * you may not use this file except in compliance with the License. The terms