diff options
Diffstat (limited to 'modules/FindTIFF.cmake')
-rw-r--r-- | modules/FindTIFF.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindTIFF.cmake b/modules/FindTIFF.cmake index 7c6cfd91..6cacf167 100644 --- a/modules/FindTIFF.cmake +++ b/modules/FindTIFF.cmake @@ -6,6 +6,9 @@ # TIFF_FOUND, If false, do NOT try to use TIFF. # also defined, but NOT for general use are # TIFF_LIBRARY, where to find the TIFF library. +# +# Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. +# See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. if (TIFF_INCLUDE_DIR) # Already in cache, be silent |