diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-09-09 10:18:35 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-09-09 10:18:35 +0000 |
commit | c778596920e0d5357f216c885e35b4f97d371a23 (patch) | |
tree | 1c786e7fe2e490ef5ed7fbfeff0a7543bee3a53a /modules/FindGettext.cmake | |
parent | 31e8973bf5fd29643d1485691c662116e03b737d (diff) | |
download | extra-cmake-modules-c778596920e0d5357f216c885e35b4f97d371a23.tar.gz extra-cmake-modules-c778596920e0d5357f216c885e35b4f97d371a23.tar.bz2 |
added copyright notice everywhere.
Now they all are BSD-licensed, as copyright holder I inserted everywhere
the one who added it to svn (or Kitware if it is an enhanced copy from taken cmake)
Some developers committed quite often but were not the ones who added the file,
if you feel you have also copyright on the file add your name in the specific file.
Copyright holders:
CCMAIL: montel@kde.org
CCMAIL: toscano.pino@tiscali.it
CCMAIL: adymo@kdevelop.org
CCMAIL: ranger@befunk.com
CCMAIL: zack@kde.org
CCMAIL: caslav.ilic@gmx.net
CCMAIL: syntheticpp@yahoo.com
CCMAIL: js@iidea.pl
CCMAIL: michael.larouche@kdemail.net
CCMAIL: ossi@kde.org
CCMAIL: faure@kde.org
Committers, but no files added so that they are not listed as copyright holders:
CCMAIL: ch.ehrlicher@gmx.de
CCMAIL: winter@kde.org
CCMAIL: ralf.habacker@freenet.de
CCMAIL: moura@kdewebdev.org
CCMAIL: kde-buildsystem@kde.org
Alex
svn path=/trunk/KDE/kdelibs/; revision=582410
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) |