Skip to content

Commit

Permalink
Merge branch 'ng/fix_py3' into 'master'
Browse files Browse the repository at this point in the history
Ng/fix py3

See merge request qi/qibuild!132
  • Loading branch information
Nicolas GARGAUD committed Jan 25, 2021
2 parents 4c95200 + 85f1118 commit 6c1a1dc
Show file tree
Hide file tree
Showing 834 changed files with 867 additions and 844 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ doitall:
locales: 'en_US.UTF-8 fr_FR.UTF-8'
packages: >
libpython2.7-dev
python-pip
wget
openssh-server
subversion
Expand Down Expand Up @@ -61,9 +62,7 @@ doitall:
- export LC_ALL=en_US.UTF-8

# Always use an up-to-date version of pip
- wget https://bootstrap.pypa.io/get-pip.py
- python get-pip.py --user
- rm -f get-pip.py
- python -m pip install --user "pip<21" wheel --upgrade
- export PATH=$HOME/.local/bin:$PATH
- pip install -r requirements.txt --user
- pip install -e . --user
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2011-2020, Aldebaran Robotics
Copyright (c) 2011-2021, Aldebaran Robotics
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion cmake/contrib/toolchain/toolchain-iphone.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/contrib/toolchain/toolchain-mingw32-archlinux.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/codegen.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/compat/compat.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/compat/msvc.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/compat/t001chain/cmake/general.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.
message(WARNING "
Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/external.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/find.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
6 changes: 5 additions & 1 deletion cmake/qibuild/flags.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down Expand Up @@ -118,6 +118,10 @@ if(QI_WITH_HARDENING AND UNIX AND NOT APPLE)
_qi_add_flags(CMAKE_CXX_FLAGS ${hardening_flags})
endif()

if(QI_WITH_TESTS)
qi_info("Enabling tests build")
endif()

if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
if(NOT QI_WITH_DEBUG_INFO)
# This makes it possible to remove warnings about missing .pdb
Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/general.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/gettext.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/install.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/internal/fix_shared_libs.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/internal/glob.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/internal/install.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/internal/layout.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/internal/list.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/internal/stage.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/internal/tests.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/internal/uselib.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/log.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/alsalib-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/archive-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/asciidoc-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/avahi-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/bfl-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/bison-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/bluez-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_atomic-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_chrono-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH)
Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_coroutine-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_date_time-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_filesystem-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_graph-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_iostreams-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_locale-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_lockfree-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_program_options-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_python-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_python3-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_random-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_regex-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_serialization-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_signals-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_system-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_test_exec_monitor-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_thread-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_threadpool-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_timer-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.
get_filename_component(_ROOT_DIR ${CMAKE_CURRENT_LIST_FILE} PATH)
Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boost_tr1-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/boostutils.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/bzip2-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/clang-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/corefoundation-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/crypto-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/curl-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.
clean(CURL)
Expand Down
2 changes: 1 addition & 1 deletion cmake/qibuild/modules/dbus-1-config.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Copyright (c) 2012-2020 SoftBank Robotics. All rights reserved.
## Copyright (c) 2012-2021 SoftBank Robotics. All rights reserved.
## Use of this source code is governed by a BSD-style license that can be
## found in the COPYING file.

Expand Down
Loading

0 comments on commit 6c1a1dc

Please sign in to comment.