diff options
author | Alex Neundorf <neundorf@kde.org> | 2013-07-26 21:32:41 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2013-07-26 21:32:41 (GMT) |
commit | 692ecf4b7c0d95d50569dde87db27b7dbb5d7a99 (patch) | |
tree | ac90975fa578aea9c2ed3184391c5cb0a55ff929 /Modules | |
parent | ee32673c7d39ec21788b46d6dc0200565096977f (diff) | |
download | CMake-692ecf4b7c0d95d50569dde87db27b7dbb5d7a99.zip CMake-692ecf4b7c0d95d50569dde87db27b7dbb5d7a99.tar.gz CMake-692ecf4b7c0d95d50569dde87db27b7dbb5d7a99.tar.bz2 |
graphvizoptions: add copyright notice
Alex
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeGraphVizOptions.cmake | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Modules/CMakeGraphVizOptions.cmake b/Modules/CMakeGraphVizOptions.cmake index d07acef..e4af54c 100644 --- a/Modules/CMakeGraphVizOptions.cmake +++ b/Modules/CMakeGraphVizOptions.cmake @@ -67,3 +67,17 @@ # Mandatory : NO # Default : empty ##end + +#============================================================================= +# Copyright 2007-2009 Kitware, Inc. +# Copyright 2013 Alexander Neundorf <neundorf@kde.org> +# +# 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.) |