Update copyright information

This commit is contained in:
Justin LaPolla
2018-04-10 10:32:18 -05:00
parent 7238f9f0f6
commit 54c07da09b

View File

@ -1,5 +1,5 @@
// (C) Copyright John Maddock 2011. // Copyright 2011 John Maddock
// (C) Copyright Cray, Inc. 2013 - 2017. // Copyright 2013, 2017-2018 Cray, Inc.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file // Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@ -163,7 +163,7 @@
#if __cplusplus >= 201103L && defined(__GNUC__) && !defined(__GXX_EXPERIMENTAL_CXX0X__) #if __cplusplus >= 201103L && defined(__GNUC__) && !defined(__GXX_EXPERIMENTAL_CXX0X__)
# define __GXX_EXPERIMENTAL_CXX0X__ 1 # define __GXX_EXPERIMENTAL_CXX0X__ 1
#endif // __GNUC__ #endif
//// ////
//// Parameter validation //// Parameter validation