Copyright (c) 2021, UT-Battelle, LLC
All rights reserved

[Workbench Analysis Sequence Processor]
[by Oak Ridge National Laboratory]

UT Battelle Open Source Software License 

OPEN SOURCE LICENSE (Permissive)

Subject to the conditions of this License, UT-Battelle, LLC (the “Licensor”) 
hereby grants, free of charge, to any person (the “Licensee”) obtaining a copy 
of this software and associated documentation files (the "Software"), a 
perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable 
copyright license to use, copy, modify, merge, publish, distribute, and/or 
sublicense copies of the Software.

1. Redistributions of Software must retain the above open source license grant, 
copyright and license notices, this list of conditions, and the disclaimer 
listed below.  Changes or modifications to, or derivative works of the Software 
must be noted with comments and the contributor and organization’s name.

2. Neither the names of Licensor, the Department of Energy, or their employees 
may be used to endorse or promote products derived from this Software without 
their specific prior written permission.

3. If the Software is protected by a proprietary trademark owned by Licensor or 
the Department of Energy, then derivative works of the Software may not be 
distributed using the trademark without the prior written approval of the 
trademark owner. 
	


********************************************************************************
DISCLAIMER

UT-BATTELLE, LLC AND THE GOVERNMENT MAKE NO REPRESENTATIONS AND DISCLAIM ALL 
WARRANTIES, BOTH EXPRESSED AND IMPLIED.  THERE ARE NO EXPRESS OR IMPLIED 
WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR THAT THE 
USE OF THE SOFTWARE WILL NOT INFRINGE ANY PATENT, COPYRIGHT, TRADEMARK, OR OTHER 
PROPRIETARY RIGHTS, OR THAT THE SOFTWARE WILL ACCOMPLISH THE INTENDED RESULTS OR 
THAT THE SOFTWARE OR ITS USE WILL NOT RESULT IN INJURY OR DAMAGE.  THE USER 
ASSUMES RESPONSIBILITY FOR ALL LIABILITIES, PENALTIES, FINES, CLAIMS, CAUSES OF 
ACTION, AND COSTS AND EXPENSES, CAUSED BY, RESULTING FROM OR ARISING OUT OF, IN 
WHOLE OR IN PART THE USE, STORAGE OR DISPOSAL OF THE SOFTWARE.

********************************************************************************


For Flex generated Lexical Analysis Components included in WASP the following applies:
// Copyright (c) 1993 The Regents of the University of California.
// All rights reserved.
//
// This code is derived from software contributed to Berkeley by
// Kent Williams and Tom Epperly.
//
//  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.

//  Neither the name of the University nor the names of its contributors
//  may be used to endorse or promote products derived from this software
//  without specific prior written permission.

//  THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
//  IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
//  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
//  PURPOSE.
