Skip to content

Commit 08f57d3

Browse files
committed
[ignore] Fix copyright headers
1 parent 95f3d49 commit 08f57d3

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

http-client-java/src/main/java/org/expath/ExpathConstants.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/****************************************************************************/
22
/* File: org.expath.ExpathConstants.java */
3-
/* Author: A. Retter - adamretter.org.uk */
3+
/* Author: Adam Retter - Evolved Binary Ltd */
44
/* Date: 2024-06-18 */
55
/* Tags: */
6-
/* Copyright (c) 2024 Adam Retter (see end of file.) */
6+
/* Copyright (c) 2024 Evolved Binary Ltd (see end of file.) */
77
/* ------------------------------------------------------------------------ */
88

99

@@ -35,7 +35,7 @@ public class ExpathConstants {
3535
/* */
3636
/* The Original Code is: all this file. */
3737
/* */
38-
/* The Initial Developer of the Original Code is Adam Retter. */
38+
/* The Initial Developer of the Original Code is Evolved Binary Ltd. */
3939
/* */
4040
/* Contributor(s): none. */
4141
/* ------------------------------------------------------------------------ */

http-client-java/src/main/java/org/expath/ExpathError.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/****************************************************************************/
22
/* File: org.expath.ExpathError.java */
3-
/* Author: A. Retter - adamretter.org.uk */
3+
/* Author: Adam Retter - Evolved Binary Ltd */
44
/* Date: 2024-06-18 */
55
/* Tags: */
6-
/* Copyright (c) 2024 Adam Retter (see end of file.) */
6+
/* Copyright (c) 2024 Evolved Binary Ltd (see end of file.) */
77
/* ------------------------------------------------------------------------ */
88

99

@@ -47,7 +47,7 @@ public interface ExpathError {
4747
/* */
4848
/* The Original Code is: all this file. */
4949
/* */
50-
/* The Initial Developer of the Original Code is Adam Retter. */
50+
/* The Initial Developer of the Original Code is Evolved Binary Ltd. */
5151
/* */
5252
/* Contributor(s): none. */
5353
/* ------------------------------------------------------------------------ */

http-client-java/src/main/java/org/expath/httpclient/HttpClientError.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/****************************************************************************/
22
/* File: org.expath.httpclient.HttpClientError.java */
3-
/* Author: A. Retter - adamretter.org.uk */
3+
/* Author: Adam Retter - Evolved Binary Ltd */
44
/* Date: 2024-06-18 */
55
/* Tags: */
6-
/* Copyright (c) 2024 Adam Retter (see end of file.) */
6+
/* Copyright (c) 2024 Evolved Binary Ltd (see end of file.) */
77
/* ------------------------------------------------------------------------ */
88

99

@@ -61,7 +61,7 @@ public String getDescription() {
6161
/* */
6262
/* The Original Code is: all this file. */
6363
/* */
64-
/* The Initial Developer of the Original Code is Adam Retter. */
64+
/* The Initial Developer of the Original Code is Evolved Binary Ltd. */
6565
/* */
6666
/* Contributor(s): none. */
6767
/* ------------------------------------------------------------------------ */

0 commit comments

Comments
 (0)