Changeset b8df02e for src


Ignore:
Timestamp:
07/22/15 14:34:01 (9 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master
Children:
e1066fc
Parents:
ad7f485
git-author:
Hal Finkel <hfinkel@…> (07/22/15 14:34:01)
git-committer:
Hal Finkel <hfinkel@…> (07/22/15 14:34:01)
Message:

Update to new open-source license

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CRC64.c

    rad7f485 rb8df02e  
    11// ***************************************************************************** 
    2 //                  Copyright (C) 2014, UChicago Argonne, LLC 
    3 //                           All Rights Reserved 
    4 //                      High-Performance CRC64 Library 
    5 //                    Developer: Hal Finkel, LCF Division 
     2//                   Copyright (C) 2014, UChicago Argonne, LLC 
     3//                              All Rights Reserved 
     4//             High-Performance CRC64 Library (ANL-SF-14-095) 
     5//                    Hal Finkel, Argonne National Laboratory 
    66//  
    7 //                           OPEN SOURCE LICENSE 
     7//                              OPEN SOURCE LICENSE 
     8//  
     9// Under the terms of Contract No. DE-AC02-06CH11357 with UChicago Argonne, LLC, 
     10// the U.S. Government retains certain rights in this software. 
    811//  
    912// Redistribution and use in source and binary forms, with or without 
     
    1114//  
    1215// 1. Redistributions of source code must retain the above copyright notice, this 
    13 //    list of conditions and the following disclaimer.  Software changes, 
    14 //    modifications, or derivative works, should be noted with comments and the 
    15 //    author and organization's name. 
     16//    list of conditions and the following disclaimer. 
    1617//  
    1718// 2. Redistributions in binary form must reproduce the above copyright notice, 
     
    2122// 3. Neither the names of UChicago Argonne, LLC or the Department of Energy nor 
    2223//    the names of its contributors may be used to endorse or promote products 
    23 //    derived from this software without specific prior written permission. 
    24 //  
    25 // 4. The software and the end-user documentation included with the 
    26 //    redistribution, if any, must include the following acknowledgment: 
    27 //  
    28 //    "This product includes software produced by UChicago Argonne, LLC under 
    29 //     Contract No. DE-AC02-06CH11357 with the Department of Energy." 
    30 //  
     24//    derived from this software without specific prior written permission.  
     25//   
    3126// ***************************************************************************** 
    32 //                                DISCLAIMER 
     27//                                  DISCLAIMER 
    3328//  
    3429// THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND. 
    3530//  
    36 // NEITHER THE UNITED STATES GOVERNMENT, NOR THE UNITED STATES DEPARTMENT OF 
     31// NEITHER THE UNTED STATES GOVERNMENT, NOR THE UNITED STATES DEPARTMENT OF 
    3732// ENERGY, NOR UCHICAGO ARGONNE, LLC, NOR ANY OF THEIR EMPLOYEES, MAKES ANY 
    3833// WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL LIABILITY OR RESPONSIBILITY 
Note: See TracChangeset for help on using the changeset viewer.