Corrected copyright format in FindArmadillo.cmake

This commit is contained in:
Clement Creusot 2011-04-01 19:59:35 +01:00
parent 1942f583b3
commit 2d56f0adb2
1 changed files with 9 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# - Try to find Armadillo include dirs and libraries # - Find Armadillo
# Usage of this module as follows: # Find the Armadillo C++ library
#
# #
# == Using Armadillo: == # == Using Armadillo: ==
# find_package( Armadillo RECQUIRED ) # find_package(Armadillo RECQUIRED)
# include_directories(${ARMADILLO_INCLUDE_DIRS}) # include_directories(${ARMADILLO_INCLUDE_DIRS})
# add_executable(foo foo.cc) # add_executable(foo foo.cc)
# target_link_libraries(foo ${ARMADILLO_LIBRARIES}) # target_link_libraries(foo ${ARMADILLO_LIBRARIES})
@ -19,8 +20,9 @@
# ARMADILLO_VERSION_STRING - version number as a string (ex: "1.0.4") # ARMADILLO_VERSION_STRING - version number as a string (ex: "1.0.4")
# ARMADILLO_VERSION_NAME - name of the version (ex: "Antipodean Antileech") # ARMADILLO_VERSION_NAME - name of the version (ex: "Antipodean Antileech")
# #
#============================================================================= #=============================================================================
# Copyright 2011 Clement Creusot # Copyright 2011 Clement Creusot <creusot@cs.york.ac.uk>
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details. # see accompanying file Copyright.txt for details.
@ -28,8 +30,10 @@
# This software is distributed WITHOUT ANY WARRANTY; without even the # This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information. # See the License for more information.
#
#============================================================================= #=============================================================================
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
# UNIX paths are standard, no need to write. # UNIX paths are standard, no need to write.
find_library(ARMADILLO_LIBRARY find_library(ARMADILLO_LIBRARY