[Cmake-commits] [cmake-commits] bigler committed run_nvcc.cmake 1.4 1.5 parse_cubin.cmake 1.2 1.3 make2cmake.cmake 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 5 17:14:35 EDT 2009


Update of /cvsroot/CMake/CMake/Modules/FindCUDA
In directory public:/mounts/ram/cvs-serv1684/FindCUDA

Modified Files:
	run_nvcc.cmake parse_cubin.cmake make2cmake.cmake 
Log Message:
Updated copyright notice to conform to NVIDIA guidelines.


Index: make2cmake.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindCUDA/make2cmake.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** make2cmake.cmake	29 Sep 2009 04:07:46 -0000	1.3
--- make2cmake.cmake	5 Oct 2009 21:14:32 -0000	1.4
***************
*** 2,7 ****
  #  Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html
  #
! #  Copyright (c) 2008-2009
! #  NVIDIA Corp.
  #
  #  Copyright (c) 2007-2009
--- 2,6 ----
  #  Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html
  #
! #  Copyright (c) 2008 - 2009 NVIDIA Corporation.  All rights reserved.
  #
  #  Copyright (c) 2007-2009

Index: parse_cubin.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindCUDA/parse_cubin.cmake,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** parse_cubin.cmake	29 Sep 2009 04:07:46 -0000	1.2
--- parse_cubin.cmake	5 Oct 2009 21:14:32 -0000	1.3
***************
*** 2,7 ****
  #  Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html
  #
! #  Copyright (c) 2008-2009
! #  NVIDIA Corp.
  #
  #  Copyright (c) 2007-2009
--- 2,6 ----
  #  Abe Stephens, SCI Institute -- http://www.sci.utah.edu/~abe/FindCuda.html
  #
! #  Copyright (c) 2008 - 2009 NVIDIA Corporation.  All rights reserved.
  #
  #  Copyright (c) 2007-2009

Index: run_nvcc.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindCUDA/run_nvcc.cmake,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** run_nvcc.cmake	29 Sep 2009 04:07:46 -0000	1.4
--- run_nvcc.cmake	5 Oct 2009 21:14:32 -0000	1.5
***************
*** 1,6 ****
  #  James Bigler, NVIDIA Corp (nvidia.com - jbigler)
  #
! #  Copyright (c) 2008-2009
! #  NVIDIA Corp.
  #
  #  This code is licensed under the MIT License.  See the FindCUDA.cmake script
--- 1,5 ----
  #  James Bigler, NVIDIA Corp (nvidia.com - jbigler)
  #
! #  Copyright (c) 2008 - 2009 NVIDIA Corporation.  All rights reserved.
  #
  #  This code is licensed under the MIT License.  See the FindCUDA.cmake script



More information about the Cmake-commits mailing list