diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-09-07 21:49:30 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-09-07 21:49:30 +0000 |
commit | 31e8973bf5fd29643d1485691c662116e03b737d (patch) | |
tree | 1e3176d243b8b78b6923be40aec07fb581c70e4b | |
parent | 9f6923c764a00075f893f59220e84750fab3397f (diff) | |
download | extra-cmake-modules-31e8973bf5fd29643d1485691c662116e03b737d.tar.gz extra-cmake-modules-31e8973bf5fd29643d1485691c662116e03b737d.tar.bz2 |
fix typo and remove "above", since there is no copyright notice above.
Alex
svn path=/trunk/KDE/kdelibs/; revision=581906
-rw-r--r-- | modules/COPYING-CMAKE-SCRIPTS | 4 | ||||
-rw-r--r-- | modules/FindKDE4Internal.cmake | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/COPYING-CMAKE-SCRIPTS b/modules/COPYING-CMAKE-SCRIPTS index 7d13b6df..4b417765 100644 --- a/modules/COPYING-CMAKE-SCRIPTS +++ b/modules/COPYING-CMAKE-SCRIPTS @@ -2,9 +2,9 @@ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -1. Redistributions of source code must retain the above copyright +1. Redistributions of source code must retain the copyright notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright +2. Redistributions in binary form must reproduce the copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 0aad9668..cc0d9368 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -172,8 +172,8 @@ # Copyright (c) 2006, Alexander Neundorf <neundorf@kde.org> # Copyright (c) 2006, Laurent Montel, <montel@kde.org> # -# Redistribution and use is allowed according to the terms of the BSD license, -# for details see the accompanying COYPING-CMAKE-SCRIPTS file. +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. INCLUDE (MacroEnsureVersion) |