|
| 1 | +# EnergyPlus, Copyright (c) 1996-2024, The Board of Trustees of the University |
| 2 | +# of Illinois, The Regents of the University of California, through Lawrence |
| 3 | +# Berkeley National Laboratory (subject to receipt of any required approvals |
| 4 | +# from the U.S. Dept. of Energy), Oak Ridge National Laboratory, managed by UT- |
| 5 | +# Battelle, Alliance for Sustainable Energy, LLC, and other contributors. All |
| 6 | +# rights reserved. |
| 7 | +# |
| 8 | +# NOTICE: This Software was developed under funding from the U.S. Department of |
| 9 | +# Energy and the U.S. Government consequently retains certain rights. As such, |
| 10 | +# the U.S. Government has been granted for itself and others acting on its |
| 11 | +# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the |
| 12 | +# Software to reproduce, distribute copies to the public, prepare derivative |
| 13 | +# works, and perform publicly and display publicly, and to permit others to do |
| 14 | +# so. |
| 15 | +# |
| 16 | +# Redistribution and use in source and binary forms, with or without |
| 17 | +# modification, are permitted provided that the following conditions are met: |
| 18 | +# |
| 19 | +# (1) Redistributions of source code must retain the above copyright notice, |
| 20 | +# this list of conditions and the following disclaimer. |
| 21 | +# |
| 22 | +# (2) Redistributions in binary form must reproduce the above copyright notice, |
| 23 | +# this list of conditions and the following disclaimer in the documentation |
| 24 | +# and/or other materials provided with the distribution. |
| 25 | +# |
| 26 | +# (3) Neither the name of the University of California, Lawrence Berkeley |
| 27 | +# National Laboratory, the University of Illinois, U.S. Dept. of Energy nor |
| 28 | +# the names of its contributors may be used to endorse or promote products |
| 29 | +# derived from this software without specific prior written permission. |
| 30 | +# |
| 31 | +# (4) Use of EnergyPlus(TM) Name. If Licensee (i) distributes the software in |
| 32 | +# stand-alone form without changes from the version obtained under this |
| 33 | +# License, or (ii) Licensee makes a reference solely to the software |
| 34 | +# portion of its product, Licensee must refer to the software as |
| 35 | +# "EnergyPlus version X" software, where "X" is the version number Licensee |
| 36 | +# obtained under this License and may not use a different name for the |
| 37 | +# software. Except as specifically required in this Section (4), Licensee |
| 38 | +# shall not use in a company name, a product name, in advertising, |
| 39 | +# publicity, or other promotional activities any name, trade name, |
| 40 | +# trademark, logo, or other designation of "EnergyPlus", "E+", "e+" or |
| 41 | +# confusingly similar designation, without the U.S. Department of Energy's |
| 42 | +# prior written consent. |
| 43 | +# |
| 44 | +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 45 | +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 46 | +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 47 | +# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 48 | +# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 49 | +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 50 | +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 51 | +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 52 | +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 53 | +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 54 | +# POSSIBILITY OF SUCH DAMAGE. |
| 55 | + |
1 | 56 | from this_does_not_exist.hello_world import garbage |
0 commit comments