diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-09-07 21:22:22 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-09-07 21:22:22 +0000 |
commit | 9f6923c764a00075f893f59220e84750fab3397f (patch) | |
tree | de4c8123dfcc657eef1b646e50fad8e2273d0618 | |
parent | c0a3ba2c489d35e1034d7302ae1d701868ae8b4f (diff) | |
download | extra-cmake-modules-9f6923c764a00075f893f59220e84750fab3397f.tar.gz extra-cmake-modules-9f6923c764a00075f893f59220e84750fab3397f.tar.bz2 |
make the statement a bit short so it fits on one line
Alex
svn path=/trunk/KDE/kdelibs/; revision=581900
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 47fca38e..0aad9668 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -172,7 +172,7 @@ # Copyright (c) 2006, Alexander Neundorf <neundorf@kde.org> # Copyright (c) 2006, Laurent Montel, <montel@kde.org> # -# Redistribution and use is allowed following the conditions of the BSD license, +# Redistribution and use is allowed according to the terms of the BSD license, # for details see the accompanying COYPING-CMAKE-SCRIPTS file. |