From d3d6b1dc809efeaaad274a9c7d73a5bcf3206af7 Mon Sep 17 00:00:00 2001 From: Rick Ossendrijver Date: Mon, 9 Jan 2023 08:58:14 +0100 Subject: [PATCH] Update copyright year in new files --- .../testdata/input/OnlyBeforeSimpleReturnTemplateExample.java | 2 +- .../testdata/output/OnlyBeforeSimpleReturnTemplateExample.java | 2 +- .../testdata/template/OnlyBeforeSimpleReturnTemplate.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/test/java/com/google/errorprone/refaster/testdata/input/OnlyBeforeSimpleReturnTemplateExample.java b/core/src/test/java/com/google/errorprone/refaster/testdata/input/OnlyBeforeSimpleReturnTemplateExample.java index dd1d984a8e1..303cb00c9fc 100644 --- a/core/src/test/java/com/google/errorprone/refaster/testdata/input/OnlyBeforeSimpleReturnTemplateExample.java +++ b/core/src/test/java/com/google/errorprone/refaster/testdata/input/OnlyBeforeSimpleReturnTemplateExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 The Error Prone Authors. + * Copyright 2023 The Error Prone Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/google/errorprone/refaster/testdata/output/OnlyBeforeSimpleReturnTemplateExample.java b/core/src/test/java/com/google/errorprone/refaster/testdata/output/OnlyBeforeSimpleReturnTemplateExample.java index 0c2e323c824..f137caf1e06 100644 --- a/core/src/test/java/com/google/errorprone/refaster/testdata/output/OnlyBeforeSimpleReturnTemplateExample.java +++ b/core/src/test/java/com/google/errorprone/refaster/testdata/output/OnlyBeforeSimpleReturnTemplateExample.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 The Error Prone Authors. + * Copyright 2023 The Error Prone Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/java/com/google/errorprone/refaster/testdata/template/OnlyBeforeSimpleReturnTemplate.java b/core/src/test/java/com/google/errorprone/refaster/testdata/template/OnlyBeforeSimpleReturnTemplate.java index 5bfc9694f04..b30ee04781a 100644 --- a/core/src/test/java/com/google/errorprone/refaster/testdata/template/OnlyBeforeSimpleReturnTemplate.java +++ b/core/src/test/java/com/google/errorprone/refaster/testdata/template/OnlyBeforeSimpleReturnTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 The Error Prone Authors. + * Copyright 2023 The Error Prone Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.