ENH: Fix copyright year
This commit is contained in:
parent
826dc8696c
commit
310ca5795a
|
@ -254,7 +254,7 @@ cmake_version()
|
||||||
else
|
else
|
||||||
CMAKE_VERSION=`echo $CMAKE_VERSION | sed "s/\.\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\)/\1.\2-\3/"`
|
CMAKE_VERSION=`echo $CMAKE_VERSION | sed "s/\.\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\)/\1.\2-\3/"`
|
||||||
fi
|
fi
|
||||||
echo "CMake ${CMAKE_VERSION}, Copyright (c) 2006 Kitware, Inc., Insight Consortium"
|
echo "CMake ${CMAKE_VERSION}, Copyright (c) 2007 Kitware, Inc., Insight Consortium"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Display CMake bootstrap error, display the log file and exit
|
# Display CMake bootstrap error, display the log file and exit
|
||||||
|
|
Loading…
Reference in New Issue