From 04b6c51e0182a4dfd0c50f7ca2309f45b6e952fe Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Apr 2022 16:42:21 -0500 Subject: testsuites/tmtests/ remainder: Change license to BSD-2 + include + tmck + tmfine01 + tmonetoone + tmtimer01 Updates #3053. --- testsuites/tmtests/tmck/tmck.doc | 25 ++++++++++++++++++++++--- testsuites/tmtests/tmcontext01/plot.py | 2 ++ testsuites/tmtests/tmfine01/tmfine01.py | 2 ++ testsuites/tmtests/tmtimer01/plot.py | 2 ++ 4 files changed, 28 insertions(+), 3 deletions(-) (limited to 'testsuites/tmtests') diff --git a/testsuites/tmtests/tmck/tmck.doc b/testsuites/tmtests/tmck/tmck.doc index fa28be3e2a..d6b733740b 100644 --- a/testsuites/tmtests/tmck/tmck.doc +++ b/testsuites/tmtests/tmck/tmck.doc @@ -1,9 +1,28 @@ +# SPDX-License-Identifier: BSD-2-Clause + # COPYRIGHT (c) 1989-1999. # On-Line Applications Research Corporation (OAR). # -# The license and distribution terms for this file may be -# found in the file LICENSE in this distribution or at -# http://www.rtems.org/license/LICENSE. +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. # diff --git a/testsuites/tmtests/tmcontext01/plot.py b/testsuites/tmtests/tmcontext01/plot.py index 431725c8ba..c65af96d1e 100644 --- a/testsuites/tmtests/tmcontext01/plot.py +++ b/testsuites/tmtests/tmcontext01/plot.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: BSD-2-Clause + # # Copyright (c) 2014 embedded brains GmbH. All rights reserved. # diff --git a/testsuites/tmtests/tmfine01/tmfine01.py b/testsuites/tmtests/tmfine01/tmfine01.py index 3cbcbbd4d4..d63485f828 100644 --- a/testsuites/tmtests/tmfine01/tmfine01.py +++ b/testsuites/tmtests/tmfine01/tmfine01.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: BSD-2-Clause + #!/usr/bin/env python # diff --git a/testsuites/tmtests/tmtimer01/plot.py b/testsuites/tmtests/tmtimer01/plot.py index 7f3cf9ece0..136d470293 100644 --- a/testsuites/tmtests/tmtimer01/plot.py +++ b/testsuites/tmtests/tmtimer01/plot.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: BSD-2-Clause + # # Copyright (c) 2016 embedded brains GmbH. All rights reserved. # -- cgit v1.2.3