Skip to content

Commit 1b94bc1

Browse files
Merge pull request #104 from baagaard-usgs/update-copyright
Update year in copyright.
2 parents 0d926df + 1e597e0 commit 1b94bc1

File tree

255 files changed

+255
-255
lines changed

Some content is hidden

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

255 files changed

+255
-255
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This code is part of SpatialData, developed through the Computational Infrastructure
33
# for Geodynamics (https://github.com/geodynamics/spatialdata).
44
#
5-
# Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
5+
# Copyright (c) 2010-2025, University of California, Davis and the SpatialData Development Team.
66
# All rights reserved.
77
#
88
# See https://mit-license.org/ and LICENSE.md and for license information.

applications/gensimpledb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This code is part of SpatialData, developed through the Computational Infrastructure
55
# for Geodynamics (https://github.com/geodynamics/spatialdata).
66
#
7-
# Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
7+
# Copyright (c) 2010-2025, University of California, Davis and the SpatialData Development Team.
88
# All rights reserved.
99
#
1010
# See https://mit-license.org/ and LICENSE.md and for license information.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl ============================================================================
22
dnl This code is part of SpatialData, developed through the Computational Infrastructure
33
dnl for Geodynamics (https://github.com/geodynamics/spatialdata).
44
dnl
5-
dnl Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
5+
dnl Copyright (c) 2010-2025, University of California, Davis and the SpatialData Development Team.
66
dnl All rights reserved.
77
dnl
88
dnl See https://mit-license.org/ and LICENSE.md and for license information.

docs/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This code is part of SpatialData, developed through the Computational Infrastructure
33
# for Geodynamics (https://github.com/geodynamics/spatialdata).
44
#
5-
# Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
5+
# Copyright (c) 2010-2025, University of California, Davis and the SpatialData Development Team.
66
# All rights reserved.
77
#
88
# See https://mit-license.org/ and LICENSE.md and for license information.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'SpatialData'
21-
copyright = '2010-2024, University of California, Davis'
21+
copyright = '2010-2025, University of California, Davis'
2222
author = 'Brad T. Aagaard'
2323

2424
# The full version, including alpha/beta/rc tags

libsrc/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This code is part of SpatialData, developed through the Computational Infrastructure
33
# for Geodynamics (https://github.com/geodynamics/spatialdata).
44
#
5-
# Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
5+
# Copyright (c) 2010-2025, University of California, Davis and the SpatialData Development Team.
66
# All rights reserved.
77
#
88
# See https://mit-license.org/ and LICENSE.md and for license information.

libsrc/spatialdata/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This code is part of SpatialData, developed through the Computational Infrastructure
33
# for Geodynamics (https://github.com/geodynamics/spatialdata).
44
#
5-
# Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
5+
# Copyright (c) 2010-2025, University of California, Davis and the SpatialData Development Team.
66
# All rights reserved.
77
#
88
# See https://mit-license.org/ and LICENSE.md and for license information.

libsrc/spatialdata/geocoords/CSCart.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is part of SpatialData, developed through the Computational Infrastructure
33
// for Geodynamics (https://github.com/geodynamics/spatialdata).
44
//
5-
// Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
5+
// Copyright (c) 2010-2025, University of California, Davis and the SpatialData Development Team.
66
// All rights reserved.
77
//
88
// See https://mit-license.org/ and LICENSE.md and for license information.

libsrc/spatialdata/geocoords/CSCart.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This code is part of SpatialData, developed through the Computational Infrastructure
33
// for Geodynamics (https://github.com/geodynamics/spatialdata).
44
//
5-
// Copyright (c) 2010-2024, University of California, Davis and the SpatialData Development Team.
5+
// Copyright (c) 2010-2025, University of California, Davis and the SpatialData Development Team.
66
// All rights reserved.
77
//
88
// See https://mit-license.org/ and LICENSE.md and for license information.

0 commit comments

Comments
 (0)