Browse Source

Forgot the copyright notice.

Andrew Maclean 15 năm trước cách đây
mục cha
commit
106de6785a
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      Modules/FindPostgreSQL.cmake

+ 14 - 0
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.