Skip to content

Commit 9d0ac81

Browse files
committed
updated file headers, removed unnecessary license files
1 parent a20006b commit 9d0ac81

12 files changed

Lines changed: 79 additions & 276 deletions

File tree

SCR-1.2.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ Type of content: Source code
77
Description and comments: Example project of DDS-TSN integration
88
Release Location: GitHub
99
Origin: Code written by NXP
10-
ROS 2 (Apache-2.0) - https://github.com/ros2
11-
Pyshark (MIT) - https://pypi.org/project/pyshark
12-
tabulate (MIT) - https://pypi.org/project/tabulate

licenses/pyshark/LICENSE.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

licenses/pyshark/PSF-3.10.2.txt

Lines changed: 0 additions & 43 deletions
This file was deleted.

licenses/tabulate/LICENSE.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

licenses/tabulate/PSF-3.10.2.txt

Lines changed: 0 additions & 43 deletions
This file was deleted.

tools/rtps_csv_merge/rtps_csv_merge.py

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,18 @@
11
#!/usr/bin/env python3
22

3-
# Copyright 2022 NXP. All rights reserved.
4-
# Disclaimer
5-
# 1. The NXP Software/Source Code is provided to Licensee "AS IS" without any
6-
# warranties of any kind. NXP makes no warranties to Licensee and shall not
7-
# indemnify Licensee or hold it harmless or any reason related to the NXP
8-
# Software/Source Code or otherwise be liable to the NXP customer. The NXP
9-
# customer acknowledges and agrees that the NXP Software/Source Code is
10-
# provided AS-IS and accepts all risks of utilizing the NXP Software under the
11-
# conditions set forth according to this disclaimer.
12-
# *
13-
# 2. NXP EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT
14-
# NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
15-
# PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. NXP
16-
# SHALL HAVE NO LIABILITY TO THE NXP CUSTOMER, OR ITS SUBSIDIARIES, AFFILIATES,
17-
# OR ANY OTHER THIRD PARTY FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION,
18-
# DAMAGES RESULTING OR ALLEGED TO HAVE RESULTED FROM ANY DEFECT, ERROR OR
19-
# OMISSION IN THE NXP SOFTWARE/SOURCE CODE, THIRD PARTY APPLICATION SOFTWARE
20-
# AND/OR DOCUMENTATION, OR AS A RESULT OF ANY INFRINGEMENT OF ANY INTELLECTUAL
21-
# PROPERTY RIGHT OF ANY THIRD PARTY. IN NO EVENT SHALL NXP
22-
# BE LIABLE FOR ANY INCIDENTAL, INDIRECT, SPECIAL, EXEMPLARY, PUNITIVE, OR
23-
# CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS) SUFFERED BY NXP CUSTOMER OR
24-
# ITS SUBSIDIARIES, AFFILIATES, OR ANY OTHER THIRD PARTY ARISING OUT OF OR
25-
# RELATED TO THE NXP SOFTWARE/SOURCE CODE EVEN IF NXP HAS BEEN ADVISED OF THE
26-
# POSSIBILITY OF SUCH DAMAGES.
3+
# Copyright 2022 NXP
4+
#
5+
# Licensed under the Apache License, Version 2.0 (the "License");
6+
# you may not use this file except in compliance with the License.
7+
# You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
2716

2817
"""
2918
Merge timestamps from 2 different source packets

tools/traffic_analysis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pytest-3
118118
```
119119

120120
## Known limitations
121-
If you trigger the following exception in `pyshark` module `layers.py`, you can patch it using [this post](`https://github.com/nikirill/pyshark/commit/fc49ca9405f5c770fce15e77841be45f9e6b4dee`):
121+
If you trigger the following exception in `pyshark` module `layers.py`, you can patch it using [this post](https://github.com/nikirill/pyshark/commit/fc49ca9405f5c770fce15e77841be45f9e6b4dee):
122122

123123
```python
124124
Traceback (most recent call last):

tools/traffic_analysis/plugin.py

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
1-
# Copyright 2022 NXP. All rights reserved.
2-
# Disclaimer
3-
# 1. The NXP Software/Source Code is provided to Licensee "AS IS" without any
4-
# warranties of any kind. NXP makes no warranties to Licensee and shall not
5-
# indemnify Licensee or hold it harmless or any reason related to the NXP
6-
# Software/Source Code or otherwise be liable to the NXP customer. The NXP
7-
# customer acknowledges and agrees that the NXP Software/Source Code is
8-
# provided AS-IS and accepts all risks of utilizing the NXP Software under the
9-
# conditions set forth according to this disclaimer.
10-
# *
11-
# 2. NXP EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT
12-
# NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
13-
# PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. NXP
14-
# SHALL HAVE NO LIABILITY TO THE NXP CUSTOMER, OR ITS SUBSIDIARIES, AFFILIATES,
15-
# OR ANY OTHER THIRD PARTY FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION,
16-
# DAMAGES RESULTING OR ALLEGED TO HAVE RESULTED FROM ANY DEFECT, ERROR OR
17-
# OMISSION IN THE NXP SOFTWARE/SOURCE CODE, THIRD PARTY APPLICATION SOFTWARE
18-
# AND/OR DOCUMENTATION, OR AS A RESULT OF ANY INFRINGEMENT OF ANY INTELLECTUAL
19-
# PROPERTY RIGHT OF ANY THIRD PARTY. IN NO EVENT SHALL NXP
20-
# BE LIABLE FOR ANY INCIDENTAL, INDIRECT, SPECIAL, EXEMPLARY, PUNITIVE, OR
21-
# CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS) SUFFERED BY NXP CUSTOMER OR
22-
# ITS SUBSIDIARIES, AFFILIATES, OR ANY OTHER THIRD PARTY ARISING OUT OF OR
23-
# RELATED TO THE NXP SOFTWARE/SOURCE CODE EVEN IF NXP HAS BEEN ADVISED OF THE
24-
# POSSIBILITY OF SUCH DAMAGES.
1+
# Copyright 2022 NXP
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
2514

2615
"plugin loader and plugin base class implementation"
2716

tools/traffic_analysis/plugins/ethernet.py

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
1-
# Copyright 2022 NXP. All rights reserved.
2-
# Disclaimer
3-
# 1. The NXP Software/Source Code is provided to Licensee "AS IS" without any
4-
# warranties of any kind. NXP makes no warranties to Licensee and shall not
5-
# indemnify Licensee or hold it harmless or any reason related to the NXP
6-
# Software/Source Code or otherwise be liable to the NXP customer. The NXP
7-
# customer acknowledges and agrees that the NXP Software/Source Code is
8-
# provided AS-IS and accepts all risks of utilizing the NXP Software under the
9-
# conditions set forth according to this disclaimer.
10-
# *
11-
# 2. NXP EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT
12-
# NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
13-
# PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. NXP
14-
# SHALL HAVE NO LIABILITY TO THE NXP CUSTOMER, OR ITS SUBSIDIARIES, AFFILIATES,
15-
# OR ANY OTHER THIRD PARTY FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION,
16-
# DAMAGES RESULTING OR ALLEGED TO HAVE RESULTED FROM ANY DEFECT, ERROR OR
17-
# OMISSION IN THE NXP SOFTWARE/SOURCE CODE, THIRD PARTY APPLICATION SOFTWARE
18-
# AND/OR DOCUMENTATION, OR AS A RESULT OF ANY INFRINGEMENT OF ANY INTELLECTUAL
19-
# PROPERTY RIGHT OF ANY THIRD PARTY. IN NO EVENT SHALL NXP
20-
# BE LIABLE FOR ANY INCIDENTAL, INDIRECT, SPECIAL, EXEMPLARY, PUNITIVE, OR
21-
# CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS) SUFFERED BY NXP CUSTOMER OR
22-
# ITS SUBSIDIARIES, AFFILIATES, OR ANY OTHER THIRD PARTY ARISING OUT OF OR
23-
# RELATED TO THE NXP SOFTWARE/SOURCE CODE EVEN IF NXP HAS BEEN ADVISED OF THE
24-
# POSSIBILITY OF SUCH DAMAGES.
1+
# Copyright 2022 NXP
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
2514

2615
"Generic Ethernet frame dissector plugin"
2716

tools/traffic_analysis/plugins/rtps.py

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
1-
# Copyright 2022 NXP. All rights reserved.
2-
# Disclaimer
3-
# 1. The NXP Software/Source Code is provided to Licensee "AS IS" without any
4-
# warranties of any kind. NXP makes no warranties to Licensee and shall not
5-
# indemnify Licensee or hold it harmless or any reason related to the NXP
6-
# Software/Source Code or otherwise be liable to the NXP customer. The NXP
7-
# customer acknowledges and agrees that the NXP Software/Source Code is
8-
# provided AS-IS and accepts all risks of utilizing the NXP Software under the
9-
# conditions set forth according to this disclaimer.
10-
# *
11-
# 2. NXP EXPRESSLY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT
12-
# NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
13-
# PARTICULAR PURPOSE, AND NON-INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. NXP
14-
# SHALL HAVE NO LIABILITY TO THE NXP CUSTOMER, OR ITS SUBSIDIARIES, AFFILIATES,
15-
# OR ANY OTHER THIRD PARTY FOR ANY DAMAGES, INCLUDING WITHOUT LIMITATION,
16-
# DAMAGES RESULTING OR ALLEGED TO HAVE RESULTED FROM ANY DEFECT, ERROR OR
17-
# OMISSION IN THE NXP SOFTWARE/SOURCE CODE, THIRD PARTY APPLICATION SOFTWARE
18-
# AND/OR DOCUMENTATION, OR AS A RESULT OF ANY INFRINGEMENT OF ANY INTELLECTUAL
19-
# PROPERTY RIGHT OF ANY THIRD PARTY. IN NO EVENT SHALL NXP
20-
# BE LIABLE FOR ANY INCIDENTAL, INDIRECT, SPECIAL, EXEMPLARY, PUNITIVE, OR
21-
# CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFITS) SUFFERED BY NXP CUSTOMER OR
22-
# ITS SUBSIDIARIES, AFFILIATES, OR ANY OTHER THIRD PARTY ARISING OUT OF OR
23-
# RELATED TO THE NXP SOFTWARE/SOURCE CODE EVEN IF NXP HAS BEEN ADVISED OF THE
24-
# POSSIBILITY OF SUCH DAMAGES.
1+
# Copyright 2022 NXP
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
2514

2615
"RTPS dissector plugin for analyzing DDS traffic"
2716

0 commit comments

Comments
 (0)