Skip to content

Commit 804e0d5

Browse files
committed
Copyright block with author list (CMakeLists.txt and *.cmake only) in chronogical order
1 parent f82d596 commit 804e0d5

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

CMakeLists.txt

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
#[===========================================================================[
2-
AUTHOR(S): Rashad Kanavath <rashad km gmail>
3-
PURPOSE: GRASS GIS root that adds options to activate/deactivate
4-
3rd party libraries
5-
COPYRIGHT: (C) 2020-2022 by the GRASS Development Team
6-
This program is free software under the GPL (>=v2)
7-
Read the file COPYING that comes with GRASS for details.
8-
#]===========================================================================]
1+
################################################################################
2+
#
3+
# AUTHOR(S): Rashad Kanavath (original author),
4+
# Markus Neteler, Loïc Bartoletti, Aaron Saw, Nicklas Larsson,
5+
# Huidae Cho, Mahesh Maddineni, Kandel Nelson
6+
#
7+
# PURPOSE: CMakeLists.txt root that adds options to activate/deactivate
8+
# 3rd party libraries
9+
#
10+
# COPYRIGHT: (C) 2020-2025 by the GRASS Development Team
11+
#
12+
# This program is free software under the GNU General Public
13+
# License (>=v2). Read the file COPYING that comes with GRASS
14+
# for details.
15+
#
16+
################################################################################
917

1018
cmake_minimum_required(VERSION 3.16)
1119
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)

0 commit comments

Comments
 (0)