From 295a484be12f67b151ea0e230fad71824df239db Mon Sep 17 00:00:00 2001 From: Peter Guglielmino Date: Thu, 17 Dec 2020 12:55:03 -0500 Subject: [PATCH 1/2] updated copyright text --- .circleci/config.yml | 2 +- .sonarqube/sonar-scanner.properties | 2 +- Dockerfile | 2 +- docker/build-image.sh | 2 +- docker/checkout.bash | 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 +- docker/system_release.sh | 2 +- include/avt_vimba_camera/status_camera.h | 2 +- launch/mobileye_eval.launch | 2 +- src/status_camera.cpp | 2 +- test/status_mako_camera_test.cpp | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fb5c875f..088733d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2 -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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 513fa1fb..66b395a1 100644 --- a/.sonarqube/sonar-scanner.properties +++ b/.sonarqube/sonar-scanner.properties @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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 ca36df31..322637d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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 e45f45fe..2acf8ed6 100755 --- a/docker/build-image.sh +++ b/docker/build-image.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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.bash b/docker/checkout.bash index 0d8e4591..1d3cb5b1 100755 --- a/docker/checkout.bash +++ b/docker/checkout.bash @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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 89fa1c97..e5979fe1 100755 --- a/docker/get-component-version.sh +++ b/docker/get-component-version.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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 d62904ea..3e873770 100755 --- a/docker/get-image-name.sh +++ b/docker/get-image-name.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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 d9fcd78f..a4ebe202 100755 --- a/docker/get-repo-name.sh +++ b/docker/get-repo-name.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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 a7385207..e652c49c 100755 --- a/docker/get-system-version.sh +++ b/docker/get-system-version.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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 c5386635..95f40c45 100755 --- a/docker/install.sh +++ b/docker/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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/system_release.sh b/docker/system_release.sh index cf489a2d..edf1990a 100755 --- a/docker/system_release.sh +++ b/docker/system_release.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2018-2020 LEIDOS. +# Copyright (C) 2018-2021 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 54abfbec..5e61c465 100644 --- a/include/avt_vimba_camera/status_camera.h +++ b/include/avt_vimba_camera/status_camera.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2020 LEIDOS. + * Copyright (C) 2019-2021 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/launch/mobileye_eval.launch b/launch/mobileye_eval.launch index 80968e45..e3e4c06d 100644 --- a/launch/mobileye_eval.launch +++ b/launch/mobileye_eval.launch @@ -1,5 +1,5 @@