2
0

changed copyright year from 2016 to 2017 in src directory

Change-Id: Idb97db509b2b4b1656b2df7a14a62ade38c9d574
Este cometimento está contido em:
Aditya Atluri
2017-01-11 18:05:41 -06:00
ascendente 57294ce461
cometimento 73fcce26f9
17 ficheiros modificados com 57 adições e 64 eliminações
+1 -3
Ver ficheiro
@@ -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
@@ -403,5 +403,3 @@ hipError_t hipModuleLoadData(hipModule_t *module, const void *image)
}
return ihipLogStatus(ret);
}