diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-04 19:53:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-04 19:53:21 (GMT) |
commit | 0d0c711e88a4032237554fc681a44255e8f78bd8 (patch) | |
tree | 81b3c27aee8da08c3123837c68514a0ea8876670 /config/cmake/UseJava.cmake | |
parent | 8c49b6e05a7d40218b8129b29bd74bbd2b39758d (diff) | |
download | hdf5-0d0c711e88a4032237554fc681a44255e8f78bd8.zip hdf5-0d0c711e88a4032237554fc681a44255e8f78bd8.tar.gz hdf5-0d0c711e88a4032237554fc681a44255e8f78bd8.tar.bz2 |
Update copyright to latest from kitware
Diffstat (limited to 'config/cmake/UseJava.cmake')
-rw-r--r-- | config/cmake/UseJava.cmake | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/config/cmake/UseJava.cmake b/config/cmake/UseJava.cmake index 4f8e4c8..3ec2ddb 100644 --- a/config/cmake/UseJava.cmake +++ b/config/cmake/UseJava.cmake @@ -1,3 +1,6 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + #.rst: # UseJava # ------- @@ -400,22 +403,7 @@ # Sets the directory where the header files will be generated. Same behavior as option # '-d' of javah tool. If not specified, ${CMAKE_CURRENT_BINARY_DIR} is used as output directory. -#============================================================================= -# Copyright 2013 OpenGamma Ltd. <graham@opengamma.com> -# Copyright 2010-2011 Andreas schneider <asn@redhat.com> -# Copyright 2010-2013 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 distribute this file outside of CMake, substitute the full -# License text for the above reference.) - -include(CMakeParseArguments) +include(${CMAKE_CURRENT_LIST_DIR}/CMakeParseArguments.cmake) function (__java_copy_file src dest comment) add_custom_command( |