diff options
Diffstat (limited to 'modules/FindGettext.cmake')
-rw-r--r-- | modules/FindGettext.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/FindGettext.cmake b/modules/FindGettext.cmake index e4dda701..c6b096c8 100644 --- a/modules/FindGettext.cmake +++ b/modules/FindGettext.cmake @@ -9,6 +9,12 @@ # present in libc. Must have more robust system for release, where Gettext # functionality can also reside in standalone Gettext library, or the one # embedded within kdelibs (cf. gettext.m4 from Gettext source). +# +# Copyright (c) 2006, Chusslove Illich, <caslav.ilic@gmx.net> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + if (LIBC_HAS_DGETTEXT OR LIBINTL_HAS_DGETTEXT) |