Skip to content

Commit e455e6d

Browse files
Update incorrect license header in CMakeLists.txt and other files (#613)
1 parent ff1f745 commit e455e6d

File tree

150 files changed

+1631
-754
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+1631
-754
lines changed

examples/CMakeLists.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# (c) 2022 Copyright, Real-Time Innovations, Inc. All rights reserved.
2-
# No duplications, whole or partial, manual or electronic, may be made
3-
# without express written permission. Any such copies, or revisions thereof,
4-
# must display this notice unaltered.
5-
# This code contains trade secrets of Real-Time Innovations, Inc.
1+
#
2+
# (c) 2022 Copyright, Real-Time Innovations, Inc. All rights reserved.
3+
#
4+
# RTI grants Licensee a license to use, modify, compile, and create derivative
5+
# works of the Software. Licensee has the right to distribute object form
6+
# only for use with RTI products. The Software is provided "as is", with no
7+
# warranty of any type, including any warranty for fitness for any purpose.
8+
# RTI is under no obligation to maintain or support the Software. RTI shall
9+
# not be liable for any incidental or consequential damages arising out of the
10+
# use or inability to use the software.
11+
#
612
cmake_minimum_required(VERSION 3.11)
713
project(rticonnextdds-examples)
814

examples/cloud_discovery_service/CMakeLists.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# (c) 2023 Copyright, Real-Time Innovations, Inc. All rights reserved.
2-
# No duplications, whole or partial, manual or electronic, may be made
3-
# without express written permission. Any such copies, or revisions thereof,
4-
# must display this notice unaltered.
5-
# This code contains trade secrets of Real-Time Innovations, Inc.
1+
#
2+
# (c) 2023 Copyright, Real-Time Innovations, Inc. All rights reserved.
3+
#
4+
# RTI grants Licensee a license to use, modify, compile, and create derivative
5+
# works of the Software. Licensee has the right to distribute object form
6+
# only for use with RTI products. The Software is provided "as is", with no
7+
# warranty of any type, including any warranty for fitness for any purpose.
8+
# RTI is under no obligation to maintain or support the Software. RTI shall
9+
# not be liable for any incidental or consequential damages arising out of the
10+
# use or inability to use the software.
11+
#
612

713
cmake_minimum_required(VERSION 3.12)
814
project(rticonnextdds-examples-cloud-discovery-service)

examples/cloud_discovery_service/library_api/c++11/CMakeLists.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# (c) 2023 Copyright, Real-Time Innovations, Inc. All rights reserved.
2-
# No duplications, whole or partial, manual or electronic, may be made
3-
# without express written permission. Any such copies, or revisions thereof,
4-
# must display this notice unaltered.
5-
# This code contains trade secrets of Real-Time Innovations, Inc.
1+
#
2+
# (c) 2023 Copyright, Real-Time Innovations, Inc. All rights reserved.
3+
#
4+
# RTI grants Licensee a license to use, modify, compile, and create derivative
5+
# works of the Software. Licensee has the right to distribute object form
6+
# only for use with RTI products. The Software is provided "as is", with no
7+
# warranty of any type, including any warranty for fitness for any purpose.
8+
# RTI is under no obligation to maintain or support the Software. RTI shall
9+
# not be liable for any incidental or consequential damages arising out of the
10+
# use or inability to use the software.
11+
#
612

713
cmake_minimum_required(VERSION 3.12)
814
project(rticonnextdds-examples-cloud-discovery-service)

examples/cloud_discovery_service/library_api/c/CMakeLists.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# (c) 2023 Copyright, Real-Time Innovations, Inc. All rights reserved.
2-
# No duplications, whole or partial, manual or electronic, may be made
3-
# without express written permission. Any such copies, or revisions thereof,
4-
# must display this notice unaltered.
5-
# This code contains trade secrets of Real-Time Innovations, Inc.
1+
#
2+
# (c) 2023 Copyright, Real-Time Innovations, Inc. All rights reserved.
3+
#
4+
# RTI grants Licensee a license to use, modify, compile, and create derivative
5+
# works of the Software. Licensee has the right to distribute object form
6+
# only for use with RTI products. The Software is provided "as is", with no
7+
# warranty of any type, including any warranty for fitness for any purpose.
8+
# RTI is under no obligation to maintain or support the Software. RTI shall
9+
# not be liable for any incidental or consequential damages arising out of the
10+
# use or inability to use the software.
11+
#
612

713
cmake_minimum_required(VERSION 3.12)
814
project(rticonnextdds-examples-cloud-discovery-service)

examples/connext_dds/CMakeLists.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# (c) 2019 Copyright, Real-Time Innovations, Inc. All rights reserved.
2-
# No duplications, whole or partial, manual or electronic, may be made
3-
# without express written permission. Any such copies, or revisions thereof,
4-
# must display this notice unaltered.
5-
# This code contains trade secrets of Real-Time Innovations, Inc.
1+
#
2+
# (c) 2019 Copyright, Real-Time Innovations, Inc. All rights reserved.
3+
#
4+
# RTI grants Licensee a license to use, modify, compile, and create derivative
5+
# works of the Software. Licensee has the right to distribute object form
6+
# only for use with RTI products. The Software is provided "as is", with no
7+
# warranty of any type, including any warranty for fitness for any purpose.
8+
# RTI is under no obligation to maintain or support the Software. RTI shall
9+
# not be liable for any incidental or consequential damages arising out of the
10+
# use or inability to use the software.
11+
#
612
cmake_minimum_required(VERSION 3.11)
713
project(rtiexamples-connext-dds)
814
list(APPEND CMAKE_MODULE_PATH

examples/connext_dds/asynchronous_publication/c++11/CMakeLists.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# (c) 2018 Copyright, Real-Time Innovations, Inc. All rights reserved.
2-
# No duplications, whole or partial, manual or electronic, may be made
3-
# without express written permission. Any such copies, or revisions thereof,
4-
# must display this notice unaltered.
5-
# This code contains trade secrets of Real-Time Innovations, Inc.
1+
#
2+
# (c) 2018 Copyright, Real-Time Innovations, Inc. All rights reserved.
3+
#
4+
# RTI grants Licensee a license to use, modify, compile, and create derivative
5+
# works of the Software. Licensee has the right to distribute object form
6+
# only for use with RTI products. The Software is provided "as is", with no
7+
# warranty of any type, including any warranty for fitness for any purpose.
8+
# RTI is under no obligation to maintain or support the Software. RTI shall
9+
# not be liable for any incidental or consequential damages arising out of the
10+
# use or inability to use the software.
11+
#
612
cmake_minimum_required(VERSION 3.11)
713
project(rtiexamples-async)
814
list(APPEND CMAKE_MODULE_PATH

examples/connext_dds/asynchronous_publication/c++98/CMakeLists.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# (c) 2018 Copyright, Real-Time Innovations, Inc. All rights reserved.
2-
# No duplications, whole or partial, manual or electronic, may be made
3-
# without express written permission. Any such copies, or revisions thereof,
4-
# must display this notice unaltered.
5-
# This code contains trade secrets of Real-Time Innovations, Inc.
1+
#
2+
# (c) 2018 Copyright, Real-Time Innovations, Inc. All rights reserved.
3+
#
4+
# RTI grants Licensee a license to use, modify, compile, and create derivative
5+
# works of the Software. Licensee has the right to distribute object form
6+
# only for use with RTI products. The Software is provided "as is", with no
7+
# warranty of any type, including any warranty for fitness for any purpose.
8+
# RTI is under no obligation to maintain or support the Software. RTI shall
9+
# not be liable for any incidental or consequential damages arising out of the
10+
# use or inability to use the software.
11+
#
612
cmake_minimum_required(VERSION 3.11)
713
project(rtiexamples-async)
814
list(APPEND CMAKE_MODULE_PATH

examples/connext_dds/asynchronous_publication/c/CMakeLists.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# (c) 2018 Copyright, Real-Time Innovations, Inc. All rights reserved.
2-
# No duplications, whole or partial, manual or electronic, may be made
3-
# without express written permission. Any such copies, or revisions thereof,
4-
# must display this notice unaltered.
5-
# This code contains trade secrets of Real-Time Innovations, Inc.
1+
#
2+
# (c) 2018 Copyright, Real-Time Innovations, Inc. All rights reserved.
3+
#
4+
# RTI grants Licensee a license to use, modify, compile, and create derivative
5+
# works of the Software. Licensee has the right to distribute object form
6+
# only for use with RTI products. The Software is provided "as is", with no
7+
# warranty of any type, including any warranty for fitness for any purpose.
8+
# RTI is under no obligation to maintain or support the Software. RTI shall
9+
# not be liable for any incidental or consequential damages arising out of the
10+
# use or inability to use the software.
11+
#
612
cmake_minimum_required(VERSION 3.11)
713
project(rtiexamples-async)
814
list(APPEND CMAKE_MODULE_PATH

examples/connext_dds/asyncwaitset/c++11/CMakeLists.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# (c) 2018 Copyright, Real-Time Innovations, Inc. All rights reserved.
2-
# No duplications, whole or partial, manual or electronic, may be made
3-
# without express written permission. Any such copies, or revisions thereof,
4-
# must display this notice unaltered.
5-
# This code contains trade secrets of Real-Time Innovations, Inc.
1+
#
2+
# (c) 2018 Copyright, Real-Time Innovations, Inc. All rights reserved.
3+
#
4+
# RTI grants Licensee a license to use, modify, compile, and create derivative
5+
# works of the Software. Licensee has the right to distribute object form
6+
# only for use with RTI products. The Software is provided "as is", with no
7+
# warranty of any type, including any warranty for fitness for any purpose.
8+
# RTI is under no obligation to maintain or support the Software. RTI shall
9+
# not be liable for any incidental or consequential damages arising out of the
10+
# use or inability to use the software.
11+
#
612
cmake_minimum_required(VERSION 3.11)
713
project(rtiexamples-asyncwaitset)
814
list(APPEND CMAKE_MODULE_PATH

examples/connext_dds/batching/c++11/CMakeLists.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# (c) 2018 Copyright, Real-Time Innovations, Inc. All rights reserved.
2-
# No duplications, whole or partial, manual or electronic, may be made
3-
# without express written permission. Any such copies, or revisions thereof,
4-
# must display this notice unaltered.
5-
# This code contains trade secrets of Real-Time Innovations, Inc.
1+
#
2+
# (c) 2018 Copyright, Real-Time Innovations, Inc. All rights reserved.
3+
#
4+
# RTI grants Licensee a license to use, modify, compile, and create derivative
5+
# works of the Software. Licensee has the right to distribute object form
6+
# only for use with RTI products. The Software is provided "as is", with no
7+
# warranty of any type, including any warranty for fitness for any purpose.
8+
# RTI is under no obligation to maintain or support the Software. RTI shall
9+
# not be liable for any incidental or consequential damages arising out of the
10+
# use or inability to use the software.
11+
#
12+
613
cmake_minimum_required(VERSION 3.11)
714
project(rtiexamples-batching)
815
list(APPEND CMAKE_MODULE_PATH

0 commit comments

Comments
 (0)