Skip to content

Commit 27e4171

Browse files
committed
Update more copyright notices to 2024.
1 parent c892376 commit 27e4171

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

Programs/dicomdump.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void printVersion(FILE *file, const char *cp)
4242
{
4343
fprintf(file, "%s %s\n", cp, DICOM_VERSION);
4444
fprintf(file, "\n"
45-
"Copyright (c) 2012-2022, David Gobbi.\n\n"
45+
"Copyright (c) 2012-2024, David Gobbi.\n\n"
4646
"This software is distributed under an open-source license. See the\n"
4747
"Copyright.txt file that comes with the vtk-dicom source distribution.\n");
4848
}

Programs/dicomfind.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void dicomfind_version(FILE *file, const char *cp)
5252
{
5353
fprintf(file, "%s %s\n", cp, DICOM_VERSION);
5454
fprintf(file, "\n"
55-
"Copyright (c) 2012-2022, David Gobbi.\n\n"
55+
"Copyright (c) 2012-2024, David Gobbi.\n\n"
5656
"This software is distributed under an open-source license. See the\n"
5757
"Copyright.txt file that comes with the vtk-dicom source distribution.\n");
5858
}

Programs/dicompull.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void dicompull_version(FILE *file, const char *cp)
4646
{
4747
fprintf(file, "%s %s\n", cp, DICOM_VERSION);
4848
fprintf(file, "\n"
49-
"Copyright (c) 2012-2022, David Gobbi.\n\n"
49+
"Copyright (c) 2012-2024, David Gobbi.\n\n"
5050
"This software is distributed under an open-source license. See the\n"
5151
"Copyright.txt file that comes with the vtk-dicom source distribution.\n");
5252
}

Programs/dicomtocsv.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void dicomtocsv_version(FILE *file, const char *cp)
6060
{
6161
fprintf(file, "%s %s\n", cp, DICOM_VERSION);
6262
fprintf(file, "\n"
63-
"Copyright (c) 2012-2022, David Gobbi.\n\n"
63+
"Copyright (c) 2012-2024, David Gobbi.\n\n"
6464
"This software is distributed under an open-source license. See the\n"
6565
"Copyright.txt file that comes with the vtk-dicom source distribution.\n");
6666
}

Programs/dicomtodicom.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void dicomtodicom_version(FILE *file, const char *command_name)
9191

9292
fprintf(file, "%s %s\n", cp, DICOM_VERSION);
9393
fprintf(file, "\n"
94-
"Copyright (c) 2012-2022, David Gobbi.\n\n"
94+
"Copyright (c) 2012-2024, David Gobbi.\n\n"
9595
"This software is distributed under an open-source license. See the\n"
9696
"Copyright.txt file that comes with the vtk-dicom source distribution.\n");
9797
}

Programs/dicomtonifti.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void dicomtonifti_version(FILE *file, const char *command_name)
9292

9393
fprintf(file, "%s %s\n", cp, DICOM_VERSION);
9494
fprintf(file, "\n"
95-
"Copyright (c) 2012-2022, David Gobbi.\n\n"
95+
"Copyright (c) 2012-2024, David Gobbi.\n\n"
9696
"This software is distributed under an open-source license. See the\n"
9797
"Copyright.txt file that comes with the vtk-dicom source distribution.\n");
9898
}

Programs/niftidump.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void printVersion(FILE *file, const char *cp)
3535
{
3636
fprintf(file, "%s %s\n", cp, DICOM_VERSION);
3737
fprintf(file, "\n"
38-
"Copyright (c) 2012-2022, David Gobbi.\n\n"
38+
"Copyright (c) 2012-2024, David Gobbi.\n\n"
3939
"This software is distributed under an open-source license. See the\n"
4040
"Copyright.txt file that comes with the vtk-dicom source distribution.\n");
4141
}

Programs/niftitodicom.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void niftitodicom_version(FILE *file, const char *command_name)
8989

9090
fprintf(file, "%s %s\n", cp, DICOM_VERSION);
9191
fprintf(file, "\n"
92-
"Copyright (c) 2012-2022, David Gobbi.\n\n"
92+
"Copyright (c) 2012-2024, David Gobbi.\n\n"
9393
"This software is distributed under an open-source license. See the\n"
9494
"Copyright.txt file that comes with the vtk-dicom source distribution.\n");
9595
}

Programs/scancodump.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void printVersion(FILE *file, const char *cp)
2929
{
3030
fprintf(file, "%s %s\n", cp, DICOM_VERSION);
3131
fprintf(file, "\n"
32-
"Copyright (c) 2012-2022, David Gobbi.\n\n"
32+
"Copyright (c) 2012-2024, David Gobbi.\n\n"
3333
"This software is distributed under an open-source license. See the\n"
3434
"Copyright.txt file that comes with the vtk-dicom source distribution.\n"
3535
"\n");

Programs/scancotodicom.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void scancotodicom_version(FILE *file, const char *command_name)
7777

7878
fprintf(file, "%s %s\n", cp, DICOM_VERSION);
7979
fprintf(file, "\n"
80-
"Copyright (c) 2012-2022, David Gobbi.\n\n"
80+
"Copyright (c) 2012-2024, David Gobbi.\n\n"
8181
"This software is distributed under an open-source license. See the\n"
8282
"Copyright.txt file that comes with the vtk-dicom source distribution.\n");
8383
}

0 commit comments

Comments
 (0)