Skip to content

Commit fc5a18e

Browse files
committed
Updated copyright years
1 parent 83d571d commit fc5a18e

148 files changed

Lines changed: 148 additions & 148 deletions

File tree

Some content is hidden

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

src/axis/axis_attribs_sm.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! Submodule : axis_attribs_sm
22
! Purpose : Attribute get/set routines for axis_t
33
!
4-
! Copyright 2021-2022 Rich Townsend & The MSG Team
4+
! Copyright 2021-2025 Rich Townsend & The MSG Team
55
!
66
! This file is part of MSG. MSG is free software: you can redistribute
77
! it and/or modify it under the terms of the GNU General Public

src/axis/axis_construct_sm.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! Submodule : axis_construct_sm
22
! Purpose : Constructor routines for axis_t
33
!
4-
! Copyright 2021-2022 Rich Townsend & The MSG Team
4+
! Copyright 2021-2025 Rich Townsend & The MSG Team
55
!
66
! This file is part of MSG. MSG is free software: you can redistribute
77
! it and/or modify it under the terms of the GNU General Public

src/axis/axis_io_sm.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! Submodule : axis_io_sm
22
! Purpose : Input/output routines for axis_t
33
!
4-
! Copyright 2021-2022 Rich Townsend & The MSG Team
4+
! Copyright 2021-2025 Rich Townsend & The MSG Team
55
!
66
! This file is part of MSG. MSG is free software: you can redistribute
77
! it and/or modify it under the terms of the GNU General Public

src/axis/axis_locate_sm.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! Submodule : axis_locate_sm
22
! Purpose : Locator routines for axis_t
33
!
4-
! Copyright 2021-2022 Rich Townsend & The MSG Team
4+
! Copyright 2021-2025 Rich Townsend & The MSG Team
55
!
66
! This file is part of MSG. MSG is free software: you can redistribute
77
! it and/or modify it under the terms of the GNU General Public

src/axis/axis_m.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! Module : axis_m
22
! Purpose : Define axis_t type, representing a grid axis
33
!
4-
! Copyright 2021-2022 Rich Townsend & The MSG Team
4+
! Copyright 2021-2025 Rich Townsend & The MSG Team
55
!
66
! This file is part of MSG. MSG is free software: you can redistribute
77
! it and/or modify it under the terms of the GNU General Public

src/axis/axis_operate_sm.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! Submodule : axis_operate_sm
22
! Purpose : Operation routines for axis_t
33
!
4-
! Copyright 2021-2022 Rich Townsend & The MSG Team
4+
! Copyright 2021-2025 Rich Townsend & The MSG Team
55
!
66
! This file is part of MSG. MSG is free software: you can redistribute
77
! it and/or modify it under the terms of the GNU General Public

src/common/stat_m.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
! Module : stat_m
22
! Purpose : status value definitions
33
!
4-
! Copyright 2021-2022 Rich Townsend & The MSG Team
4+
! Copyright 2021-2025 Rich Townsend & The MSG Team
55
!
66
! This file is part of MSG. MSG is free software: you can redistribute
77
! it and/or modify it under the terms of the GNU General Public

src/cython/pycmsg.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Header : pycmsg
44
# Purpose : Cython headers for libcmsg
55
#
6-
# Copyright 2021-2022 Rich Townsend & The MSG Team
6+
# Copyright 2021-2025 Rich Townsend & The MSG Team
77
#
88
# This file is part of MSG. MSG is free software: you can redistribute
99
# it and/or modify it under the terms of the GNU General Public

src/cython/pycmsg.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Module : pycmsg
44
# Purpose : Cython wrapper for libcmsg
55
#
6-
# Copyright 2021-2022 Rich Townsend & The MSG Team
6+
# Copyright 2021-2025 Rich Townsend & The MSG Team
77
#
88
# This file is part of MSG. MSG is free software: you can redistribute
99
# it and/or modify it under the terms of the GNU General Public

src/include/cmsg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Header : cmsg
22
// Purpose : C headers for cmsg
33
//
4-
// Copyright 2021-2022 Rich Townsend & The MSG Team
4+
// Copyright 2021-2025 Rich Townsend & The MSG Team
55
//
66
// This file is part of MSG. MSG is free software: you can redistribute
77
// it and/or modify it under the terms of the GNU General Public

0 commit comments

Comments
 (0)