diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2015-06-19 20:12:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-06 15:11:00 (GMT) |
commit | 7de8276ca92db0630009eeab865afc445a30e1b8 (patch) | |
tree | 0d8551d056634ef8af164b76db9aea37f7bcc9e7 /Source/bindexplib.cxx | |
parent | 65086ad778b5d8312e4168fc5ed670e545be7d4b (diff) | |
download | CMake-7de8276ca92db0630009eeab865afc445a30e1b8.zip CMake-7de8276ca92db0630009eeab865afc445a30e1b8.tar.gz CMake-7de8276ca92db0630009eeab865afc445a30e1b8.tar.bz2 |
bindexplib: Add copyright/license notice block
Diffstat (limited to 'Source/bindexplib.cxx')
-rw-r--r-- | Source/bindexplib.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Source/bindexplib.cxx b/Source/bindexplib.cxx index 6f9605c..a86318f 100644 --- a/Source/bindexplib.cxx +++ b/Source/bindexplib.cxx @@ -1,3 +1,21 @@ +/*============================================================================ + CMake - Cross Platform Makefile Generator + Copyright 2000-2015 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. +============================================================================*/ +/*------------------------------------------------------------------------- + Portions of this source have been derived from the 'bindexplib' tool + provided by the CERN ROOT Data Analysis Framework project (root.cern.ch). + Permission has been granted by Pere Mato <pere.mato@cern.ch> to distribute + this derived work under the CMake license. +-------------------------------------------------------------------------*/ + /* *---------------------------------------------------------------------- * Program: dumpexts.exe |