From c4bb9c9d42d7dac1e1e28d488b933eae304e202d Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 28 Sep 2009 11:45:50 -0400 Subject: Convert CMake find-modules to BSD License This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. --- Modules/FindGTK2.cmake | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'Modules/FindGTK2.cmake') diff --git a/Modules/FindGTK2.cmake b/Modules/FindGTK2.cmake index 7d58ae4a8f..39beae9bb7 100644 --- a/Modules/FindGTK2.cmake +++ b/Modules/FindGTK2.cmake @@ -50,10 +50,20 @@ # endif() # -# -# Copyright (c) 2008-2009 -# Philip Lowman +#============================================================================= +# Copyright 2009 Kitware, Inc. +# Copyright 2008-2009 Philip Lowman # +# Distributed under the OSI-approved BSD License (the "License"); +# see accompanying file Copyright.txt for details. +# +# This software is distributed WITHOUT ANY WARRANTY; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the License for more information. +#============================================================================= +# (To distributed this file outside of CMake, substitute the full +# License text for the above reference.) + # Version 0.7 (3/22/09) # * Checked into CMake CVS # * Added versioning support @@ -70,10 +80,6 @@ # Added GTK2_SKIP_MARK_AS_ADVANCED option # Version 0.5 (12/19/08) # Second release to cmake mailing list -# -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. - #============================================================= # _GTK2_GET_VERSION -- cgit v1.2.1