Skip to content

Commit 9e36d33

Browse files
committed
doc: update copyright dates
1 parent fbc2437 commit 9e36d33

40 files changed

Lines changed: 40 additions & 40 deletions

example/check-command-line-argument.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright (c) 2024, The Regents of the University of California and Sourcery Institute
1+
! Copyright (c) 2024-2025, The Regents of the University of California and Sourcery Institute
22
! Terms of use are as specified in LICENSE.txt
33
program check_command_line_argument
44
!! This program serves the dual purposes of

example/example-test-suite/main.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright (c) 2024, The Regents of the University of California and Sourcery Institute
1+
! Copyright (c) 2024-2025, The Regents of the University of California and Sourcery Institute
22
! Terms of use are as specified in LICENSE.txt
33

44
#include "language-support.F90"

example/example-test-suite/scalar_and_vector_test_description_m.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright (c) 2024, The Regents of the University of California and Sourcery Institute
1+
! Copyright (c) 2024-2025, The Regents of the University of California and Sourcery Institute
22
! Terms of use are as specified in LICENSE.txt
33

44
#include "language-support.F90"

example/example-test-suite/specimen_m.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright (c) 2024, The Regents of the University of California and Sourcery Institute
1+
! Copyright (c) 2024-2025, The Regents of the University of California and Sourcery Institute
22
! Terms of use are as specified in LICENSE.txt
33
module specimen_m
44
!! Example test specimen corresponding to the test defined in specimen_test_m.F90

example/example-test-suite/specimen_test_m.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright (c) 2024, The Regents of the University of California and Sourcery Institute
1+
! Copyright (c) 2024-2025, The Regents of the University of California and Sourcery Institute
22
! Terms of use are as specified in LICENSE.txt
33

44
#include "language-support.F90"

example/get-flag-value.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright (c) 2024, The Regents of the University of California and Sourcery Institute
1+
! Copyright (c) 2024-2025, The Regents of the University of California and Sourcery Institute
22
! Terms of use are as specified in LICENSE.txt
33
program get_flag_value
44
!! Demonstrate how to find the value of a command-line flag

example/handle-missing-flag.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright (c) 2024, The Regents of the University of California and Sourcery Institute
1+
! Copyright (c) 2024-2025, The Regents of the University of California and Sourcery Institute
22
! Terms of use are as specified in LICENSE.txt
33
program handle_missing_flag
44
!! This program serves the dual purposes of

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = "2.0.1"
33
license = "license"
44
author = "Damian Rouson, Brad Richardson, Patrick Raynaud, Katherine Rasmussen"
55
maintainer = "rouson@lbl.gov"
6-
copyright = "Copyright 2024, Sourcery Institute and Berkeley Lab"
6+
copyright = "Copyright 2024-2025, Sourcery Institute and Berkeley Lab"
77

88
[dependencies]
99
assert = {git = "https://github.com/berkeleylab/assert", tag = "2.1.0"}

include/language-support.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright (c), The Regents of the University of California
1+
! Copyright (c) 2024-2025, The Regents of the University of California
22
! Terms of use are as specified in LICENSE.txt
33

44
#ifndef HAVE_PROCEDURE_ACTUAL_FOR_POINTER_DUMMY

src/julienne/julienne_bin_m.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
! Copyright (c) 2024, The Regents of the University of California and Sourcery Institute
1+
! Copyright (c) 2024-2025, The Regents of the University of California and Sourcery Institute
22
! Terms of use are as specified in LICENSE.txt
33
module julienne_bin_m
44
!! distribute item numbers across bins such that the number of items differs by at most 1 between any two bins

0 commit comments

Comments
 (0)