diff options
Diffstat (limited to 'modules/FindGObject.cmake')
-rw-r--r-- | modules/FindGObject.cmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/FindGObject.cmake b/modules/FindGObject.cmake index 538cad5f..d9e8df9c 100644 --- a/modules/FindGObject.cmake +++ b/modules/FindGObject.cmake @@ -6,7 +6,10 @@ # GOBJECT_LIBRARIES - the libraries needed to use GObject # GOBJECT_DEFINITIONS - Compiler switches required for using GObject -# (c)2006, Tim Beaulen <tbscope@gmail.com> +# Copyright (c) 2006, Tim Beaulen <tbscope@gmail.com> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. IF (GOBJECT_INCLUDE_DIR AND GOBJECT_LIBRARIES) |