Skip to content

Commit f350c42

Browse files
authored
Update copyright year to 2025 (#8652)
1 parent 3fd7c4a commit f350c42

File tree

516 files changed

+520
-520
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

516 files changed

+520
-520
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 1991-2024 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
2+
# Copyright (c) 1991-2025 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
33
# See LICENSE.TXT file for copying and redistribution conditions.
44
#
55
# This program is free software; you can redistribute it and/or modify

LICENSE.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 1991-2024 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
1+
Copyright (c) 1991-2025 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
22

33
As of GMT 5.0.0, GMT is distributed under the GNU Lesser General Public
44
License (LGPL) version 3 or later. Copies of the GNU General Public

README.md

Lines changed: 1 addition & 1 deletion

admin/Licenses/GMT-License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 1991-2024 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
1+
Copyright (c) 1991-2025 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
22

33
As of GMT 5.0.0, GMT is distributed under the GNU Lesser General Public
44
License (LGPL) version 3 or later. Copies of the GNU General Public

admin/copyright_year.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# bash admin/copyright_year.sh
66
#
77

8-
lastyear=2023
9-
newyear=2024
8+
lastyear=2024
9+
newyear=2025
1010

1111
if [ ! -d cmake ]; then
1212
echo "Must be run from top-level gmt directory"

admin/gmt_make_pattern_include.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright (c) 2012-2024 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
3+
# Copyright (c) 2012-2025 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
44
# See LICENSE.TXT file for copying and redistribution conditions.
55
#
66
# This script just makes the include file PSL_patterns.h

cmake/ConfigDefault.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 1991-2024 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
2+
# Copyright (c) 1991-2025 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
33
# See LICENSE.TXT file for copying and redistribution conditions.
44
#
55
# This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,7 @@ set (GMT_PACKAGE_NAME "GMT")
3838
set (GMT_PACKAGE_DESCRIPTION_SUMMARY "The Generic Mapping Tools")
3939

4040
# Year of the current GMT release.
41-
set (GMT_VERSION_YEAR "2024")
41+
set (GMT_VERSION_YEAR "2025")
4242

4343
# The GMT release DOI
4444
set (GMT_VERSION_DOI "https://doi.org/10.5281/zenodo.10119499")

cmake/ConfigUserAdvancedTemplate.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 1991-2024 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
2+
# Copyright (c) 1991-2025 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
33
# See LICENSE.TXT file for copying and redistribution conditions.
44
#
55
# This program is free software; you can redistribute it and/or modify it

cmake/ConfigUserTemplate.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 1991-2024 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
2+
# Copyright (c) 1991-2025 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
33
# See LICENSE.TXT file for copying and redistribution conditions.
44
#
55
# ============================================================================

cmake/dist/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
#
3-
# Copyright (c) 1991-2024 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
3+
# Copyright (c) 1991-2025 by the GMT Team (https://www.generic-mapping-tools.org/team.html)
44
# See LICENSE.TXT file for copying and redistribution conditions.
55
#
66
# This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)