From 770808fa8d06877f9f111f2ccb8703a4a4cfe5fd Mon Sep 17 00:00:00 2001 From: jtbaird Date: Mon, 6 Jan 2020 09:03:05 -0500 Subject: [PATCH] updated copyrights for 2020 --- .circleci/config.yml | 2 +- .sonarqube/sonar-scanner.properties | 2 +- Dockerfile | 2 +- docker/build-image.sh | 2 +- docker/checkout.sh | 2 +- docker/get-component-version.sh | 2 +- docker/get-image-name.sh | 2 +- docker/get-repo-name.sh | 2 +- docker/get-system-version.sh | 2 +- docker/install.sh | 2 +- include/avt_vimba_camera/status_camera.h | 2 +- src/status_camera.cpp | 2 +- test/status_mako_camera_test.cpp | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ece8577..00fbeb07 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2 -# Copyright (C) 2018-2019 LEIDOS. +# Copyright (C) 2018-2020 LEIDOS. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/.sonarqube/sonar-scanner.properties b/.sonarqube/sonar-scanner.properties index c4f6cd3e..513fa1fb 100644 --- a/.sonarqube/sonar-scanner.properties +++ b/.sonarqube/sonar-scanner.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2019 LEIDOS. +# Copyright (C) 2018-2020 LEIDOS. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/Dockerfile b/Dockerfile index 8a038922..554fa8d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2019 LEIDOS. +# Copyright (C) 2018-2020 LEIDOS. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/docker/build-image.sh b/docker/build-image.sh index 20598f3a..91a2ff66 100755 --- a/docker/build-image.sh +++ b/docker/build-image.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2019 LEIDOS. +# Copyright (C) 2018-2020 LEIDOS. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/docker/checkout.sh b/docker/checkout.sh index f5d80dd4..8db0e161 100755 --- a/docker/checkout.sh +++ b/docker/checkout.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2019 LEIDOS. +# Copyright (C) 2018-2020 LEIDOS. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/docker/get-component-version.sh b/docker/get-component-version.sh index dedc1bfa..89fa1c97 100755 --- a/docker/get-component-version.sh +++ b/docker/get-component-version.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2019 LEIDOS. +# Copyright (C) 2018-2020 LEIDOS. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/docker/get-image-name.sh b/docker/get-image-name.sh index 7c58beb1..d62904ea 100755 --- a/docker/get-image-name.sh +++ b/docker/get-image-name.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2019 LEIDOS. +# Copyright (C) 2018-2020 LEIDOS. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/docker/get-repo-name.sh b/docker/get-repo-name.sh index 71843a68..d9fcd78f 100755 --- a/docker/get-repo-name.sh +++ b/docker/get-repo-name.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2019 LEIDOS. +# Copyright (C) 2018-2020 LEIDOS. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/docker/get-system-version.sh b/docker/get-system-version.sh index 99a176e6..0b6b179c 100755 --- a/docker/get-system-version.sh +++ b/docker/get-system-version.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2019 LEIDOS. +# Copyright (C) 2018-2020 LEIDOS. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/docker/install.sh b/docker/install.sh index bef074ae..d2540745 100755 --- a/docker/install.sh +++ b/docker/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2019 LEIDOS. +# Copyright (C) 2018-2020 LEIDOS. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/include/avt_vimba_camera/status_camera.h b/include/avt_vimba_camera/status_camera.h index 24d1209d..54abfbec 100644 --- a/include/avt_vimba_camera/status_camera.h +++ b/include/avt_vimba_camera/status_camera.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 LEIDOS. + * Copyright (C) 2019-2020 LEIDOS. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/src/status_camera.cpp b/src/status_camera.cpp index 456e3ccf..76ca798d 100644 --- a/src/status_camera.cpp +++ b/src/status_camera.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 LEIDOS. + * Copyright (C) 2019-2020 LEIDOS. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/test/status_mako_camera_test.cpp b/test/status_mako_camera_test.cpp index c38dd559..a9a9d088 100644 --- a/test/status_mako_camera_test.cpp +++ b/test/status_mako_camera_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 LEIDOS. + * Copyright (C) 2019-2020 LEIDOS. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of