LCOV - code coverage report
Current view: top level - src/base - MalamuteHeader.C (source / functions) Hit Total Coverage
Test: idaholab/malamute: 0e4c8a Lines: 5 5 100.0 %
Date: 2025-08-02 07:01:39 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /****************************************************************************/
       2             : /*                        DO NOT MODIFY THIS HEADER                         */
       3             : /*                                                                          */
       4             : /* MALAMUTE: MOOSE Application Library for Advanced Manufacturing UTilitiEs */
       5             : /*                                                                          */
       6             : /*           Copyright 2021 - 2024, Battelle Energy Alliance, LLC           */
       7             : /*                           ALL RIGHTS RESERVED                            */
       8             : /****************************************************************************/
       9             : 
      10             : #include "MalamuteHeader.h"
      11             : #include <sstream>
      12             : 
      13             : namespace MalamuteHeader
      14             : {
      15             : std::string
      16         276 : header()
      17             : {
      18         276 :   std::stringstream header;
      19             :   header << "\n\n"
      20             :          << "M     M      A      L            A      M     M  U     U  T T T T  E E E E \n"
      21             :          << "MM   MM     A A     L           A A     MM   MM  U     U     T     E       \n"
      22             :          << "M M M M    A   A    L          A   A    M M M M  U     U     T     E E E E \n"
      23             :          << "M  M  M   A A A A   L         A A A A   M  M  M  U     U     T     E       \n"
      24             :          << "M     M  A       A  L L L L  A       A  M     M   U U U      T     E E E E \n"
      25             :          << "\n\n"
      26             :          << "MALAMUTE: MOOSE Application Library for Advanced Manufacturing UTilitiEs \n"
      27             :          << "\n\n"
      28             :          << "Copyright 2021 - 2024, Battelle Energy Alliance, LLC \n"
      29             :          << "ALL RIGHTS RESERVED \n"
      30             :          << "\n\n"
      31             :          << "NOTICE: These data were produced by BATTELLE ENERGY ALLIANCE, LLC under Contract \n"
      32             :          << "No. DE-AC07-05ID14517 with the Department of Energy. For ten(10) years from \n"
      33             :          << "July 8, 2021, the Government is granted for itself and others acting on its behalf \n"
      34             :          << "a nonexclusive, paid-up, irrevocable worldwide license in this data to reproduce, \n"
      35             :          << "prepare derivative works, and perform publicly and display publicly, by or on \n"
      36             :          << "behalf of the Government. There is provision for the possible extension of the \n"
      37             :          << "term of this license. Subsequent to that period or any extension granted, the \n"
      38             :          << "Government is granted for itself and others acting on its behalf a nonexclusive, \n"
      39             :          << "paid-up, irrevocable worldwide license in this data to reproduce, prepare \n"
      40             :          << "derivative works, distribute copies to the public, perform publicly and display \n"
      41             :          << "publicly, and to permit others to do so. The specific term of the license can be \n"
      42             :          << "identified by inquiry made to Contractor or DOE. NEITHER THE UNITED STATES NOR \n"
      43             :          << "THE UNITED STATES DEPARTMENT OF ENERGY, NOR ANY OF THEIR EMPLOYEES, MAKES ANY \n"
      44             :          << "WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL LIABILITY OR RESPONSIBILITY \n"
      45             :          << "FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF ANY DATA, APPARATUS, PRODUCT, \n"
      46             :          << "OR PROCESS DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT INFRINGE PRIVATELY \n"
      47             :          << "OWNED RIGHTS. \n"
      48         276 :          << "\n\n";
      49         276 :   return header.str();
      50         276 : }
      51             : } // namespace MalamuteHeader

Generated by: LCOV version 1.14