From 44e7665af15199355af2bee4453913c37ac491b3 Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Tue, 23 Jul 2024 12:26:53 -0600 Subject: [PATCH] Bring back Copyright.txt file since it is assumed/required by TriBITS builds/tests This is a fix from the last git format-patch/am of a commit created on the Trilinos side. The Copyright.txt file is expected in some of the TriBITS example project builds. The file: * tribits/Copyright.txt is created as a symlink from tribits/COPYRIGHT added in the laste commit. The files: * tribits/examples/MockTrilinos/Copyright.txt * tribits/examples/TribitsExampleProject/Copyright.txt were deleted in the last git format-path/am commit and are added back here from what is on TriBITS 'master'. --- tribits/Copyright.txt | 1 + tribits/examples/MockTrilinos/Copyright.txt | 38 +++++++++++++++++++ .../TribitsExampleProject/Copyright.txt | 38 +++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 120000 tribits/Copyright.txt create mode 100644 tribits/examples/MockTrilinos/Copyright.txt create mode 100644 tribits/examples/TribitsExampleProject/Copyright.txt diff --git a/tribits/Copyright.txt b/tribits/Copyright.txt new file mode 120000 index 000000000..cf3af40f3 --- /dev/null +++ b/tribits/Copyright.txt @@ -0,0 +1 @@ +COPYRIGHT \ No newline at end of file diff --git a/tribits/examples/MockTrilinos/Copyright.txt b/tribits/examples/MockTrilinos/Copyright.txt new file mode 100644 index 000000000..70962ece0 --- /dev/null +++ b/tribits/examples/MockTrilinos/Copyright.txt @@ -0,0 +1,38 @@ +# @HEADER +# ************************************************************************ +# +# TriBITS: Tribal Build, Integrate, and Test System +# Copyright 2013 Sandia Corporation +# +# Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, +# the U.S. Government retains certain rights in this software. +# +# 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. +# +# 3. Neither the name of the Corporation nor the names of the +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "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 SANDIA CORPORATION OR THE +# 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. +# +# ************************************************************************ +# @HEADER diff --git a/tribits/examples/TribitsExampleProject/Copyright.txt b/tribits/examples/TribitsExampleProject/Copyright.txt new file mode 100644 index 000000000..70962ece0 --- /dev/null +++ b/tribits/examples/TribitsExampleProject/Copyright.txt @@ -0,0 +1,38 @@ +# @HEADER +# ************************************************************************ +# +# TriBITS: Tribal Build, Integrate, and Test System +# Copyright 2013 Sandia Corporation +# +# Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation, +# the U.S. Government retains certain rights in this software. +# +# 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. +# +# 3. Neither the name of the Corporation nor the names of the +# contributors may be used to endorse or promote products derived from +# this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "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 SANDIA CORPORATION OR THE +# 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. +# +# ************************************************************************ +# @HEADER