changed copyright year from 2016 to 2017 in src directory

Change-Id: Idb97db509b2b4b1656b2df7a14a62ade38c9d574
This commit is contained in:
Aditya Atluri
2017-01-11 18:05:41 -06:00
parent 57294ce461
commit 73fcce26f9
17 ha cambiato i file con 57 aggiunte e 64 eliminazioni
+1 -3
Vedi File
@@ -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
@@ -54,5 +54,3 @@ __device__ double __hiloint2double (int hi, int lo) {
s.s2.lo = lo;
return s.d;
}