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 a969c6bb..709372fc 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 afacd8bd..ed48c4f3 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 dd8343f4..5a33389c 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-package-name.sh b/docker/get-package-name.sh index ed4ae3e7..59a994e0 100755 --- a/docker/get-package-name.sh +++ b/docker/get-package-name.sh @@ -1,5 +1,20 @@ #!/bin/bash +# 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 +# the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations under +# the License. + + cd "$(dirname "$0")" cd .. echo "${PWD##*/}" 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/get-tmp.sh b/docker/get-tmp.sh index 826854f5..703b1fab 100755 --- a/docker/get-tmp.sh +++ b/docker/get-tmp.sh @@ -1,4 +1,19 @@ #!/bin/bash + +# 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 +# the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations under +# the License. + cd "$(dirname "$0")" cd .. 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 @@