From c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 2 Jan 2023 15:00:37 -0500 Subject: Update copyright for 2023 Backpatch-through: 11 --- src/include/jit/jit.h | 2 +- src/include/jit/llvmjit.h | 2 +- src/include/jit/llvmjit_emit.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/jit') diff --git a/src/include/jit/jit.h b/src/include/jit/jit.h index 600ddfc7539..14f2e36b371 100644 --- a/src/include/jit/jit.h +++ b/src/include/jit/jit.h @@ -2,7 +2,7 @@ * jit.h * Provider independent JIT infrastructure. * - * Copyright (c) 2016-2022, PostgreSQL Global Development Group + * Copyright (c) 2016-2023, PostgreSQL Global Development Group * * src/include/jit/jit.h * diff --git a/src/include/jit/llvmjit.h b/src/include/jit/llvmjit.h index 4541f9a2c42..551b5854646 100644 --- a/src/include/jit/llvmjit.h +++ b/src/include/jit/llvmjit.h @@ -2,7 +2,7 @@ * llvmjit.h * LLVM JIT provider. * - * Copyright (c) 2016-2022, PostgreSQL Global Development Group + * Copyright (c) 2016-2023, PostgreSQL Global Development Group * * src/include/jit/llvmjit.h * diff --git a/src/include/jit/llvmjit_emit.h b/src/include/jit/llvmjit_emit.h index 379be09200e..0745dcac9c2 100644 --- a/src/include/jit/llvmjit_emit.h +++ b/src/include/jit/llvmjit_emit.h @@ -2,7 +2,7 @@ * llvmjit_emit.h * Helpers to make emitting LLVM IR a bit more concise and pgindent proof. * - * Copyright (c) 2018-2022, PostgreSQL Global Development Group + * Copyright (c) 2018-2023, PostgreSQL Global Development Group * * src/include/jit/llvmjit_emit.h */ -- cgit v1.2.3