diff options
Diffstat (limited to 'Modules/CPackDeb.cmake')
-rw-r--r-- | Modules/CPackDeb.cmake | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake index 1a7b923798..653283c011 100644 --- a/Modules/CPackDeb.cmake +++ b/Modules/CPackDeb.cmake @@ -1,3 +1,6 @@ +# Distributed under the OSI-approved BSD 3-Clause License. See accompanying +# file Copyright.txt or https://cmake.org/licensing for details. + #.rst: # CPackDeb # -------- @@ -495,24 +498,6 @@ # This value is not interpreted. It is possible to pass an optional # revision number of the referenced source package as well. -#============================================================================= -# Copyright 2007-2009 Kitware, Inc. -# Copyright 2007-2009 Mathieu Malaterre <mathieu.malaterre@gmail.com> -# Copyright 2014-2016 Alexander Smorkalov <alexander.smorkalov@itseez.com> -# Copyright 2014-2016 Roman Donchenko <roman.donchenko@itseez.com> -# Copyright 2014-2016 Roman Kharitonov <roman.kharitonov@itseez.com> -# Copyright 2014-2016 Ilya Lavrenov <ilya.lavrenov@itseez.com> -# -# 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 distribute this file outside of CMake, substitute the full -# License text for the above reference.) - # CPack script for creating Debian package # Author: Mathieu Malaterre # |