changed copyright year from 2016 to 2017 in include directory

Change-Id: Ib5935a84fb51a04b3446df31cc2287101f791b83
This commit is contained in:
Aditya Atluri
2017-01-11 18:09:33 -06:00
szülő 73fcce26f9
commit 98c4221dc2
10 fájl változott, egészen pontosan 23 új sor hozzáadva és 25 régi sor törölve
+3 -3
Fájl megtekintése
@@ -1,5 +1,5 @@
/*
Copyright (c) 2015-2016 Advanced Micro Devices, Inc. All rights reserved.
Copyright (c) 2015-2017 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
@@ -26,8 +26,8 @@ THE SOFTWARE.
#include <hip/hcc_detail/device_functions.h>
#elif defined(__HIP_PLATFORM_NVCC__) && !defined (__HIP_PLATFORM_HCC__)
#include <device_functions.h>
#else
#else
#error("Must define exactly one of __HIP_PLATFORM_HCC__ or __HIP_PLATFORM_NVCC__");
#endif
#endif
#endif