summaryrefslogtreecommitdiffstats
path: root/Modules/FindPostgreSQL.cmake
diff options
context:
space:
mode:
authorAndrew Maclean <a.maclean@cas.edu.au>2010-07-08 00:24:52 (GMT)
committerAndrew Maclean <a.maclean@cas.edu.au>2010-07-08 00:24:52 (GMT)
commit106de6785a0cef92f0ba9b1a38e8f82d266acbe5 (patch)
tree9717fcd8702115b41ce6c5ecfe0983401adfb325 /Modules/FindPostgreSQL.cmake
parent5ecfe168dc606418033cf120f72ce70832a6dcd2 (diff)
downloadCMake-106de6785a0cef92f0ba9b1a38e8f82d266acbe5.zip
CMake-106de6785a0cef92f0ba9b1a38e8f82d266acbe5.tar.gz
CMake-106de6785a0cef92f0ba9b1a38e8f82d266acbe5.tar.bz2
Forgot the copyright notice.
Diffstat (limited to 'Modules/FindPostgreSQL.cmake')
-rw-r--r--Modules/FindPostgreSQL.cmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake
index f6afedb..495d0e8 100644
--- a/Modules/FindPostgreSQL.cmake
+++ b/Modules/FindPostgreSQL.cmake
@@ -18,6 +18,20 @@
# In Windows, we make the assumption that, if the PostgreSQL files are installed, the default directory
# will be C:\Program Files\PostgreSQL.
#
+
+#=============================================================================
+# Copyright 2004-2009 Kitware, Inc.
+#
+# Distributed under the OSI-approved BSD License (the "License");
+# see accompanying file Copyright.txt for details.
+#
+# This software is distributed WITHOUT ANY WARRANTY; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the License for more information.
+#=============================================================================
+# (To distributed this file outside of CMake, substitute the full
+# License text for the above reference.)
+
# ----------------------------------------------------------------------------
# History:
# This module is derived from the module originally found in the VTK source tree.