Changeset 09f3093 for memlog2dot


Ignore:
Timestamp:
07/22/15 14:17:58 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
2d9e75d
Parents:
518793d
git-author:
Hal Finkel <hfinkel@…> (07/22/15 14:17:58)
git-committer:
Hal Finkel <hfinkel@…> (07/22/15 14:17:58)
Message:

Add open-source license

File:
1 edited

Legend:

Unmodified
Added
Removed
  • memlog2dot

    r518793d r09f3093  
    11#! /usr/bin/env perl 
     2 
     3# ***************************************************************************** 
     4#                   Copyright (C) 2015, UChicago Argonne, LLC 
     5#                              All Rights Reserved 
     6#                            memlog (ANL-SF-15-081) 
     7#                    Hal Finkel, Argonne National Laboratory 
     8#  
     9#                              OPEN SOURCE LICENSE 
     10#  
     11# Under the terms of Contract No. DE-AC02-06CH11357 with UChicago Argonne, LLC, 
     12# the U.S. Government retains certain rights in this software. 
     13#  
     14# Redistribution and use in source and binary forms, with or without 
     15# modification, are permitted provided that the following conditions are met: 
     16#  
     17# 1. Redistributions of source code must retain the above copyright notice, this 
     18#    list of conditions and the following disclaimer. 
     19#  
     20# 2. Redistributions in binary form must reproduce the above copyright notice, 
     21#    this list of conditions and the following disclaimer in the documentation 
     22#    and/or other materials provided with the distribution. 
     23#  
     24# 3. Neither the names of UChicago Argonne, LLC or the Department of Energy nor 
     25#    the names of its contributors may be used to endorse or promote products 
     26#    derived from this software without specific prior written permission.  
     27 
     28# ***************************************************************************** 
     29#                                  DISCLAIMER 
     30#  
     31# THE SOFTWARE IS SUPPLIED “AS IS” WITHOUT WARRANTY OF ANY KIND. 
     32#  
     33# NEITHER THE UNTED STATES GOVERNMENT, NOR THE UNITED STATES DEPARTMENT OF 
     34# ENERGY, NOR UCHICAGO ARGONNE, LLC, NOR ANY OF THEIR EMPLOYEES, MAKES ANY 
     35# WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL LIABILITY OR RESPONSIBILITY 
     36# FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF ANY INFORMATION, DATA, 
     37# APPARATUS, PRODUCT, OR PROCESS DISCLOSED, OR REPRESENTS THAT ITS USE WOULD NOT 
     38# INFRINGE PRIVATELY OWNED RIGHTS. 
     39#  
     40# ***************************************************************************** 
     41 
    242use strict; 
    343use File::Basename; 
Note: See TracChangeset for help on using the changeset viewer.