[Cmake-commits] FindLibLZMA.cmake contribution

Brad King brad.king at kitware.com
Thu May 31 08:32:55 EDT 2012


Hi Mario,

Thanks for volunteering to contribute this module!

On 05/31/2012 03:40 AM, Mario Bensi wrote:
> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c69ce1e2185b03355ef024a511b9384f139863d7
[snip]
>  # Copyright (c) 2009, Helio Chissini de Castro, <helio at kde.org>
>  # Copyright (c) 2012, Mario Bensi, <mbensi at ipsquad.net>
>  #
> -# Redistribution and use is allowed according to the terms of the BSD license.
> -# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
> +#=============================================================================
> +# Copyright 2001-2012 Kitware, Inc.

It's not necessary to assign copyright to Kitware.  The ModuleNotices
test is only checking for a notice with a particular layout.  The
hunk below should format the block to the test's satisfaction while
naming the actual copyright holders.  Please append this to your topic.

Thanks,
-Brad


diff --git a/Modules/FindLibLZMA.cmake b/Modules/FindLibLZMA.cmake
index 218a632..729f5ce 100644
--- a/Modules/FindLibLZMA.cmake
+++ b/Modules/FindLibLZMA.cmake
@@ -12,14 +12,11 @@
 #  LIBLZMA_VERSION_PATCH     - The patch version of lzma
 #  LIBLZMA_VERSION_STRING    - version number as a string (ex: "5.0.3")

-
-# Copyright (c) 2008, Per Øyvind Karlsen, <peroyvind at mandriva.org>
-# Copyright (c) 2009, Alexander Neundorf, <neundorf at kde.org>
-# Copyright (c) 2009, Helio Chissini de Castro, <helio at kde.org>
-# Copyright (c) 2012, Mario Bensi, <mbensi at ipsquad.net>
-#
 #=============================================================================
-# Copyright 2001-2012 Kitware, Inc.
+# Copyright 2008 Per Øyvind Karlsen <peroyvind at mandriva.org>
+# Copyright 2009 Alexander Neundorf <neundorf at kde.org>
+# Copyright 2009 Helio Chissini de Castro <helio at kde.org>
+# Copyright 2012 Mario Bensi <mbensi at ipsquad.net>
 #
 # Distributed under the OSI-approved BSD License (the "License");
 # see accompanying file Copyright.txt for details.


More information about the Cmake-commits mailing list